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

Hunt Hypothesis

This detection rule identifies adversary activity associated with the WannaCryptor ransomware by monitoring for its specific Indicators of Compromise (IOCs) within network traffic and endpoint logs. A proactive hunt in Azure Sentinel is critical to rapidly isolate infected assets before the malware can encrypt files across the organization, thereby minimizing operational downtime and data loss.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hashaf49d090af04cd0acba34c3308c45d23payload2026-08-0795%
sha256_hash295ea6d0c0e8948edec19dea2b6778d9b21cd52c2f1c29efe30462801f4efbacpayload2026-08-0795%
sha1_hash44bb52939808600f5b230801404afa5e8a90ef64payload2026-08-0795%
md5_hash6506c1b800a28853ef8af5a466e12e8dpayload2026-08-0795%
sha256_hash66b98067cb4b20d0da1e9459f5851b7d86e046afa9a78ff87b9bb1c641e3a771payload2026-08-0795%
sha1_hash617210d8feb0679a0f675269300fc19b4c49e66cpayload2026-08-0795%
sha256_hash8cce14a06ff19f92020cefcf42c0040495c0dca18543f8449159ba1e78f69f29payload2026-08-0795%
sha1_hash97454d2f3186331f68be1815e277488d891bbe16payload2026-08-0795%
md5_hashc763e05c8ed4b4cad85c610abdefc5f1payload2026-08-0795%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - WannaCryptor
let malicious_hashes = dynamic(["af49d090af04cd0acba34c3308c45d23", "295ea6d0c0e8948edec19dea2b6778d9b21cd52c2f1c29efe30462801f4efbac", "44bb52939808600f5b230801404afa5e8a90ef64", "6506c1b800a28853ef8af5a466e12e8d", "66b98067cb4b20d0da1e9459f5851b7d86e046afa9a78ff87b9bb1c641e3a771", "617210d8feb0679a0f675269300fc19b4c49e66c", "8cce14a06ff19f92020cefcf42c0040495c0dca18543f8449159ba1e78f69f29", "97454d2f3186331f68be1815e277488d891bbe16", "c763e05c8ed4b4cad85c610abdefc5f1"]);
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 a legitimate enterprise environment:

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