← Back to SOC feed Coverage →

ThreatFox: Stealc IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
iocthreatfoxwin-stealc
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 detection rule identifies adversary activity involving the Stealc malware by monitoring for three specific Indicators of Compromise (IOCs) known to be associated with its infection and command-and-control behaviors. SOC teams should proactively hunt for these signals within Azure Sentinel to enable early discovery of Stealc infections, thereby minimizing dwell time and preventing potential data exfiltration or lateral movement before the threat escalates.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hash5ece5582a6cca57b558b5a98290b3699payload2026-08-1595%
sha256_hash7e52031a2ef388824fd6e39f25b626b09be13e33a79d291a4790affdb9b93593payload2026-08-1595%
sha1_hash76b7d9208456ddfd5a59c99826af2217c3f86168payload2026-08-1595%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Stealc
let malicious_hashes = dynamic(["5ece5582a6cca57b558b5a98290b3699", "7e52031a2ef388824fd6e39f25b626b09be13e33a79d291a4790affdb9b93593", "76b7d9208456ddfd5a59c99826af2217c3f86168"]);
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 for the ThreatFox: Stealc IOCs detection rule, along with recommended filters and exclusions tailored for an enterprise environment:

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