← 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-08-30T11:00:00Z · Confidence: high

Hunt Hypothesis

This detection rule identifies systems exhibiting indicators of compromise linked to the WannaCryptor ransomware, such as specific file hashes and network connections that signal active encryption attempts or lateral movement. Proactively hunting for these IOCs in Azure Sentinel is critical because early identification allows the SOC team to isolate affected endpoints before the ransomware propagates across the environment, thereby minimizing potential data loss and operational downtime.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hashd313053982390ae6a4707aeba20451cfc13fc88epayload2026-08-3095%
md5_hash70f6dff404b94d943db1514648700cfapayload2026-08-3095%
sha256_hash507bbce068c50bc2e2c3907debe65c3bf974ac1c2ace16d15c952bd3a72c15f2payload2026-08-3095%
md5_hashe7905f19dc5cebd37e3f9e2f65368b04payload2026-08-3095%
sha256_hash0960a25a046f08f30489bce5f7cc6e83af9b21989f8e937c57722cafe00b2dcapayload2026-08-3095%
sha1_hash12da85ebf11415b0837c4930af8ae1f46194e8cbpayload2026-08-3095%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - WannaCryptor
let malicious_hashes = dynamic(["d313053982390ae6a4707aeba20451cfc13fc88e", "70f6dff404b94d943db1514648700cfa", "507bbce068c50bc2e2c3907debe65c3bf974ac1c2ace16d15c952bd3a72c15f2", "e7905f19dc5cebd37e3f9e2f65368b04", "0960a25a046f08f30489bce5f7cc6e83af9b21989f8e937c57722cafe00b2dca", "12da85ebf11415b0837c4930af8ae1f46194e8cb"]);
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: WannaCryptor IOCs detection rule, along with suggested filters and exclusions tailored for an enterprise environment:

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