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

Hunt Hypothesis

This detection rule identifies active cryptocurrency mining processes that match known ThreatFox indicators of compromise, signaling potential adversary resource hijacking or post-compromise lateral movement. A SOC team should proactively hunt for these coinminer signatures in Azure Sentinel to rapidly isolate compromised workloads before they exhaust system resources and obscure other malicious activities through background noise.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hash73c4a1248e4fb6bb8430872a61ea76eapayload2026-07-2795%
sha256_hash9787788d19b47b0b3a18a71ae37b23a372635d652028601c1d2f99f005070da5payload2026-07-2795%
sha1_hash517c8575d14540ecd15df6714cbb226b2f6c0e21payload2026-07-2795%
sha256_hash9cae45ef7526eb2c7db2a7ed5f5b2af93cb55d5cbecf907f9a07afef887b54b0payload2026-07-2795%
sha1_hashee1972dd5b96bd33dee22c6bee867e95f0e75c5cpayload2026-07-2795%
md5_hash6159d556244d9b3bdf4db6c7ea971cd5payload2026-07-2795%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Coinminer
let malicious_hashes = dynamic(["73c4a1248e4fb6bb8430872a61ea76ea", "9787788d19b47b0b3a18a71ae37b23a372635d652028601c1d2f99f005070da5", "517c8575d14540ecd15df6714cbb226b2f6c0e21", "9cae45ef7526eb2c7db2a7ed5f5b2af93cb55d5cbecf907f9a07afef887b54b0", "ee1972dd5b96bd33dee22c6bee867e95f0e75c5c", "6159d556244d9b3bdf4db6c7ea971cd5"]);
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, along with targeted filters and exclusions suitable for an enterprise environment:

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