Sponsored by Hudson Rock – Use Hudson Rock's free cybercrime intelligence tools to learn how Infostealer infections are leading to ransomware attacks
SyslogSyslog
| where TimeGenerated > ago(1d)
| where ProcessName in ("vim-cmd","esxcli") or SyslogMessage has_any ("vim-cmd vmsvc/power.off","esxcli vm process kill")
| summarize VmActions = count() by Computer, bin(TimeGenerated, 15m)
| where VmActions > 5
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.