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

Hunt Hypothesis

This detection identifies adversary behavior characterized by the execution of cryptocurrency mining processes that leverage specific ThreatFox indicators to establish a persistent foothold within the environment. A SOC team should proactively hunt for these coinminer IOCs in Azure Sentinel to rapidly detect and mitigate resource exhaustion attacks before they significantly degrade system performance or incur unexpected costs.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hash52f447218c94376f552d1c2b5bfa01c4ef2b5d32ac9ac061236cd286a9efba67payload2026-07-2595%
sha1_hashb1979a03b72b7ced1fffb9e4dd34e0e01adbfc67payload2026-07-2595%
md5_hash5a59127af8fcd4d20671f83f4ea243a7payload2026-07-2595%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Coinminer
let malicious_hashes = dynamic(["52f447218c94376f552d1c2b5bfa01c4ef2b5d32ac9ac061236cd286a9efba67", "b1979a03b72b7ced1fffb9e4dd34e0e01adbfc67", "5a59127af8fcd4d20671f83f4ea243a7"]);
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 for the ThreatFox: Coinminer IOCs detection rule, along with suggested filters and exclusions tailored for an enterprise environment:

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