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

Hunt Hypothesis

This detection rule identifies adversary behavior characterized by the execution of known Coinminer indicators of compromise (IOCs) that signal unauthorized cryptocurrency mining activities within the environment. The SOC team should proactively hunt for these specific IOCs in Azure Sentinel to rapidly detect and contain resource-draining cryptojacking attacks before they significantly impact system performance or incur unexpected costs.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash342c4be8c2e13195aa0306abbd3f4f95937e8423payload2026-07-0295%
md5_hash7abe81a4699823626728990671b4038fpayload2026-07-0295%
sha256_hash51496979cca2c2e036b2993e9fd5b583175b6aeb37df0a635bf4453abd3cc573payload2026-07-0295%
md5_hash9eeb5e790993b3227f7a147a167e30c4payload2026-07-0295%
sha256_hash03a5770f345ad88c9628354cff3ced7cfd2c92ff187182881550ca9a8da3866cpayload2026-07-0295%
sha1_hashcdc4a23302b677d374ce2910fa923a04dbec4282payload2026-07-0295%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Coinminer
let malicious_hashes = dynamic(["342c4be8c2e13195aa0306abbd3f4f95937e8423", "7abe81a4699823626728990671b4038f", "51496979cca2c2e036b2993e9fd5b583175b6aeb37df0a635bf4453abd3cc573", "9eeb5e790993b3227f7a147a167e30c4", "03a5770f345ad88c9628354cff3ced7cfd2c92ff187182881550ca9a8da3866c", "cdc4a23302b677d374ce2910fa923a04dbec4282"]);
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 in an enterprise environment, along with suggested filters or exclusions:

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