-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1f00284
commit 6181c4b
Showing
138 changed files
with
13,488 additions
and
129 deletions.
There are no files selected for viewing
58 changes: 58 additions & 0 deletions
58
...0/prebuilt-rule-8-13-10-agent-spoofing-multiple-hosts-using-same-agent.asciidoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
[[prebuilt-rule-8-13-10-agent-spoofing-multiple-hosts-using-same-agent]] | ||
=== Agent Spoofing - Multiple Hosts Using Same Agent | ||
|
||
Detects when multiple hosts are using the same agent ID. This could occur in the event of an agent being taken over and used to inject illegitimate documents into an instance as an attempt to spoof events in order to masquerade actual activity to evade detection. | ||
|
||
*Rule type*: threshold | ||
|
||
*Rule indices*: | ||
|
||
* logs-* | ||
* metrics-* | ||
* traces-* | ||
|
||
*Severity*: high | ||
|
||
*Risk score*: 73 | ||
|
||
*Runs every*: 5m | ||
|
||
*Searches indices from*: now-9m ({ref}/common-options.html#date-math[Date Math format], see also <<rule-schedule, `Additional look-back time`>>) | ||
|
||
*Maximum alerts per execution*: 100 | ||
|
||
*References*: None | ||
|
||
*Tags*: | ||
|
||
* Use Case: Threat Detection | ||
* Tactic: Defense Evasion | ||
|
||
*Version*: 102 | ||
|
||
*Rule authors*: | ||
|
||
* Elastic | ||
|
||
*Rule license*: Elastic License v2 | ||
|
||
|
||
==== Rule query | ||
|
||
|
||
[source, js] | ||
---------------------------------- | ||
event.agent_id_status:* and not tags:forwarded | ||
---------------------------------- | ||
|
||
*Framework*: MITRE ATT&CK^TM^ | ||
|
||
* Tactic: | ||
** Name: Defense Evasion | ||
** ID: TA0005 | ||
** Reference URL: https://attack.mitre.org/tactics/TA0005/ | ||
* Technique: | ||
** Name: Masquerading | ||
** ID: T1036 | ||
** Reference URL: https://attack.mitre.org/techniques/T1036/ |
123 changes: 123 additions & 0 deletions
123
...ckages/8-13-10/prebuilt-rule-8-13-10-anomalous-linux-compiler-activity.asciidoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,123 @@ | ||
[[prebuilt-rule-8-13-10-anomalous-linux-compiler-activity]] | ||
=== Anomalous Linux Compiler Activity | ||
|
||
Looks for compiler activity by a user context which does not normally run compilers. This can be the result of ad-hoc software changes or unauthorized software deployment. This can also be due to local privilege elevation via locally run exploits or malware activity. | ||
|
||
*Rule type*: machine_learning | ||
|
||
*Rule indices*: None | ||
|
||
*Severity*: low | ||
|
||
*Risk score*: 21 | ||
|
||
*Runs every*: 15m | ||
|
||
*Searches indices from*: now-45m ({ref}/common-options.html#date-math[Date Math format], see also <<rule-schedule, `Additional look-back time`>>) | ||
|
||
*Maximum alerts per execution*: 100 | ||
|
||
*References*: None | ||
|
||
*Tags*: | ||
|
||
* Domain: Endpoint | ||
* OS: Linux | ||
* Use Case: Threat Detection | ||
* Rule Type: ML | ||
* Rule Type: Machine Learning | ||
* Tactic: Resource Development | ||
|
||
*Version*: 104 | ||
|
||
*Rule authors*: | ||
|
||
* Elastic | ||
|
||
*Rule license*: Elastic License v2 | ||
|
||
|
||
==== Setup | ||
|
||
|
||
|
||
*Setup* | ||
|
||
|
||
This rule requires the installation of associated Machine Learning jobs, as well as data coming in from one of the following integrations: | ||
- Elastic Defend | ||
- Auditd Manager | ||
|
||
|
||
*Anomaly Detection Setup* | ||
|
||
|
||
Once the rule is enabled, the associated Machine Learning job will start automatically. You can view the Machine Learning job linked under the "Definition" panel of the detection rule. If the job does not start due to an error, the issue must be resolved for the job to commence successfully. For more details on setting up anomaly detection jobs, refer to the https://www.elastic.co/guide/en/kibana/current/xpack-ml-anomalies.html[helper guide]. | ||
|
||
|
||
*Elastic Defend Integration Setup* | ||
|
||
Elastic Defend is integrated into the Elastic Agent using Fleet. Upon configuration, the integration allows the Elastic Agent to monitor events on your host and send data to the Elastic Security app. | ||
|
||
|
||
*Prerequisite Requirements:* | ||
|
||
- Fleet is required for Elastic Defend. | ||
- To configure Fleet Server refer to the https://www.elastic.co/guide/en/fleet/current/fleet-server.html[documentation]. | ||
|
||
|
||
*The following steps should be executed in order to add the Elastic Defend integration to your system:* | ||
|
||
- Go to the Kibana home page and click "Add integrations". | ||
- In the query bar, search for "Elastic Defend" and select the integration to see more details about it. | ||
- Click "Add Elastic Defend". | ||
- Configure the integration name and optionally add a description. | ||
- Select the type of environment you want to protect, either "Traditional Endpoints" or "Cloud Workloads". | ||
- Select a configuration preset. Each preset comes with different default settings for Elastic Agent, you can further customize these later by configuring the Elastic Defend integration policy. https://www.elastic.co/guide/en/security/current/configure-endpoint-integration-policy.html[Helper guide]. | ||
- We suggest selecting "Complete EDR (Endpoint Detection and Response)" as a configuration setting, that provides "All events; all preventions" | ||
- Enter a name for the agent policy in "New agent policy name". If other agent policies already exist, you can click the "Existing hosts" tab and select an existing policy instead. | ||
For more details on Elastic Agent configuration settings, refer to the https://www.elastic.co/guide/en/fleet/current/agent-policy.html[helper guide]. | ||
- Click "Save and Continue". | ||
- To complete the integration, select "Add Elastic Agent to your hosts" and continue to the next section to install the Elastic Agent on your hosts. | ||
For more details on Elastic Defend refer to the https://www.elastic.co/guide/en/security/current/install-endpoint.html[helper guide]. | ||
|
||
|
||
*Auditd Manager Integration Setup* | ||
|
||
The Auditd Manager Integration receives audit events from the Linux Audit Framework which is a part of the Linux kernel. | ||
Auditd Manager provides a user-friendly interface and automation capabilities for configuring and monitoring system auditing through the auditd daemon. With `auditd_manager`, administrators can easily define audit rules, track system events, and generate comprehensive audit reports, improving overall security and compliance in the system. | ||
|
||
|
||
*The following steps should be executed in order to add the Elastic Agent System integration "auditd_manager" to your system:* | ||
|
||
- Go to the Kibana home page and click “Add integrations”. | ||
- In the query bar, search for “Auditd Manager” and select the integration to see more details about it. | ||
- Click “Add Auditd Manager”. | ||
- Configure the integration name and optionally add a description. | ||
- Review optional and advanced settings accordingly. | ||
- Add the newly installed “auditd manager” to an existing or a new agent policy, and deploy the agent on a Linux system from which auditd log files are desirable. | ||
- Click “Save and Continue”. | ||
- For more details on the integration refer to the https://docs.elastic.co/integrations/auditd_manager[helper guide]. | ||
|
||
|
||
*Rule Specific Setup Note* | ||
|
||
Auditd Manager subscribes to the kernel and receives events as they occur without any additional configuration. | ||
However, if more advanced configuration is required to detect specific behavior, audit rules can be added to the integration in either the "audit rules" configuration box or the "auditd rule files" box by specifying a file to read the audit rules from. | ||
- For this detection rule no additional audit rules are required. | ||
|
||
|
||
*Framework*: MITRE ATT&CK^TM^ | ||
|
||
* Tactic: | ||
** Name: Resource Development | ||
** ID: TA0042 | ||
** Reference URL: https://attack.mitre.org/tactics/TA0042/ | ||
* Technique: | ||
** Name: Obtain Capabilities | ||
** ID: T1588 | ||
** Reference URL: https://attack.mitre.org/techniques/T1588/ | ||
* Sub-technique: | ||
** Name: Malware | ||
** ID: T1588.001 | ||
** Reference URL: https://attack.mitre.org/techniques/T1588/001/ |
177 changes: 177 additions & 0 deletions
177
...8-13-10/prebuilt-rule-8-13-10-anomalous-process-for-a-linux-population.asciidoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,177 @@ | ||
[[prebuilt-rule-8-13-10-anomalous-process-for-a-linux-population]] | ||
=== Anomalous Process For a Linux Population | ||
|
||
Searches for rare processes running on multiple Linux hosts in an entire fleet or network. This reduces the detection of false positives since automated maintenance processes usually only run occasionally on a single machine but are common to all or many hosts in a fleet. | ||
|
||
*Rule type*: machine_learning | ||
|
||
*Rule indices*: None | ||
|
||
*Severity*: low | ||
|
||
*Risk score*: 21 | ||
|
||
*Runs every*: 15m | ||
|
||
*Searches indices from*: now-45m ({ref}/common-options.html#date-math[Date Math format], see also <<rule-schedule, `Additional look-back time`>>) | ||
|
||
*Maximum alerts per execution*: 100 | ||
|
||
*References*: | ||
|
||
* https://www.elastic.co/guide/en/security/current/prebuilt-ml-jobs.html | ||
|
||
*Tags*: | ||
|
||
* Domain: Endpoint | ||
* OS: Linux | ||
* Use Case: Threat Detection | ||
* Rule Type: ML | ||
* Rule Type: Machine Learning | ||
* Tactic: Persistence | ||
* Resources: Investigation Guide | ||
|
||
*Version*: 105 | ||
|
||
*Rule authors*: | ||
|
||
* Elastic | ||
|
||
*Rule license*: Elastic License v2 | ||
|
||
|
||
==== Investigation guide | ||
|
||
|
||
|
||
*Triage and analysis* | ||
|
||
|
||
|
||
*Investigating Anomalous Process For a Linux Population* | ||
|
||
|
||
Searching for abnormal Linux processes is a good methodology to find potentially malicious activity within a network. Understanding what is commonly run within an environment and developing baselines for legitimate activity can help uncover potential malware and suspicious behaviors. | ||
|
||
This rule uses a machine learning job to detect a Linux process that is rare and unusual for all of the monitored Linux hosts in your fleet. | ||
|
||
|
||
*Possible investigation steps* | ||
|
||
|
||
- Investigate the process execution chain (parent process tree) for unknown processes. Examine their executable files for prevalence, and whether they are located in expected locations. | ||
- Investigate other alerts associated with the user/host during the past 48 hours. | ||
- Consider the user as identified by the `user.name` field. Is this program part of an expected workflow for the user who ran this program on this host? | ||
- Validate the activity is not related to planned patches, updates, network administrator activity, or legitimate software installations. | ||
- Validate if the activity has a consistent cadence (for example, if it runs monthly or quarterly), as it could be part of a monthly or quarterly business process. | ||
- Examine the arguments and working directory of the process. These may provide indications as to the source of the program or the nature of the tasks it is performing. | ||
|
||
|
||
*False Positive Analysis* | ||
|
||
|
||
- If this activity is related to new benign software installation activity, consider adding exceptions — preferably with a combination of user and command line conditions. | ||
- Try to understand the context of the execution by thinking about the user, machine, or business purpose. A small number of endpoints, such as servers with unique software, might appear unusual but satisfy a specific business need. | ||
|
||
|
||
*Response and Remediation* | ||
|
||
|
||
- Initiate the incident response process based on the outcome of the triage. | ||
- Isolate the involved hosts to prevent further post-compromise behavior. | ||
- If the triage identified malware, search the environment for additional compromised hosts. | ||
- Implement temporary network rules, procedures, and segmentation to contain the malware. | ||
- Stop suspicious processes. | ||
- Immediately block the identified indicators of compromise (IoCs). | ||
- Inspect the affected systems for additional malware backdoors like reverse shells, reverse proxies, or droppers that attackers could use to reinfect the system. | ||
- Remove and block malicious artifacts identified during triage. | ||
- Investigate credential exposure on systems compromised or used by the attacker to ensure all compromised accounts are identified. Reset passwords for these accounts and other potentially compromised credentials, such as email, business systems, and web services. | ||
- Run a full antimalware scan. This may reveal additional artifacts left in the system, persistence mechanisms, and malware components. | ||
- Determine the initial vector abused by the attacker and take action to prevent reinfection through the same vector. | ||
- Using the incident response data, update logging and audit policies to improve the mean time to detect (MTTD) and the mean time to respond (MTTR). | ||
|
||
|
||
==== Setup | ||
|
||
|
||
|
||
*Setup* | ||
|
||
|
||
This rule requires the installation of associated Machine Learning jobs, as well as data coming in from one of the following integrations: | ||
- Elastic Defend | ||
- Auditd Manager | ||
|
||
|
||
*Anomaly Detection Setup* | ||
|
||
|
||
Once the rule is enabled, the associated Machine Learning job will start automatically. You can view the Machine Learning job linked under the "Definition" panel of the detection rule. If the job does not start due to an error, the issue must be resolved for the job to commence successfully. For more details on setting up anomaly detection jobs, refer to the https://www.elastic.co/guide/en/kibana/current/xpack-ml-anomalies.html[helper guide]. | ||
|
||
|
||
*Elastic Defend Integration Setup* | ||
|
||
Elastic Defend is integrated into the Elastic Agent using Fleet. Upon configuration, the integration allows the Elastic Agent to monitor events on your host and send data to the Elastic Security app. | ||
|
||
|
||
*Prerequisite Requirements:* | ||
|
||
- Fleet is required for Elastic Defend. | ||
- To configure Fleet Server refer to the https://www.elastic.co/guide/en/fleet/current/fleet-server.html[documentation]. | ||
|
||
|
||
*The following steps should be executed in order to add the Elastic Defend integration to your system:* | ||
|
||
- Go to the Kibana home page and click "Add integrations". | ||
- In the query bar, search for "Elastic Defend" and select the integration to see more details about it. | ||
- Click "Add Elastic Defend". | ||
- Configure the integration name and optionally add a description. | ||
- Select the type of environment you want to protect, either "Traditional Endpoints" or "Cloud Workloads". | ||
- Select a configuration preset. Each preset comes with different default settings for Elastic Agent, you can further customize these later by configuring the Elastic Defend integration policy. https://www.elastic.co/guide/en/security/current/configure-endpoint-integration-policy.html[Helper guide]. | ||
- We suggest selecting "Complete EDR (Endpoint Detection and Response)" as a configuration setting, that provides "All events; all preventions" | ||
- Enter a name for the agent policy in "New agent policy name". If other agent policies already exist, you can click the "Existing hosts" tab and select an existing policy instead. | ||
For more details on Elastic Agent configuration settings, refer to the https://www.elastic.co/guide/en/fleet/current/agent-policy.html[helper guide]. | ||
- Click "Save and Continue". | ||
- To complete the integration, select "Add Elastic Agent to your hosts" and continue to the next section to install the Elastic Agent on your hosts. | ||
For more details on Elastic Defend refer to the https://www.elastic.co/guide/en/security/current/install-endpoint.html[helper guide]. | ||
|
||
|
||
*Auditd Manager Integration Setup* | ||
|
||
The Auditd Manager Integration receives audit events from the Linux Audit Framework which is a part of the Linux kernel. | ||
Auditd Manager provides a user-friendly interface and automation capabilities for configuring and monitoring system auditing through the auditd daemon. With `auditd_manager`, administrators can easily define audit rules, track system events, and generate comprehensive audit reports, improving overall security and compliance in the system. | ||
|
||
|
||
*The following steps should be executed in order to add the Elastic Agent System integration "auditd_manager" to your system:* | ||
|
||
- Go to the Kibana home page and click “Add integrations”. | ||
- In the query bar, search for “Auditd Manager” and select the integration to see more details about it. | ||
- Click “Add Auditd Manager”. | ||
- Configure the integration name and optionally add a description. | ||
- Review optional and advanced settings accordingly. | ||
- Add the newly installed “auditd manager” to an existing or a new agent policy, and deploy the agent on a Linux system from which auditd log files are desirable. | ||
- Click “Save and Continue”. | ||
- For more details on the integration refer to the https://docs.elastic.co/integrations/auditd_manager[helper guide]. | ||
|
||
|
||
*Rule Specific Setup Note* | ||
|
||
Auditd Manager subscribes to the kernel and receives events as they occur without any additional configuration. | ||
However, if more advanced configuration is required to detect specific behavior, audit rules can be added to the integration in either the "audit rules" configuration box or the "auditd rule files" box by specifying a file to read the audit rules from. | ||
- For this detection rule no additional audit rules are required. | ||
|
||
|
||
*Framework*: MITRE ATT&CK^TM^ | ||
|
||
* Tactic: | ||
** Name: Persistence | ||
** ID: TA0003 | ||
** Reference URL: https://attack.mitre.org/tactics/TA0003/ | ||
* Technique: | ||
** Name: Create or Modify System Process | ||
** ID: T1543 | ||
** Reference URL: https://attack.mitre.org/techniques/T1543/ | ||
* Sub-technique: | ||
** Name: Windows Service | ||
** ID: T1543.003 | ||
** Reference URL: https://attack.mitre.org/techniques/T1543/003/ |
Oops, something went wrong.