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 InitiatingProcessFileName in~ ("w3wp.exe","java.exe","CleoAS2.exe","CleoHarmony.exe","CleoVLTrader.exe","MOVEitTransfer.exe")
| where FileName in~ ("cmd.exe","powershell.exe","certutil.exe","cscript.exe","wscript.exe")
| where ProcessCommandLine has_any ("IEX","DownloadString","-enc","certutil -urlcache")
| project Timestamp, DeviceName, InitiatingProcessFileName, FileName, ProcessCommandLine, 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.