MITRE ATT&CK Navigator

Browse MITRE ATT&CK Enterprise tactics, techniques, and sub-techniques in a matrix or list view. Search by ID, name, or description for threat hunting.

Advertisement

Free MITRE ATT&CK Matrix Browser for Threat Hunting

MITRE ATT&CK is a curated, publicly available knowledge base of adversary behaviour observed in real intrusions. It is not a vulnerability list and not a control framework — it catalogues what attackers actually do once they are operating, organised so that detection engineers, threat hunters, and red teams can talk about the same behaviours in the same words. This browser puts the Enterprise matrix in front of you with search, an authentic matrix layout, a list view, and a detail panel for every technique.

It currently serves an Enterprise ATT&CK snapshot of 14 tactics, 215 parent techniques, and 468 sub-techniques — 683 techniques in total — loaded from our own database rather than fetched from MITRE on every page view, so browsing stays fast. Every technique links out to its canonical page on attack.mitre.org.

Tactics, Techniques, and Sub-Techniques

The structure is a three-level hierarchy, and getting it right is the difference between using ATT&CK and merely quoting it.

Tactics are the adversary’s objectives — the why. Each answers a goal: get in, run code, survive a reboot, avoid detection, steal credentials, move sideways, get data out, cause harm. Tactics carry TA identifiers and form the columns of the matrix, ordered roughly in the sequence an intrusion unfolds. That ordering is a convenience, not a rule — real intrusions loop, skip, and revisit tactics constantly.

Techniques are how an objective is achieved — the how. They carry T identifiers such as T1078 (Valid Accounts) and appear as cells within a tactic’s column. One technique can belong to several tactics: Valid Accounts serves Initial Access, Persistence, Privilege Escalation, and Defense Evasion simultaneously, which is why the same cell appears in multiple columns.

Sub-techniques are more specific variants of a parent, numbered with a decimal suffix — T1078.001 Default Accounts, T1078.002 Domain Accounts, T1078.003 Local Accounts, T1078.004 Cloud Accounts. They exist because “Valid Accounts” is too coarse for detection engineering: the telemetry that catches a compromised cloud account is nothing like the telemetry that catches a local one. In this browser, sub-technique counts appear on the parent cell, and the full list is in the detail panel.

Around that core, ATT&CK maintains mitigations (defensive measures that reduce a technique’s effectiveness), data sources and data components (the telemetry that makes detection possible), groups (tracked threat actors), software (malware and tools), and campaigns (attributed sets of activity).

ATT&CK is versioned and MITRE revises it regularly, including renaming and restructuring tactics. Treat any matrix snapshot — this one included — as a point-in-time view, and check attack.mitre.org for the current release before publishing coverage claims or mapping to an audited framework.

How to Use the Browser

  1. Choose a view. Matrix view renders tactics as colour-coded columns with their techniques stacked beneath, the layout familiar from the ATT&CK Navigator. List view stacks tactics vertically with a technique count and expands on click — better on a narrow screen.
  2. Search. The search box matches technique ID, name, and full description text simultaneously. Searching T1059 finds the command interpreter technique; searching powershell finds every technique whose description mentions it, which is usually the more revealing query.
  3. Open a technique. Clicking any cell opens a detail panel with the full MITRE description — formatted into readable paragraphs with inline technique cross-links and citations preserved — the tactics it serves, detection guidance where MITRE provides it, and the complete sub-technique list.
  4. Follow through to MITRE. Every detail panel carries a direct link to the canonical technique page for procedure examples, mitigations, and references.

The footer keeps a running count of tactics, total techniques, and how many survive your current filter — useful for gauging how broad a search actually is.

Practical Uses

Detection coverage mapping. Take the alerts your SIEM or EDR currently produces and map each to the techniques it detects. Colour the matrix by coverage and the gaps become visible in a way a list of alert names never manages. The usual finding is heavy clustering in Execution and Initial Access with almost nothing under Discovery, Collection, or Exfiltration — which is precisely where a quiet intrusion spends most of its time.

Threat hunting hypotheses. A hunt needs a testable statement, and a technique makes a good one. “If an adversary were using T1055 Process Injection here, what would that look like in our process-creation telemetry, and can I query for it?” is a hunt. “Look for anything unusual” is not.

Purple teaming. Red team picks a technique, emulates it, blue team checks whether it was detected, and the result is recorded against a specific ID. Over time you accumulate an evidence-backed coverage map rather than a vendor’s claim.

Incident write-ups. Describing an intrusion in ATT&CK IDs makes it comparable to other incidents and to published threat intelligence. “Initial access via T1566.001 spearphishing attachment, execution via T1059.001 PowerShell, persistence via T1053.005 scheduled task” is unambiguous in a way prose is not.

Prioritising work. Because groups and software are mapped to techniques, you can start from the actors that plausibly target your sector and work back to the techniques worth detecting first — a far better prioritisation input than treating all 683 techniques as equally likely.

Where ATT&CK Is Commonly Misused

