Skip to content
Cybersecurity

MITRE ATT&CK

MITRE ATT&CK (Adversarial Tactics, Techniques, and Common Knowledge) is a global knowledge base of adversary tactics and techniques based on real-world observations. The ATT&CK matrix serves as the foundation for security testing, threat detection, and SOC team maturity assessment.

What is MITRE ATT&CK?

MITRE ATT&CK Definition

MITRE ATT&CK is a curated knowledge base and framework documenting cybercriminal tactics, techniques, and procedures (TTP) based on analysis of real attacks. Created by the MITRE organization in 2013, ATT&CK has become a global standard for describing adversary behaviors.

ATT&CK Matrix structure

Tactics (columns):

  • Reconnaissance
  • Resource Development
  • Initial Access
  • Execution
  • Persistence
  • Privilege Escalation
  • Defense Evasion
  • Credential Access
  • Discovery
  • Lateral Movement
  • Collection
  • Command and Control
  • Exfiltration
  • Impact

Techniques (cells): Each tactic contains techniques - specific methods for achieving that tactical objective.

ATT&CK Matrices

  • Enterprise: Attacks on enterprise environments (Windows, Linux, macOS, Cloud)
  • Mobile: Attacks on iOS and Android
  • ICS: Attacks on industrial control systems

Practical applications

For SOC:

  • Detection rule mapping
  • Coverage gap analysis
  • Analyst training

For Red Team:

  • Attack planning
  • Emulating specific APT groups
  • Progress reporting

For management:

  • Understanding threats
  • Security investment prioritization
  • Benchmarking against APT groups

ATT&CK Navigator

ATT&CK Navigator is a tool for visualizing coverage:

  • Heatmaps of detection capabilities
  • Gap analysis comparison
  • Defensive measure planning

Integration with SIEM/EDR

Modern security tools map to ATT&CK:

  • Detection rules tagged by technique
  • Dashboards with ATT&CK coverage
  • Reports in ATT&CK context

MITRE ATT&CK is an essential tool for modern security operations, enabling a common language between teams and systematic improvement of detection capabilities.

Learn more

Explore our services

Frequently asked questions

+ What is MITRE ATT&CK in simple terms?

MITRE ATT&CK (Adversarial Tactics, Techniques, and Common Knowledge) is the de facto industry framework cataloguing real-world adversary behaviour observed in cyberattacks. Created by MITRE Corporation in 2013, ATT&CK has become a common language for the security community: every modern threat report maps activities to ATT&CK techniques, every SOC writes detection rules per technique, every red team uses adversary emulation aligned to ATT&CK. The framework is freely available at attack.mitre.org and covers Enterprise (Windows, macOS, Linux, Cloud, Containers, Network), Mobile (Android, iOS), and ICS (industrial control systems) matrices.

+ How is MITRE ATT&CK structured?

Three levels of granularity: (1) **Tactics** (14 in Enterprise) — the *why* of an attack: Reconnaissance, Resource Development, Initial Access, Execution, Persistence, Privilege Escalation, Defense Evasion, Credential Access, Discovery, Lateral Movement, Collection, Command and Control, Exfiltration, Impact, (2) **Techniques** (200+) — the *how* of achieving each tactic; e.g., T1566 'Phishing' under Initial Access, (3) **Sub-techniques** — more specific implementations; e.g., T1566.001 'Spearphishing Attachment', T1566.002 'Spearphishing Link'. Each technique includes: description, examples (which threat actors used it), data sources for detection, mitigations, and detection logic. The ATT&CK Navigator (free tool) visualises coverage and lets teams overlay multiple data sources.

+ How do you use MITRE ATT&CK in a SOC?

