DLLHost.exe file creation via PowerShell
Description
Identify masqueraded DLLHost.exe file created by PowerShell.
Query · kql
DeviceProcessEvents
| where InitiatingProcessFileName =~ 'powershell.exe'
| where InitiatingProcessCommandLine has_all('$file=', 'dllhost.exe', 'Invoke-WebRequest', '-OutFile')