What problem does it solve?
Security teams often cannot tell whether their SIEM and EDR actually detect real attack techniques, because a test executing successfully does not prove an alert fired. This Skill closes that gap by running Atomic Red Team tests mapped to MITRE ATT&CK, querying the SIEM for matching alerts, and producing coverage gap analysis and ATT&CK Navigator heatmaps.
Core Features & Use Cases
- Atomic Test Execution: Run Invoke-AtomicRedTeam tests by technique ID, test number, name, or GUID with prerequisite checks, timeouts, structured JSON logging, and mandatory cleanup.
- Detection Validation: Query Splunk (SPL) or Elastic (KQL) for the specific EventCodes and artifacts each technique should generate, distinguishing raw telemetry from actual fired alerts.
- Coverage Gap Analysis & Heatmaps: Parse atomics YAML inventory, correlate execution logs with detection results, and generate per-tactic coverage reports plus ATT&CK Navigator layer JSON for executive reporting.
- Use Case: A detection engineer runs the top 10 prevalent ATT&CK techniques (T1059.001, T1003.001, T1547.001) on a lab endpoint, waits for SIEM ingestion, then generates a Navigator heatmap showing which techniques are blind spots requiring new Sigma rules.
Quick Start
Ask the AI to execute Atomic Red Team test T1059.001 on a Windows lab host, verify the corresponding PowerShell alert in Splunk, and generate an ATT&CK Navigator coverage layer.