Sponsored by Hudson Rock – Use Hudson Rock's free cybercrime intelligence tools to learn how Infostealer infections are leading to ransomware attacks
DeviceProcessEventsDeviceProcessEvents
| where Timestamp > ago(1d)
| where (FileName =~ "regsvr32.exe" and ProcessCommandLine has_any ("scrobj.dll","/i:http","/n /i"))
or (InitiatingProcessFileName =~ "dllhost.exe" and FileName =~ "cmstp.exe")
| project Timestamp, DeviceName, FileName, ProcessCommandLine, InitiatingProcessFileName, AccountName
Hunting queries are starting points for threat hunting & detection engineering — validate table/column names against your own workspace schema and tune thresholds before turning any of these into a production alert rule.