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

Hunt Hypothesis

This detection rule identifies adversary behavior associated with the WannaCryptor ransomware family by monitoring for specific indicators of compromise such as file encryption patterns and cryptocurrency transaction signals within Azure Sentinel. Proactively hunting for these IOCs is critical to enable early intervention before widespread data encryption occurs, thereby minimizing operational downtime and preventing potential financial loss from ransom demands.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hashc3f59fc053ff6ade13667c98d808b9bapayload2026-08-0295%
sha256_hash7fb8b06a9ac3c0c6b475948d1b981586cea76a2fc53f57c54163352fd90f0c63payload2026-08-0295%
sha1_hashb86596258e715a1e6847a2e67f4346fe15eb1712payload2026-08-0295%
md5_hash4eedba281d6273d442925536aa61b3dfpayload2026-08-0295%
sha1_hash5961d2b84eced872ba81a0a270b0f7a49dddab7bpayload2026-08-0295%
sha256_hash656a5cf0c4ea3a166c813b24dc4bce8403afb4305504805d654764712caf5a96payload2026-08-0295%
sha1_hashf2930bf9aa785c2f10884dd59e814e33eef096fbpayload2026-08-0295%
md5_hash301b4c0650787760609a2f4535ab9ff3payload2026-08-0295%
sha256_hash9be73437f744884e7ee2af167deb9ffb93551419c2ad9b4f8852d3f7c5f3bb8bpayload2026-08-0295%
md5_hash91269eb3c084956392ddaf6a60139fd5payload2026-08-0295%
sha1_hash6e96fe30490bed142959566daf8be3f66bd3645cpayload2026-08-0295%
sha256_hash9d769ee6c8365659c7a703f221caab25f1a972bf1324dc3623d08e2eaa5b4856payload2026-08-0295%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - WannaCryptor
let malicious_hashes = dynamic(["c3f59fc053ff6ade13667c98d808b9ba", "7fb8b06a9ac3c0c6b475948d1b981586cea76a2fc53f57c54163352fd90f0c63", "b86596258e715a1e6847a2e67f4346fe15eb1712", "4eedba281d6273d442925536aa61b3df", "5961d2b84eced872ba81a0a270b0f7a49dddab7b", "656a5cf0c4ea3a166c813b24dc4bce8403afb4305504805d654764712caf5a96", "f2930bf9aa785c2f10884dd59e814e33eef096fb", "301b4c0650787760609a2f4535ab9ff3", "9be73437f744884e7ee2af167deb9ffb93551419c2ad9b4f8852d3f7c5f3bb8b", "91269eb3c084956392ddaf6a60139fd5", "6e96fe30490bed142959566daf8be3f66bd3645c", "9d769ee6c8365659c7a703f221caab25f1a972bf1324dc3623d08e2eaa5b4856"]);
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 rule, tailored for an enterprise environment with suggested filters and exclusions:

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