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

Hunt Hypothesis

This detection rule identifies cryptocurrency mining malware that infiltrates systems through phishing or exploits to hijack resources for digital currency generation, causing significant performance degradation and financial loss. SOC teams should proactively hunt for these indicators in Azure Sentinel to mitigate unauthorized resource consumption and prevent the broader impact of compromised credentials on organizational infrastructure.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hash264a6ef8a8853d0e7dac18b0d4e043ab7579b4cc885093128012b34339cee194payload2026-08-0195%
sha1_hash86cc0da2edcd30f78bde7aad92c3976715128d35payload2026-08-0195%
md5_hashaf1ac5d2435d139a98962876534adfcbpayload2026-08-0195%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Coinminer
let malicious_hashes = dynamic(["264a6ef8a8853d0e7dac18b0d4e043ab7579b4cc885093128012b34339cee194", "86cc0da2edcd30f78bde7aad92c3976715128d35", "af1ac5d2435d139a98962876534adfcb"]);
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 rule in an enterprise environment, along with targeted filters and exclusions:

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