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

Hunt Hypothesis

This detection rule identifies adversary behavior characterized by the execution of known coin mining indicators, which often signal a post-compromise resource hijacking or an initial foothold established through malicious downloads. A SOC team should proactively hunt for these IOCs in Azure Sentinel to rapidly isolate infected assets and prevent performance degradation caused by unauthorized cryptocurrency mining operations before they escalate into broader infrastructure strain.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash6ed072ae91ff6f7f0de6d9b1a382647968e76b34payload2026-08-2595%
md5_hash5e7f62683bb66cd08d61ea820bea6fe7payload2026-08-2595%
sha256_hashf0b45ac6bb1d96981900bb46d9129c6c3facf2575529cac1ff0145079ef96cbdpayload2026-08-2595%
sha1_hash3727f5bde57b562a6c66c1ffdedf2fc52daa47fepayload2026-08-2595%
md5_hashc6dc1c09565cf12e833d1e5b35688e4epayload2026-08-2595%
sha256_hash4037fc3edbee83ac3544c8bb948b2d237c4bc7ca7f5fc23147d8350fa248e081payload2026-08-2595%
sha256_hash2b93212ee63dbb290d88bc845aafae192552b6de80d93a2f4a6453afb3738676payload2026-08-2595%
sha1_hash77613a3182bd1f5034776bd971707a44bce37f78payload2026-08-2595%
md5_hashab06fb2409787be402ccf1b4288b87b3payload2026-08-2595%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Coinminer
let malicious_hashes = dynamic(["6ed072ae91ff6f7f0de6d9b1a382647968e76b34", "5e7f62683bb66cd08d61ea820bea6fe7", "f0b45ac6bb1d96981900bb46d9129c6c3facf2575529cac1ff0145079ef96cbd", "3727f5bde57b562a6c66c1ffdedf2fc52daa47fe", "c6dc1c09565cf12e833d1e5b35688e4e", "4037fc3edbee83ac3544c8bb948b2d237c4bc7ca7f5fc23147d8350fa248e081", "2b93212ee63dbb290d88bc845aafae192552b6de80d93a2f4a6453afb3738676", "77613a3182bd1f5034776bd971707a44bce37f78", "ab06fb2409787be402ccf1b4288b87b3"]);
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 specific false positive scenarios and corresponding exclusion strategies for the ThreatFox: Coinminer IOCs detection rule in an enterprise environment:

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