Investigate Using MITRE ATT&CK Methodology
Last updated
Last updated
The MITRE ATT&CK (Adversarial Tactics, Techniques, and Common Knowledge) Framework is a comprehensive and dynamic repository of adversarial behaviours, tactics, techniques, and procedures (TTPs) observed in real-world cyberattacks. Developed by MITRE Corporation, the framework serves as a valuable resource for security professionals, enabling them to understand and anticipate the methods attackers use to compromise systems, escalate privileges, and achieve their objectives. Organised into matrices such as Enterprise, Mobile, and ICS, ATT&CK provides structured information about attack stages, adversary goals (tactics), and the specific methods employed (techniques and sub-techniques).
Tactics (Adversary Goals)
Gathering information about the target.
Establishing resources like infrastructure, accounts, or tools.
Gaining entry to the target environment (e.g., phishing, exploiting vulnerabilities).
Running malicious code on the system.
Maintaining access to the system over time.
Gaining higher-level permissions on the system.
: Avoiding detection by security tools.
Stealing account credentials.
Gaining knowledge about the environment.
Moving across systems within the network.
Gathering data from the target.
Communicating with the compromised system.
Transferring stolen data out of the network.
Disrupting operations or destroying data.
Example Techniques (Methods Used)
Phishing (Initial Access): Delivering malicious payloads via email.
Command-Line Interface (Execution): Running commands through shells or terminals.
Registry Run Keys/Startup Folder (Persistence): Adding entries to maintain execution after reboot.
Credential Dumping (Credential Access): Extracting credentials from memory or SAM databases.
Remote Desktop Protocol (RDP) (Lateral Movement): Using RDP to access other systems.
Data Encrypted for Impact (Impact): Encrypting data to render it inaccessible (e.g., ransomware).
Structured Investigation:
Understanding tactics provides a clear roadmap of an attacker’s objectives at each stage of an intrusion.
Techniques and sub-techniques help investigators trace specific actions, such as how initial access was achieved or how data was exfiltrated.
Focused Threat Hunting:
DFIR (Digital Forensics and Incident Response) teams can prioritise areas for analysis based on the techniques most commonly associated with detected adversarial behaviour.
For example, if suspicious lateral movement is identified, investigators can focus on techniques like Remote Services
or Pass-the-Ticket
.
Log and Artifact Analysis:
Techniques guide investigators on what to search for in logs, memory dumps, or disk images. For instance:
Registry changes for persistence.
Authentication logs for credential access and lateral movement.
Command history for execution techniques.
Incident Scoping and Containment:
By mapping observed behaviors to the MITRE ATT&CK matrix, DFIR teams can determine the attacker’s progression through the kill chain, allowing for effective scoping of the incident.
For example, detecting C2 over HTTPS
enables teams to block communication and identify other compromised systems.
Proactive Defense and Gap Analysis:
Post-incident, organisations can use ATT&CK to identify gaps in detection or prevention mechanisms. For instance, if an attack leveraged PowerShell
for execution and wasn’t detected, this indicates a need for better monitoring of scripting activities.
Communication and Reporting:
ATT&CK provides a standardised language for documenting findings and communicating with stakeholders, enabling clear and actionable reporting.
By integrating the MITRE ATT&CK framework into DFIR workflows, organisations can improve their ability to detect, analyse, and respond to incidents with precision while also fortifying their defences against future attacks.