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

Hunt Hypothesis

This hunt hypothesis detects adversaries deploying Coinminer malware to covertly hijack system resources for unauthorized cryptocurrency mining operations. A proactive search in Azure Sentinel is essential because these miners often evade standard detection by mimicking legitimate processes while causing significant performance degradation and potential financial loss through resource exhaustion.

IOC Summary

Malware Family: Coinminer Total IOCs: 12 IOC Types: md5_hash, sha256_hash, sha1_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%
sha1_hash340bf1e84e50f99eb1d13b03fe3419899e706fbdpayload2026-08-1595%
md5_hashd3893030cd2183ef27ca1ac845a6c5c1payload2026-08-1595%
sha256_hashacc1d1aab8acad7d56dd2a8dc98680e9c19b7c133d24f668a2e40e080badf30fpayload2026-08-1595%
sha256_hash79c3a51a94ba9e5013542d8169ffbe24781830d602d5eb18458ff4040dfcf56fpayload2026-08-1595%
sha1_hashfb882688bb7eb2054f08ec902dbee30556fb82aepayload2026-08-1595%
md5_hash2f1f51762d96b0474441dd5fd8d2eddepayload2026-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", "340bf1e84e50f99eb1d13b03fe3419899e706fbd", "d3893030cd2183ef27ca1ac845a6c5c1", "acc1d1aab8acad7d56dd2a8dc98680e9c19b7c133d24f668a2e40e080badf30f", "79c3a51a94ba9e5013542d8169ffbe24781830d602d5eb18458ff4040dfcf56f", "fb882688bb7eb2054f08ec902dbee30556fb82ae", "2f1f51762d96b0474441dd5fd8d2edde"]);
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

False Positive Scenarios for “ThreatFox: Coinminer IOCs” Rule

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