The TTP Hierarchy
ATT&CK is built on a three-level hierarchy. Decepticon adopts this vocabulary consistently — agents, skills, and findings all reference the same identifiers.Tactics
The tactical goals a threat may pursue during an operation. Examples: Initial Access (TA0001), Execution (TA0002), Persistence (TA0003), Privilege Escalation (TA0004).
Techniques
The actions threats take to achieve their tactical goals. Examples: T1566 Phishing, T1059 Command and Scripting Interpreter, T1078 Valid Accounts.
Procedures
The technical steps required to perform a technique in a specific environment. Procedures are concrete commands, scripts, and tool invocations.
Where ATT&CK Surfaces in Decepticon
ATT&CK is not just metadata — it is the type system Decepticon agents reason in.Skill Frontmatter Example
A Decepticon skill carries ATT&CK metadata that the orchestrator uses to load only the right skills for the active engagement:T1590 as an in-scope technique, this skill becomes available. When the operator switches to a profile that does not include it, the skill is excluded from the agent’s working set.
ATT&CK Matrix Coverage
Decepticon’s skill library covers the canonical attack lifecycle:ATT&CK Navigator Export
Decepticon emits an ATT&CK Navigator-compatible JSON layer per engagement, listing exactly which techniques were used and which produced findings. This file becomes part of the engagement deliverable — the blue team can overlay it on their own detection coverage to find gaps.Skill System
How the progressive-disclosure skill loader filters by ATT&CK technique overlap.
