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

Hunt Hypothesis

This hunt targets known indicators of compromise associated with the Stealc malware family to identify potential active infections or persistence mechanisms within the environment. Proactively hunting for these IOCs in Azure Sentinel allows the SOC to detect and isolate compromised assets before the adversary can leverage the malware for data exfiltration or lateral movement.

This hunt targets known indicators of compromise associated with the Stealc malware family to identify potential active infections or persistence mechanisms within the environment. Proactively hunting for these IOCs in Azure Sentinel allows the SOC to detect and isolate compromised assets before the adversary can leverage the malware for data exfiltration or lateral movement.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hashf8deb8841e372835eb3dae09ebc24f8a132e20fbpayload2026-09-0795%
md5_hash3838383758c4f2354b1e4aaa6840cc6cpayload2026-09-0795%
sha256_hash8e863c4489957c085515aba5f1f56eb53b53306bd3283f450362bdcd31248962payload2026-09-0795%
sha1_hash4d8603a496d9d2bcfba6e7d092cc1339deb87478payload2026-09-0795%
md5_hashcda39433b0b4980a3aef36c5e371e4d3payload2026-09-0795%
sha256_hash00147abaca1263e02190ac12e15ab0db45bf250ef2dae53e945a9d8b40c01598payload2026-09-0795%
sha1_hash43a22e2bcb9bdcf5e4692906b151d9c38b47a07dpayload2026-09-0795%
md5_hash5bdadffb81a4b1129d1bcc6d416f33ccpayload2026-09-0795%
sha256_hash833b18e7aabec330c7dc81ead53795d9e60b544658d31bf462e816402afafaeapayload2026-09-0795%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Stealc
let malicious_hashes = dynamic(["f8deb8841e372835eb3dae09ebc24f8a132e20fb", "3838383758c4f2354b1e4aaa6840cc6c", "8e863c4489957c085515aba5f1f56eb53b53306bd3283f450362bdcd31248962", "4d8603a496d9d2bcfba6e7d092cc1339deb87478", "cda39433b0b4980a3aef36c5e371e4d3", "00147abaca1263e02190ac12e15ab0db45bf250ef2dae53e945a9d8b40c01598", "43a22e2bcb9bdcf5e4692906b151d9c38b47a07d", "5bdadffb81a4b1129d1bcc6d416f33cc", "833b18e7aabec330c7dc81ead53795d9e60b544658d31bf462e816402afafaea"]);
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

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