← Back to SOC feed Coverage →

ThreatFox: AdaptixC2 IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
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-08-07T23:00:00Z · Confidence: high

Hunt Hypothesis

This hunt detects adversary activity by identifying network traffic and endpoint events matching six specific Indicators of Compromise (IOCs) linked to the AdaptixC2 command-and-control infrastructure. Proactively hunting for these IOCs in Azure Sentinel is critical because AdaptixC2 represents a sophisticated threat actor capable of establishing persistent access, requiring early detection to mitigate potential data exfiltration or lateral movement before full compromise occurs.

IOC Summary

Malware Family: AdaptixC2 Total IOCs: 6 IOC Types: sha256_hash, sha1_hash, md5_hash

TypeValueThreat TypeFirst SeenConfidence
md5_hash8ef70ff2c501ca4e271dd549e29d1ad1payload2026-08-0795%
sha256_hash93fedc7b3f885aa9741fe7bbe171baded81188a5aeee3fecc636f3721587b702payload2026-08-0795%
sha1_hashbf8d02a3f3c536fcf917fb4327060979d1f75509payload2026-08-0795%
sha1_hash68a6877be539bdc70f6956c2b3f2aabe095b9d3apayload2026-08-0795%
md5_hashfe720b7550466baa14994a090eed156dpayload2026-08-0795%
sha256_hash664c8ea6640f0e3f8bd5ba3429656635d59f8272e37e0cdf646a1613efda9d8fpayload2026-08-0795%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - AdaptixC2
let malicious_hashes = dynamic(["8ef70ff2c501ca4e271dd549e29d1ad1", "93fedc7b3f885aa9741fe7bbe171baded81188a5aeee3fecc636f3721587b702", "bf8d02a3f3c536fcf917fb4327060979d1f75509", "68a6877be539bdc70f6956c2b3f2aabe095b9d3a", "fe720b7550466baa14994a090eed156d", "664c8ea6640f0e3f8bd5ba3429656635d59f8272e37e0cdf646a1613efda9d8f"]);
DeviceFileEvents
| where SHA256 in (malicious_hashes) or SHA1 in (malicious_hashes) or MD5 in (malicious_hashes)
| project Timestamp, DeviceName, FileName, FolderPath, SHA256, InitiatingProcessFileName
| order by Timestamp desc

Required Data Sources

Sentinel TableNotes
DeviceFileEventsEnsure this data connector is enabled

References

False Positive Guidance

Here are 5 specific false positive scenarios for the ThreatFox: AdaptixC2 IOCs detection rule, including suggested filters and exclusions tailored for an enterprise environment:

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