This hunt targets network connections to known DanaBot indicators of compromise, which are frequently used by threat actors to establish command-and-control channels or deploy additional payloads. Proactively hunting for these IOCs in Azure Sentinel allows the SOC team to identify compromised endpoints before the botnet can fully propagate, exfiltrate data, or execute lateral movement within the environment.
Malware Family: DanaBot Total IOCs: 2 IOC Types: ip:port
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| ip:port | 77[.]237[.]102[.]203:4433 | botnet_cc | 2026-09-04 | 75% |
| ip:port | 143[.]202[.]93[.]183:9001 | botnet_cc | 2026-09-04 | 75% |
// Hunt for network connections to known malicious IPs
// Source: ThreatFox - DanaBot
let malicious_ips = dynamic(["77.237.102.203", "143.202.93.183"]);
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(["77.237.102.203", "143.202.93.183"]);
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 |
SecurityOps or NetAdmins AD group and the action is Add-NetFirewallRule, Set-AzFirewallPolicy, or cloud-init configuration changes.svc-jenkins, gitlab-runner) where the file path contains /config/, /env/, or /test/ directories and the change type is FileCreate or FileModify.ETL job or dbcc maintenance script that scans for known bad data patterns, including DanaBot IOCs, to quarantine corrupted records in a staging database.
sqlservr.exe, postgres, or mysqld and the command line contains keywords like SELECT, UPDATE, QUARANTINE, or STAGING.10.0.0.0/8 or `19