ATTACK Design and Philosophy 2020
ATTACK Design and Philosophy 2020
ATTACK Design and Philosophy 2020
MITRE PRODUCT
Authors:
McLean, VA Blake E. Strom
Andy Applebaum
Doug P. Miller
Kathryn C. Nickels
Adam G. Pennington
Cody B. Thomas
iii
©2020 The MITRE Corporation. All Rights Reserved
Approved for Public Release. Distribution unlimited 19-01075-28.
This page intentionally left blank.
iv
©2020 The MITRE Corporation. All Rights Reserved
Approved for Public Release. Distribution unlimited 19-01075-28.
Executive Summary
This paper discusses the motivation behind the creation of ATT&CK, the components described
within it, its design philosophy, how the project has progressed, and how it can be used. It is
meant to be used as an authoritative source of information about ATT&CK as well as a guide for
how ATT&CK is maintained and how the ATT&CK methodology is applied to create
knowledge bases for new domains.
v
©2020 The MITRE Corporation. All Rights Reserved
Approved for Public Release. Distribution unlimited 19-01075-28.
Preface
This paper documents the published version of ATT&CK as of March 2020 with the addition of
sub-techniques. MITRE has announced plans to evolve and expand ATT&CK throughout 2020
[1]. This paper will be maintained as a living document and will be updated as significant
changes are made to ATT&CK and the process used to maintain the content within ATT&CK.
vi
©2020 The MITRE Corporation. All Rights Reserved
Approved for Public Release. Distribution unlimited 19-01075-28.
Table of Contents
Introduction .............................................................................................................................. 1
1.1 Background and History ................................................................................................... 1
ATT&CK Use Cases ................................................................................................................ 3
2.1 ATT&CK Coverage ......................................................................................................... 4
The ATT&CK Model............................................................................................................... 6
3.1 The ATT&CK Matrix....................................................................................................... 6
3.2 Technology Domains........................................................................................................ 8
3.3 Tactics............................................................................................................................... 8
3.4 Techniques and Sub-Techniques ...................................................................................... 9
3.4.1 Procedures .................................................................................................................. 9
3.4.2 Technique and Sub-Technique Object Structure ........................................................ 9
3.4.3 Sub-Technique Details ............................................................................................. 12
3.5 Groups ............................................................................................................................ 13
3.5.1 Group Object Structure............................................................................................. 14
3.6 Software .......................................................................................................................... 14
3.6.1 Software Object Structure ........................................................................................ 15
3.7 Mitigations ...................................................................................................................... 16
3.7.1 Mitigation Object Structure ...................................................................................... 16
3.8 ATT&CK Object Model Relationships .......................................................................... 17
3.9 Versioning ...................................................................................................................... 19
3.9.1 Objects ...................................................................................................................... 19
3.9.1.1 Techniques and Sub-Techniques...................................................................... 19
3.9.1.2 Groups .............................................................................................................. 19
3.9.1.3 Software ........................................................................................................... 19
3.9.1.4 Mitigations ....................................................................................................... 19
3.9.1.5 Deprecation ...................................................................................................... 20
3.9.2 Matrix ....................................................................................................................... 20
3.9.3 Releases .................................................................................................................... 20
The ATT&CK Methodology ................................................................................................. 20
4.1 Conceptual ...................................................................................................................... 20
4.1.1 Adversary’s Perspective ........................................................................................... 20
4.1.2 Empirical Use ........................................................................................................... 21
vii
©2020 The MITRE Corporation. All Rights Reserved
Approved for Public Release. Distribution unlimited 19-01075-28.
4.1.2.1 Sources of Information ..................................................................................... 21
4.1.2.2 Community Contributions ................................................................................ 22
4.1.2.3 Un(der)reported Incidents ................................................................................ 22
4.1.3 Abstraction ............................................................................................................... 22
4.2 Tactics............................................................................................................................. 24
4.2.1 Impact ....................................................................................................................... 24
4.3 Techniques and Sub-Techniques .................................................................................... 25
4.3.1 What Makes a Technique or Sub-Technique ........................................................... 25
4.3.1.1 Naming ............................................................................................................. 25
4.3.1.2 Types of Technique Abstraction ...................................................................... 25
4.3.1.3 Technical References ....................................................................................... 26
4.3.1.4 Adversary Use .................................................................................................. 26
4.3.1.5 Technique Distinction ...................................................................................... 27
4.3.2 Creating New Techniques ........................................................................................ 27
4.3.3 Enhancing Existing Techniques ............................................................................... 28
4.3.4 Named Adversary Groups Using Techniques .......................................................... 29
4.3.5 Incorporation Threat Intelligence on Groups and Software within ATT&CK ........ 29
4.3.5.1 Ungrouped Use of Techniques ......................................................................... 30
4.3.6 Examples of Applying the Methodology for New Techniques ................................ 30
4.4 Applying the ATT&CK Methodology ........................................................................... 33
Summary……………………………………………………………………………………34
References .............................................................................................................................. 35
viii
©2020 The MITRE Corporation. All Rights Reserved
Approved for Public Release. Distribution unlimited 19-01075-28.
List of Figures
Figure 1. The ATT&CK for Enterprise Matrix ............................................................................... 6
Figure 2. Persistence tactic with four expanded techniques ............................................................ 7
Figure 3. ATT&CK Model Relationships ..................................................................................... 17
Figure 4. ATT&CK Model Relationships Example ...................................................................... 18
Figure 5. Abstraction Comparison of Models and Threat Knowledge Databases ........................ 23
ix
©2020 The MITRE Corporation. All Rights Reserved
Approved for Public Release. Distribution unlimited 19-01075-28.
List of Tables
Table 1. ATT&CK Technology Domains ....................................................................................... 8
Table 2. ATT&CK Technique and Sub-Technique Model ........................................................... 10
Table 3. ATT&CK Group Model .................................................................................................. 14
Table 4. ATT&CK Software Model .............................................................................................. 15
Table 5. ATT&CK Mitigation Model ........................................................................................... 16
x
©2020 The MITRE Corporation. All Rights Reserved
Approved for Public Release. Distribution unlimited 19-01075-28.
This page intentionally left blank.
xi
©2020 The MITRE Corporation. All Rights Reserved
Approved for Public Release. Distribution unlimited 19-01075-28.
Introduction
MITRE ATT&CK is a curated knowledge base and model for cyber adversary behavior,
reflecting the various phases of an adversary’s attack lifecycle and the platforms they are known
to target. ATT&CK focuses on how external adversaries compromise and operate within
computer information networks. It originated out of a project to document and categorize post-
compromise adversary tactics, techniques and procedures (TTPs) against Microsoft Windows
systems to improve detection of malicious behavior. It has since grown to include Linux and
macOS, and has expanded to cover behavior leading up to the compromise of an environment, as
well as technology-focused domains like mobile devices, cloud-based systems, and industrial
control systems. At a high-level, ATT&CK is a behavioral model that consists of the following
core components:
• Tactics, denoting short-term, tactical adversary goals during an attack;
• Techniques, describing the means by which adversaries achieve tactical goals;
• Sub-techniques, describing more specific means by which adversaries achieve tactical
goals at a lower level than techniques; and
• Documented adversary usage of techniques, their procedures, and other metadata.
ATT&CK is not an exhaustive enumeration of attack vectors against software. Other MITRE
efforts such as CAPEC™ [2] and CWE™ [3] are more applicable to this use case.
The first ATT&CK model was created in September 2013 and was primarily focused on the
Windows enterprise environment. It was further refined through internal research and
development and subsequently publicly released in May 2015 with 96 techniques organized
1
©2020 The MITRE Corporation. All Rights Reserved
Approved for Public Release. Distribution unlimited 19-01075-28.
under 9 tactics. Since then, ATT&CK has experienced tremendous growth based on
contributions from the cybersecurity community. MITRE has created several additional
ATT&CK-based models were created based on the methodology used to create the first
ATT&CK. The original ATT&CK was expanded in 2017 beyond Windows to include Mac and
Linux and has been referred to as ATT&CK for Enterprise. A complementary model called PRE-
ATT&CK was published in 2017 to focus on “left of exploit” behavior. ATT&CK for Mobile
was also published in 2017 to focus on behavior in the mobile-specific domain. ATT&CK for
Cloud was published in 2019 as part of Enterprise to describe behavior against cloud
environments and services. ATT&CK for ICS was published in 2020 to document behavior
against industrial controls systems.
2
©2020 The MITRE Corporation. All Rights Reserved
Approved for Public Release. Distribution unlimited 19-01075-28.
ATT&CK Use Cases
Adversary Emulation – The process of assessing the security of a technology domain by
applying cyber threat intelligence about specific adversaries and how they operate to emulate
that threat. Adversary emulation focuses on the ability of an organization to verify detection
and/or mitigation of the adversarial activity at all applicable points in their lifecycle.
ATT&CK can be used as a tool to create adversary emulation scenarios [5] to test and verify
defenses against common adversary techniques. Profiles for specific adversary groups can be
constructed out of the information documented in ATT&CK (see Cyber Threat Intelligence use
case). These profiles can also be used by defenders and hunting teams to align and improve
defensive measures.
Red Teaming – Applying an adversarial mindset without use of known threat intelligence for
the purpose of conducting an exercise. Red teaming focuses on accomplishing the end objective
of an operation without being detected to show mission or operational impact of a successful
breach.
ATT&CK can be used as a tool to create red team plans and organize operations to avoid certain
defensive measures that may be in place within a network. It can also be used as a research
roadmap to develop new ways of performing actions that may not be detected by common
defenses.
Behavioral Analytics Development – By going beyond traditional indicators of compromise
(IoCs) or signatures of malicious activity, behavioral detection analytics can be used to identify
potentially malicious activity within a system or network that may not rely on prior knowledge
of adversary tools and indicators. It is a way of leveraging how an adversary interacts with a
specific platform to identify and link together suspicious activity that is agnostic or independent
of specific tools that may be used.
ATT&CK can be used as a tool to construct and test behavioral analytics to detect adversarial
behavior within an environment. The Cyber Analytics Repository1 (CAR) is one example of
analytic development that could be used as a starting point for an organization to develop
behavioral analytics based on ATT&CK.
Defensive Gap Assessment – A defensive gap assessment allows an organization to determine
what parts of its enterprise lack defenses and/or visibility. These gaps represent blind spots for
potential vectors that allow an adversary to gain access to its networks undetected or
unmitigated.
ATT&CK can be used as a common behavior-focused adversary model to assess tools,
monitoring, and mitigations of existing defenses within an organization’s enterprise. The
identified gaps are useful as a way to prioritize investments for improvement of a security
program. Similar security products can also be compared against a common adversary behavior
model to determine coverage prior to purchasing.
SOC Maturity Assessment – An organization’s Security Operations Center is a critical
component of many medium to large enterprise networks that continuously monitor for active
1
https://car.mitre.org
3
©2020 The MITRE Corporation. All Rights Reserved
Approved for Public Release. Distribution unlimited 19-01075-28.
threats against the network. Understanding the maturity of a SOC is important to determine its
effectiveness.
ATT&CK can be used as one measurement to determine how effective a SOC is at detecting,
analyzing, and responding to intrusions. Similar to the defensive gap assessment, a SOC
Maturity assessment focuses on the processes a SOC uses to detect, understand, and respond to
changing threats to their network over time.
Cyber Threat Intelligence Enrichment – Cyber threat intelligence covers knowledge of cyber
threats and threat actor groups that impact cybersecurity. It includes information about malware,
tools, TTPs, tradecraft, behavior, and other indicators that are associated to threats.
ATT&CK is useful for understanding and documenting adversary group profiles from a
behavioral perspective that is agnostic of the tools the group may use. Analysts and defenders
can better understand common behaviors across many groups and more effectively map defenses
to them and ask questions such as “what is my defensive posture against adversary group
APT3?” Understanding how multiple groups use the same technique behavior allows analysts to
focus on impactful defenses that span may types of threats. The structured format of ATT&CK
can add value to threat reporting by categorizing behavior beyond standard indicators.
Multiple groups within ATT&CK use the same techniques. For this reason, it is not
recommended to attribute activity solely based on the ATT&CK techniques used. Attribution to
a group is a complex process involving all parts of the Diamond Model [5], not solely on an
adversary’s use of TTPs.
4
©2020 The MITRE Corporation. All Rights Reserved
Approved for Public Release. Distribution unlimited 19-01075-28.
The techniques within ATT&CK may have many procedures for how an adversary could
implement them — and because adversaries are always changing, it is difficult to know what all
those procedures are in advance. That makes discussing coverage of a technique tough,
especially when some ways of detecting behavior rely on individual procedures and some may
span multiple procedures or even an entire technique. Going back to the prior ipconfig.exe
example, collecting data on ipconfig.exe running may be insufficient though for coverage of the
System Network Configuration Discovery technique because the same details can be discovered
by an adversary through other means, such as the Get-NetIPConfiguration cmdlet within
PowerShell.
It is important to always review the threat intelligence on what techniques, sub-techniques, and
procedures adversaries have used to understand the details and how variations might affect how
you determine coverage. Anyone mapping to ATT&CK should be able to explain the procedures
they cover. Similarly to how it’s unrealistic to expect coverage of 100% of ATT&CK techniques,
it’s unrealistic to expect coverage of all procedures of a given technique, especially since we
often cannot know all of them in advance.
Operationalizing ATT&CK for an organization also encompasses determining what it means for
you to have “ATT&CK coverage”. Is it that you’re collecting data relevant to all techniques or
just the ones that are the most important and you expect to see? Do you expect to issue alerts on
all techniques or just the rarest ones? Is it important that all relevant instances of a technique
being seen get tagged with an ATT&CK mapping even if it may not have been performed due to
a real incident? Is one, two, three, or more analytics addressing a technique sufficient to have
confidence that a technique is covered? Does the definition of coverage expand beyond visibility
to also cover controls and preventative measures to stop techniques from being used? Does your
definition of coverage include conducting red team or adversary emulation tests to verify
defenses or test for coverage gaps?
ATT&CK is just as much about the mindset and process of using it as much as it is the
knowledge base itself. It serves as a grounded, threat-informed baseline of activity that everyone
should know about. The process of gathering intelligence, implementing defenses based on that
intelligence, checking if those defenses work, and improving defenses to better cover threats
over time is what should be strived for, not 100% coverage of ATT&CK. When it comes to
information security, the threats we face, new technologies, and the adaptability of goal-based
adversaries, we cannot consider filling out a checklist as “done”.
5
©2020 The MITRE Corporation. All Rights Reserved
Approved for Public Release. Distribution unlimited 19-01075-28.
The ATT&CK Model
The basis of ATT&CK is the set of techniques and sub-techniques that represent actions that
adversaries can perform to accomplish objectives. Those objectives are represented by the tactic
categories the techniques and sub-techniques fall under. This relatively simple representation
strikes a useful balance between sufficient technical detail at the technique level and the context
around why actions occur at the tactic level.
6
©2020 The MITRE Corporation. All Rights Reserved
Approved for Public Release. Distribution unlimited 19-01075-28.
Figure 2. Persistence tactic with four expanded techniques
7
©2020 The MITRE Corporation. All Rights Reserved
Approved for Public Release. Distribution unlimited 19-01075-28.
3.2 Technology Domains
ATT&CK is organized in a series of “technology domains” - the ecosystem an adversary
operates within that provides a set of constraints the adversary must circumvent or take
advantage of to accomplish a set of objectives. To date MITRE has defined three technology
domains – Enterprise (representing traditional enterprise networks and cloud technologies),
Mobile (for mobile communication devices), and ICS (for industrial control systems). Within
each technology domain, ATT&CK defines multiple “platforms” - the system an adversary is
operating within. A platform may be an operating system or application (e.g. Microsoft
Windows). Techniques and sub-techniques can apply to multiple platforms. Table 1 lists the
platforms currently defined for ATT&CK technology domains except for ICS, which will be
documented in a separate philosophy paper.
The scope of ATT&CK also expands beyond technology domains with PRE-ATT&CK. PRE-
ATT&CK covers documentation of adversarial behavior during requirements gathering,
reconnaissance, and weaponization before access to a network is obtained. It is independent of
technology and models an adversary’s behavior as they attempt to gain access to an organization
or entity through the technology they leverage, spanning multiple domains.
Table 1. ATT&CK Technology Domains
Technology Domain Platform(s) defined
Enterprise Linux, macOS, Windows, AWS, Azure, GCP, SaaS, Office
365, Azure AD
Mobile Android, iOS
3.3 Tactics
Tactics represent the “why” of an ATT&CK technique or sub-technique. It is the adversary’s
tactical objective: the reason for performing an action. Tactics serve as useful contextual
categories for individual techniques and cover standard notations for things adversaries do during
an operation, such as persist, discover information, move laterally, execute files, and exfiltrate
data. Tactics are treated as “tags” within ATT&CK where a technique or sub-technique is
associated or tagged with one or more tactic categories depending on the different results that
can be achieved by using a technique.
Each tactic contains a definition describing the category and serves as a guide for what
techniques should be within the tactic. For example, Execution is defined as a tactic that
represents (sub-)techniques that result in execution of adversary-controlled code on a local or
remote system. This tactic is often used in conjunction with initial access as the means of
executing code once access is obtained, and lateral movement to expand access to remote
systems on a network.
Additional tactic categories may be defined as needed to more accurately describe adversary
objectives. Applications of the ATT&CK modeling methodology for other domains may require
new or different categories to associate techniques even though there may be some overlap with
tactic definitions in existing models.
8
©2020 The MITRE Corporation. All Rights Reserved
Approved for Public Release. Distribution unlimited 19-01075-28.
3.4 Techniques and Sub-Techniques
Techniques represent “how” an adversary achieves a tactical objective by performing an action.
For example, an adversary may dump credentials from an operating system to gain access to
useful credentials within a network. Techniques may also represent “what” an adversary gains by
performing an action. This is a useful distinction for the Discovery tactic as the techniques
highlight what type of information an adversary is after with a particular action.
Sub-techniques further break down behaviors described by techniques into more specific
descriptions of how behavior is used to achieve an objective. For example, with OS Credential
Dumping, there are several more specific behaviors under this technique that can be described as
sub-techniques, including accessing LSASS Memory, the Security Account Manager, or
accessing /etc/passwd and /etc/shadow.
There may be many ways, or techniques, to achieve tactical objectives, so there are multiple
techniques in each tactic category. Likewise, there may be multiple ways to perform a technique
so there can be multiple distinct sub-techniques under a technique.
3.4.1 Procedures
Procedures are another important component of the TTP concept, and we cannot talk about
tactics and techniques without also including procedures as well. Within ATT&CK, procedures
are the specific implementation adversaries have used for techniques or sub-techniques. For
example, a procedure could APT28 using PowerShell to inject into lsass.exe to dump credentials
by scraping LSASS memory on a victim.
The two important aspects to note about procedures in ATT&CK are that it is how an adversary
uses techniques and sub-techniques and that a procedure can span multiple techniques and sub-
techniques. Expanding on the prior example, the procedure the adversary uses to dump
credentials includes PowerShell, Process Injection, and LSASS Memory, which are all distinct
behaviors. Procedures may also include use of specific tools in how they’re performed.
Procedures are documented in ATT&CK as the observed in-the-wild use of techniques in the
"Procedure Examples" section of the technique and sub-technique pages.
9
©2020 The MITRE Corporation. All Rights Reserved
Approved for Public Release. Distribution unlimited 19-01075-28.
Table 2. ATT&CK Technique and Sub-Technique Model
Data Item Type Description
Name* Field The name of the (sub-)technique.
ID* Tag Unique identifier for the (sub-)technique within the
knowledge base. Format: (technique) T####; (sub-
technique) T####.###.
Sub-Techniques* Field Sub-technique IDs that fall under a technique. *Only
applies to techniques and not sub-techniques
Tactic* Tag The tactic objectives that the (sub-)technique can be
used to accomplish. (sub-)Techniques can be used to
perform one or multiple tactics.
Description* Field Information about the (sub-)technique, what it is,
what it’s typically used for, how an adversary can
take advantage of it, and variations on how it could
be used. Include references to authoritative articles
describing technical information related to the
technique as well as in the wild use references as
appropriate.
Platform* Tag The system an adversary is operating within; could
be an operating system or application (e.g. Microsoft
Windows). (sub-)Techniques can apply to multiple
platforms.
System Requirements Field Additional information on requirements the
adversary needs to meet or about the state of the
system (software, patch level, etc.) that may be
required for the (sub-)technique to work.
Permissions Tag The lowest level of permissions the adversary is
Required* required to be operating within to perform the
(sub-)technique on a system. *Required for privilege
escalation.
Effective Tag The level of permissions the adversary will attain by
Permissions* performing the (sub-)technique. Only applies to
(sub-)techniques under the privilege escalation
tactic. May have multiple entries if effective
permissions can be set when (sub-)technique is
executed. *Required for privilege escalation
Data Source* Tag Source of information collected by a sensor or
logging system that may be used to collect
information relevant to identifying the action being
performed, sequence of actions, or the results of
those actions by an adversary. The data source list
can incorporate different variations of how the
action could be performed for a particular
(sub-)technique. This attribute is intended to be
restricted to a defined list to allow analysis of
10
©2020 The MITRE Corporation. All Rights Reserved
Approved for Public Release. Distribution unlimited 19-01075-28.
technique coverage based on unique data sources.
(For example, “what techniques can I detect if I
have process monitoring in place?”)
Supports Remote Tag If the (sub-)technique can be used to execute
something on a remote system. Applies to execution
(sub-)techniques only.
Defense Bypassed* Tag If the (sub-)technique can be used to bypass or
evade a particular defensive tool, methodology, or
process. Applies to defense evasion (sub-)techniques
only. *Required for defense evasion.
CAPEC ID Field Hyperlink to related CAPEC entry on the CAPEC
site.
Version* Field Version of the (sub-)technique in the format of
MAJOR.MINOR.
Impact Type* Tag Denotes if the (sub-)technique can be used for
integrity or availability attacks. Applies to impact
(sub-)techniques only.
Contributor Tag List of non-MITRE contributors (individual and/or
organization) from first to most recent that
contributed information on, about, or supporting the
development of a (sub-)technique.
Procedure Examples Relationship Procedure example fields are populated on a
/ Field (sub-)technique page when a group or software
entity is associated to a (sub-)technique through
documented use. They describe the group or
software entity with a brief description of how the
technique is used. The example of how a specific
adversary uses a (sub-)technique is a direct reference
to their procedures, or exact way of how they
perform a (sub-)technique on a system.
Detection* Field High level analytic process, sensors, data, and
detection strategies that can be useful to identify a
(sub-)technique has been used by an adversary. This
section is intended to inform those responsible for
detecting adversary behavior (such as network
defenders) so they can take an action such as writing
an analytic or deploying a sensor. There should be
enough information and references to point toward
useful defensive methodologies. There could be
many ways of detecting a (sub-)technique but
ATT&CK and MITRE do not endorse any particular
vendor solution. Detection recommendations should
therefore remain vendor agnostic, recommending
the general method and class of tools rather than a
specific tool. Detection may not always be possible
11
©2020 The MITRE Corporation. All Rights Reserved
Approved for Public Release. Distribution unlimited 19-01075-28.
for a given (sub-)technique and should be
documented as such.
Mitigation* Relationship Configurations, tools, or process that can prevent a
/ Field (sub-)technique from working or having the desired
outcome for an adversary. This section is intended to
inform those responsible for mitigating against
adversaries (such as network defenders or
policymakers) to allow them to take an action such
as changing a policy or deploying a tool. Mitigation
fields are populated on a (sub-)technique page when
a mitigation object is associated to a
(sub-)technique.. The relationship describes the
details of how a specific mitigation can be applied to
the (sub-)technique. Mitigation recommendations
remain vendor agnostic, recommending the general
method or capability class rather than a specific tool.
Mitigation may not always be possible for a given
(sub-)technique and is documented as such if no
relationships to a given (sub-)technique are present.
3.5 Groups
Known adversaries that are tracked by public and private organizations and reported on in threat
intelligences reports are tracked within ATT&CK under the Group object. Groups are defined as
named intrusion sets, threat groups, actor groups, or campaigns that typically represent targeted,
persistent threat activity. ATT&CK primarily focuses on APT groups though it may also include
other advanced groups such as financially motivated actors.
Groups can use techniques directly or employ software that implements techniques.
13
©2020 The MITRE Corporation. All Rights Reserved
Approved for Public Release. Distribution unlimited 19-01075-28.
3.5.1 Group Object Structure
Items are annotated by tag if the data point is an informational reference on the group that can be
used to filter and pivot on, and field if the item is a free text field used to describe group-specific
information and details. Items marked with relationship indicate fields that are associated to
object entity relationships with techniques or software that use the technique. Data items marked
with * denote the element is required
3.6 Software
Adversaries commonly use different types of software during intrusions. Software can represent
an instantiation of a technique or sub-technique, so they are also necessary to categorize within
ATT&CK for examples on how techniques are used. Software is broken out into two high-level
categories: tools and malware.
14
©2020 The MITRE Corporation. All Rights Reserved
Approved for Public Release. Distribution unlimited 19-01075-28.
• Tool - Commercial, open-source, built-in, or publicly available software that could be
used by a defender, pen tester, red teamer, or an adversary. This category includes both
software that generally is not found on an enterprise system as well as software generally
available as part of an operating system that is already present in an environment.
Examples include PsExec, Metasploit, Mimikatz, as well as Windows utilities such as
Net, netstat, Tasklist, etc.
• Malware - Commercial, custom closed source, or open source software intended to be
used for malicious purposes by adversaries. Examples include PlugX, CHOPSTICK, etc.
The software categories could be broken down further, but the idea behind the current
categorization was to show how adversaries use tools and legitimate software to perform actions
much like they do with traditional malware.
15
©2020 The MITRE Corporation. All Rights Reserved
Approved for Public Release. Distribution unlimited 19-01075-28.
tie the associated software to the primary software
name.
Techniques / Sub- Relationship List of (sub-)techniques that are implemented by the
Techniques Used* / Field software with a field to describe details on how the
technique is implemented or used. Each technique
should include a reference.
Groups Relationship List of groups that the software has been reported to
/ Field be used by with a field to describe details on how
the software is used. This information is populated
from the associated group entry.
3.7 Mitigations
Mitigations in ATT&CK represent security concepts and classes of technologies that can be used
to prevent a technique or sub-technique from being successfully executed. There are 41
mitigations in ATT&CK for Enterprise as of March 2020 and include mitigations such as
Application Isolation and Sandboxing, Data Backup, Execution Prevention, and Network
Segmentation. [7] Mitigations are vendor product agnostic and only describe categories or
classes of technologies, not specific solutions.
Mitigations are represented by objects similar to groups and software where relationships signify
how a mitigation can mitigate a technique or sub-technique. ATT&CK for Mobile was the first
knowledge base to use the object format for mitigations. ATT&CK for Enterprise was changed
from a free text field to describe mitigation behavior to the object format in the July 2019 update.
Both Enterprise and Mobile have their own sets of mitigation categories with minimal overlap
between them.
16
©2020 The MITRE Corporation. All Rights Reserved
Approved for Public Release. Distribution unlimited 19-01075-28.
Techniques Relationship List of (sub-)techniques potentially covered by this
Addressed by / Field mitigation.
Mitigation*
17
©2020 The MITRE Corporation. All Rights Reserved
Approved for Public Release. Distribution unlimited 19-01075-28.
Figure 4. ATT&CK Model Relationships Example
18
©2020 The MITRE Corporation. All Rights Reserved
Approved for Public Release. Distribution unlimited 19-01075-28.
3.9 Versioning
ATT&CK uses a system for versioning objects (techniques, sub-techniques, groups, software,
and mitigations), the matrix view of domains, and releases. The system is designed to inform
users when parts of ATT&CK have changed, give an indication as to the degree of the change,
allow users to differentiate between versions of the matrix, and have stable references for content
releases.
Versions will only increment between content releases. That means that if two changes are made
to a technique between scheduled updates, then the version will only increase once.
3.9.1 Objects
In ATT&CK, objects refer to any item in the knowledge base that can have a relationship with
another object. Each has their own criteria for how versions are incremented between releases.
All objects are assigned a two part numerical version MAJOR.MINOR that starts at 1.0 for any
new object.
3.9.1.2 Groups
Major version changes consist of changes or additions to associated groups as well as changes to
the group’s description, which should happen infrequently.
Minor version changes consist of changes to references and relationships to techniques and
software.
3.9.1.3 Software
Major version changes consist of changes or additions to associated software as well as changes
to the software’s description, which should happen infrequently.
Minor version changes consist of changes to references and relationships to techniques and
groups.
3.9.1.4 Mitigations
Major version changes consist of changes to the scope of what the mitigation covers and changes
to the name of the mitigation, which should happen infrequently.
Minor version changes consist of changes to a mitigation’s description that does not impact its
scope as well as changes to references and relationships to techniques.
19
©2020 The MITRE Corporation. All Rights Reserved
Approved for Public Release. Distribution unlimited 19-01075-28.
3.9.1.5 Deprecation
Objects may be deprecated when they are deemed no longer beneficial to track as part of the
knowledge base. This could happen for several reasons, including combining technique ideas
together or removing an unnecessary object.
Deprecated objects are not deleted from the knowledge base and are still maintained in the STIX
repositories, but they no longer show up in the navigation bar and matrix within the main
ATT&CK website.
3.9.2 Matrix
Each matrix that appears on the ATT&CK website is assigned a last modified timestamp that
serves as its version number. This applies to Enterprise (and related platforms), Cloud (and
related platforms), Mobile (and related platforms), and PRE-ATT&CK.
3.9.3 Releases
A release occurs when the changes to the STIX representation of ATT&CK are bundled and
released to the GitHub CTI repository [9] along with any updates to the ATT&CK website. Prior
versions of the content and website are saved and stored for historical reference. [10]
4.1 Conceptual
There are three conceptual ideas that are core to the philosophy behind ATT&CK:
• It maintains the adversary’s perspective;
• It follows real-world use of activity through empirical use examples;
• The level of abstraction is appropriate to bridge offensive action with possible defensive
countermeasures.
2
Confidentiality, Integrity, and Availability
21
©2020 The MITRE Corporation. All Rights Reserved
Approved for Public Release. Distribution unlimited 19-01075-28.
4.1.2.2 Community Contributions
ATT&CK relies heavily upon input from the community into what they see happening in-the-
wild in order to remain up to date with relevant information. [13] MITRE’s role in the process is
to collect, prioritize, and curate the information that is received to ensure it aligns with ATT&CK
and benefits the community’s understanding of adversary behavior and improves how the
community can defend against those behaviors. The information may be used in different ways
depending on where the information comes from and the vantage the contributing organization
or individual has.
Threat intelligence analysts typically track incidents, threat groups, and how their TTPs evolve
over time. CTI is the foundation on which ATT&CK is built and provides one of the best sources
of information to inform new techniques as well as groups and software.
Defenders see adversaries in action and are often in a position to see when new techniques are
being used. Defenders in this context refer to threat hunters, malware analysts, and incident
responders. Observations by defenders are another great source of information for ATT&CK
Red teamers may not track adversary groups or be in a position to see techniques in-the-wild, but
they can provide a useful source of information on how techniques are done. Red teams also
develop or use open source software that may also be used by adversaries in-the-wild.
Contributions to ATT&CK expand beyond just techniques. New and updated information related
to detections, data sources, mitigations, best practices and other aspects of ATT&CK are used to
enhance the information in the knowledge base.
4.1.3 Abstraction
The level of abstraction for adversary tactics and techniques within ATT&CK is an important
distinction between it and other types of threat models. High level models such as the various
adversary lifecycles, including the Lockheed Martin Cyber Kill Chain®, Microsoft STRIDE, etc.,
are useful at understanding high level processes and adversary goals. However, these models are
not effective at conveying what individual actions adversaries make, how one action relates to
another, how sequences of actions relate to tactical adversary objectives, and how the actions
correlate with data sources, defenses, configurations, and other countermeasures used for the
security of a platform and domain.
By contrast, exploit databases and models describe specific instances of exploitable software –
which are often available for use with code examples – but are very far removed from the
22
©2020 The MITRE Corporation. All Rights Reserved
Approved for Public Release. Distribution unlimited 19-01075-28.
circumstances in which they could or should be used as well as from the difficulty of using them.
Similarly, malware databases also exist but typically lack context around how the malware is
used and by whom. They also do not take into account how legitimate software can be used for
malicious purposes.
A mid-level adversary model like ATT&CK is necessary to tie these various components
together. The tactics and techniques in ATT&CK define adversarial behaviors within a lifecycle
to a degree where they can be more effectively mapped to defenses. The high-level concepts like
Control, Execute, and Maintain are further broken down into more descriptive categories where
individual actions on a system can be defined and categorized. A mid-level model is also useful
to put lower level concepts into context. Behavior-based techniques are the focus as opposed to
exploits and malware because they are numerous but are difficult to reason about them with a
holistic defensive program other than regular vulnerability scans, rapid patching, and IOCs.
Exploits and malicious software are useful to an adversary toolkit, but to fully understand their
utility, it’s necessary to understand the context in which they can be used to achieve a goal. The
mid-level model is also a useful construct to tie in threat intelligence and incident data to show
who is doing what as well as the prevalence of use for particular techniques. Figure 4 shows a
comparison of the level of abstraction between high, mid, and low level models and threat
knowledge databases:
23
©2020 The MITRE Corporation. All Rights Reserved
Approved for Public Release. Distribution unlimited 19-01075-28.
4.2 Tactics
Since tactics represent the tactical goals of an adversary, these remain relatively static over time
because adversary goals are unlikely to change. Tactics combine aspects of what the adversary is
trying to accomplish with what platform and domain they are operating within. Often these goals
will be similar across platforms, which is why the Enterprise ATT&CK tactics are consistent
across Windows, macOS, and Linux, and are even very similar to the Use Device Access tactics
in ATT&CK for Mobile. Places where they differ are going to be where adversary goals and
platform or domain technologies differ. An example of this is again evident with the ATT&CK
for Mobile to cover how adversaries may downgrade or intercept connections between mobile
devices and their network or service provider.
There may be cases where tactics need to be refined for better definition of the actions occurring.
In the original ATT&CK for Enterprise, Windows the Collection tactic did not exist; instead it
was included as part of Exfiltration. This representation fit sufficiently at the time because it was
largely seen as one action—an adversary exfiltrates information but did not accurately represent
the distinct motives and actions necessary for successful exfiltration. Where the data comes from
and how it is obtained is equally as important as how an adversary removes the data from an
environment and also represents distinct places where those actions can be detected. There is
also a timing difference between when an adversary may collect information and when they
exfiltrate it. Thus, a determination was made to break that tactic into two and describe Collection
separately.
New tactics will follow the need to define existing, but uncategorized, or new adversary goals as
a way to provide accurate context for what an adversary is accomplishing by performing a
technique action.
4.2.1 Impact
The types of tactics in ATT&CK have historically aligned to covering adversaries primarily
focused on breaching the confidentiality of information. Goals such as initial access, discovery,
and credential access are commonly used to gain and expand access within an environment with
an ultimate objective of stealing information through collection and exfiltration. However, these
tactics did not cover disruptive and/or destructive attacks against information or systems. In
2019, the Impact tactic was added to ATT&CK to address that lack of coverage. With the rise of
targeted ransomware, disk wiper incidents, manipulation of financial transactions, and large scale
distributed denial of service attacks, it was important for ATT&CK to maintain parity with the
behavior that adversaries are using even if their goals are not focused on exfiltration of data.
Rather than include all possible types of behaviors not covered elsewhere in ATT&CK,
techniques in the Impact tactic specifically involve only attacks impacting the integrity or
availability of information or systems. Along with the other tactics in ATT&CK, this increases
the scope of ATT&CK to cover the traditional Confidentiality, Integrity, and Availability, or
CIA triad. Attacks on availability reduce or remove the ability to use a system or the information
on it by damaging it or otherwise reducing its utility. For example, overwriting the master boot
record (MBR) of a computer, activity which falls under Disk Structure Wipe, renders the system
unable to boot and unavailable to users. Attacks on integrity manipulate the accuracy or
completeness of information. For example, an attacker modifying the balance of a bank account
24
©2020 The MITRE Corporation. All Rights Reserved
Approved for Public Release. Distribution unlimited 19-01075-28.
stored in a data base, activity which falls under Data Manipulation: Stored Data Manipulation,
damages the integrity of the balance information. Each technique and sub-technique in the
Impact tactic includes a mandatory “Impact Type” tag with a value of “Availability” or
“Integrity” indicating which one the (sub-)technique impacts.
Similar to other tactics in ATT&CK, it’s important to take into account adversary goals when
leveraging Impact techniques. An adversary deleting files in order to decrease their likelihood of
detection on an end system would fall under Indicator Removal on Host: File Deletion in
Defense Evasion, rather than Data Destruction in Impact despite both techniques involving the
deletion of files.
4.3.1.1 Naming
Technique names focus on the aspect of the technique that makes it unique—what the adversary
achieves at an intermediate level of abstraction from using the tactic. Sub-techniques often
signify how a technique is used at a lower level of abstraction. One example of the former is
Credential Dumping [10] for Credential Access where dumping credentials is one method of
gaining access to new credentials—and credentials can be dumped in several different ways. A
sub-technique example of the latter is Rundll32 [11] for Defense Evasion. It sits at a lower level
of abstraction where Rundll32 represents a specific way the technique Signed Binary Proxy
Execution can used. Industry-accepted terminology tends to be used if it is already established
and documented through conference presentations, blog posts, other articles, etc.
25
©2020 The MITRE Corporation. All Rights Reserved
Approved for Public Release. Distribution unlimited 19-01075-28.
describes a general platform agnostic behavior, such as much of the Command and Control
tactic. The description is kept general and details are provided with references to the examples
from the different platforms as needed.
Techniques that can be performed a few different ways to achieve the same or similar results are
grouped under a general category of techniques, such as Credential Dumping. These techniques
can apply to multiple platforms in specific ways. Those different ways would then be defined as
sub-techniques that describe how those behaviors can apply individually based on platform.
Sub-techniques generally are specific ways an adversary acts against either against a particular
platform or by using a similar concept that works similarly across platforms. Rundll32 is one
example of the former that only applies to Windows systems. These sub-techniques tend to
describe how individual components of the platform are abused by adversaries. Hidden Files and
Directories is one example of the latter since it takes advantage of a similar concept that spans
Windows, Linux, and Mac but is a specific example of how an adversary would hide artifacts on
a system that is designated by the technique Hide Artifacts.
Sometimes techniques or sub-techniques can have multiple required steps within them, some of
these steps may be relatable to other existing techniques or steps that could be individual
techniques. When this occurs, it is important to focus on the distinguishing attribute of the
behavior or what makes it different than the others.
26
©2020 The MITRE Corporation. All Rights Reserved
Approved for Public Release. Distribution unlimited 19-01075-28.
• Underreported – Behaviors that are likely being used but are not being reported for
some reason. There may also be cases where circumstantial information that a technique
is in use exists but it's generally difficult for information to be collected
or disseminated stating the technique is in use due to sensitivities related to the source of
information or method of collection. Discretion is used based on the credibility of the
source.
• Unreported – There is no public or non-public source of intel saying a behavior is in use.
This category may contain new offensive research used by red teams that has been
published, but in the wild use by adversary groups is unknown. Discretion is used based
on the utility of the technique or sub-technique and likelihood of use by adversaries.
30
©2020 The MITRE Corporation. All Rights Reserved
Approved for Public Release. Distribution unlimited 19-01075-28.
• It applies to Windows and Linux systems and represents benign functionality used by
legitimate software that can be used by adversaries for malicious purposes.
• It requires real-time telemetry from the system on running processes and interactions with
processes through the API to effectively detect effective use. Some forensic detection of
process injection is possible, depending on the variation used, from loaded libraries and
other data sources but requires proper timing.
• Mitigation is difficult due to its benign usefulness in software. Some security features
may mitigate aspects of this technique, such as application whitelisting that includes
analysis of loaded modules, or code integrity that prevents processes from a lower
integrity level from interfacing with processes running in at a higher integrity level.
• Many adversary groups use this technique, which is a component of tools, scripts, and
malware.
• There are several variations of process injection, but most follow a common sequence of
an initial adversary controlled process requesting access to a non-malicious process,
loading code within it, and forcing that process to execute the new code.
• Some variations load DLLs from disk, while others perform reflective loading that do not
require a file on disk.
• Related methods of execution require a binary to be put on disk and/or some
configuration change that will load and execute the code in a new process representing
different opportunities to detect and mitigate.
• Other related methods use different functionality provided by Windows to load and
execute code, such as application shims.
• Similar concepts exist in Linux based systems for dynamically loading libraries into
processes.
Conclusions:
• The core feature of this technique is loading malicious code within an existing live
process.
• The technique is used widely across many groups of adversaries.
• There are several variations of this technique and the core behavior is distinct enough
from other related methods of defense evasion and privilege escalation to warrant an
individual entry.
• There are several variations within this core concept to include in the process injection
entry which should be defined as sub-techniques under a process injection parent
technique.
• Process injection should be included as a technique under defense evasion and privilege
escalation. [13]
SQL Injection (SQLi) – an example analysis of a technique that is not explicitly in ATT&CK
by applying the above methodology.
31
©2020 The MITRE Corporation. All Rights Reserved
Approved for Public Release. Distribution unlimited 19-01075-28.
SQLi is a method of injecting code through an improperly secured web interface that is
interpreted and executed by a database process. The resulting code execution can be used for a
number of purposes, including adding or modifying information, gaining access to a system,
causing the server to download and execute other code which may result in persistence,
credential access, privilege escalation, collection, and exfiltration.
Considerations:
• SQLi may be performed to gain access to an externally facing web server in a DMZ or
improperly positioned web server that would result in network compromise. It may also
be performed to achieve lateral movement within an enterprise, but in-the-wild reported
incidents have been scarce on this use case.
• Fundamentally, SQLi is exploiting a vulnerability in web application software due to
poor code design and is not a benign behavior that an adversary could use for some
purpose.
• SQLi is a predominant vulnerability that occurs frequently across many different types of
web applications, regardless of language or platform they are written in.
• Software has been developed to automate SQLi; it is unlikely that this would be
performed manually.
• For the external variation, data sources collecting traffic on the boundary would likely see
this behavior. Application logs from the web and database server may be used as well.
True positive detection may be difficult due to certain variance that can be used in
frequency and timing of attempts and methods to hide indicators.
• For the internal variation, tools that may not normally be present within an enterprise
network would likely need to be downloaded and used by an adversary. Depending on
the tool and how it is used, it may create an enormous amount of traffic against an
internally accessible web server. Internal netflow, packet capture, web logs, and endpoint
monitoring may be used to detect aspects of the download and usage of the tool.
• There are many methods on how SQLi may reach a database through various malformed
data inputs and parameters. How they are detected or mitigated are not fundamentally
different from each other. Database input or web logs can be used to look for common
SQLi inputs that result in code execution. Likewise, using secure web development and
existing secure programming constructs mitigates a large number of SQLi instances.
• Adversaries have been known to use SQLi as a means of gaining access to externally
available web servers. There is not good data available on use within internal networks
for other purposes.
Conclusions:
• The context in which SQLi fits within an adversary’s tactical goals puts it within attempts
to gain access to a system through an existing software vulnerability. An example is for
initial access in a network compromise by compromising an externally facing application.
• SQLi is a variation of an exploitation technique against a specific software technology
and is an appropriate abstraction within how an adversary performs initial compromise. It
32
©2020 The MITRE Corporation. All Rights Reserved
Approved for Public Release. Distribution unlimited 19-01075-28.
would not need to be described in various ways at this technique level due to the limited
variations in how it is performed by an adversary, detected by defenders, or mitigated
through proper software design. Additional resources can be cited as needed, such as
CAPEC, CWE, OWASP that detail specifics.
• Include SQLi in ATT&CK as a technical detail enhancement of Exploit Public-Facing
Application for gaining access to exposed web servers or databases. [15]
33
©2020 The MITRE Corporation. All Rights Reserved
Approved for Public Release. Distribution unlimited 19-01075-28.
Summary
This paper discussed the motivation behind the creation of ATT&CK, the components described
within it, its design philosophy, how the project has progressed, and how it can be used. It is
meant to be used as an authoritative source of information about ATT&CK, as well as to help
guide how ATT&CK is maintained and how the methodology behind ATT&CK can be used to
create knowledge bases for new domains.
Adoption of ATT&CK is widespread across multiple disciplines, including intrusion detection,
threat hunting, security engineering, threat intelligence, red teaming, and risk management. It is
important for MITRE to strive for transparency about how ATT&CK was created and the
decision process that is used to maintain it, as more organizations use ATT&CK. We want users
of ATT&CK to have confidence in the information and resources that it can provide and better
understand how they can begin to use it—and also how and where they can help ATT&CK
grow.
The types of information that went into ATT&CK, and the process used to create and maintain it,
may also be useful for other work to derive similar models for other technology domains or for
taxonomies of adversarial behavior in other areas. ATT&CK’s grounding with empirically
driven threat information and its driving use cases for adversary emulation and better
measurement of defensive coverage were foundational in how it was perceived and used across
the security community. We hope this document can be a useful resource for efforts seeking to
follow the process used to apply the ATT&CK methodology, whether it’s to help us expand and
maintain MITRE ATT&CK knowledge bases or to model adversary behavior in new areas that
aren’t directly related to the domains covered by ATT&CK.
34
©2020 The MITRE Corporation. All Rights Reserved
Approved for Public Release. Distribution unlimited 19-01075-28.
References
[1] B. Strom and A. Robertson, "The MITRE Corporation," 3 March 2020. [Online].
Available: https://medium.com/mitre-attack/2020-attack-roadmap-4820d30b38ba.
[Accessed 12 March 2020].
[2] The MITRE Corporation, "Common Attack Pattern Enumeration and Classification," 21
February 2018. [Online]. Available: https://capec.mitre.org/. [Accessed 12 April 2018].
[3] "Common Weakness Enumeration," 3 April 2018. [Online]. Available:
https://cwe.mitre.org/. [Accessed 12 April 2018].
[4] B. Strom, J. Battaglia, M. Kemmerer, W. Kupersanin, D. Miller, C. Wampler, S. Whitley
and R. Wolf, "The MITRE Corporation," June 2017. [Online]. Available:
https://www.mitre.org/publications/technical-papers/finding-cyber-threats-with-attck-
based-analytics. [Accessed 14 November 2017].
[5] The MITRE Corporation, "Adversary Emulation Plans," MITRE ATT&CK, [Online].
Available: https://attack.mitre.org/resources/adversary-emulation-plans/. [Accessed 12
March 2020].
[6] C. Betz, S. Caltagirone and A. Pendergast, "The Diamond Model of Intrusion Analysis,"
2013. [Online]. Available: http://www.activeresponse.org/wp-
content/uploads/2013/07/diamond.pdf. [Accessed 16 January 2018].
[7] K. Nickels, "How to Be a Savvy ATT&CK Consumer," 13 December 2019. [Online].
Available: https://medium.com/mitre-attack/how-to-be-a-savvy-attack-consumer-
63e45b8e94c9. [Accessed 17 March 2020].
[8] The MITRE Corporation, "Enterprise Mitigations," October 2019. [Online]. Available:
https://attack.mitre.org/mitigations/enterprise/. [Accessed 16 March 2020].
[9] The MITRE Corporation, "Cyber Threat Intelligence Repository expressed in STIX 2.0,"
[Online]. Available: https://github.com/mitre/cti. [Accessed 17 March 2020].
[10] The MITRE Corporation, "Previous Versions," [Online]. Available:
https://attack.mitre.org/resources/previous-versions/. [Accessed 17 March 2020].
[11] FIRST, "Common Vulnerability Scoring System v3.0: Specification Document," 2018.
[Online]. Available: https://www.first.org/cvss/specification-document. [Accessed 20
December 2017].
[12] D. Leblac, "DREADFul," 14 August 2007. [Online]. Available:
https://blogs.msdn.microsoft.com/david_leblanc/2007/08/14/dreadful/. [Accessed 20
December 2017].
[13] The MITRE Corporateion, "Contribute," [Online]. Available:
https://attack.mitre.org/resources/contribute/. [Accessed 17 March 2020].
[14] The MITRE Corporation, "Credential Dumping," 11 October 2019. [Online]. Available:
https://attack.mitre.org/techniques/T1003/. [Accessed 16 March 2020].
35
36