← Back to SOC feed Coverage →

ThreatFox: WannaCryptor IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
iocthreatfoxwin-wannacryptor
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-06-26T23:00:00Z · Confidence: high

Hunt Hypothesis

Adversaries using WannaCryptor ransomware may exfiltrate data through encrypted traffic or lateral movement to spread within the network, indicating potential ransomware activity. SOC teams should proactively hunt for these behaviors in Azure Sentinel to detect and mitigate WannaCryptor infections before significant data loss occurs.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hash0be31a0c4f530c88f1cdf8491827fa39payload2026-06-2695%
sha256_hash9ee6705e84b232fa40fa8911064b68755615c4c8e26a1b9bb15b7e3fc91b646bpayload2026-06-2695%
sha1_hashcd0f34ec571a6b0ec988a00e4bb9a63425869ccdpayload2026-06-2695%
sha256_hash9fdfcf7a50597fe85398f2a3520919f8c309f087c433a509ac0f730d363cf5eepayload2026-06-2695%
sha1_hasha9e0b176984c9194f40e70e093527a46acd40a29payload2026-06-2695%
md5_hash5d6ee171b5847a25c2d068031faef9ccpayload2026-06-2695%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - WannaCryptor
let malicious_hashes = dynamic(["0be31a0c4f530c88f1cdf8491827fa39", "9ee6705e84b232fa40fa8911064b68755615c4c8e26a1b9bb15b7e3fc91b646b", "cd0f34ec571a6b0ec988a00e4bb9a63425869ccd", "9fdfcf7a50597fe85398f2a3520919f8c309f087c433a509ac0f730d363cf5ee", "a9e0b176984c9194f40e70e093527a46acd40a29", "5d6ee171b5847a25c2d068031faef9cc"]);
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/win.wannacryptor/