feat(ttp): E.1.7 worker contract — run_ttp_worker_loop, _TOPICS, registry entry

This commit is contained in:
2026-05-01 06:33:34 -04:00
parent 208ffd8f4f
commit 19cc8aa859
4 changed files with 277 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ KNOWN_WORKERS: tuple[str, ...] = (
"enrich", # threat-intel enrichment — bus-woken on attacker.observed/scored
"clusterer", # behavioral clustering — bus-woken on attacker.scored
"campaign-clusterer", # campaign assembly — bus-woken on identity.formed
"ttp", # MITRE ATT&CK technique tagging — bus-woken on session.ended / intel.enriched / email.received
"webhook", # external SIEM/SOAR egress — bus consumer → HMAC HTTP POSTs
"orchestrator", # synthetic life-injection — inter-decky traffic + file ops
"agent",