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

Hunt Hypothesis

This detection rule identifies adversary behavior where malicious actors deploy coinminer malware to covertly exploit host CPU and memory resources for unauthorized cryptocurrency mining operations. A SOC team should proactively hunt for these indicators in Azure Sentinel to mitigate performance degradation on critical workloads and prevent potential lateral movement or resource exhaustion attacks that could impact business continuity.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hashf4b24101f0917af773057ae219396c0apayload2026-08-0895%
sha256_hash4050513fd2c0e7872d037adc911283a8362a5173ff1910ff5eb8890b980e7994payload2026-08-0895%
sha1_hashcbf24d71c84ee8a087d205c43a089a276c4fc342payload2026-08-0895%
sha1_hash912baf829d387831d0dd450744b5cc0d5496000dpayload2026-08-0895%
md5_hash2f89f9431bd97dba2fab3cd2f02d6f10payload2026-08-0895%
sha256_hash467ed1f5cfbbb2bbb6f90f75d1b2bcd99dbeb38a65cc4bcc7bd39767a62d5676payload2026-08-0895%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Coinminer
let malicious_hashes = dynamic(["f4b24101f0917af773057ae219396c0a", "4050513fd2c0e7872d037adc911283a8362a5173ff1910ff5eb8890b980e7994", "cbf24d71c84ee8a087d205c43a089a276c4fc342", "912baf829d387831d0dd450744b5cc0d5496000d", "2f89f9431bd97dba2fab3cd2f02d6f10", "467ed1f5cfbbb2bbb6f90f75d1b2bcd99dbeb38a65cc4bcc7bd39767a62d5676"]);
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 suitable for an enterprise environment:

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