What is MITRE ATT&CK?
The MITRE ATT&CK Framework is a continuously updated knowledge base consisting of cyber attacker tactics and techniques across the attack lifecycle.

The most important facts in brief
- MITRE ATT&CK (Adversarial Tactics, Techniques and Common Knowledge) is an IT security framework developed by MITRE Corporation to help organisations identify vulnerabilities in their defences against cyber attackers and cyber criminals.
- The framework consists of 11 tactics with more than 200 techniques often with several sub-techniques describing individual attacker activities.
- The tactics are: Initial Access, Execution, Command & Control, Persistence, Privilege Escalation, Defence Evasion, Credential Access, Discovery, Lateral Movement, Exfiltration and Impact.
What is the MITRE ATT&CK®?
MITRE ATT&CK® (Adversarial Tactics, Techniques, and Common Knowledge) was developed in 2013 by MITRE Corporation to document attacker tactics and techniques based on real-world observations.
In doing so, researchers wanted to study the behaviour of attackers and defenders to improve detection after compromise.
The resulting ATT&CK framework is a knowledge base of cyber-criminal and cyber-attacker behaviours that reflects the different phases of the attack lifecycle.
The abstraction into concrete tactics, techniques and sub-techniques provide an easily understandable level of abstraction on which different IT security teams can communicate with each other.
MITRE represents ATT&CK in the form of a matrix. The column headings at the top are called tactics. The tactic is a goal that an attacker is trying to achieve. For each tactic, there is a set of techniques on how to achieve the goal.
The ATT&CK Matrices: Enterprise, Mobile and ICS
MITRE has divided ATT&CK into three broad areas: Enterprise, Mobile and ICS. Each area has its own matrix.
- ATT&CK Enterprise focuses on attacker behaviour in Windows, Mac, Linux and Cloud environments.
- ATT&CK Mobile focuses on attacker behaviour on iOS and Android operating systems.
- ATT&CK ICS focuses on describing the actions an attacker can perform while operating on an ICS network.
The ATT&CK Enterprise Matrix
The complete ATT&CK Enterprise matrix covers the areas of.
- PRE
- Windows
- Linux
- macOS
- Cloud
- Network
- containers
from.

The tactics, i.e. the column labels, can be roughly interpreted as a kind of cyber kill chain, although they do not have to be traversed linearly.
The PRE area, i.e. the activities preceding an attack, consist of:
Reconnaissance: This includes all activities with which interesting information about people, technology or network infrastructure of an organisation can be obtained.
Resource Development: Based on the collected information, suitable attack tools are developed and an IT infrastructure for the attack is set up. This may include phishing websites and a command & control infrastructure.
Example of an Enterprise ATT&CK technique.
For example, one of the tactics is Execution. In order for an attacker to successfully execute his own commands on an IT system, he will use one or more of the techniques listed in the Execution column.
One technique is the execution of code introduced by the attacker as a script with sub-techniques for execution as a Powershell script, CMD script (.BAT), and others. ATT&CK provides many details on each sub-technique and technique, including descriptions, examples, references, and suggestions for mitigation and detection.

