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

Hunt Hypothesis

This hunt hypothesis targets WannaCryptor ransomware activity by identifying indicators such as unpatched system exploitation via EternalBlue, phishing-driven initial access, and subsequent file encryption patterns that signal active lateral movement. Proactive hunting in Azure Sentinel is critical to detect early-stage registry modifications and process injection behaviors before widespread data encryption occurs, enabling rapid containment of this high-severity threat.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hash9f762f6edf24c297545951a74df4d45dpayload2026-08-1595%
sha256_hashf2257d01dde12339f8bc370eabc74fa487e116b47f61f2094472885b9e4cb631payload2026-08-1595%
sha1_hash106ae11053f255c0c4e4472ce084e57b56488bb1payload2026-08-1595%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - WannaCryptor
let malicious_hashes = dynamic(["9f762f6edf24c297545951a74df4d45d", "f2257d01dde12339f8bc370eabc74fa487e116b47f61f2094472885b9e4cb631", "106ae11053f255c0c4e4472ce084e57b56488bb1"]);
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/