← 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-09-12T23:00:00Z · Confidence: high

Hunt Hypothesis

This hypothesis targets the presence of WannaCryptor indicators, which signal an active ransomware infection that encrypts critical data and exploits network vulnerabilities to propagate laterally. Proactively hunting for these IOCs in Azure Sentinel allows the SOC to identify compromised endpoints early, enabling rapid isolation and containment before the malware can spread across the environment and maximize data loss.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hash29e5e53c6bc41825bb1ab63d8650f568payload2026-09-1295%
sha1_hasheb0efb4d11885c7897e2cdd7738c645789fab387payload2026-09-1295%
md5_hashc987878904b7808a850a8f300b9656e8payload2026-09-1295%
sha256_hashccefe9acb00af5bfc11701b390e8e0dac713ab289a516be091a71a3a0a63a9bapayload2026-09-1295%
sha1_hasha4ee13ffe86517e324030bde7bfb83758e8a8bbcpayload2026-09-1295%
md5_hash8e9ac32cc675e6150664d9a663c1d403payload2026-09-1295%
sha256_hashe1f4692aef0eb5bfc8b0dd24d6b6df4bcb687429f41047b57b816b116bd29c90payload2026-09-1295%
sha256_hashe36fcabff0eec569fee5d306df5bec8e3ca576f253f064c4a423989a8156e553payload2026-09-1295%
sha1_hash84a7b7fc20160ebeff25b74bba7066723a72b413payload2026-09-1295%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - WannaCryptor
let malicious_hashes = dynamic(["29e5e53c6bc41825bb1ab63d8650f568", "eb0efb4d11885c7897e2cdd7738c645789fab387", "c987878904b7808a850a8f300b9656e8", "ccefe9acb00af5bfc11701b390e8e0dac713ab289a516be091a71a3a0a63a9ba", "a4ee13ffe86517e324030bde7bfb83758e8a8bbc", "8e9ac32cc675e6150664d9a663c1d403", "e1f4692aef0eb5bfc8b0dd24d6b6df4bcb687429f41047b57b816b116bd29c90", "e36fcabff0eec569fee5d306df5bec8e3ca576f253f064c4a423989a8156e553", "84a7b7fc20160ebeff25b74bba7066723a72b413"]);
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/