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

Hunt Hypothesis

This hunt targets adversary behavior consistent with the WannaCryptor ransomware campaign by identifying systems interacting with three specific Indicators of Compromise (IOCs) known to facilitate initial infection and lateral movement. Proactive hunting for these IOCs within Azure Sentinel is critical to detect early-stage compromises before encryption begins, allowing the SOC team to isolate affected assets and prevent widespread data loss across the organization.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hashf2cd38b6c081535971bc76d9aa3560ce3bf33e02986a430464a75e3261c4a8f1payload2026-06-2795%
sha1_hashcc0ae92edb66b42397a1f91894c0e14d12c83454payload2026-06-2795%
md5_hashc0b5ba4fbb2d486362d4be79caecc2b9payload2026-06-2795%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - WannaCryptor
let malicious_hashes = dynamic(["f2cd38b6c081535971bc76d9aa3560ce3bf33e02986a430464a75e3261c4a8f1", "cc0ae92edb66b42397a1f91894c0e14d12c83454", "c0b5ba4fbb2d486362d4be79caecc2b9"]);
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 specific false positive scenarios for the ThreatFox: WannaCryptor IOCs detection rule, tailored for an enterprise environment:

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