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

Hunt Hypothesis

This detection identifies adversaries deploying Coinminer malware that infiltrates systems through phishing or exploits to hijack resources for cryptocurrency mining and potential lateral movement. Proactive hunting in Azure Sentinel is critical because these stealthy infections often evade standard alerts while causing significant performance degradation and creating a foothold for further network compromise.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hash9885939da17f13c0dbb0973bb0f8393f6170a8273da18bc7c31d9f88645985cepayload2026-07-3195%
sha1_hash78106530eef55bc0ac87e52d3a151c337663ca7apayload2026-07-3195%
md5_hash77eb919ac3707bc58f178057a2c27a05payload2026-07-3195%
md5_hashd19f7abd0cc5a63ac3683b495413d03bpayload2026-07-3195%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Coinminer
let malicious_hashes = dynamic(["9885939da17f13c0dbb0973bb0f8393f6170a8273da18bc7c31d9f88645985ce", "78106530eef55bc0ac87e52d3a151c337663ca7a", "77eb919ac3707bc58f178057a2c27a05", "d19f7abd0cc5a63ac3683b495413d03b"]);
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 targeted filters and exclusions tailored for an enterprise environment:

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