← Back to SOC feed Coverage →

ThreatFox: PhonyC2 IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
iocps1-phonyc2threatfox
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-09-21T23:00:01Z · Confidence: high

Hunt Hypothesis

This hunt targets known PhonyC2 command-and-control infrastructure to identify compromised assets communicating with malicious endpoints. Proactively hunting these IOCs in Azure Sentinel allows the SOC to detect active PhonyC2 infections early, preventing lateral movement and data exfiltration before they escalate.

IOC Summary

Malware Family: PhonyC2 Total IOCs: 3 IOC Types: sha1_hash, md5_hash, sha256_hash

TypeValueThreat TypeFirst SeenConfidence
md5_hashcfa1c609d1596ca066c6c6e9fce1ad44payload2026-09-2195%
sha256_hash27831a5b95bbc1fab82732019109d94feefcb31fa4c4815eeb7500ba702c174dpayload2026-09-2195%
sha1_hash9bbc180af0625e0483058b2daa77b8318a1573bdpayload2026-09-2195%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - PhonyC2
let malicious_hashes = dynamic(["cfa1c609d1596ca066c6c6e9fce1ad44", "27831a5b95bbc1fab82732019109d94feefcb31fa4c4815eeb7500ba702c174d", "9bbc180af0625e0483058b2daa77b8318a1573bd"]);
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

Original source: https://threatfox.abuse.ch/browse/malware/ps1.phonyc2/