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

Hunt Hypothesis

This detection rule identifies adversary behavior indicative of active coin mining operations by matching network and host telemetry against six specific ThreatFox indicators of compromise. A SOC team should proactively hunt for these signals in Azure Sentinel to rapidly isolate compromised assets before they exhaust system resources or serve as a foothold for broader lateral movement attacks.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hashbe2f08950440b3bb987fc5d0999b3f1fpayload2026-08-0295%
sha1_hash689a96b72e20cc501fa145637d1cdc3f76d68a3cpayload2026-08-0295%
sha256_hasha94e9aca1aca0c7e006a0d8684c5423b1a3bd7e48734eee4f12f0caa3b5d901apayload2026-08-0295%
sha1_hashd5153d09a297bbacb98b50368b353f012adcbb7dpayload2026-08-0295%
md5_hasha1af1a6133606bf3f13177df0680ba46payload2026-08-0295%
sha256_hashaef01ab9e284b663cdd5caf288eff4120406ae452f5fb73e4b135c542aa59919payload2026-08-0295%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Coinminer
let malicious_hashes = dynamic(["be2f08950440b3bb987fc5d0999b3f1f", "689a96b72e20cc501fa145637d1cdc3f76d68a3c", "a94e9aca1aca0c7e006a0d8684c5423b1a3bd7e48734eee4f12f0caa3b5d901a", "d5153d09a297bbacb98b50368b353f012adcbb7d", "a1af1a6133606bf3f13177df0680ba46", "aef01ab9e284b663cdd5caf288eff4120406ae452f5fb73e4b135c542aa59919"]);
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 4 specific false positive scenarios for the ThreatFox: Coinminer IOCs detection rule, including suggested filters and exclusions tailored for an enterprise environment:

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