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

Hunt Hypothesis

This detection rule identifies adversary activity involving the Stealer malware by monitoring for three specific indicators of compromise that signal potential data exfiltration and credential theft. Proactive hunting in Azure Sentinel is critical to rapidly isolate affected endpoints and prevent lateral movement before sensitive information is compromised.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hash7dee819b76bf7a145dc60d279411b721payload2026-08-0795%
sha256_hashd42b84a94d990cb280c33739284c7a2318e466754584d9c99de7fca99d650157payload2026-08-0795%
sha1_hash19da7a33ccc9c5cf690f7cc9dcca33cd04c95e6fpayload2026-08-0795%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - stealler
let malicious_hashes = dynamic(["7dee819b76bf7a145dc60d279411b721", "d42b84a94d990cb280c33739284c7a2318e466754584d9c99de7fca99d650157", "19da7a33ccc9c5cf690f7cc9dcca33cd04c95e6f"]);
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 filtering strategies:

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