Defensive Security

MITRE ATT&CK for Defenders: Using It Without Drowning In It

MITRE ATT&CK catalogues the tactics and techniques adversaries actually use, drawn from observed intrusions rather than theory. Its value to a defender is enormous, but so is the temptation to treat it as a list to be completed. With hundreds of techniques, a team that tries to "cover ATT&CK" tends to produce shallow coverage everywhere and real coverage nowhere.

MITRE ATT&CK for Defenders: Using It Without Drowning In It

How the model is structured

ATT&CK organises adversary behaviour into tactics — the objective an attacker is pursuing, such as initial access, persistence, privilege escalation, credential access, lateral movement or exfiltration — and techniques, which are the specific methods used to achieve those objectives, further broken into sub-techniques.

Separate matrices exist for enterprise, mobile and industrial control systems, because the relevant behaviours genuinely differ between those environments.

The four things it is genuinely good for

  • Detection coverage assessment — mapping your existing rules to techniques exposes where you are blind, which is usually more revealing than what you already catch.
  • Prioritisation — rather than defending everything equally, focus on techniques used by adversaries who actually target organisations like yours.
  • Communication — a shared vocabulary that lets analysts, engineers, red teamers and management describe the same intrusion consistently.
  • Exercise design — red and purple team engagements structured around specific techniques produce a measurable result rather than an anecdote.
Coverage means detection depth, not ticked boxes
Coverage means detection depth, not ticked boxes

How teams misuse it

The most common error is treating the matrix as a scorecard and chasing the percentage.

  • Chasing breadth — a single narrow rule per technique produces an impressive-looking map and very little real detection.
  • Ignoring relevance — techniques used by adversaries targeting industrial control systems matter enormously to some organisations and not at all to others.
  • Confusing prevention with detection — a control that blocks a technique is valuable, but you still need to know when someone attempts it.
  • Never validating — a technique marked covered because a rule exists, without ever testing whether that rule fires, is a documented assumption.

A practical way to start

  1. Pick a small number of adversary groups or intrusion patterns genuinely relevant to your sector and geography.
  2. Extract the techniques those adversaries commonly use — a far shorter and more actionable list than the full matrix.
  3. For each technique, ask first whether you collect the telemetry needed to see it at all. Data gaps outrank rule gaps.
  4. Map your existing detections honestly, recording what each catches and what it misses.
  5. Validate the highest-priority detections with atomic tests or a purple-team exercise.
  6. Re-assess periodically, since both your environment and adversary behaviour change.
Prioritise by threat relevance, not technique count
Prioritise by threat relevance, not technique count

Pairing it with D3FEND

ATT&CK describes offensive behaviour. MITRE also maintains D3FEND, which catalogues defensive countermeasures and links them back to the techniques they address.

Used together they support a more complete conversation: here is the behaviour we care about, here is the countermeasure class that addresses it, and here is the telemetry that proves whether it worked.

Related from TechBiz Security

Sources & further reading

Frequently asked questions

What is MITRE ATT&CK?
ATT&CK is a publicly available knowledge base of adversary tactics and techniques based on real-world observations. It gives defenders a structured, shared vocabulary for describing how intrusions actually unfold.
Should we aim to cover every ATT&CK technique?
No. Full-matrix coverage is neither achievable nor useful for most organisations, and pursuing it produces shallow detections everywhere. Prioritise techniques used by adversaries that realistically target your sector and environment.
What is an ATT&CK coverage map?
It is a visualisation of which techniques your detections address. It is useful when it records depth and known gaps honestly, and misleading when a technique is marked covered on the basis of one narrow, untested rule.
How does ATT&CK relate to purple teaming?
Purple team exercises commonly use ATT&CK to select the techniques to emulate, then measure whether each was detected. That converts a coverage map from an assumption into evidence.

Related reading

0 comments

Leave a comment

Comments are moderated before appearing.