feat(skills): adversary-emulation playbooks + expanded APT threat-profile catalog#440
Merged
1 commit merged intoJun 1, 2026
Merged
Conversation
…file catalog Add a per-actor adversary-emulation lane under soundwave/threat-profile that turns a named threat actor into an RoE-bounded Decepticon kill chain, and expand the APT/eCrime reference catalog the threat-profile skill consults. - references/apt-groups.md: 5 -> 19 actor cards (Sandworm, Volt/Salt Typhoon, Scattered Spider, APT40, APT10, OilRig, MuddyWater, Kimsuky, Turla, LockBit, ALPHV/BlackCat, Cl0p) + MITRE Group-ID crosswalk + industry->actor map (8->15). - emulation/SKILL.md hub + 7 leaf playbooks (apt29, sandworm, scattered-spider, volt-typhoon, lazarus, fin7, lockbit): ThreatProfile seed, phase->MITRE->skill kill chain, CONOPS ObjectivePhase mapping, actor-specific RoE/safety gates. - threat-profile/SKILL.md: route named actors to the emulation catalog. - .typos.toml: scope-exclude the jargon-dense emulation/ + references/ dirs (matches the existing ics-ot/iot exclusion pattern). Additive markdown only; no source changes. Technique IDs verified against MITRE ATT&CK Groups + CISA advisories. All 34 cross-skill references resolve; skills registry + path tests pass (33); typos clean.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a per-actor adversary-emulation lane under
soundwave/threat-profile/and expands the APT/eCrime reference catalog thethreat-profileplanning skill consults. Each emulation playbook converts a named threat actor into an RoE-bounded Decepticon kill chain — aThreatProfileseed, an ordered CONOPSkill_chain, and a phase → technique → skill map the orchestrator turns into OPPLAN objectives for the operational agents.Fills the gap left open by the (unmerged)
feat/skills-adversary-emulationbranch referenced in #431's collision check —emulation/is not present onmain.Additive markdown only — no Python/source changes.
New skills (8)
…/threat-profile/emulation/SKILL.md…/emulation/apt29/SKILL.md…/emulation/sandworm/SKILL.md…/emulation/scattered-spider/SKILL.md…/emulation/volt-typhoon/SKILL.md…/emulation/lazarus/SKILL.md…/emulation/fin7/SKILL.md…/emulation/lockbit/SKILL.mdChanged files (3)
…/threat-profile/references/apt-groups.md— 5 → 19 actor cards (adds Sandworm, Volt/Salt Typhoon, Scattered Spider, APT40, APT10, OilRig, MuddyWater, Kimsuky, Turla, LockBit, ALPHV/BlackCat, Cl0p), a MITRE Group-ID crosswalk (feedsthreat-profile.json.group_id), and an industry → actor map expanded 8 → 15 rows. LockBit/ALPHV are recorded as—because MITRE tracks them as software (S1202 / S1068), not group pages.…/threat-profile/SKILL.md— Step 2 + a new Step 5 route named actors to the emulation catalog..typos.toml— scope-exclude the jargon-denseemulation/+references/dirs (matches the existingics-ot/iotexclusion pattern;OT,HPE,MOVEitare correct terms, not typos).All MITRE technique IDs were verified against MITRE ATT&CK Groups pages + CISA advisories.
Verification
uv run pytest packages/decepticon/tests/unit/tools/test_skills_registry.py packages/decepticon/tests/unit/backends/test_skills_path.py -q→ 33 passediter_skill_recordswalks the real skills tree → all 8 new skills discovered,slug == name == dir, 0 parse errors/skills/standard/...cross-references resolve (no dangling links); no new slug collisionstypos→ clean (exit 0) after the scoped exclude; no trailing whitespace / CRLF; final newlines OK;.markdownlint.yaml(MD013/MD022off) matches the additionsruffN/A — no.pyfiles changedNotes
name,description,allowed-tools,metadata.{subdomain, when_to_use, tags, mitre_attack}); leafnamematches its directory, the hub uses the-overviewsuffix (likeics-ot-overview/cloud-overview).Related Issues