This hunt targets known indicators of compromise associated with the AdaptixC2 framework, which adversaries use to establish persistent command and control channels for data exfiltration and remote execution. Proactively hunting for these IOCs in Azure Sentinel is critical to identify early-stage intrusion attempts before the adversary can leverage this C2 infrastructure to escalate privileges or move laterally within the environment.
Malware Family: AdaptixC2 Total IOCs: 4 IOC Types: ip:port
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| ip:port | 68[.]64[.]177[.]24:80 | botnet_cc | 2026-09-19 | 100% |
| ip:port | 68[.]64[.]177[.]24:443 | botnet_cc | 2026-09-19 | 100% |
| ip:port | 186[.]244[.]214[.]231:56672 | botnet_cc | 2026-09-19 | 75% |
| ip:port | 68[.]64[.]177[.]24:8080 | botnet_cc | 2026-09-19 | 100% |
// Hunt for network connections to known malicious IPs
// Source: ThreatFox - AdaptixC2
let malicious_ips = dynamic(["186.244.214.231", "68.64.177.24"]);
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(["186.244.214.231", "68.64.177.24"]);
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 |
powershell.exe or pwsh.exe and the parent process is a known application binary (e.g., java.exe, dotnet.exe) from the legacy application’s directory path.VeeamBackupSvc.exe, commvaultagent.exe) and the destination IP matches the backup server’s documented IP range.datadog-agent.exe, splunkforwarder.exe) and the user context is a service account (e.g., svc-monitoring, svc-telemetry).curl, wget, or Postman to test API endpoints against