← 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-07-27T23:00:00Z · Confidence: high

Hunt Hypothesis

This detection rule identifies active indicators of compromise linked to the Stealc malware family, which is known for stealing credentials and exfiltrating sensitive data from compromised endpoints. Proactively hunting for these specific IOCs within Azure Sentinel allows the SOC team to rapidly detect early-stage infections and mitigate potential lateral movement before attackers can establish persistence or escalate privileges.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash7f41c5645853c5085c49ccdd4d035ce137a09762payload2026-07-2795%
md5_hashdeac2af8f25970ebdf88d617037f6b56payload2026-07-2795%
sha256_hash17d5023a4778003af6f2d2a02d9e8b3719b9a3c78e314a25b5652e965e95906cpayload2026-07-2795%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Stealc
let malicious_hashes = dynamic(["7f41c5645853c5085c49ccdd4d035ce137a09762", "deac2af8f25970ebdf88d617037f6b56", "17d5023a4778003af6f2d2a02d9e8b3719b9a3c78e314a25b5652e965e95906c"]);
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: Stealc IOCs rule, including targeted filters and exclusions suitable for an enterprise environment:

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