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

Hunt Hypothesis

This detection rule identifies adversary behavior characterized by the execution of known coinminer indicators that often signal a post-compromise resource hijacking or initial persistence strategy. A SOC team should proactively hunt for these IOCs in Azure Sentinel to rapidly isolate compromised assets before attackers can fully establish mining operations and exhaust system resources.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash219d35e9f33b48b3fc1ee51cb4fed27616c09d5fpayload2026-08-2195%
md5_hash9853d168bdc4e85fb0c9d2446b5d13ffpayload2026-08-2195%
sha256_hash02522eaec42abfb57e780e43fda7ef0cc4f0e6d061c2e35aaa3575d5b62f7c13payload2026-08-2195%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Coinminer
let malicious_hashes = dynamic(["219d35e9f33b48b3fc1ee51cb4fed27616c09d5f", "9853d168bdc4e85fb0c9d2446b5d13ff", "02522eaec42abfb57e780e43fda7ef0cc4f0e6d061c2e35aaa3575d5b62f7c13"]);
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 and corresponding exclusion strategies for the ThreatFox: Coinminer IOCs detection rule in an enterprise environment:

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