Sponsored by Hudson Rock – Use Hudson Rock's free cybercrime intelligence tools to learn how Infostealer infections are leading to ransomware attacks
DeviceFileEventsDeviceFileEvents
| where ActionType == "FileModified"
| summarize FileCount = dcount(FileName) by DeviceName, bin(Timestamp, 5m)
| where FileCount > 100
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.