What problem does it solve? Blue-team analysts often query SIEM and EDR data without a clear hypothesis, producing noisy alerts and missed intrusions. This Skill enforces a structured hunt loop—hypothesis, query, validation, and rule conversion—so detections are grounded in evidence rather than guesswork. ## Core Features & Use Cases - Hypothesis-Driven Hunting: Defines hunt hypotheses with target data sources (Sysmon, Windows Security logs) and explicit success criteria before querying. - Detection Engineering: Converts hunt findings into Sigma and YARA rules with documented false-positive surfaces and data-source field mappings. - Detection Validation: Replays historical logs and runs Atomic Red Team tests in authorized labs to verify rule recall. - Use Case: An analyst suspects living-off-the-land lateral movement. The Skill guides them to baseline normal admin behavior, stack anomalies like encoded PowerShell and unusual outbound connections, then codify the finding as a Sigma rule linked to a response playbook. ## Quick Start Use the threat-hunting skill to build a hypothesis-driven hunt for suspicious PowerShell activity across our Sysmon logs and turn the findings into a Sigma rule.