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

Hunt Hypothesis

This detection rule identifies adversary behavior where Coinminer malware infiltrates systems through phishing vectors or exploit kits to hijack resources for cryptocurrency mining, causing significant performance degradation and financial risk. A SOC team should proactively hunt for these indicators in Azure Sentinel to rapidly isolate compromised endpoints before resource exhaustion impacts critical operations and enables potential lateral movement by the attacker.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hash91dddfbe6ec0216a43e4266acd65e7c7payload2026-08-0795%
sha256_hash72b0ee76e31527fa94e063ef15580037a2148bf59d6f981faab92a82f5403d58payload2026-08-0795%
sha1_hash474b10003a3ba9ecca035757c37570df3529bcc5payload2026-08-0795%
sha1_hash8c21a9815d0d6d82a82e00ec8c047606b0022eccpayload2026-08-0795%
md5_hash7d289e6e0baa505ca6a4852958b61139payload2026-08-0795%
sha256_hash51498477da8c0c5abf4cca3de0704a83d513c4005c2f4f3bb09fc8121e1189dcpayload2026-08-0795%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Coinminer
let malicious_hashes = dynamic(["91dddfbe6ec0216a43e4266acd65e7c7", "72b0ee76e31527fa94e063ef15580037a2148bf59d6f981faab92a82f5403d58", "474b10003a3ba9ecca035757c37570df3529bcc5", "8c21a9815d0d6d82a82e00ec8c047606b0022ecc", "7d289e6e0baa505ca6a4852958b61139", "51498477da8c0c5abf4cca3de0704a83d513c4005c2f4f3bb09fc8121e1189dc"]);
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 suggested filters and exclusions tailored for an enterprise environment:

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