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

Hunt Hypothesis

This hunt detects adversaries deploying Coinminer malware that infiltrates systems through phishing or compromised web resources to covertly consume CPU and memory for cryptocurrency mining. A proactive search in Azure Sentinel is essential to identify early-stage infections before they cause significant performance degradation or permanent hardware damage, allowing the SOC team to isolate affected assets and mitigate resource exhaustion.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hashf3d99d574240983bcf016ef1c477d2d3c764966apayload2026-08-1595%
md5_hash57dacba3658cf6df28ae9d54c10c98c9payload2026-08-1595%
sha256_hash958f41d1487994caa3cacb8e52176712efa9d13115ea95587c6dec3658bbcee3payload2026-08-1595%
sha1_hashc714a73211957aa0c71defa91d4d6beca8e4abb8payload2026-08-1595%
md5_hash45899f8f753e57ded07eb20ca57be0f1payload2026-08-1595%
sha256_hashd44ff00fe9552510aefbf13c4b986dc094b5aefcd099fd3d7ad6dc816968a50bpayload2026-08-1595%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Coinminer
let malicious_hashes = dynamic(["f3d99d574240983bcf016ef1c477d2d3c764966a", "57dacba3658cf6df28ae9d54c10c98c9", "958f41d1487994caa3cacb8e52176712efa9d13115ea95587c6dec3658bbcee3", "c714a73211957aa0c71defa91d4d6beca8e4abb8", "45899f8f753e57ded07eb20ca57be0f1", "d44ff00fe9552510aefbf13c4b986dc094b5aefcd099fd3d7ad6dc816968a50b"]);
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, along with suggested filters and exclusions tailored for an enterprise environment:

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