← Back to SOC feed Coverage →

ThreatFox: Zeus IOCs

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

Hunt Hypothesis

This hunt targets adversary behavior where the Zeus banking Trojan injects malicious code into web browsers to intercept and manipulate sensitive financial transactions. Proactive hunting in Azure Sentinel is critical because early detection of these specific IOCs allows the SOC team to isolate compromised endpoints before significant data exfiltration or fraudulent transaction execution occurs.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hash8c50b7a1ddc3e95f1106e7515fb36811c298257135b3b376c82bee04391e6cfapayload2026-07-1495%
sha1_hashc22abd6f58b80af730abad42dde43979de469117payload2026-07-1495%
md5_hash0a15d395369645b594180541e13f05d7payload2026-07-1495%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Zeus
let malicious_hashes = dynamic(["8c50b7a1ddc3e95f1106e7515fb36811c298257135b3b376c82bee04391e6cfa", "c22abd6f58b80af730abad42dde43979de469117", "0a15d395369645b594180541e13f05d7"]);
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 4 specific false positive scenarios for the ThreatFox: Zeus IOCs detection rule in an enterprise environment, along with recommended filters or exclusions:

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