MITRE's ATT&CK Matrices
The MITRE Corporation is a federally funded group used to perform research and development for several government agencies. One of the many contributions they have made to cyber is a series of detailed and tactical matrices that are used to describe adversary activities, known as the Adversarial Tactics, Techniques, and Common Knowledge (ATT&CK) matrices. There are three main matrices, Enterprise, Mobile, and ICS.
The Enterprise Matrix includes tactics and techniques focused on preparatory phases (similar to the Reconnaissance and Weaponization phases from the Lockheed Martin Cyber Kill Chain), traditional operating systems, ICSes, and network-centric adversary tactics.
The Mobile Matrix includes tactics and techniques focused on identifying post-exploitation adversary activities targeting Apple's iOS and the Android mobile operating systems.
The ICS Matrix includes tactics and techniques focused on identifying post-exploitation adversary activities targeting an ICS network.
The matrices are all built upon another MITRE framework known as the Cyber Analytics Repository (CAR), which is focused purely on adversary analytics. The ATT&CK matrices are an abstraction that allows you to view the analytics, by technique, by the tactic.
All of the matrices use a grouping schema of tactic, technique, and in the case of the Enterprise Matrix, sub-technique. When thinking about the differences between a tactic, a technique, and an analytic, all three of these elements describe aggressor behavior in a different, but associated, context:
- A tactic is the highest level of the actor's behavior (what they want to achieve – initial access, execution, and so on).
- A technique is more detailed and carries the context of the tactic (what they are going to use to achieve their tactic – spear phishing, malware, and so on).
- An analytic is a highly detailed description of the behavior and carries with it the context of the technique (for instance, the attacker will send an email with malicious content to achieve the initial access).
MITRE uses 14 tactics and Matrix-specific techniques/sub-techniques:
- Reconnaissance (PRE matrix only) – Techniques for information collection on the target
- Resource Development (PRE matrix only) – Techniques for infrastructure acquisition and capabilities development
- Initial Access – Techniques to gain an initial foothold into a target environment
- Execution – Techniques to execute code within the target environment
- Persistence – Techniques that maintain access to the target environment
- Privilege Escalation – Techniques that escalate access within the target environment
- Defense Evasion – Techniques to avoid being detected
- Credential Access – Techniques to acquire internal/additional account credentials
- Discovery – Techniques to learn more about the target environment (networks, services, and so on)
- Lateral Movement – Techniques to expand access beyond the initial entry point
- Collection – Techniques to collect information or data for follow-on activities
- Command and Control – Techniques to control implants within the target environment
- Exfiltration – Techniques to steal collected data from the target environment
- Impact – Techniques to negatively deny, degrade, disrupt, or destroy assets, processes, or operations with the target environment
Within these high-level tactics, there are multiple techniques and sub-techniques used to describe the adversary's actions. Two example techniques and sub-techniques (of the nine techniques available) in the Initial Access tactic are as follows:
Table 1.1 – An example of the MITRE ATT&CK tactic, technique, and sub-technique relationship
Elastic, wanting to describe detections within the proper context, has added MITRE ATT&CK elements to each of its detection rules. We'll discuss this in detail later on:
Figure 1.4 – An example of the MITRE ATT&CK framework in the Elastic Security app
As we can see, MITRE's ATT&CK matrices are much more detailed than the Lockheed Martin Cyber Kill Chain, but that isn't to say that one is necessarily better than the other; both have their uses. As an example, when producing technical writing or briefings, being able to describe that the adversary's Resource Development tactic included the technique of them developing capabilities, and exploits specifically, is valuable; however, if the audience isn't too technical, simply being able to state that the adversary weaponized their attack (using the Lockheed Martin Kill Chain) could be easier to understand.