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

Hunt Hypothesis

This rule detects the presence of known indicators of compromise associated with coinminer malware, which adversaries deploy to hijack compute resources for cryptocurrency mining. Proactively hunting for these IOCs in Azure Sentinel allows the SOC to identify and isolate compromised assets before they consume excessive resources or serve as a foothold for further lateral movement.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash984a0e0826f6a64db6f453643f3f96cbc8f02baapayload2026-09-0895%
md5_hashb8181d43e0231d5a12038e16ece15329payload2026-09-0895%
sha256_hashad4e1af8ca493cafc4e4d6b764194af49b9fe8d02c233ce529929627bfac1afdpayload2026-09-0895%
md5_hash3e49faab0a462731cda05061dffa697epayload2026-09-0895%
sha1_hashcc4520c0149c1487f1fbeb18aecbd46da561ee9epayload2026-09-0895%
sha256_hashc10d0fc195135663bdc10bdf738dfaaa2fc03e56c737dc6806b126ce6639870cpayload2026-09-0895%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Coinminer
let malicious_hashes = dynamic(["984a0e0826f6a64db6f453643f3f96cbc8f02baa", "b8181d43e0231d5a12038e16ece15329", "ad4e1af8ca493cafc4e4d6b764194af49b9fe8d02c233ce529929627bfac1afd", "3e49faab0a462731cda05061dffa697e", "cc4520c0149c1487f1fbeb18aecbd46da561ee9e", "c10d0fc195135663bdc10bdf738dfaaa2fc03e56c737dc6806b126ce6639870c"]);
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/