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

Hunt Hypothesis

This rule detects the presence of known Coinminer indicators of compromise, signaling that an adversary has likely deployed cryptocurrency mining malware to exploit available compute resources for financial gain. Proactively hunting for these IOCs in Azure Sentinel allows the SOC to identify and isolate compromised workloads before they can significantly degrade performance or establish a foothold for further lateral movement.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hashfcefcb26f4021203c5898545c4ce043ad9cc83a2payload2026-09-2495%
md5_hash78ad2cce134fd6e9819489fabdfeffa1payload2026-09-2495%
sha256_hasha3948d4628c764bd1408883bfc2990bb4432ce014455ff31ed5d47eecb8ef57epayload2026-09-2495%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Coinminer
let malicious_hashes = dynamic(["fcefcb26f4021203c5898545c4ce043ad9cc83a2", "78ad2cce134fd6e9819489fabdfeffa1", "a3948d4628c764bd1408883bfc2990bb4432ce014455ff31ed5d47eecb8ef57e"]);
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

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