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

Hunt Hypothesis

This hunt detects adversary behavior involving the specific indicators of compromise (IOCs) linked to the WannaCryptor ransomware variant within the Azure Sentinel environment. Proactively hunting for these signals is critical because early identification of WannaCryptor activity enables rapid containment before encryption spreads across the network, minimizing potential data loss and operational downtime.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash16b27e574fd32f23eb061fe1c8f699df9d338b54payload2026-07-2795%
md5_hash49272795f5841c4b742e247cfa9d2bc0payload2026-07-2795%
sha256_hash2521192853e4857386d89f555851adfdebde3a939199f939f93068058718e72epayload2026-07-2795%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - WannaCryptor
let malicious_hashes = dynamic(["16b27e574fd32f23eb061fe1c8f699df9d338b54", "49272795f5841c4b742e247cfa9d2bc0", "2521192853e4857386d89f555851adfdebde3a939199f939f93068058718e72e"]);
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 the false positive scenarios and corresponding filters for the ThreatFox: WannaCryptor IOCs detection rule:

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