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

Hunt Hypothesis

This detection rule identifies adversary behavior characterized by the execution of known coinminer indicators that signal potential resource hijacking and unauthorized cryptocurrency mining activities within the environment. The SOC team should proactively hunt for these IOCs in Azure Sentinel to rapidly isolate compromised assets before they incur significant performance degradation or unexpected cloud costs due to sustained high CPU utilization.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash7900cfedd44cd639839f0c4f6d382e62fd541046payload2026-08-0495%
md5_hashba1a663e230ce317ae337b5d83046ee7payload2026-08-0495%
sha256_hashb7b1cf77eccf7fab42d83f57facdb1105d51050295a044ecdf75cc8280679788payload2026-08-0495%
sha1_hash9f28937b9f7e0ea73557bb2354702862b03308acpayload2026-08-0495%
md5_hash94498bcc84599ebe710f3efd951845dapayload2026-08-0495%
sha256_hash4b3d9ff0f3eef2684879bea47fb066a259bb2cc18bb0ab0c2f0c069e732dd5e1payload2026-08-0495%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Coinminer
let malicious_hashes = dynamic(["7900cfedd44cd639839f0c4f6d382e62fd541046", "ba1a663e230ce317ae337b5d83046ee7", "b7b1cf77eccf7fab42d83f57facdb1105d51050295a044ecdf75cc8280679788", "9f28937b9f7e0ea73557bb2354702862b03308ac", "94498bcc84599ebe710f3efd951845da", "4b3d9ff0f3eef2684879bea47fb066a259bb2cc18bb0ab0c2f0c069e732dd5e1"]);
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 or exclusions tailored for an enterprise environment:

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