Secrails LogoSECRAILS
Back to BlogCybersecurity Insights

MITRE ATT&CK Framework: Complete Guide to Techniques, Navigator and Real-World Use

secrails··10 min
MITRE ATT&CKThreat IntelligenceIncident ResponseVulnerability ManagementCybersecurity Insights
MITRE ATT&CK framework tactics and techniques matrix displayed as an interactive heatmap with adversary group overlays on a dark blue background

Over 14 adversary groups actively used the MITRE ATT&CK framework as the common language between red and blue teams in 2026 — and that number keeps climbing. If you are still mapping threats to a spreadsheet or relying purely on CVE feeds, you are flying blind against modern adversaries who chain six or seven techniques before your SIEM fires a single alert.

This guide covers everything: what ATT&CK stands for, the full techniques list, how the Navigator works, how it stacks up against the Cyber Kill Chain, and how to operationalize it for real detection engineering. No fluff.

What Does ATT&CK Stand For?

ATT&CK stands for Adversarial Tactics, Techniques, and Common Knowledge. MITRE, the federally funded research and development corporation behind it, launched the framework in 2015 after researchers realized that perimeter-focused defenses were not capturing how attackers actually behaved once inside a network. The full form matters because it signals intent: this is an empirical knowledge base, not a theoretical model.

The framework is maintained by MITRE Corporation and is free and open to anyone. Version 15 released in early 2026 added 25 new techniques and sub-techniques, bringing the total to over 700 catalogued behaviors across Enterprise, Mobile, and ICS domains.

The MITRE ATT&CK Framework Structure Explained

The matrix is organized into Tactics — the why, meaning adversary goals — and Techniques — the how, meaning the specific method used to achieve that goal. Sub-techniques add a third layer of granularity. Think of it as a taxonomy of adversary behavior, not a step-by-step kill chain.

The 14 Enterprise Tactics

Enterprise ATT&CK covers Windows, macOS, Linux, cloud, containers, and network infrastructure. The 14 tactics are: Reconnaissance, Resource Development, Initial Access, Execution, Persistence, Privilege Escalation, Defense Evasion, Credential Access, Discovery, Lateral Movement, Collection, Command and Control, Exfiltration, and Impact. Each tactic contains multiple techniques. Credential Access alone has 17 techniques and 36 sub-techniques.

What makes this useful operationally is that tactics map directly to detection engineering priorities. If your organization has poor visibility into Lateral Movement — T1021 and its sub-techniques covering Remote Services, SMB and Windows Admin Shares, Pass the Hash — you have a gap that a threat actor like APT29 will walk right through.

Techniques and Sub-Techniques: The Real Detail

Each technique in the MITRE ATT&CK techniques list includes: a description of the behavior, real-world procedure examples from known threat groups, detection guidance, and mitigation recommendations. This combination is what separates ATT&CK from generic CVE databases — it tells you not just what was exploited, but how attackers operationalized it.

Some techniques worth knowing in 2026: T1190 (Exploit Public-Facing Application) is still the top initial access vector. T1059 (Command and Scripting Interpreter) — particularly PowerShell and Python sub-techniques — shows up in roughly 70% of enterprise intrusions. T1078 (Valid Accounts) remains the most abused persistence technique because it bypasses almost every signature-based detection. Vulnerability management programs that do not model ATT&CK mappings are missing half the picture.

MITRE ATT&CK Navigator: What It Is and How to Use It

The MITRE ATT&CK Navigator is an open-source web application that lets you visualize, annotate, and compare layers on the ATT&CK matrix. It runs entirely in-browser — no backend, no data leaves your machine.

Core Use Cases for the Navigator

Security teams use Navigator for four primary activities. First, threat group profiling: you can load a pre-built layer for APT41, Lazarus Group, or any of the 140-plus documented threat actors to see exactly which techniques they have used historically. Second, detection coverage mapping: color-code your SIEM rules against the matrix to visualize blind spots. Red cells mean no coverage; green means you have detections. Most teams are shocked at how much red appears on first pass.

Third, red team planning: export a layer as a JSON file and share it with your pen testers as a scoped test plan. Fourth, security control assessment: map your existing security tools against each technique to identify where your stack has overlapping coverage versus zero coverage. This workflow integrates naturally with cloud security posture management outputs when assessing cloud-specific ATT&CK techniques like T1537 (Transfer Data to Cloud Account) or T1580 (Cloud Infrastructure Discovery).

Downloading the MITRE ATT&CK Framework Data