How can ATT&CK specifically help businesses?
The MITRE ATT&CK framework is practical in a variety of situations. ATT&CK not only provides a comprehensive encyclopaedia for defenders of IT infrastructures (cyber defence), but also forms a basis for red teaming and penetration testing. This gives defenders (Blue Team) and Red Teamers a common taxonomy of behaviours of real attackers.
The most important use cases of MITRE ATT&CK for companies and public organisations include:
- Prioritising defensive measures in light of the organisation’s environment: Even the best-equipped teams cannot protect equally against all attack vectors. The ATT&CK framework can help teams prioritise.
- Value of defensive measures: Defensive measures can have well-understood meaning when compared to the ATT&CK tactics and techniques they relate to.
- Detection & Response: The Security Operations Centre (SOC) and Incident Response Team can refer to ATT&CK techniques and tactics that have been specifically detected or uncovered. This helps to better understand the strengths and weaknesses of the defensive measures used.
- Threat Hunting: Mapping defensive IT security measures to ATT&CK results in a map of potential defensive gaps. These can be good starting points for Threat Hunting to find escaped attacker activity.
- Using the MITRE ATT&CK framework to cover against specific attacker groups: Many organisations want to be able to prioritise identifying specific behaviours from attacker groups that they know are a particular threat to their business. MITRE is constantly evolving the framework, adding new techniques as they are used “in the wild” by cyber criminals. This allows techniques used by actors operating exclusively in the US to be less prioritised if the company is only operating in a completely different region.
- Integration and information sharing: Different tools and services can use the standardised ATT&CK tactics and techniques to better integrate and collaborate. Before ATT&CK, a common language and conceptual base was often lacking. This is valuable not only within an organisation, but also when sharing externally about attacks, cyber criminals or other groups.
- Red Team/Penetration Testing Activities: When planning, conducting and reporting Red Team, Purple Team and Penetration Testing activities, ATT&CK can be used to speak a common language with defenders and report recipients as well as each other.
Simulation of attackers with ATT&CK.
A relevant question from a Blue Team perspective is often how well you are positioned against current attack techniques with the defence technologies you have in place. Testing techniques relevant to attackers in companies and organisations is certainly one of the most effective ways to:
- test defence technologies and their effectiveness,
- ensure sufficient coverage and visibility against relevant techniques,
- better understand gaps in visibility or protection,
- validate the configuration of tools and systems,
- demonstrate where different actors would be successful – or not,
The use of ATT&CK techniques by penetration testers increases the understanding of the results by their own IT security team.
Simulations can be designed to reflect techniques known to be used by certain relevant actors. This can be particularly useful when assessing how successful certain attackers can be against the controls in place in the environment.
Software tools for simulating attackers.
There are also software tools for testing certain techniques directly in one’s own IT environment and which are also already aligned with the MITRE ATT&CK framework.
- MITRE Caldera (Open Source)
- Red Canary Atomic Red Team (Open Source)
- Uber Metta (Open Source)
- Endgame Red Team Automation (Open Source)
- Verodin (commercial)
- SafeBreach (commercial)
- Chariot Attack (commercial)
- AttackIQ (commercial)
As always, caution is advised when performing attack simulations and cooperation with experienced penetration testers is recommended.
The work with these tools basically consists of three phases.
- Simulation: A selection of simulation criteria is made based on the desired tests. Dana either the software tool or a tester manually executes the selected technique.
- Review & Hunt: Examine the logs of all security tools and other preventive and detective deployed software on the IT systems. If the desired detection performance does not match the observation, this is also documented.
- Learn & Improve: Based on the results, it is checked whether an improvement of the performance for the detection of undesired activities is necessary. It should be taken into account that not all attack patterns or must always be prevented. It is usually sufficient if enough trip wires are designed.
ATT&CK- Resources
The MITRE ATT&CK framework is a very comprehensive tool to better understand the behaviour of attackers and also to secure one’s own IT infrastructure against them. There is now a vast amount of valuable information and software tools available. The following is a briefly commented list – in addition to the software tools for attack simulation listed in the previous section.
- ATT&CK website: MITRE’s ATT&CK website is certainly an important first port of call.
- ATT&CK Blog: MITRE maintains an Blog about ATT&CK on Medium.
- ATT&CK Conference: There is an Security Conference dedicated to ATT&CK.
- ATT&CK Navigator: The ATT&CK Navigator is an excellent tool to present threats before and measures against ATT&CK techniques.
- Malware Archeology MITRE ATT&CK Cheat Sheets: The Malware Archeology team provides two listings of relevant information sources for many ATT&CK techniques. Although the latest update is from 09/2018, it is still worth a look.
MITRE Cyber Analytics Repository (CAR): While the ATT&CK framework focuses primarily on the description of threats and their activities, another MITRE project is concerned with the detection of threats: the Cyber Analytics Repository (CAR).
Frequently asked questions about MITRE ATT&CK
MITRE ATT&CK is a free, globally accessible framework and knowledge base that describes the real-world behaviour of cyber attackers in the form of tactics and techniques. Developed by MITRE Corporation in 2013, it helps organisations systematically assess and specifically improve their defences against cyber attacks.
ATT&CK stands for „Adversarial Tactics, Techniques, and Common Knowledge“ – the tactics, techniques and shared knowledge about how cyber attackers actually operate.
MITRE ATT&CK is divided into three matrices: Enterprise (Windows, macOS, Linux, Cloud, Network and Containers), Mobile (iOS and Android) and ICS for industrial control systems. Each matrix maps the tactics and techniques for its respective technology area.
A tactic describes the goal an attacker wants to achieve (for example „Execution“), while a technique describes how that goal is concretely accomplished. Each tactic comprises several techniques and often additional sub-techniques.
Companies use ATT&CK to prioritise defensive measures, uncover detection gaps (Detection & Response, Threat Hunting) and realistically simulate attackers during Red Teaming and penetration testing – with a common language for Blue and Red Teams.
Have we sparked your interest?
Just give us a call or write us a message!
or use our contact form. We look forward to hearing from you!
Your request
Related Content

CIS Controls – A Quick Overview of CIS Controls
The CIS Critical Security Controls (CIS Controls) are a prioritized list of protective measures to defend against the most common cyber attacks on IT systems.

What is Information Security?
Information security is intended to ensure the confidentiality, integrity and availability of information. The information can be available on IT systems or in non-digital form.

Information Security Management Systems (ISMS)
An Information Security Management System (ISMS) defines methods to ensure information security in an organisation.

CVSS (Common Vulnerability Scoring System)
The CVSS Score provides a numerical representation (0.0 to 10.0) of the severity of a security vulnerability in IT. We explain how the Common Vulnerability Scoring System works, how CVSS should be…

NTLM Authentication
In this article, we explain what NTLM authentication is, how it works, and how it can be exploited by attackers.

Top 10 Vulnerability Scanners for 2026
Vulnerability scanners are automated tools that organisations can use to monitor their networks, systems and applications for security weaknesses. Vulnerability scanning is a best practice in…

Need to Know Principle
The need-to-know principle describes a security objective for confidential information. Access should only be granted to a user if the information is immediately needed to perform a task.

Endpoint Security
Endpoint security comprises technologies and measures that protect end devices such as laptops, servers, smartphones and IoT devices against cyber threats.

Proxy Server
A proxy server works as an intermediary between two IT systems. Proxy servers offer different functionalities, improved security and optimised data protection depending on the application, need or…

Cybersecurity concept in 8 steps
A cybersecurity security concept refers to guidelines that are intended to ensure IT security in the company. It is about ensuring the availability, integrity and confidentiality of company data,…

Buffer Overflow
A buffer overflow is a programming error that can be exploited by hackers to gain unauthorized access to IT systems. It is one of the best-known security vulnerabilities in software, yet it is…

Attack Vector and Attack Surface
An attack vector is a way for attackers to penetrate a network or IT system. Typical attack vectors include…

Authentication: Differences to authorisation
Authentication and authorization are two words used in IT-Security. They might sound similar but are completely different from each other. Authentication is used to authenticate someone’s identity…

What is data security? Standards & Technologies
Data security is an important topic for all companies and authorities. Learn more about threats, measures and the legal framework here.

Firewalls & Firewall-Architecture
How does a firewall actually work? What does a good enterprise firewall architecture look like? And to what extent does appropriate network segmentation help defend against threats?


