What Is the MITRE ATT&CK Framework? A Guide for IT Ops Teams
Most IT operations teams cannot say how much of the MITRE ATT&CK framework they already cover. The framework gets explained in the language of threat hunting and red teams.
The parts that belong to infrastructure work are easy to miss. And then, coverage questions get answered with a guess.
The mismatch costs time on both sides. Security asks for a coverage answer that ops has no clean way to produce.
Yet the controls that stop a large share of those techniques already sit with your team. Patch cadence, password policy, device configuration, and log management in IT security are all yours.
ATT&CK is more useful to an operations team than its reputation suggests. Its 15 enterprise tactics cover behavior that your patching, access, and logging work already affects.
In this blog, you will see:
We explain what ATT&CK is, what the letters stand for, and who maintains it.
You get all 15 enterprise tactics in version 19.1, including the two that replaced Defense Evasion in April 2026.
The use cases and benefits are covered alongside the challenges that stall most rollouts.
A mapping table shows ATT&CK coverage against controls IT operations already runs.
You will see which data sources ATT&CK detection needs, and where coverage usually falls short.
By the end you can answer the coverage question with specifics. You will also know which parts of the matrix your team already influences.
What is the MITRE ATT&CK Framework?
The MITRE ATT&CK framework is a free, public knowledge base of adversary tactics, techniques, and procedures. Tactics are what an attacker wants to achieve. Techniques are how they achieve it.
Every entry comes from investigations of real intrusions, so the framework records behavior somebody observed rather than risk somebody imagined.
ATT&CK concentrates on what happens after an attacker gets in. It records how they escalate privileges, hide activity, move between systems, and take data out.
Defenders use it to check detection coverage. For planning perimeter controls it works poorly.
Here is the current scope, from the April 2026 release notes.
Domain | Tactics | Techniques | Sub-Techniques | Mitigations |
Enterprise | 15 | 222 | 475 | 44 |
Mobile | 12 | 77 | 47 | 13 |
ICS | 12 | 79 | 18 | 52 |
The release also catalogs 178 adversary groups, 949 pieces of software, and 59 named campaigns. It went live on 28 April 2026.
What ATT&CK Stands for
ATT&CK stands for Adversarial Tactics, Techniques, and Common Knowledge. The Common Knowledge part is the shared, documented record of attacker behavior. Security and operations teams get one vocabulary to argue from.
What MITRE is Used for
MITRE is a not-for-profit organization. It operates federally funded research and development centers for United States government agencies. Its work covers aviation, healthcare, and defense, and cybersecurity is one part of that.
ATT&CK sits alongside two other MITRE projects you may know: the CVE vulnerability catalog and the D3FEND countermeasure knowledge base.
How MITRE ATT&CK Started
MITRE started the project in 2013. The research question was simple enough: how well can defenders actually spot attacker activity inside a network they monitor?
Researchers needed a consistent way to record what the simulated attackers did. The resulting catalog became ATT&CK. MITRE released it publicly in 2015 and has kept it free since.
How is the MITRE ATT&CK Framework Structured?
The MITRE ATT&CK framework has four layers. Each layer is more specific than the one above it. Once you can tell them apart, the matrix stops looking like a wall of jargon.
1. Tactics: What the Attacker Wants
A tactic is the attacker's goal at one stage of an intrusion. It answers why they are doing something. Initial Access, Credential Access, and Exfiltration are all tactics. Each carries an ID starting with TA, such as TA0001 for Initial Access.
2. Techniques: How They Get It
A technique is the method used to reach a tactic, and its ID starts with T. Take Valid Accounts (T1078). The attacker just logs in with credentials they stole, which is a fair explanation of why perimeter tools miss so much.
Process Injection (T1055) is another example; It runs malicious code inside a legitimate process.
3. Sub-Techniques: The Specific Method
Sub-techniques break a broad technique into concrete variants. Phishing splits into Spearphishing Attachment, Spearphishing Link, and Spearphishing via Service.
Each variant leaves different evidence behind. The catalog lists 475 enterprise sub-techniques against 222 techniques, so most of the real detail lives down here.
4. Procedures: What a Real Group Did
A procedure documents a named group or malware family using a technique in the wild. Procedures turn ATT&CK from a taxonomy into evidence. They tie an abstract technique to an intrusion somebody actually investigated.
The 15 MITRE ATT&CK Enterprise Tactics
The enterprise matrix holds 15 tactics. They run roughly in the order an intrusion unfolds. The right-hand column names what each one looks like from an infrastructure seat.
ID | Tactic | What the Attacker Is Doing | What IT Ops Tends to See |
TA0043 | Reconnaissance | Gathering information to plan an attack | Scanning traffic against public services |
TA0042 | Resource Development | Building infrastructure and accounts | Little to nothing, it happens off your network |
TA0001 | Initial Access | Getting into the network | Odd logins, unpatched public-facing apps |
TA0002 | Execution | Running malicious code | Unexpected scripts and processes |
TA0003 | Persistence | Keeping access across reboots | New services, scheduled tasks, startup entries |
TA0004 | Privilege Escalation | Gaining higher permissions | Local admin sprawl, sudo policy gaps |
TA0005 | Stealth | Hiding and looking like normal behavior | Renamed binaries, hidden files, odd parent processes |
TA0112 | Defense Impairment | Breaking security tooling and logging | Agents going offline, logs stopping, firewall edits |
TA0006 | Credential Access | Stealing account names and passwords | Brute-force spikes, failed login floods |
TA0007 | Discovery | Mapping the environment | Internal port scans, directory queries |
TA0008 | Lateral Movement | Moving between systems | Unusual RDP and SMB paths between subnets |
TA0009 | Collection | Gathering data worth taking | Large internal file reads, staging folders |
TA0011 | Command and Control | Talking to compromised systems | Beaconing traffic, odd outbound destinations |
TA0010 | Exfiltration | Taking data out | Outbound volume spikes to new endpoints |
TA0040 | Impact | Destroying or disrupting systems | Mass encryption, deleted backups, service outages |
Two of those tactics, Stealth and Defense Impairment, sit where one entry used to. Version 19 made that change. It lands closer to operations work than anything else in the release.
The Defense Evasion Split in Version 19
Version 19 split the old Defense Evasion tactic in two. Stealth (TA0005) covers the attacker blending in through renamed files, masqueraded processes, and obfuscated payloads.
Defense Impairment (TA0112) covers the attacker breaking your visibility, through disabling security tools, clearing event logs, and editing firewall rules.
The split matters more to operations than it does to a red team. Almost everything under Defense Impairment shows up as a monitoring failure first.
We have watched teams sit on a silent logging agent for days as a housekeeping ticket. Under version 19 that silence has a tactic ID attached to it.
What Else Changed in Version 19
Two other changes are worth knowing. ICS ATT&CK gained sub-techniques for the first time, which brings the industrial matrix closer to the enterprise one in depth. Mobile ATT&CK started carrying detection strategies, a structure enterprise already had.
Version 19 also added techniques covering how attackers use generative tools. Query Public AI Services and Generate Content are both new, with sub-techniques for written and audio-visual material.
MITRE documented an AI-orchestrated campaign in the same release, so all of it comes from observed activity.
Which MITRE ATT&CK Matrix Should You Use?
ATT&CK ships as three matrices, one per kind of environment. Picking the right one is your first practical decision. Working from the wrong matrix wastes weeks.
We still meet teams reading the ICS matrix because the company runs a factory. Everything they personally manage is Windows servers.
1. Enterprise Matrix: Servers, Cloud, and Endpoints
The Enterprise matrix is the largest and the one you probably need. It covers Windows, macOS, Linux, network devices, containers, identity providers, and the major cloud platforms. In version 19.1 it holds 222 techniques.
2. Mobile Matrix: Android and iOS
The Mobile matrix covers Android and iOS, including attacks that never touch the device directly. It is smaller at 77 techniques. Mobile matters most if you manage a fleet of corporate handsets.
3. ICS Matrix: Industrial Control Systems
The ICS matrix covers industrial control systems. Think controllers, sensors, and safety equipment behind plants, utilities, and transport networks. It carries 79 techniques and its own 52 mitigations. Its asset list includes programmable logic controllers, human-machine interfaces, and safety controllers.
MITRE ATT&CK Framework Use Cases
Teams put the MITRE ATT&CK framework to work in six main ways. Most start with one and grow into the others.
1. Threat Hunting
Hunters search for behavior instead of file signatures. ATT&CK gives them a structured list of behaviors to search for. Starting from a technique also tells the hunter what to check next, since the framework records which techniques tend to follow which.
2. Detection Engineering
Teams map existing alert rules to technique IDs to see what they truly detect. The exercise is usually uncomfortable. It tends to expose a cluster of rules on the same three tactics and nothing at all on the rest. We have yet to see a first mapping come back balanced.
3. Security Gap Analysis
Mapping controls to the matrix produces a coverage picture a budget conversation can use. A vague request for more security spend becomes a named list of techniques nobody is watching.
4. Red Team and Blue Team Exercises
Red teams build exercises from the techniques a specific group is known to use. The test then reflects a real adversary rather than a generic script. Blue teams measure which steps they caught and how long each one took.
5. Alert Triage and Incident Response
Tagging an alert with a technique ID tells the responder roughly where in an intrusion they are. Context like that separates a quick containment from a three-day investigation. It also underpins how teams track advanced persistent threats across long dwell times.
6. Threat Intelligence Reporting
Intelligence teams describe campaigns in technique IDs. A report from one vendor then lines up with a report from another. T1055 means the same thing to every reader, in any country, with no translation. Shared shorthand keeps cyber threat intelligence portable between tools and suppliers.
What are the Benefits of the MITRE ATT&CK Framework?
The benefits of the MITRE ATT&CK framework come down to five outcomes. Teams tend to notice them once the first mapping pass is done. In our experience the fourth one changes budget conversations fastest.
A shared vocabulary: Security, operations, vendors, and auditors describe the same behavior with the same ID. Translation losses drop out of the incident call.
Detection that survives tool changes: Behavior-based rules keep working when the attacker swaps malware. MITRE catalogued the behavior, not the file.
Honest coverage measurement: A technique either has a detection behind it or it does not.
Risk-based prioritization: Group and campaign data shows which techniques target your sector, so you fix the relevant gaps before the exotic ones.
Reporting an executive can follow: Coverage against a public, neutral framework reads better in a board pack than a list of product names.
What ATT&CK Controls Does IT Ops Already Own?
Most ATT&CK mitigations are infrastructure work, not detection work. IT operations already owns coverage it never gets credit for.
Version 19.1 lists 44 enterprise mitigations, and the bulk of them are configuration, patching, and access decisions instead of security-product features.
Treating ATT&CK as a security-only exercise leaves the obvious gaps open. We see the same failure repeatedly.
The coverage review happens entirely inside the SOC, and nobody in that room controls the patch window, the local admin group, or the segmentation rules. So the findings turn into tickets. The tickets then sit for a quarter.
Ownership falls out like this.
Tactic | Example Technique | The Control That Touches It |
Initial Access | Valid Accounts (T1078) | Password policy, MFA, dormant account cleanup |
Initial Access | Exploit Public-Facing Application | Patch cadence on internet-facing services |
Privilege Escalation | Abuse Elevation Control Mechanism | Local admin review, sudo configuration |
Persistence | Create or Modify System Process | Service and scheduled task baselines |
Lateral Movement | Remote Services | Network segmentation, admin protocol limits |
Defense Impairment | Disable or Modify Tools | Central log forwarding, agent health checks |
Discovery | Remote System Discovery | Asset inventory accuracy, network flow visibility |
Patching alone covers a real slice of that Initial Access column. A proactive patching strategy shows up in almost every ATT&CK gap review as a top recommendation. None of that work needs a detection platform or a security analyst.
How to Implement the MITRE ATT&CK Framework
Implementing ATT&CK works best in stages. The teams we watch stall are the ones that tried to assess all 222 enterprise techniques in a single quarter. The five steps below keep the first pass small enough to finish.
1. Pick One Matrix and One Scope
Choose the matrix that matches your estate. Then narrow it again to one platform or one business service. A first pass over your Windows server estate finishes in weeks. A full-matrix assessment across everything rarely finishes at all.
2. Map What You Already Do
List your existing controls and match them to technique IDs. Include the ops-side ones from the table above. Teams often find their coverage is better than they assumed on Initial Access and worse on Lateral Movement.
3. Run a Gap Analysis in ATT&CK Navigator
Navigator lets you colour techniques by coverage and export the result. Your leadership can read that picture in one glance. Keep separate layers for prevention, detection, and response. A technique you can block sits in a different position from one you only see afterwards.
4. Prioritize by What Actually Targets You
Filter the matrix by the groups and campaigns active in your sector. Do not work alphabetically. The knowledge base documents 178 groups and 59 campaigns, and the technique overlap between them tells you where to spend first. We would rather see ten relevant techniques covered properly than fifty skimmed.
5. Re-Check After Every ATT&CK Release
Rerun the mapping when a new version lands. Renamed and revoked techniques quietly break your layer files. The version 19 tactic split alone invalidated any Defense Evasion layer built before April 2026.
MITRE ATT&CK Navigator and Other Free Tools
MITRE publishes several tools around the knowledge base. All of them are free.
ATT&CK Navigator: A browser-based tool for annotating and colouring the matrix, with export to JSON, Excel, and SVG.
Cyber Analytics Repository: A library of analytics with pseudocode showing how each detection could be written.
ATT&CK Workbench: A tool for running your own extended copy of ATT&CK while staying in sync with MITRE.
Caldera: An open-source platform for automated adversary emulation against your own environment.
MITRE ATT&CK Data Sources and Telemetry Requirements
ATT&CK detection only works if you already collect the right data. Implementations quietly fail at this step.
The current release ships 697 enterprise detection strategies built on 106 data components. Each technique page names the specific logs and events that reveal it.
The Five Data Groups ATT&CK Relies On
The data ATT&CK asks for falls into five groups. Ops teams already own three of them, as the last column shows.
Data Group | Example Signals | Who Usually Owns It |
Authentication events | Logins, failures, token use | IT operations |
Network traffic | Flow records, connections, DNS queries | IT operations |
File and config changes | Registry edits, device config diffs | IT operations |
Process execution | Process creation, parent-child chains | Endpoint detection tooling |
Command execution | Shell and PowerShell script blocks | Endpoint detection tooling |
Endpoint process telemetry is the gap ops teams cannot close alone. Collecting it needs a dedicated endpoint detection product, and buying one is rarely an operations decision.
Defense Impairment Changes Where Logs Should Live
The new Defense Impairment tactic makes collection sharper. Disable or Modify Tools covers clearing Windows event logs, disabling Linux audit logging, and switching off cloud logs.
An attacker who reaches a host can delete the evidence of what they did there. Logs that live only on the machine that generated them are logs you are one command away from losing.
How to Keep Logs Out of an Attacker's Reach
Log placement is a telemetry design decision. Motadata ObserveOps collects logs, metrics, and network flows into one platform. Three pieces map onto this gap directly.
Log Forwarder: Moves log data off the source system to another destination.
MotaAgent: Buffers locally and forwards once a broken connection comes back, so a dropped link costs no data.
Network configuration module: Flags device configuration changes in real time, through syslog or scheduled comparison.
Getting more from that data is then a question of security log data analysis. We should be straight about the limit though. ObserveOps is an observability platform.
It supplies and preserves the telemetry ATT&CK detection runs on, and it does not assign technique IDs or return technique-level verdicts.
MITRE ATT&CK vs Cyber Kill Chain vs NIST CSF
ATT&CK gets compared to two other frameworks, and the comparison confuses people. All three answer different questions.
ATT&CK describes behavior, the Cyber Kill Chain describes sequence, and the NIST Cybersecurity Framework describes program structure.
MITRE ATT&CK | Cyber Kill Chain | NIST CSF 2.0 | |
Built by | MITRE | Lockheed Martin | NIST |
Structure | 15 tactics, 222 techniques | 7 sequential stages | 6 functions |
Focus | Post-compromise behavior | Full attack sequence | Governance and maturity |
Assumes order | No | Yes | No |
Best used for | Detection coverage | Explaining attack flow | Board and audit reporting |
Mature teams tend to run more than one. The Kill Chain explains an incident to somebody non-technical.
NIST CSF answers the audit committee. ATT&CK tells your engineers which detection to build on Monday.
Why Is the MITRE ATT&CK Framework Hard to Implement?
The main challenges with the MITRE ATT&CK framework are that it describes problems without solving them. Measuring coverage honestly is also harder than it looks. Five issues come up again and again.
1. The Framework Describes, It Does Not Prescribe
ATT&CK tells you what attackers do. The framework stays silent on which product to buy. Neutrality kept it credible, and it also leaves you a gap list with no shopping list attached.
2. Coverage Is Easy to Overstate
A green cell in Navigator usually means somebody wrote a rule. Whether that rule fires on a real attack is a separate question. Coverage claims are worth little until an emulation exercise tests them. We have watched a green layer collapse the first time somebody ran Caldera at it.
3. It Needs Telemetry You May Not Have
Plenty of techniques are only detectable with data most mid-sized estates never collect. Command-line arguments and PowerShell script blocks are the usual examples.
Turning that logging on carries a storage cost, which is why the SIEM and log management question keeps surfacing in these projects.
4. Mapping Is a Judgment Call
Deciding whether an event counts as one technique or another takes experience. Two competent analysts will disagree. Coverage numbers therefore get hard to compare between teams, or between years.
5. It Keeps Moving
MITRE revokes, renames, and reorganizes with every release. Version 19 renamed a tactic much of the industry still quotes by its old name. Documentation built on the old structure needs a rewrite.
None of that is a reason to skip the framework. All of it is a reason to start small and keep the telemetry side honest. We would rather see a team map one platform well than abandon a full assessment halfway.
Your Next Move on MITRE ATT&CK
The MITRE ATT&CK framework converts a question nobody can answer, which is whether you are secure, into a list of specific behaviors. You can check those behaviors against controls you already run.
For an IT operations team, most of that list turns out to be patching, access management, configuration discipline, and keeping logs somewhere an attacker cannot reach.
It will not tell you what to buy. A full-matrix assessment is also more than most operations teams should take on. Pick one platform, map the tactics your team already influences, and fix the telemetry gaps you find.
Doing that in a quarter beats a complete review that never finishes. The ops half of the list is the half we watch move fastest.
Do that once and the question changes. The next time somebody asks which techniques you cover, you will have an answer with numbers in it.
Frequently Asked Questions
Is the MITRE ATT&CK framework free to use?
Yes. MITRE publishes ATT&CK at no charge for any person or organization, commercial use included. The knowledge base, the Navigator tool, and the underlying data on GitHub are all open, with no licence fee.
How often is the MITRE ATT&CK framework updated?
MITRE ships two major releases a year, usually in April and October. Smaller point releases handle corrections in between. Version 19 arrived in April 2026 and replaced version 18 from October 2025.
Do you need a SIEM to use the MITRE ATT&CK framework?
No, though you do need centralized log collection. Mapping and gap analysis need no tooling beyond Navigator. Detection needs telemetry gathered off the source host, which a log management platform such as ObserveOps can handle.
Is MITRE ATT&CK a compliance framework?
No. Auditors want control frameworks like CIS Controls, ISO 27001, or NIST CSF, and ATT&CK coverage is not accepted as evidence. ObserveOps assesses device configurations against CIS, GDPR, HIPAA, and SOX for that separate need.
Who should own MITRE ATT&CK in a company without a security operations center?
Infrastructure and network teams, working with whoever holds the security remit. Most enterprise mitigations are patching, access, and configuration decisions that IT operations already controls. Ownership sitting there beats waiting for a SOC.
Author
Ramya Shah
Technical Writer
Ramya Shah is a technical content writer with a computer engineering background and roots in automotive journalism. He covers IT Service Management, observability, IT operations, and AI-driven automation. An early adopter of AI-assisted writing workflows, he turns complex IT processes into clear, engaging content optimized for search and answer engines (AEO), lifting content output and organic visibility.


