Rundll32 (LOLBins and LOLScripts, Normalized Process Events)
Description
'This detection uses Normalized Process Events to hunt Signed Binary Proxy Execution: Rundll32 activities'
Query · kql
imProcessCreate
| where Process has "rundll32.exe"
// Uncomment the next line and add your commandLine Whitelisted/ignore terms.For example "payload.dll"
// | where CommandLine !contains ("payload.dll")
| extend HostCustomEntity = Dvc, AccountCustomEntity = User