Sponsored by Hudson Rock – Use Hudson Rock's free cybercrime intelligence tools to learn how Infostealer infections are leading to ransomware attacks
DeviceNetworkEventsDeviceNetworkEvents
| where Timestamp > ago(1d)
| where RemotePort in (443, 8080, 4444)
| summarize ConnCount = count(), ActiveBins = dcount(bin(Timestamp, 5m)) by DeviceName, RemoteIP, InitiatingProcessFileName
| where ConnCount > 50 and ActiveBins > 10
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.