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

Hunt Hypothesis

This detection rule identifies adversary behavior characterized by the execution of known coin mining indicators, signaling potential resource hijacking or a precursor to larger ransomware campaigns. A proactive hunt is essential in Azure Sentinel to rapidly isolate compromised workloads before excessive CPU consumption degrades performance and financial costs escalate due to unauthorized cryptocurrency generation.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hashfecfd59e63c518834a601e32e782390f88c9749dcf1460c94a687d766c757718payload2026-08-2295%
sha1_hasha60a603271f8394c19b1e1c3a8da83e8ec05d0b6payload2026-08-2295%
md5_hasha8eedaa9a5d431baf445c8080ac35fdapayload2026-08-2295%
md5_hash90d5a367d6456e854288cc32e33049b0payload2026-08-2295%
sha256_hashfebb60b38e035167c3c5260aa038302d538ffd6ce352679f4b66db231bd7ccaapayload2026-08-2295%
sha1_hash90c729146fb83248e71297ace43add52b42d0a09payload2026-08-2295%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Coinminer
let malicious_hashes = dynamic(["fecfd59e63c518834a601e32e782390f88c9749dcf1460c94a687d766c757718", "a60a603271f8394c19b1e1c3a8da83e8ec05d0b6", "a8eedaa9a5d431baf445c8080ac35fda", "90d5a367d6456e854288cc32e33049b0", "febb60b38e035167c3c5260aa038302d538ffd6ce352679f4b66db231bd7ccaa", "90c729146fb83248e71297ace43add52b42d0a09"]);
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, including suggested filters and exclusions tailored for an enterprise environment:

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