Five practical applications: (1) **Detection coverage mapping** — overlay your detection rules against the ATT&CK matrix; identify gaps, prioritise by what matters for your threat model, (2) **Threat-informed defense** — use threat intel about specific actors (FIN6, APT29, Lazarus) and their TTPs to prioritise defences for techniques those actors use, (3) **Adversary emulation** — Atomic Red Team, Caldera, MITRE Engenuity tests run real ATT&CK techniques to validate detection, (4) **Investigation and reporting** — every alert and incident mapped to ATT&CK technique for consistent communication, (5) **Maturity benchmarking** — compare detection coverage and response capabilities across teams or with industry peers (CISA SOC Visibility Triad, MITRE D3FEND complements ATT&CK with defensive techniques).

+ What are the ATT&CK Evaluations?

MITRE Engenuity ATT&CK Evaluations are independent assessments of cybersecurity products' detection capabilities against specific threat actor TTPs. Each round emulates a real adversary (e.g., APT29, FIN7, Wizard Spider, Turla) using their actual techniques against vendor products. Vendors don't pass/fail — instead, results show which detection types (Telemetry, General, Tactic, Technique, Block) each product produces for each step. Major vendors (CrowdStrike, Microsoft, SentinelOne, Palo Alto, Trellix, Cybereason, Sophos) participate. Use cases: (1) vendor evaluation — visibility into actual product performance, not marketing claims, (2) gap analysis — identify what your existing tools miss, (3) procurement input — alongside Gartner/Forrester reports. Latest results at attackevals.mitre-engenuity.org.

+ What is the difference between MITRE ATT&CK and Cyber Kill Chain?

Different abstraction levels: **Lockheed Martin Cyber Kill Chain** (2011) — 7 sequential phases (Reconnaissance, Weaponisation, Delivery, Exploitation, Installation, Command & Control, Actions on Objectives); high-level, simple, but limited for modern attacks (e.g., insider threat, cloud compromise). **MITRE ATT&CK** (2013) — non-sequential matrix of 14 tactics; far more granular techniques; describes *how* not just *what*; covers post-compromise behaviour in detail. Most modern programmes use ATT&CK as primary framework; Kill Chain still useful for executive communication and high-level reports. Some organisations also use **Unified Kill Chain** (Paul Pols, 2017) which extends Kill Chain to 18 phases inspired by ATT&CK.

+ What is MITRE D3FEND and how does it relate to ATT&CK?

MITRE D3FEND (DEFense ENDuring) is the defensive complement to ATT&CK — a knowledge graph of cybersecurity countermeasures. While ATT&CK catalogues *what attackers do*, D3FEND catalogues *what defenders can do*: hardening, detection, isolation, deception, eviction techniques. Each D3FEND technique maps to specific ATT&CK techniques it counters. Use cases: (1) **Defensive coverage mapping** — for each ATT&CK technique you care about, what D3FEND techniques address it? (2) **Architecture decisions** — D3FEND helps justify specific control investments, (3) **Vendor product evaluation** — map vendor capabilities to D3FEND techniques. Combined with ATT&CK, D3FEND creates the complete offensive-defensive picture. Tools: D3FEND Knowledge Base (d3fend.mitre.org), CTID Center for Threat-Informed Defense projects.

+ How do you start using MITRE ATT&CK?

Six-step adoption: (1) **Map current detections** — for each existing SIEM/EDR rule, identify which ATT&CK technique(s) it detects; document in ATT&CK Navigator, (2) **Identify priority techniques** — based on threat intel for your industry/region (use ENISA Threat Landscape, vendor threat reports), (3) **Add adversary emulation** — Atomic Red Team is free, easy starting point; Caldera for more advanced; tests show what's actually detected vs theoretically covered, (4) **Close gaps** — write new detection rules for high-priority uncovered techniques, (5) **Integrate into incident response** — every incident report includes ATT&CK technique mapping, (6) **Measure and report** — quarterly coverage report to leadership; track improvement over time. Free training: SANS courses, MITRE ATT&CK 101 on YouTube, Cybrary courses.

Want to Reduce IT Risk and Costs?

Book a free consultation - we respond within 24h

Response in 24h Free quote No obligations

Or download free guide:

Download NIS2 Checklist