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

Hunt Hypothesis

This detection rule identifies adversary activity linked to Stealer malware by monitoring specific indicators of compromise (IOCs) that signal potential credential theft and data exfiltration attempts. A proactive hunt is essential within Azure Sentinel to rapidly isolate compromised endpoints and prevent lateral movement before sensitive information is fully extracted from the environment.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash40ee71fb1e584d320db1dcbc71e8b00a2b1b0cacpayload2026-08-1595%
md5_hash84412c10b460870f3f9a5db8df5c4fb1payload2026-08-1595%
sha256_hashd4aaf92e411b242f454647d7a6d1b3657a4699e419b273e7e4b63ce4d2cccb3cpayload2026-08-1595%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - stealler
let malicious_hashes = dynamic(["40ee71fb1e584d320db1dcbc71e8b00a2b1b0cac", "84412c10b460870f3f9a5db8df5c4fb1", "d4aaf92e411b242f454647d7a6d1b3657a4699e419b273e7e4b63ce4d2cccb3c"]);
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 specific false positive scenarios and corresponding filters for the ThreatFox: stealler IOCs detection rule:

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