Two failure modes recur. The first is treating coverage as a percentage to maximise. Full coverage of the matrix is neither achievable nor meaningful: techniques vary enormously in how often they appear in real intrusions, in how much damage they enable, and in how detectable they are at all. A defence that reliably catches the twenty techniques your threat model says matter is worth more than shallow signatures across two hundred.

The second is confusing ATT&CK with a control framework. It describes attacker behaviour; it does not tell you what to build. NIST CSF, CIS Controls, and ISO 27001 tell you what to build. They are complementary — ATT&CK is the best available answer to “would we notice?”, not to “are we compliant?”

Frequently Asked Questions

What is the difference between a tactic and a technique?

A tactic is the adversary’s goal — persistence, credential access, exfiltration — and carries a TA identifier. A technique is a specific method of achieving that goal, carries a T identifier, and can serve more than one tactic at once.

What is a sub-technique?

A narrower variant of a parent technique, identified with a decimal suffix such as T1078.004. Sub-techniques exist because detection requires specificity: the evidence for a compromised cloud account differs completely from the evidence for a compromised local one, even though both are Valid Accounts.

How many tactics does Enterprise ATT&CK have?

This browser serves a snapshot containing 14 Enterprise tactics. MITRE revises the framework on a regular release cadence and has restructured tactics in recent versions, so confirm the current count and naming on attack.mitre.org before citing a number in a report.

Does this tool pull live data from MITRE?

No. It loads a stored snapshot from our database, which keeps browsing fast and works regardless of MITRE’s availability. Every technique links to its canonical MITRE page for the authoritative current content.

What are the Enterprise, Mobile, and ICS matrices?

Three separate domains. Enterprise covers Windows, macOS, Linux, cloud, containers, and network infrastructure. Mobile covers iOS and Android. ICS covers industrial control systems. This browser presents the Enterprise matrix.

Can I use ATT&CK for compliance reporting?

Only indirectly. ATT&CK describes attacker behaviour, not controls, so it does not map cleanly to a compliance checklist. It is most valuable as evidence of detection capability alongside a control framework such as NIST CSF or CIS Controls.

Where do I start if the matrix feels overwhelming?

Pick one tactic where you suspect you are weak — Discovery and Collection are common blind spots — and work through its techniques asking one question each: would our current telemetry show this? A short list of confirmed gaps beats a full-matrix survey nobody finishes.

Which other tools pair with this one?

The threat modeling wizard works the same problem from the design side with STRIDE and DREAD, the Nmap command builder covers the reconnaissance techniques you would emulate, and the risk matrix calculator helps turn identified gaps into a prioritised register.

What Is the MITRE ATT&CK Framework

The MITRE ATT&CK (Adversarial Tactics, Techniques, and Common Knowledge) framework is a globally-accessible knowledge base of adversary tactics and techniques based on real-world observations. Maintained by the MITRE Corporation, it catalogs how threat actors operate—from initial access through data exfiltration—providing a common language for describing cyber threats, evaluating defenses, and prioritizing security investments.

ATT&CK has become the de facto standard for threat intelligence, security operations, and red/purple teaming. Over 80% of enterprise security teams use it to map detection coverage, assess security gaps, and communicate about threats. The framework covers Enterprise (Windows, macOS, Linux, cloud, containers, network), Mobile (Android, iOS), and ICS (Industrial Control Systems) platforms.

How MITRE ATT&CK Is Structured

The framework organizes adversary behavior into a hierarchical taxonomy:

LevelDescriptionExample
TacticThe adversary's goal (the "why")TA0001: Initial Access
TechniqueHow the goal is achievedT1566: Phishing
Sub-techniqueSpecific variation of a techniqueT1566.001: Spearphishing Attachment
ProcedureReal-world implementation by a threat groupAPT29 used spearphishing with COVID-19 lures

Enterprise ATT&CK Tactics (kill chain order):

  1. Reconnaissance (TA0043) — Gathering target information
  2. Resource Development (TA0042) — Setting up infrastructure
  3. Initial Access (TA0001) — Getting into the network
  4. Execution (TA0002) — Running malicious code
  5. Persistence (TA0003) — Maintaining access across restarts
  6. Privilege Escalation (TA0004) — Getting higher-level permissions
  7. Defense Evasion (TA0005) — Avoiding detection
  8. Credential Access (TA0006) — Stealing credentials
  9. Discovery (TA0007) — Understanding the environment
  10. Lateral Movement (TA0008) — Moving through the network
  11. Collection (TA0009) — Gathering target data
  12. Command and Control (TA0011) — Communicating with compromised systems
  13. Exfiltration (TA0010) — Stealing data
  14. Impact (TA0040) — Disrupting operations

Common Use Cases

  • Detection engineering: Map SIEM rules and EDR detections to ATT&CK techniques to identify coverage gaps
  • Threat intelligence: Describe adversary behavior using standardized technique IDs for consistent analysis
  • Red teaming: Structure penetration tests around specific techniques to test organizational defenses
  • Security assessments: Evaluate security posture by measuring coverage across ATT&CK tactics
  • Vendor evaluation: Compare security products based on which ATT&CK techniques they detect

