This hunt targets the presence of AdaptixC2 command-and-control infrastructure by correlating known ThreatFox IOCs with network traffic and endpoint telemetry. Proactively hunting for these indicators in Azure Sentinel allows the SOC to identify compromised assets leveraging this specific C2 framework before adversaries can establish persistent access or execute lateral movement.
Malware Family: AdaptixC2 Total IOCs: 5 IOC Types: ip:port
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| ip:port | 178[.]94[.]25[.]230:8902 | botnet_cc | 2026-09-22 | 75% |
| ip:port | 172[.]252[.]225[.]151:12688 | botnet_cc | 2026-09-22 | 75% |
| ip:port | 172[.]252[.]225[.]152:12688 | botnet_cc | 2026-09-22 | 75% |
| ip:port | 172[.]252[.]225[.]153:12688 | botnet_cc | 2026-09-22 | 75% |
| ip:port | 109[.]74[.]144[.]151:46321 | botnet_cc | 2026-09-22 | 75% |
// Hunt for network connections to known malicious IPs
// Source: ThreatFox - AdaptixC2
let malicious_ips = dynamic(["109.74.144.151", "172.252.225.153", "172.252.225.152", "172.252.225.151", "178.94.25.230"]);
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(["109.74.144.151", "172.252.225.153", "172.252.225.152", "172.252.225.151", "178.94.25.230"]);
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 |
C:\Program Files\InternalMonitoring\) or exclude network connections to the specific internal IP range used by the monitoring cluster.wuauclt.exe, ccmexec.exe, or Ninite.exe) and the file path resides in standard system or application update directories.svc_threathunt).legacy_app.exe) and the file path is within the application’s install directory