← Back to SOC feed Coverage →

ThreatFox: AdaptixC2 IOCs

ioc-hunt HIGH ThreatFox
CommonSecurityLogDeviceNetworkEvents
aptiocthreatfoxwin-adaptix_c2
This rule was pulled from an open-source repository and enriched with AI. Validate in a test environment before deploying to production.
View original rule at ThreatFox →
Retrieved: 2026-07-17T11:00:00Z · Confidence: high

Hunt Hypothesis

This hunt seeks to identify adversary activity where malicious hosts establish encrypted connections with AdaptixC2 infrastructure to facilitate persistent command-and-control communication and data exfiltration. Proactively hunting for these specific IOCs in Azure Sentinel is critical because early detection of this malware family can prevent long-term compromise by revealing hidden lateral movement before significant data loss occurs.

IOC Summary

Malware Family: AdaptixC2 Total IOCs: 57 IOC Types: ip:port

TypeValueThreat TypeFirst SeenConfidence
ip:port38[.]54[.]63[.]135:8080botnet_cc2026-07-17100%
ip:port38[.]54[.]63[.]135:443botnet_cc2026-07-17100%
ip:port38[.]54[.]63[.]135:80botnet_cc2026-07-17100%
ip:port23[.]227[.]203[.]191:10443botnet_cc2026-07-17100%
ip:port38[.]132[.]122[.]145:6579botnet_cc2026-07-17100%
ip:port38[.]132[.]122[.]145:14888botnet_cc2026-07-17100%
ip:port38[.]132[.]122[.]141:6579botnet_cc2026-07-17100%
ip:port23[.]227[.]203[.]191:6579botnet_cc2026-07-17100%
ip:port217[.]60[.]97[.]3:8080botnet_cc2026-07-17100%
ip:port38[.]132[.]122[.]161:6579botnet_cc2026-07-17100%
ip:port23[.]227[.]203[.]128:6579botnet_cc2026-07-17100%
ip:port23[.]227[.]203[.]190:14888botnet_cc2026-07-17100%
ip:port23[.]227[.]203[.]190:6579botnet_cc2026-07-17100%
ip:port217[.]60[.]97[.]3:80botnet_cc2026-07-17100%
ip:port217[.]60[.]97[.]3:443botnet_cc2026-07-17100%
ip:port217[.]60[.]97[.]3:9200botnet_cc2026-07-17100%
ip:port23[.]227[.]203[.]205:6579botnet_cc2026-07-17100%
ip:port23[.]227[.]203[.]246:6579botnet_cc2026-07-17100%
ip:port79[.]135[.]160[.]20:8080botnet_cc2026-07-17100%
ip:port85[.]158[.]57[.]247:8080botnet_cc2026-07-17100%
ip:port23[.]227[.]203[.]71:8080botnet_cc2026-07-17100%
ip:port23[.]227[.]203[.]71:443botnet_cc2026-07-17100%
ip:port23[.]227[.]203[.]71:80botnet_cc2026-07-17100%
ip:port79[.]135[.]160[.]20:443botnet_cc2026-07-17100%
ip:port79[.]135[.]160[.]20:80botnet_cc2026-07-17100%

KQL: Ip Hunt

// Hunt for network connections to known malicious IPs
// Source: ThreatFox - AdaptixC2
let malicious_ips = dynamic(["217.148.142.28", "38.132.122.145", "23.227.203.190", "45.77.89.29", "23.227.203.246", "79.135.160.20", "38.132.122.141", "45.136.13.247", "177.153.202.224", "23.227.203.191", "23.227.203.205", "38.132.122.161", "2.26.229.254", "38.54.63.135", "217.60.97.3", "154.19.229.197", "154.19.229.186", "154.19.229.85", "23.227.203.71", "23.227.203.128", "46.21.153.148", "85.158.57.247", "46.21.153.146", "23.227.199.61"]);
CommonSecurityLog
| where DestinationIP in (malicious_ips) or SourceIP in (malicious_ips)
| project TimeGenerated, SourceIP, DestinationIP, DestinationPort, DeviceAction, Activity
| order by TimeGenerated desc

KQL: Ip Hunt Device

// Hunt in Defender for Endpoint network events
let malicious_ips = dynamic(["217.148.142.28", "38.132.122.145", "23.227.203.190", "45.77.89.29", "23.227.203.246", "79.135.160.20", "38.132.122.141", "45.136.13.247", "177.153.202.224", "23.227.203.191", "23.227.203.205", "38.132.122.161", "2.26.229.254", "38.54.63.135", "217.60.97.3", "154.19.229.197", "154.19.229.186", "154.19.229.85", "23.227.203.71", "23.227.203.128", "46.21.153.148", "85.158.57.247", "46.21.153.146", "23.227.199.61"]);
DeviceNetworkEvents
| where RemoteIP in (malicious_ips)
| project Timestamp, DeviceName, RemoteIP, RemotePort, InitiatingProcessFileName, ActionType
| order by Timestamp desc

Required Data Sources

Sentinel TableNotes
CommonSecurityLogEnsure this data connector is enabled
DeviceNetworkEventsEnsure this data connector is enabled

References

False Positive Guidance

Here are 5 specific false positive scenarios for the ThreatFox: AdaptixC2 IOCs detection rule in an enterprise environment, along with suggested filters or exclusions:

Original source: https://threatfox.abuse.ch/browse/malware/win.adaptix_c2/