Add Detection
Detection produces findings. It does not block or rewrite. Findings attach to the resolved Security Event before telemetry, logging, and export sinks.
Workflow
Section titled “Workflow”- Choose target families and fields from the canonical policy context.
- Author Sigma-compatible detections inside a
capsem.detection-pack.v1envelope. - Validate with pySigma-backed
capsem-admin detection validate. - Compile to
capsem.detection.ir.v1. - Backtest against shared fixtures or a selected session.
- Publish through a signed profile.
- Verify findings in timeline/session evidence, VM health, OTel summaries, detection stats, and logs.
capsem-admin detection validate corp-detections.yml --jsoncapsem-admin detection compile corp-detections.yml --out detection.ir.json --jsoncapsem-admin detection backtest corp-detections.yml --events policy-contexts.jsonl --jsonFor forensic work, use Sigma against a specific timeline/session journal
without installing the detection pack live. The service route is
POST /sessions/{id}/detection/hunt.