What problem does it solve?
Adversaries commonly abuse Windows registry Run keys (MITRE ATT&CK T1547.001) to maintain persistence, and manually reviewing registry modifications across Sysmon logs is slow and error-prone. This Skill provides a structured hunting procedure to identify malicious auto-start entries before attackers entrench themselves.
Core Features & Use Cases
- Sysmon Event ID 13 Analysis: Parse registry value-set events for TargetObject, Details, and Image fields to spot suspicious Run/RunOnce key modifications.
- Malicious Pattern Detection: Flag values pointing to temp directories, encoded PowerShell commands, and LOLBin abuse such as mshta.exe, rundll32.exe, and regsvr32.exe.
- Event Correlation: Chain Event ID 13 with Event ID 1 (Process Creation) and Event ID 11 (FileCreate) to confirm payload creation and execution.
- Use Case: A SOC analyst investigating a compromised workstation uses this Skill to hunt for persistence entries, producing a JSON report with MITRE ATT&CK mapping, severity scores, and ready-to-deploy Sigma/Splunk detection rules.
Quick Start
Analyze the collected Sysmon Event ID 13 logs for suspicious registry Run key persistence entries and generate a detection report with Sigma rules.