← 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-24T11:00:00Z · Confidence: high

Hunt Hypothesis

This detection rule identifies active cryptocurrency mining processes by correlating specific threat intelligence indicators from ThreatFox to uncover unauthorized coinminer execution within the environment. Proactive hunting is essential because cryptominers often operate silently in the background, consuming significant computational resources and serving as a potential indicator of lateral movement or post-compromise activity that may not trigger standard alerting thresholds.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hashce629f8ad9428474bab4b95774102a13b096f516payload2026-07-2495%
md5_hash9f95d8290bd17c8319a2f3b47db6bd75payload2026-07-2495%
sha256_hash694a3bab92e60e6760649fd40e97c04ff03faded2073e7a0c2e061229bf7820apayload2026-07-2495%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Coinminer
let malicious_hashes = dynamic(["ce629f8ad9428474bab4b95774102a13b096f516", "9f95d8290bd17c8319a2f3b47db6bd75", "694a3bab92e60e6760649fd40e97c04ff03faded2073e7a0c2e061229bf7820a"]);
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 filters for the ThreatFox: Coinminer IOCs detection rule in an enterprise environment:

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