This hunt detects adversary command and control activities linked to the AdaptixC2 framework by identifying network traffic matching its specific indicators of compromise. Proactively hunting for these behaviors in Azure Sentinel is critical to rapidly identify early-stage intrusions and mitigate potential lateral movement before the threat escalates within the cloud environment.
Malware Family: AdaptixC2 Total IOCs: 2 IOC Types: ip:port
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| ip:port | 217[.]217[.]97[.]111:4321 | botnet_cc | 2026-07-18 | 75% |
| ip:port | 138[.]124[.]90[.]26:4321 | botnet_cc | 2026-07-18 | 75% |
// Hunt for network connections to known malicious IPs
// Source: ThreatFox - AdaptixC2
let malicious_ips = dynamic(["138.124.90.26", "217.217.97.111"]);
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(["138.124.90.26", "217.217.97.111"]);
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 |
Here are 4 specific false positive scenarios for the ThreatFox: AdaptixC2 IOCs detection rule in an enterprise environment, along with suggested filters or exclusions:
Endpoint Security Agent Updates and Telemetry Uploads
C:\Program Files\CrowdStrike\csagent.exe or C:\Windows\System32\MsMpEng.exe) communicating with the specific AdaptixC2 IP ranges. Alternatively, exclude traffic originating from the “Endpoint Management” organizational unit in Active Directory during scheduled maintenance windows.Third-Party Patch Management and Software Distribution
svc-patch-mgmt or Administrator) and specific process names like ccmexec.exe (SCCM) or `