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

Hunt Hypothesis

This detection rule identifies active indicators of compromise linked to the WannaCryptor ransomware family by monitoring for specific threat intelligence signatures within Azure Sentinel. Proactively hunting for these IOCs is critical because early identification allows the SOC team to isolate affected endpoints before lateral movement and widespread encryption occur, significantly reducing potential business disruption.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash4f6839725a41eee6426b1aeed61e7b27e40515d5payload2026-08-2895%
md5_hash6a4d5ab74aab4d6b8c24edb29d4b6d64payload2026-08-2895%
sha256_hash1738f890d5686b1c17b43166659643dde6ff57fc9ed4143dc9801ae331036273payload2026-08-2895%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - WannaCryptor
let malicious_hashes = dynamic(["4f6839725a41eee6426b1aeed61e7b27e40515d5", "6a4d5ab74aab4d6b8c24edb29d4b6d64", "1738f890d5686b1c17b43166659643dde6ff57fc9ed4143dc9801ae331036273"]);
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 specific false positive scenarios and corresponding filters for the ThreatFox: WannaCryptor IOCs detection rule:

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