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

Hunt Hypothesis

This hunt detects adversary behavior characterized by the presence of specific WannaCryptor indicators, such as known malicious hashes and network connections to command-and-control infrastructure. A SOC team should proactively hunt for these IOCs in Azure Sentinel to rapidly identify early-stage ransomware infections and initiate containment before encryption spreads across critical assets.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hashcb245fa68d9f08372281be72241876a0payload2026-08-0495%
sha256_hash675cf32ce5553a1f2a9fa1b65014abc30df6a93f6ace616878dc534fc238c77apayload2026-08-0495%
sha1_hashec0fba7419fe129f91fed01cae2d24fd3cbd480fpayload2026-08-0495%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - WannaCryptor
let malicious_hashes = dynamic(["cb245fa68d9f08372281be72241876a0", "675cf32ce5553a1f2a9fa1b65014abc30df6a93f6ace616878dc534fc238c77a", "ec0fba7419fe129f91fed01cae2d24fd3cbd480f"]);
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/