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

Hunt Hypothesis

This detection rule identifies active coin mining campaigns by correlating Azure Sentinel logs against nine specific ThreatFox indicators of compromise known to be associated with cryptocurrency miners. Proactively hunting for these behaviors is critical because unauthorized coin mining often signifies a compromised host that could lead to significant performance degradation and potential lateral movement within the cloud environment.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash5d1307ffad96536894481fead93401448cc6adacpayload2026-08-3095%
md5_hash99ad52820bd7ae090c578610e367fcdbpayload2026-08-3095%
sha256_hash916cf18c98363cf3419b4d51e9635dd1c610adb3b6d6264aac3f52a02b77541apayload2026-08-3095%
sha256_hashb434022c41d8380221ddd621eaae69b0f0eb2503ac53069ef7f932f45cdf81d7payload2026-08-3095%
sha1_hash8cced0e041a11e7d0d85c3c9b7595e70004b7414payload2026-08-3095%
md5_hashc3fb146a44516f025122c71348c36b0epayload2026-08-3095%
sha256_hash11ae2d71c9ccae0fa60dc80eedf85ebf784267c28ca42e9c14fffa06515e097apayload2026-08-3095%
sha1_hash0e6e9304c236469d4e8a62ac9bcbfca6ca7a1114payload2026-08-3095%
md5_hash7d7fd1e5a3ef87809b2e82e000f835c7payload2026-08-3095%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Coinminer
let malicious_hashes = dynamic(["5d1307ffad96536894481fead93401448cc6adac", "99ad52820bd7ae090c578610e367fcdb", "916cf18c98363cf3419b4d51e9635dd1c610adb3b6d6264aac3f52a02b77541a", "b434022c41d8380221ddd621eaae69b0f0eb2503ac53069ef7f932f45cdf81d7", "8cced0e041a11e7d0d85c3c9b7595e70004b7414", "c3fb146a44516f025122c71348c36b0e", "11ae2d71c9ccae0fa60dc80eedf85ebf784267c28ca42e9c14fffa06515e097a", "0e6e9304c236469d4e8a62ac9bcbfca6ca7a1114", "7d7fd1e5a3ef87809b2e82e000f835c7"]);
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/