mirror of
https://github.com/8damon/Blackbird-Platform
synced 2026-06-21 13:41:12 +00:00
6e2a9f5f2c
Ship two default detection rules: a direct-syscall stub byte sequence (T1106, severity 7) and common AMSI patch byte patterns (T1562.001, severity 6). The JSON manifest at Rules/SignatureIntel/signature-rules.json maps each YARA rule name to its detection label, severity, and MITRE technique so the scanning engine can produce structured heuristic hits. Refs #9, #10.