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

Hunt Hypothesis

This detection rule identifies active cryptocurrency mining malware that exploits system resources to generate unauthorized digital currency revenue while degrading host performance. A proactive hunt in Azure Sentinel is essential to rapidly isolate compromised endpoints and prevent financial loss caused by resource exhaustion from phishing or web-based infection vectors.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hashf4ecc1edd84194b94aceb5c3485b830081507508payload2026-08-2895%
md5_hash18054d12b0ba2dc0c9918f455ec86699payload2026-08-2895%
sha256_hash245f6e3f6750701d58c06bd96f4623c62942305fb32bcdc5a99bf367becaafd0payload2026-08-2895%
md5_hashc7d899d6f7ccecb85c409767d8645906payload2026-08-2895%
sha256_hash656b90c4553ec077f0ff60bf35edee765dffa4d63d4e2148221f9ef1171bb437payload2026-08-2895%
sha1_hash4cecb2462dfdbf0869cab54eef5de1d793c21c80payload2026-08-2895%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Coinminer
let malicious_hashes = dynamic(["f4ecc1edd84194b94aceb5c3485b830081507508", "18054d12b0ba2dc0c9918f455ec86699", "245f6e3f6750701d58c06bd96f4623c62942305fb32bcdc5a99bf367becaafd0", "c7d899d6f7ccecb85c409767d8645906", "656b90c4553ec077f0ff60bf35edee765dffa4d63d4e2148221f9ef1171bb437", "4cecb2462dfdbf0869cab54eef5de1d793c21c80"]);
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 5 specific false positive scenarios for the ThreatFox: Coinminer IOCs detection rule, including tailored filters and exclusions:

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