← Back to SOC feed Coverage →

ThreatFox: DYEPACK IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
iocthreatfoxwin-dyepack
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-05T23:00:00Z · Confidence: high

Hunt Hypothesis

This rule detects the presence of DYEPACK malware, a data exfiltration tool that establishes persistence and maintains command-and-control communications to steal sensitive information. Proactively hunting for these IOCs in Azure Sentinel allows the SOC team to identify compromised endpoints before the adversary completes the exfiltration phase, thereby reducing the potential impact of the breach.

IOC Summary

Malware Family: DYEPACK Total IOCs: 3 IOC Types: sha1_hash, md5_hash, sha256_hash

TypeValueThreat TypeFirst SeenConfidence
sha256_hashfb839b28b8f9b49b61dc9b35affb963f1725079e972e1106306846ef7b708c56payload2026-09-0595%
sha1_hashc0b57b499e56e8696b3236a24fc3dc6873c5e545payload2026-09-0595%
md5_hashf01dfc649a81fb32b73cbc2e341328b3payload2026-09-0595%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - DYEPACK
let malicious_hashes = dynamic(["fb839b28b8f9b49b61dc9b35affb963f1725079e972e1106306846ef7b708c56", "c0b57b499e56e8696b3236a24fc3dc6873c5e545", "f01dfc649a81fb32b73cbc2e341328b3"]);
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.dyepack/