Sponsored by Hudson Rock – Use Hudson Rock's free cybercrime intelligence tools to learn how Infostealer infections are leading to ransomware attacks
DeviceFileEventsDeviceFileEvents
| where Timestamp > ago(1d)
| where FileName in~ ("procexp.sys","procexp64.sys","backstab.exe")
| where FolderPath has_any (@"\Windows\Temp\", @"\Users\Public\", @"\ProgramData\")
| project Timestamp, DeviceName, FileName, FolderPath, InitiatingProcessFileName, InitiatingProcessAccountName
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.