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

Hunt Hypothesis

This detection rule identifies WannaCryptor ransomware activity by monitoring for specific IOCs associated with its propagation via phishing or EternalBlue exploits, including unusual network traffic and file encryption events. A proactive hunt is essential in Azure Sentinel to rapidly detect early-stage lateral movement and unpatched system compromises before widespread data encryption occurs across the enterprise environment.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash02c8512b8bc8cce7e46a4d28ea46250076edef9cpayload2026-08-0895%
md5_hash6da5f33515b187df3620e7463fab9995payload2026-08-0895%
sha256_hashb9cf80a5e63577b018937534f6219eb29876c2163f0cdad7341acc2deef2859fpayload2026-08-0895%
md5_hashf0d062c4f07188525d9b14c975e871edpayload2026-08-0895%
sha1_hash8616383a669c0d3ba743bc9f122954257fb28bd9payload2026-08-0895%
sha256_hashe1ee2b7aeeb62f063134d78df6e522afde0952eca1701fb8d0835abe18ef16bcpayload2026-08-0895%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - WannaCryptor
let malicious_hashes = dynamic(["02c8512b8bc8cce7e46a4d28ea46250076edef9c", "6da5f33515b187df3620e7463fab9995", "b9cf80a5e63577b018937534f6219eb29876c2163f0cdad7341acc2deef2859f", "f0d062c4f07188525d9b14c975e871ed", "8616383a669c0d3ba743bc9f122954257fb28bd9", "e1ee2b7aeeb62f063134d78df6e522afde0952eca1701fb8d0835abe18ef16bc"]);
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

False Positive Scenarios: ThreatFox: WannaCryptor IOCs

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