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