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

Hunt Hypothesis

This hunt targets the presence of known Coinminer indicators of compromise to identify systems potentially compromised by cryptomining malware that consumes excessive CPU resources. Proactively hunting for these IOCs in Azure Sentinel allows the SOC to detect and isolate infected assets before they significantly impact performance or serve as a foothold for further lateral movement.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash834eb7d4d51b265ef55d3df05d5dd111c281b792payload2026-09-0695%
md5_hash283523c3039c3b3d487d67228ff68f4epayload2026-09-0695%
sha256_hash6f214677935f50a69685970fab32c966e16e3b6dffd216fc897534a158b3f561payload2026-09-0695%
md5_hash15b76068e4b451b21d40529d0c99c9capayload2026-09-0695%
sha256_hash8cd47f460e7662bd783f60167be6eba941e29377abf3d21213ab0b0f19fe1ce4payload2026-09-0695%
sha1_hasha3dfaa61c695d75e1ef22fe108515ff93505945dpayload2026-09-0695%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Coinminer
let malicious_hashes = dynamic(["834eb7d4d51b265ef55d3df05d5dd111c281b792", "283523c3039c3b3d487d67228ff68f4e", "6f214677935f50a69685970fab32c966e16e3b6dffd216fc897534a158b3f561", "15b76068e4b451b21d40529d0c99c9ca", "8cd47f460e7662bd783f60167be6eba941e29377abf3d21213ab0b0f19fe1ce4", "a3dfaa61c695d75e1ef22fe108515ff93505945d"]);
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/