What problem does it solve?
Attackers establish stealthy persistence on Windows systems through WMI event subscriptions (MITRE ATT&CK T1546.003), which are difficult to spot without a structured hunting methodology. This Skill guides analysts through detecting malicious EventFilters, EventConsumers, and FilterToConsumerBindings using Sysmon telemetry.
Core Features & Use Cases
- Sysmon-Based Detection: Analyzes Sysmon Event IDs 19 (WmiEventFilter), 20 (WmiEventConsumer), and 21 (WmiEventConsumerToFilter) to surface subscription creation.
- Evasion-Aware Hunting: Covers detection gaps such as MOF-based creation, remote subscription deployment, timer-based triggers, and ActiveScriptEventConsumer abuse.
- Use Case: During incident response, an analyst notices suspicious WMI activity on an endpoint and uses this workflow to enumerate root\subscription bindings, identify a malicious CommandLineEventConsumer, validate it against known-good SCCM subscriptions, and document the finding for remediation.
Quick Start
Hunt for WMI event subscription persistence on this host by analyzing Sysmon Event IDs 19, 20, and 21 and listing any suspicious filter-to-consumer bindings.