← Back to SOC feed Coverage →

ThreatFox: Epsilon Stealer IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
infostealeriocthreatfoxwin-epsilon_stealer
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-15T23:00:00Z · Confidence: high

Hunt Hypothesis

This hunt detects adversary behavior involving the Epsilon Stealer malware by monitoring for specific Indicators of Compromise (IOCs) that signal active credential and data theft within the environment. A SOC team should proactively hunt for these IOCs in Azure Sentinel to rapidly identify and contain early-stage infestations, preventing potential lateral movement and sensitive information exfiltration before they escalate into major incidents.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash1607b565ada67a4c0dc8eda7dc35e70582a362b7payload2026-08-1595%
md5_hash6fbacb02382b2a52786994adeed3c8b1payload2026-08-1595%
sha256_hash8502dd5e803f7583007481e1821f9242a6ba2774974f6757dd0535a688f6e1b1payload2026-08-1595%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Epsilon Stealer
let malicious_hashes = dynamic(["1607b565ada67a4c0dc8eda7dc35e70582a362b7", "6fbacb02382b2a52786994adeed3c8b1", "8502dd5e803f7583007481e1821f9242a6ba2774974f6757dd0535a688f6e1b1"]);
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 the documented false positive scenarios and corresponding exclusions for the ThreatFox: Epsilon Stealer IOCs detection rule:

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