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

Hunt Hypothesis

This detection identifies adversary behavior where malicious actors deploy cryptocurrency mining software to consume system resources and generate unauthorized network traffic via specific ThreatFox indicators of compromise. Proactively hunting for these coinminer signatures in Azure Sentinel is critical to prevent performance degradation on production workloads and to detect early-stage lateral movement before resource exhaustion impacts business operations.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hash1ccf41cfd9d85a0e6c49854e25d76ab5payload2026-06-2995%
sha256_hash3f076a3e4a0733c630d58f790dc8b6422c5ee6344695f88987b14a060d721d4fpayload2026-06-2995%
sha1_hashf2a03400898271b8fb6310151c56edf1120b736cpayload2026-06-2995%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Coinminer
let malicious_hashes = dynamic(["1ccf41cfd9d85a0e6c49854e25d76ab5", "3f076a3e4a0733c630d58f790dc8b6422c5ee6344695f88987b14a060d721d4f", "f2a03400898271b8fb6310151c56edf1120b736c"]);
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 in an enterprise environment, along with recommended filters or exclusions:

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