The official MITRE ATT&CK framework PDF and structured data are available through the MITRE website and as a STIX/TAXII feed. PDF exports from Navigator are useful for reporting to leadership, but practitioners should work directly with the Navigator or ATT&CK Workbench for collaborative projects. The JSON-based STIX data is machine-readable and integrates with SIEM platforms like Splunk, Microsoft Sentinel, and Elastic Security — enabling automated technique tagging on alerts. Always use the current version to reflect the latest technique additions.

MITRE ATT&CK Techniques List: Key Categories for Detection Engineering

Rather than listing all 700-plus techniques, here is the breakdown by tactic that matters most for detection engineering in 2026.

Initial Access (9 Techniques)

Phishing (T1566) and its sub-techniques account for the majority of initial access vectors in enterprise environments. Spearphishing via email, attachments, and links remain the top three. Valid Accounts (T1078) abuse is growing rapidly as adversaries pivot to credential stuffing over zero-days — cheaper, faster, and harder to attribute. The secret detection capabilities that catch hardcoded credentials directly reduce the blast radius of T1078 exploitation.

Persistence (19 Techniques)

Scheduled Tasks/Jobs (T1053), Boot or Logon Autostart Execution (T1547), and Create or Modify System Process (T1543) are the top persistence mechanisms across Windows environments. In cloud and container environments, watch for T1525 (Implant Internal Image) — attackers are increasingly backdooring container images in registries.

Defense Evasion (42 Techniques)

This is the largest tactic category and the hardest to detect. Obfuscated Files or Information (T1027), Masquerading (T1036), and Impair Defenses (T1562) are most frequently observed. Most EDR products handle obvious variants but miss creative sub-techniques like T1036.003 (Rename System Utilities) or T1027.010 (Command Obfuscation). Static application security testing tools that scan for obfuscated code patterns in your repositories catch developers accidentally introducing evasion-friendly patterns.

Lateral Movement (9 Techniques)

Remote Services (T1021) and its sub-techniques — SSH, RDP, SMB/Windows Admin Shares, Distributed Component Object Model — are the bread and butter of post-exploitation. Pass-the-Hash and Pass-the-Ticket attacks (T1550) are still devastatingly effective in environments without Credential Guard or proper Kerberos hardening. If you are not logging Windows Event ID 4624 logon type 3 with a critical-severity alert tied to T1021.002, you have a gap.

Cyber Kill Chain vs MITRE ATT&CK: The Actual Difference

This question comes up constantly, and the answer matters for how you build your detection strategy.

Lockheed Martin's Cyber Kill Chain from 2011 is a linear, seven-stage model: Reconnaissance, Weaponization, Delivery, Exploitation, Installation, Command and Control, and Actions on Objectives. It is intuitive for explaining attacks to executives and useful for thinking about prevention at each stage. But it has real limitations.

The Kill Chain is linear and high-level. Real attacks are not linear — attackers loop back, try multiple techniques simultaneously, and often achieve objectives without reaching the final stage. It was also not designed for post-exploitation granularity.

MITRE ATT&CK is non-linear and granular. It does not assume an attack follows a predictable sequence. It maps behaviors, not stages. You can detect an adversary at the Credential Access tactic without ever knowing which Initial Access technique they used. This is critical for threat hunting — you do not need to reconstruct the entire kill chain to act.

The honest answer: use both. Kill Chain for executive reporting and strategic framing. ATT&CK for detection engineering, threat hunting, and red team scoping. They are complementary, not competing. Cloud security programs benefit especially from ATT&CK cloud-specific techniques, which the Kill Chain completely ignores.

Operationalizing ATT&CK: From Theory to Detection

Mapping ATT&CK to your environment is not a one-time exercise. It is a continuous workflow. Here is how mature security programs do it in 2026.

Step 1: Baseline Your Coverage

Load your existing detection rules into the Navigator as a coverage layer. Use the D3FEND framework or ATT&CK's own detection recommendations to identify which techniques you have zero visibility into. For most organizations, Lateral Movement and Defense Evasion are the biggest gaps.

Step 2: Prioritize by Threat Actor Relevance

Do not try to cover all 700-plus techniques at once. Instead, identify which threat groups target your industry vertical. Financial services teams should focus on FIN7, Carbanak, and APT38 profiles. Healthcare organizations should prioritize Scattered Spider and ransomware affiliates. Load those threat actor layers in Navigator, find the overlap with your coverage gaps, and build detections there first.

Step 3: Validate with Purple Team Exercises

Detection engineering without validation is wishful thinking. Run atomic tests using the Atomic Red Team library against each technique you claim to detect. The gap between having a rule for T1059.001 and that rule actually firing is often embarrassing. Vulnerability scanning that identifies misconfigured systems provides the attack surface context you need to prioritize which techniques to test first.

