DLLHost.exe WMIC domain discovery
Description
Identify dllhost.exe using WMIC to discover additional hosts and associated domain.
Query · kql
DeviceProcessEvents | where InitiatingProcessFileName =~ "dllhost.exe" and InitiatingProcessCommandLine == "dllhost.exe" | where ProcessCommandLine has "wmic computersystem get domain"