← Back to SOC feed Coverage →

ThreatFox: Coinminer IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
iocthreatfoxwin-coinminer
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-09-25T23:00:00Z · Confidence: high

Hunt Hypothesis

This hunt targets the presence of known Coinminer IOCs to identify systems compromised by cryptomining malware that consumes excessive compute resources. Proactively hunting for these indicators in Azure Sentinel allows the SOC to detect and isolate infected workloads before they degrade performance or establish persistence mechanisms.

IOC Summary

Malware Family: Coinminer Total IOCs: 6 IOC Types: sha1_hash, md5_hash, sha256_hash

TypeValueThreat TypeFirst SeenConfidence
md5_hash1e5dc1aad3f445c5185d73c747ddcaaapayload2026-09-2595%
sha256_hash2113df6dcbc5b7ec63ea4e50609dd5d210ffcaafe7d0f76ae99fe63ea970fbe6payload2026-09-2595%
sha1_hashbbb11c471f7a815c9399feeb4c90adb19dfb0ed1payload2026-09-2595%
md5_hashe11d3d121c7943ab703068153999a69cpayload2026-09-2595%
sha256_hash97a76527d77d1d8e1f8a64ebdbccf60abc10220d1a8425ff48fd10a8f658b181payload2026-09-2595%
sha1_hash17f643eb4e381c811ad212f19473e1d358d553d4payload2026-09-2595%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Coinminer
let malicious_hashes = dynamic(["1e5dc1aad3f445c5185d73c747ddcaaa", "2113df6dcbc5b7ec63ea4e50609dd5d210ffcaafe7d0f76ae99fe63ea970fbe6", "bbb11c471f7a815c9399feeb4c90adb19dfb0ed1", "e11d3d121c7943ab703068153999a69c", "97a76527d77d1d8e1f8a64ebdbccf60abc10220d1a8425ff48fd10a8f658b181", "17f643eb4e381c811ad212f19473e1d358d553d4"]);
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

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