Best Practices

  1. Start with the most common techniques — Focus detection efforts on T1059 (Command Interpreter), T1053 (Scheduled Task), T1566 (Phishing), and other frequently observed techniques first
  2. Map your existing detections — Inventory current SIEM rules and EDR capabilities against ATT&CK to find blind spots
  3. Use ATT&CK Navigator — MITRE's free visualization tool helps map coverage, plan improvements, and compare threat profiles
  4. Track adversary groups relevant to your industry — Not all techniques apply equally; prioritize based on threat actors targeting your sector
  5. Combine with other frameworks — Use ATT&CK alongside the NIST CSF, CIS Controls, and D3FEND for a comprehensive security strategy

Frequently Asked Questions

What is MITRE ATT&CK?+

MITRE ATT&CK (Adversarial Tactics, Techniques, and Common Knowledge) is globally-accessible knowledge base of adversary behaviors. Organized by 14 tactics (objectives) and 200+ techniques (methods). Covers: Enterprise (Windows, Linux, macOS, Cloud), Mobile, ICS (industrial). Used for: threat intelligence, detection engineering, red teaming, security assessments. Based on real-world observations. Free, community-driven. Updated quarterly. Essential reference for cybersecurity professionals.

What are ATT&CK tactics vs techniques?+

Tactics are adversary objectives (why), techniques are methods (how). 14 tactics: Reconnaissance, Resource Development, Initial Access, Execution, Persistence, Privilege Escalation, Defense Evasion, Credential Access, Discovery, Lateral Movement, Collection, Command and Control, Exfiltration, Impact. Each tactic has multiple techniques. Example: Persistence (tactic) → Create Account (technique) → Domain Account (sub-technique). Use tactics for strategic planning, techniques for detection rules, sub-techniques for specific indicators.

How to use ATT&CK for threat hunting?+

ATT&CK-based hunting workflow: 1) Select threat actor/campaign (APT29, Ryuk ransomware). 2) Review associated techniques from ATT&CK. 3) Develop hypotheses (if technique used, what logs/artifacts?). 4) Create detection queries (SIEM, EDR). 5) Hunt across environment. 6) Document findings. 7) Update detections. Example: T1003 OS Credential Dumping → search for LSASS access, registry hives, suspicious PowerShell. Map detections to techniques for coverage visibility.

What is ATT&CK Navigator?+

ATT&CK Navigator is web-based tool for visualizing ATT&CK coverage. Features: color-code techniques (detected, not detected), layer overlays (compare defenses), export matrices, annotate techniques. Use cases: gap analysis (what techniques not detected?), tool evaluation (which techniques does EDR detect?), threat modeling (which APT techniques apply?), detection prioritization. JSON export for sharing. Version: supports all ATT&CK matrices (Enterprise, Mobile, ICS). Official tool from MITRE.

How to map detections to ATT&CK?+

Detection mapping identifies which techniques your controls detect. Process: 1) Inventory security tools (EDR, SIEM, IDS, AV). 2) Review detection rules/signatures. 3) Map each detection to ATT&CK technique. 4) Score confidence (high/medium/low detection). 5) Visualize in Navigator (color-code). 6) Identify gaps. 7) Prioritize new detections. Example: Sysmon Event 10 (process access) → maps to T1003.001 (LSASS Memory). Frameworks: Detection as Code (Sigma), ATT&CK Navigator layers.

What are ATT&CK sub-techniques?+

Sub-techniques are specific implementations of broader techniques. Added in 2020 to increase granularity. Example: T1003 OS Credential Dumping has sub-techniques: T1003.001 LSASS Memory, T1003.002 Security Account Manager, T1003.003 NTDS, etc. Helps: precise detection engineering, reduce false positives, better threat reporting. Format: T####.### (technique.sub-technique). Not all techniques have sub-techniques. Use for: detailed mapping, specific IOC creation, incident attribution.

How to use ATT&CK for red teaming?+

Red team ATT&CK integration: 1) Select target techniques based on scenario (APT emulation, ransomware). 2) Plan attack chain (Initial Access → Persistence → Lateral Movement → Impact). 3) Use ATT&CK for tool selection (which tools implement technique?). 4) Document techniques used during engagement. 5) Map results to ATT&CK for report (show gaps). 6) Test blue team detections per technique. Tools: Atomic Red Team (automated tests), Caldera (C2), Red Canary Atomic tests.

What are ATT&CK data sources?+

Data sources identify logs/telemetry needed to detect techniques. Examples: Process Monitoring (Sysmon, EDR), Network Traffic (NetFlow, PCAP), Windows Event Logs (Security, System), File Monitoring (FIM), Cloud Audit Logs (CloudTrail, Azure Monitor). Each technique lists required data sources. Use for: logging strategy, tool requirements, detection feasibility. ATT&CK v10+ includes data components (specific log events). Example: T1003 needs Process Access (Sysmon Event 10), Windows Event 4656.

This tool is provided for informational and educational purposes only. All processing happens in your browser — no data is sent to or stored on our servers. While we strive for accuracy, we make no warranties about the completeness or reliability of results.