What is MITRE ATT&CK, and why it matters in a SOC
2026-07
When I started learning about security operations, one name kept following me around: MITRE ATT&CK. It showed up in almost every room, every writeup, every job description. And honestly? The first time I opened it, I felt a little lost. It looked like an enormous grid packed with technical terms, and I remember thinking there was no way I'd ever hold all of that in my head.
I want to write about it here for two reasons. One, because it turned into one of my favourite ways to think about attacks once it finally clicked, and I'd love to save someone else that early overwhelm. And two, because explaining something is how I make sure I actually understand it. So if you're just starting out with SOC topics, come along, we'll take it slowly, from zero.
What it actually is
Let's demystify the name first, because it sounds scarier than it is. MITRE ATT&CK stands for Adversarial Tactics, Techniques, and Common Knowledge. MITRE is the US non-profit that maintains it, and the whole thing is free and public. Here's the part I love: it isn't theory someone invented at a desk. It's built from real, observed intrusions. So when you read a technique, you're reading something attackers have genuinely done in the wild.
The way I think about it now is as a big, organised reference of attacker behaviour. It gathers all those moves an intruder makes, once they've set their sights on a target, into one place, sorted and labelled so you can actually find your way around them.
The part that made it click: tactics vs techniques
If you remember only one thing from this post, make it this: the whole framework rests on two words, tactics and techniques.
A tactic is the attacker's goal, the why. Something like "gain initial access" or "steal credentials." A technique is the how, the specific method used to get there. Phishing, for example, is a technique for achieving initial access.
The analogy that finally made it stick for me: if the tactic is "get into the building," then the techniques are the different ways to pull it off, picking the lock, stealing a keycard, or slipping in behind an employee. Same goal, different methods.
A concrete example: the tactic Initial Access contains the technique Phishing (labelled T1566). Phishing then breaks down further into sub-techniques, like a malicious attachment (T1566.001) versus a malicious link (T1566.002). Those ID numbers might look cold at first, but they're actually a gift: they let the entire security world point to the exact same behaviour without any confusion about what we mean.
How I stopped being overwhelmed: the Cyber Kill Chain first
Here's something that genuinely helped me, and it's the reason I'm not going to skip over the Cyber Kill Chain.
As I worked through the rooms in order, I met the Cyber Kill Chain before MITRE ATT&CK, and I'm so glad I did. The Kill Chain (created by Lockheed Martin) is an older, higher-level model that lays out an attack in a handful of broad, mostly sequential phases. It's simpler, and that simplicity was exactly what I needed as a beginner.
Because ATT&CK really can feel enormous and intimidating when you first see all that detail. The Kill Chain gave me a set of bigger buckets to group everything into, so that when I did move on to ATT&CK, I already had a mental frame to hang the finer details on. If you're feeling swamped, I'd honestly suggest the same path: let the Kill Chain give you the big picture first, then let ATT&CK fill in the rich detail underneath.
The two aren't rivals, they're partners. The Kill Chain gives you the broad stages; ATT&CK gives you the granular "here's exactly what the attacker did" underneath each one.
The attack lifecycle in ATT&CK
Once I was ready for the detail, this is what it looked like. ATT&CK's Enterprise matrix organises everything into 14 tactics that loosely follow the life of an attack. A gentle walk through them:
Reconnaissance and Resource Development (researching and preparing), Initial Access (the first foothold, often phishing), Execution (running malicious code), Persistence (making sure they can get back in), Privilege Escalation (gaining higher permissions), Defense Evasion (dodging detection), Credential Access (stealing usernames and passwords), Discovery (looking around the network), Lateral Movement (spreading to other systems), Collection (gathering the target data), Command and Control (talking to the compromised machine), Exfiltration (getting the data out), and Impact (the final damage, like ransomware encryption).
One thing I wish I'd known sooner: real attacks don't march neatly from top to bottom. Attackers skip steps, repeat them, and loop back. These tactics are categories of behaviour, not a checklist to tick off in order.
More than one matrix
Small but useful to know: there isn't just one matrix. Enterprise (Windows, Linux, macOS, cloud) is the one you'll live in as a SOC analyst, but there are also Mobile and ICS (industrial control systems) matrices for those worlds.
Why it matters in a SOC
This is where it stopped being an abstract framework for me and started being a tool I actually reach for. A few reasons it's everywhere in security operations:
It gives everyone a shared language. When an analyst says "this looks like execution via PowerShell, T1059," everyone knows exactly what's meant, no vague hand-waving. That clarity travels across teams, tools, and even different companies.
It pushes you toward better detection. Instead of only chasing individual indicators like a bad IP or a file hash (which attackers swap out in seconds), ATT&CK nudges you to detect behaviour, which is much harder for an attacker to disguise.
It powers threat intelligence. ATT&CK maps known threat groups and their malware to the specific techniques they use. So if intel says a group targeting your sector loves certain techniques, you can go check whether you'd actually catch them.
It reveals your blind spots. With tools like the ATT&CK Navigator, a team can map what they can currently detect versus what they'd completely miss, turning a vague "are we safe?" into a concrete coverage map you can point at.
It gives you context mid-incident. When I'm working through a problem and I place what I'm seeing onto the matrix, it helps me understand where in the attack I am, and what the attacker is likely to try next. That lets me look ahead instead of only reacting.
And that last point is the honest heart of it for me: I never sat down to memorise ATT&CK, nobody does, and you shouldn't try. But through practice, it quietly became the first place I go when I'm untangling a problem. That shift, from "scary wall of data" to "the tool I open first," happened entirely through use, not memorisation.
How to start
So my advice, if you're at the beginning: don't try to swallow it whole. Open the Enterprise matrix on attack.mitre.org and just wander around it. Then, next time you analyse an alert, try to map it: which tactic is this? Which technique? Do that a handful of times and the giant, intimidating grid slowly turns into something familiar, almost friendly.
Closing
MITRE ATT&CK took attacks from a vague, anxious cloud in my head and turned them into something structured I can actually reason about, one step at a time. If you're starting out in a SOC, it's one of the highest-value things you can learn early, and the secret is that you don't learn it by memorising it. You learn it by using it, gently and repeatedly, until one day you realise it's become second nature.
← back to all posts