This hunt identifies potential Havoc framework activity by correlating network traffic or host artifacts with known indicators of compromise, such as specific beaconing patterns or file hashes. Proactively hunting for these IOCs in Azure Sentinel allows the SOC to detect and isolate compromised assets before the adversary can establish persistent command-and-control channels or execute further post-exploitation actions.
Malware Family: Havoc Total IOCs: 3 IOC Types: ip:port
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| ip:port | 154[.]36[.]161[.]180:443 | botnet_cc | 2026-09-16 | 75% |
| ip:port | 207[.]89[.]17[.]5:5901 | botnet_cc | 2026-09-16 | 100% |
| ip:port | 207[.]89[.]17[.]5:22 | botnet_cc | 2026-09-16 | 100% |
// Hunt for network connections to known malicious IPs
// Source: ThreatFox - Havoc
let malicious_ips = dynamic(["154.36.161.180", "207.89.17.5"]);
CommonSecurityLog
| where DestinationIP in (malicious_ips) or SourceIP in (malicious_ips)
| project TimeGenerated, SourceIP, DestinationIP, DestinationPort, DeviceAction, Activity
| order by TimeGenerated desc
// Hunt in Defender for Endpoint network events
let malicious_ips = dynamic(["154.36.161.180", "207.89.17.5"]);
DeviceNetworkEvents
| where RemoteIP in (malicious_ips)
| project Timestamp, DeviceName, RemoteIP, RemotePort, InitiatingProcessFileName, ActionType
| order by Timestamp desc
| Sentinel Table | Notes |
|---|---|
CommonSecurityLog | Ensure this data connector is enabled |
DeviceNetworkEvents | Ensure this data connector is enabled |
ansible-playbook, terraform apply, or k8s.io/kubectl) or exclude specific service accounts used for infrastructure management (e.g., svc-deployer, svc-monitoring).VeeamBackup.exe, CommvaultAgent.exe, or rsync) and the destination IP is within the internal RFC1918 range (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16).nmap.exe, masscan.exe, zmap) or exclude events where the source user belongs to the SecurityTeam or NetOps group.