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

Hunt Hypothesis

This hunt detects adversary behavior involving specific indicators of compromise (IOCs) linked to the WannaCryptor ransomware family, which often targets unpatched systems through network propagation or phishing vectors. A SOC team should proactively hunt for these IOCs in Azure Sentinel to identify early-stage infections before they escalate into widespread encryption events that disrupt critical business operations.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hash23a96937277baa16540097119666822d408d8c8afbe3480eefff3074a3ccedfdpayload2026-08-0195%
sha1_hash0f3ffec20c80543fd35c6dadbe96d9d2e1065ee0payload2026-08-0195%
md5_hash77d0cf12235bfc6c0d8058a3e4d33f79payload2026-08-0195%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - WannaCryptor
let malicious_hashes = dynamic(["23a96937277baa16540097119666822d408d8c8afbe3480eefff3074a3ccedfd", "0f3ffec20c80543fd35c6dadbe96d9d2e1065ee0", "77d0cf12235bfc6c0d8058a3e4d33f79"]);
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 4 specific false positive scenarios for the ThreatFox: WannaCryptor IOCs detection rule, including suggested filters and exclusions tailored for an enterprise environment:

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