- How do SOC analysts detect Windows Management Instrumentation?
- Detection centers on XDR, SIEM telemetry for the execution phase of the attack. Monitor for WMI process execution through wmiprvse.exe spawning child processes, as legitimate WMI operations rarely require spawning command interpreters or network utilities as direct children of the WMI provider host. Alert on WMI permanent event subscriptions being created or modified, particularly EventFilter, EventConsumer, and FilterToConsumerBinding classes, which are the components of WMI-based persistence mechanisms.
- What does a Windows Management Instrumentation alert look like?
- A representative XDR detection is "WMI Used to Execute Payload on Remote Systems" (critical severity): WMI process wmiprvse.exe spawned cmd.exe on 15 systems within 6 minutes, each executing the same Base64-encoded PowerShell command that downloads and runs a remote access tool. The WMI execution was initiated remotely using domain administrator credentials from a compromised server. This WMI-based lateral execution leaves fewer artifacts than PSExec and evades many endpoint security tools.
- Which tools detect Windows Management Instrumentation, and how can I practice?
- Windows Management Instrumentation (T1047) is best surfaced with XDR, SIEM telemetry, which exposes the execution signals described above. Practice detecting it on those exact consoles in SOCSimulator Operations, free.