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

Hunt Hypothesis

This hunt targets the presence of known Coinminer indicators of compromise, which adversaries deploy to hijack system resources for cryptocurrency mining without immediate alerting. Proactively hunting for these IOCs in Azure Sentinel allows the SOC to identify and isolate compromised hosts before they consume excessive CPU cycles or establish persistence, thereby reducing the operational impact of high-severity cryptomining threats.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hash99f5be9f0047403db9afcda21b33ad3epayload2026-09-2195%
md5_hash3bac388c6f1d1e79944780454f5482f4payload2026-09-2195%
sha256_hash7618324f0ee19ea02ac6dd84246501c3de6a4e10d529c63a3a2ce224efd11f24payload2026-09-2195%
sha1_hash31bc159b00d2b1ea7fa5acc303fff363854bedb2payload2026-09-2195%
sha256_hash7cf2024df87ba1cb23e2db17b154ecd693318dd167a935467c86f57e57c88897payload2026-09-2195%
sha1_hasha4266f05e5f3d4303c8d0c832577f9c597ea1f1dpayload2026-09-2195%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Coinminer
let malicious_hashes = dynamic(["99f5be9f0047403db9afcda21b33ad3e", "3bac388c6f1d1e79944780454f5482f4", "7618324f0ee19ea02ac6dd84246501c3de6a4e10d529c63a3a2ce224efd11f24", "31bc159b00d2b1ea7fa5acc303fff363854bedb2", "7cf2024df87ba1cb23e2db17b154ecd693318dd167a935467c86f57e57c88897", "a4266f05e5f3d4303c8d0c832577f9c597ea1f1d"]);
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/