You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v3 introduces namespaced identifiers to eliminate AT-ID collisions:
Element
Format
Example
Tactic
T{n}
T1, T15
Technique
T{n}-AT-{seq:03d}
T1-AT-001, T11-AT-016
Attack Procedure
T{n}-AP-{seq}{letter}
T1-AP-001A, T3-AP-010B
Why Namespacing?
In v3.0, AT-010 referred to "Dialogue Hijacking" in T1 and "Euphemism Exploitation" in T2 — completely different techniques sharing the same ID. Across all 15 tactics, 43 such collisions existed. The namespaced system guarantees every identifier is globally unique while preserving tactic membership at a glance.