Join our Newsletter — 33% off our NHI Course

What is the difference between tactics and techniques in the MITRE ATT&CK framework?

Tactics describe the high-level phases or objectives of an attack, while techniques describe the methods used to achieve those objectives. In practice, tactics help teams organise the intrusion sequence, and techniques help them understand the specific behaviours, mitigations, and actor relationships that matter when assessing exposure or building detections.

How ATT&CK Organises Adversary Behaviour

MITRE ATT&CK separates the “why” from the “how” so teams can reason about an intrusion without collapsing every hostile action into one label. Tactics are the adversary objectives that frame the phase of activity, such as gaining access, evading detection, or persisting. Techniques are the observable methods used to achieve those objectives, which is why a single tactic can map to many techniques and the same technique can support different tactics depending on context. For a practical reference point, the MITRE ATT&CK Enterprise Matrix shows how those relationships are organised across the framework.

That distinction matters because defenders usually need both views at once: tactics help with sequencing and campaign analysis, while techniques help with detection engineering, control mapping, and triage. In practice, many security teams first notice the difference when a detection works against one technique but still fails to explain the attacker’s objective.

When teams blur the two, they often end up with reporting that sounds accurate but is too coarse to improve defence. A tactic tells you what the adversary was trying to do; a technique tells you what they actually did.

How the Difference Shows Up in Detection and Response

In operations, tactics and techniques support different decisions. Tactics are useful for organising telemetry into a coherent attack story, especially when multiple alerts belong to the same intrusion path. Techniques are more actionable because they point to the behavioural pattern a defender can hunt, block, or measure. That is why a detection rule is usually written around a technique or a family of related techniques, not around a tactic alone.

A useful mental model is:

  • Tactics answer: “What objective was the actor pursuing?”

  • Techniques answer: “What method did the actor use to pursue it?”

  • Defensive mapping usually starts with techniques, then rolls upward to the tactic for reporting and campaign context.

This also affects incident handling. If responders only label the tactic, they may miss whether the behaviour reflects phishing, valid account use, scripting, living-off-the-land activity, or another technique with different containment needs. If they only label the technique, they may lose the broader intrusion logic and struggle to explain escalation or lateral movement. The strongest analysis combines both levels so the team can answer what happened, how it happened, and what the next likely step is.

For a broader governance lens, organisations that anchor their cyber programme in the NIST Cybersecurity Framework 2.0 often use ATT&CK as the adversary-behaviour layer beneath their control and detection planning.

Where this guidance breaks down is in overfitting one technique to every alert or treating a tactic as proof of a specific intrusion method when the telemetry is still incomplete.

Common Misreads and Where the Boundary Gets Fuzzy

Tighter ATT&CK classification often improves analytical precision, but it also increases the effort needed to label, maintain, and explain detections, so teams have to balance clarity against operational overhead.

One common misread is to treat tactics as a checklist of stages that every attack must follow in order. That is guidance, not consensus. ATT&CK is best used as a behavioural model, and real intrusions often skip, repeat, or interleave tactics depending on access, tooling, and defender pressure. Another edge case is that some activities can look like both a tactic and a technique depending on the level of abstraction. For example, “credential access” is a tactic, while a specific method such as password dumping is a technique. The distinction only stays useful if the team keeps the abstraction level consistent.

It is also easy to overstate the value of the label itself. ATT&CK helps most when it supports a decision, such as prioritising detection coverage, comparing observed behaviour to known patterns, or identifying gaps in telemetry. It helps less when teams use it as a reporting language detached from containment or hunting. When the objective is AI-specific adversarial behaviour rather than enterprise intrusion behaviour, practitioners should switch to the relevant adversarial AI matrix instead of forcing ATT&CK to carry the wrong problem.

For that reason, ATT&CK should be applied as a behaviour classification tool, not as a substitute for evidence, and analysts should avoid assigning a technique before the observed activity can actually support it.

Risk and Threat Considerations

The main risk in confusing tactics with techniques is analytical drift: teams may describe an intrusion at the wrong level of abstraction and miss the control or detection gap that matters. That weakens triage, skews reporting, and can make repeated attacker behaviour look like separate events when it is really one campaign pattern.

Failure mechanism: defenders anchor on a tactic label, such as persistence or discovery, and stop short of identifying the technique that created the exposure. That leaves detections too broad, containment too slow, and lessons learned too generic to improve the control set.

Impact: organisations can undercount exposure, miss recurring attacker methods, and build detections that look comprehensive on paper but do not catch the behaviours that actually drive compromise.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

MITRE ATT&CK address the attack and risk surface, while NIST CSF 2.0 set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
MITRE ATT&CK Tactics — Tactics The question asks for the distinction between ATT&CK tactics and techniques.
Techniques — Techniques Techniques are the method layer being compared against tactics in ATT&CK.
Recommendation — Use tactics to frame adversary objectives before mapping specific behaviours. Map observed behaviours to techniques so detections and hunts stay concrete.
NIST CSF 2.0 DE.CM — Security Continuous Monitoring Technique-level understanding supports monitoring and detection coverage decisions.
Recommendation — Align monitoring to observable techniques so detection gaps are easier to spot.

Practitioner Guidance

What to prioritise: Map detections and investigations at the technique level first, then use the tactic to describe intrusion flow and reporting context. That keeps the work actionable without losing the campaign narrative.

What to verify: Check that the evidence supports the claimed technique, not just the broader tactic. If the telemetry only shows suspicious access or execution, avoid naming a more specific method until there is behavioural proof.

Practitioner takeaway: The most useful ATT&CK discipline is to treat tactics as the attacker’s objective and techniques as the observable method, then resist collapsing them into one label when precision affects detection or response.