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

Hunt Hypothesis

This hunt detects adversary behavior where Stealc malware, often introduced via phishing campaigns, establishes encrypted command-and-control channels to exfiltrate sensitive browser credentials and passwords. A SOC team should proactively hunt for this in Azure Sentinel because early identification of these specific IOCs allows for rapid containment before attackers compromise critical identity assets and escalate their access within the environment.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash594c0f31ddffd8007e579d3757a7e93482b67ca7payload2026-08-0795%
md5_hash3082ed63bb7d87f051c6a167d371b20bpayload2026-08-0795%
sha256_hash212199a413252df5ad9be87d8070083d74a9f3e7919b3c005db2ed7fe6793343payload2026-08-0795%
sha1_hashf8f6dc9dd47c48a9e3ab66cf07bea628e4c06b34payload2026-08-0795%
md5_hash6d3ec0d0e31dc8d2e52d545f317a88fapayload2026-08-0795%
sha256_hash5c113804b804fb934afe84965e69a2bd912cef31203b2e4f367d8986b8783c93payload2026-08-0795%
sha256_hash652f91bcf60dc148e7af64bf509cd4f7e4ffac685030bc260c59c7b869585ac9payload2026-08-0795%
sha1_hash7c43762eb07a44ba9add9301546b77e4e6d5bfa7payload2026-08-0795%
md5_hashe79ad54bd794375224a5d76d56f3180bpayload2026-08-0795%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Stealc
let malicious_hashes = dynamic(["594c0f31ddffd8007e579d3757a7e93482b67ca7", "3082ed63bb7d87f051c6a167d371b20b", "212199a413252df5ad9be87d8070083d74a9f3e7919b3c005db2ed7fe6793343", "f8f6dc9dd47c48a9e3ab66cf07bea628e4c06b34", "6d3ec0d0e31dc8d2e52d545f317a88fa", "5c113804b804fb934afe84965e69a2bd912cef31203b2e4f367d8986b8783c93", "652f91bcf60dc148e7af64bf509cd4f7e4ffac685030bc260c59c7b869585ac9", "7c43762eb07a44ba9add9301546b77e4e6d5bfa7", "e79ad54bd794375224a5d76d56f3180b"]);
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 5 specific false positive scenarios for the ThreatFox: Stealc IOCs detection rule, along with suggested filters or exclusions:

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