Multiple Alerts in Different ATT&CK Tactics on a Single Host
This rule uses alert data to determine when multiple alerts in different phases of an attack involving the same host are triggered. Analysts can use this to prioritize triage and response, as these hosts are more likely to be compromised.
Elastic rule (View on GitHub)
1[metadata]
2creation_date = "2022/11/16"
3maturity = "production"
4updated_date = "2025/01/15"
5
6[rule]
7author = ["Elastic"]
8description = """
9This rule uses alert data to determine when multiple alerts in different phases of an attack involving the same host are
10triggered. Analysts can use this to prioritize triage and response, as these hosts are more likely to be compromised.
11"""
12false_positives = [
13 """
14 False positives can occur because the rules may be mapped to a few MITRE ATT&CK tactics. Use the attached Timeline
15 to determine which detections were triggered on the host.
16 """,
17]
18from = "now-24h"
19index = [".alerts-security.*"]
20interval = "1h"
21language = "kuery"
22license = "Elastic License v2"
23name = "Multiple Alerts in Different ATT&CK Tactics on a Single Host"
24risk_score = 73
25rule_id = "b946c2f7-df06-4c00-a5aa-1f6fbc7bb72c"
26severity = "high"
27tags = ["Use Case: Threat Detection", "Rule Type: Higher-Order Rule", "Resources: Investigation Guide"]
28timestamp_override = "event.ingested"
29type = "threshold"
30
31query = '''
32signal.rule.name:* and kibana.alert.rule.threat.tactic.id:*
33'''
34note = """## Triage and analysis
35
36> **Disclaimer**:
37> This investigation guide was created using generative AI technology and has been reviewed to improve its accuracy and relevance. While every effort has been made to ensure its quality, we recommend validating the content and adapting it to suit your specific environment and operational needs.
38
39### Investigating Multiple Alerts in Different ATT&CK Tactics on a Single Host
40
41The detection rule identifies hosts with alerts across various attack phases, indicating potential compromise. Adversaries exploit system vulnerabilities, moving through different tactics like execution, persistence, and exfiltration. This rule prioritizes hosts with diverse tactic alerts, aiding analysts in focusing on high-risk threats by correlating alert data to detect complex attack patterns.
42
43### Possible investigation steps
44
45- Review the alert details to identify the specific host involved and the different ATT&CK tactics that triggered the alerts.
46- Examine the timeline of the alerts to understand the sequence of events and determine if there is a pattern or progression in the tactics used.
47- Correlate the alert data with other logs and telemetry from the host, such as process creation, network connections, and file modifications, to gather additional context.
48- Investigate any known vulnerabilities or misconfigurations on the host that could have been exploited by the adversary.
49- Check for any indicators of compromise (IOCs) associated with the alerts, such as suspicious IP addresses, domains, or file hashes, and search for these across the network.
50- Assess the impact and scope of the potential compromise by determining if other hosts or systems have similar alerts or related activity.
51
52### False positive analysis
53
54- Alerts from routine administrative tasks may trigger multiple tactics. Review and exclude known benign activities such as scheduled software updates or system maintenance.
55- Security tools running on the host might generate alerts across different tactics. Identify and exclude alerts from trusted security applications to reduce noise.
56- Automated scripts or batch processes can mimic adversarial behavior. Analyze and whitelist these processes if they are verified as non-threatening.
57- Frequent alerts from development or testing environments can be misleading. Consider excluding these environments from the rule or applying a different risk score.
58- User behavior anomalies, such as accessing multiple systems or applications, might trigger alerts. Implement user behavior baselines to differentiate between normal and suspicious activities.
59
60### Response and remediation
61
62- Isolate the affected host from the network immediately to prevent further lateral movement by the adversary.
63- Conduct a thorough forensic analysis of the host to identify the specific vulnerabilities exploited and gather evidence of the attack phases involved.
64- Remove any identified malicious software or unauthorized access tools from the host, ensuring all persistence mechanisms are eradicated.
65- Apply security patches and updates to the host to address any exploited vulnerabilities and prevent similar attacks.
66- Restore the host from a known good backup if necessary, ensuring that the backup is free from compromise.
67- Monitor the host and network for any signs of re-infection or further suspicious activity, using enhanced logging and alerting based on the identified attack patterns.
68- Escalate the incident to the appropriate internal or external cybersecurity teams for further investigation and potential legal action if the attack is part of a larger campaign."""
69
70
71
72[rule.threshold]
73field = ["host.id"]
74value = 1
75[[rule.threshold.cardinality]]
76field = "kibana.alert.rule.threat.tactic.id"
77value = 3
Triage and analysis
Disclaimer: This investigation guide was created using generative AI technology and has been reviewed to improve its accuracy and relevance. While every effort has been made to ensure its quality, we recommend validating the content and adapting it to suit your specific environment and operational needs.
Investigating Multiple Alerts in Different ATT&CK Tactics on a Single Host
The detection rule identifies hosts with alerts across various attack phases, indicating potential compromise. Adversaries exploit system vulnerabilities, moving through different tactics like execution, persistence, and exfiltration. This rule prioritizes hosts with diverse tactic alerts, aiding analysts in focusing on high-risk threats by correlating alert data to detect complex attack patterns.
Possible investigation steps
- Review the alert details to identify the specific host involved and the different ATT&CK tactics that triggered the alerts.
- Examine the timeline of the alerts to understand the sequence of events and determine if there is a pattern or progression in the tactics used.
- Correlate the alert data with other logs and telemetry from the host, such as process creation, network connections, and file modifications, to gather additional context.
- Investigate any known vulnerabilities or misconfigurations on the host that could have been exploited by the adversary.
- Check for any indicators of compromise (IOCs) associated with the alerts, such as suspicious IP addresses, domains, or file hashes, and search for these across the network.
- Assess the impact and scope of the potential compromise by determining if other hosts or systems have similar alerts or related activity.
False positive analysis
- Alerts from routine administrative tasks may trigger multiple tactics. Review and exclude known benign activities such as scheduled software updates or system maintenance.
- Security tools running on the host might generate alerts across different tactics. Identify and exclude alerts from trusted security applications to reduce noise.
- Automated scripts or batch processes can mimic adversarial behavior. Analyze and whitelist these processes if they are verified as non-threatening.
- Frequent alerts from development or testing environments can be misleading. Consider excluding these environments from the rule or applying a different risk score.
- User behavior anomalies, such as accessing multiple systems or applications, might trigger alerts. Implement user behavior baselines to differentiate between normal and suspicious activities.
Response and remediation
- Isolate the affected host from the network immediately to prevent further lateral movement by the adversary.
- Conduct a thorough forensic analysis of the host to identify the specific vulnerabilities exploited and gather evidence of the attack phases involved.
- Remove any identified malicious software or unauthorized access tools from the host, ensuring all persistence mechanisms are eradicated.
- Apply security patches and updates to the host to address any exploited vulnerabilities and prevent similar attacks.
- Restore the host from a known good backup if necessary, ensuring that the backup is free from compromise.
- Monitor the host and network for any signs of re-infection or further suspicious activity, using enhanced logging and alerting based on the identified attack patterns.
- Escalate the incident to the appropriate internal or external cybersecurity teams for further investigation and potential legal action if the attack is part of a larger campaign.
Related rules
- GitHub UEBA - Multiple Alerts from a GitHub Account
- Multiple Alerts Involving a User
- Potential Buffer Overflow Attack Detected
- Potential Widespread Malware Infection Across Multiple Hosts
- Unusual Discovery Signal Alert with Unusual Process Command Line