← Back to SOC feed Coverage →

ThreatFox: stealler IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
iocpy-steallerthreatfox
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-25T11:00:00Z · Confidence: high

Hunt Hypothesis

This rule detects adversary behavior involving the Stealer malware family by identifying six specific indicators of compromise that signal active data exfiltration and credential theft within the environment. A SOC team should proactively hunt for these IOCs in Azure Sentinel to rapidly identify early-stage infections, enabling immediate containment before sensitive assets are compromised or lateral movement occurs.

IOC Summary

Malware Family: stealler Total IOCs: 6 IOC Types: sha256_hash, md5_hash, sha1_hash

TypeValueThreat TypeFirst SeenConfidence
sha256_hashbfea7c0e2bc57ed3bfe5802377ca3c7545c11c39f13eafaac4fac69815fb63bcpayload2026-07-2595%
sha1_hashd3433ca6fab5aecf1d76701cdc1d873e787fa567payload2026-07-2595%
md5_hash09fa7ed361b397cd789e18708fc43247payload2026-07-2595%
md5_hash86d6f85e4756874b1fdf18da35a4265fpayload2026-07-2595%
sha256_hashce5ddcb42bd658184f34c6f2522295eaa252dd578270ceaf9454b7e2cc82e104payload2026-07-2595%
sha1_hash0c8c2dbd432667270cfa60c31ba2bdbbde40003bpayload2026-07-2595%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - stealler
let malicious_hashes = dynamic(["bfea7c0e2bc57ed3bfe5802377ca3c7545c11c39f13eafaac4fac69815fb63bc", "d3433ca6fab5aecf1d76701cdc1d873e787fa567", "09fa7ed361b397cd789e18708fc43247", "86d6f85e4756874b1fdf18da35a4265f", "ce5ddcb42bd658184f34c6f2522295eaa252dd578270ceaf9454b7e2cc82e104", "0c8c2dbd432667270cfa60c31ba2bdbbde40003b"]);
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: stealler IOCs detection rule, along with targeted filters and exclusions suitable for an enterprise environment:

Original source: https://threatfox.abuse.ch/browse/malware/py.stealler/