Step 4: Feed Into Your Vulnerability Management Program

ATT&CK should inform your patching and hardening priorities. CVEs that enable Initial Access techniques like T1190 should jump the remediation queue over CVEs that require physical access. This is where ATT&CK and EPSS scoring become genuinely powerful together. The compliance frameworks you report against — NIS2, SOC 2, ISO 27001 — increasingly expect this kind of risk-contextualized prioritization.

ATT&CK for Cloud and Containers

Enterprise ATT&CK v15 expanded significantly on cloud-specific techniques. The cloud matrix covers AWS, Azure, GCP, Office 365, and SaaS platforms. Techniques like T1530 (Data from Cloud Storage), T1537 (Transfer Data to Cloud Account), and T1580 (Cloud Infrastructure Discovery) are increasingly relevant as organizations push workloads to cloud.

Container-specific techniques deserve special attention: T1610 (Deploy Container), T1611 (Escape to Host), and T1613 (Container and Resource Discovery) are the top three vectors in Kubernetes environments. Container image scanning directly addresses T1525 (Implant Internal Image) by catching backdoored images before they reach production.

The policy-as-code approach is increasingly how mature teams enforce ATT&CK-informed guardrails at the infrastructure level — preventing the misconfigurations that enable T1580 and T1537 from ever occurring rather than detecting them after the fact.

Common Mistakes Teams Make with ATT&CK

First mistake: treating the matrix as a checklist. Having a SIEM rule that fires on the technique ID does not mean you detect that technique — it means you detect one behavioral variant of it. Adversaries adapt. Your detections must too.

Second mistake: ignoring sub-techniques. T1059 (Command and Scripting Interpreter) has 12 sub-techniques. If your detection only covers PowerShell (T1059.001) and ignores Python (T1059.006) or JavaScript (T1059.007), you have a gap that any decent adversary will find.

Third mistake: not tying ATT&CK to your asset inventory. A technique is only relevant if you have assets that can be targeted by it. Context is everything. The difference between organizations that use ATT&CK decoratively and those that operationalize it is significant and measurable. Teams that let ATT&CK drive alert triage and sprint planning consistently outperform those that treat it as a slide deck addition.

The Bottom Line

MITRE ATT&CK is the closest thing the industry has to a shared language for adversary behavior. Over 700 techniques. More than 140 threat group profiles. Free tooling. Real detection guidance. There is no excuse for not using it in 2026. The question is not whether to adopt ATT&CK — it is whether you are using it superficially or actually letting it drive your detection engineering, red team priorities, and vulnerability management decisions. Most teams are still at the superficial stage. Close that gap.

Frequently Asked Questions

What does ATT&CK stand for in MITRE ATT&CK?

ATT&CK stands for Adversarial Tactics, Techniques, and Common Knowledge. It is an empirical knowledge base developed by MITRE Corporation that catalogs adversary behaviors observed in real-world intrusions, organized by tactic representing the goal and technique representing the method used.

How is MITRE ATT&CK different from the Cyber Kill Chain?

The Cyber Kill Chain is a linear seven-stage model useful for executive communication and strategic framing, while MITRE ATT&CK is non-linear and highly granular, mapping specific adversary behaviors rather than attack phases. ATT&CK is better suited for detection engineering, threat hunting, and red team planning because it reflects how attacks actually unfold in practice.

What is the MITRE ATT&CK Navigator and how do security teams use it?

The MITRE ATT&CK Navigator is a free open-source web application for visualizing and annotating the ATT&CK matrix. Security teams use it to map detection coverage gaps, load threat actor profiles, scope red team engagements, and produce executive reports showing security posture against the matrix.

How many techniques are in the MITRE ATT&CK techniques list in 2026?

As of ATT&CK version 15 released in early 2026, the Enterprise matrix contains over 700 techniques and sub-techniques across 14 tactics. The framework also covers Mobile and ICS domains with additional technique sets. The knowledge base is updated multiple times per year as new adversary behaviors are observed and documented.

How can organizations download the MITRE ATT&CK framework PDF or data?

The MITRE ATT&CK framework PDF and structured data are available for free at attack.mitre.org. The Navigator allows you to export matrix views as SVG or Excel files for reporting. For programmatic integration, the framework is available as STIX/TAXII data feeds that plug directly into SIEM platforms like Splunk, Microsoft Sentinel, and Elastic Security.

Map ATT&CK Techniques to Your Real Attack Surface

SECRAILS gives your security team continuous visibility into vulnerabilities, misconfigurations, and exposures mapped to MITRE ATT&CK for actionable prioritization.

Explore Vulnerability Management