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

Hunt Hypothesis

This detection rule identifies adversary activity involving specific Indicators of Compromise (IOCs) linked to the Stealer malware family, which is known for harvesting sensitive credentials and personal data from compromised endpoints. A proactive hunt in Azure Sentinel is critical because early identification of these IOCs allows the SOC team to rapidly isolate affected systems and mitigate potential data exfiltration before lateral movement occurs.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash40ee71fb1e584d320db1dcbc71e8b00a2b1b0cacpayload2026-08-1595%
md5_hash84412c10b460870f3f9a5db8df5c4fb1payload2026-08-1595%
sha256_hashd4aaf92e411b242f454647d7a6d1b3657a4699e419b273e7e4b63ce4d2cccb3cpayload2026-08-1595%
sha1_hash97ec6c8b562aaef59b10812d6deb527b898767d7payload2026-08-1595%
md5_hashc1165519430c253c6f0a78c2e1c9b4d3payload2026-08-1595%
sha256_hash6ca51deb014b8b313336ff09d44e9b308e55e1c4e8a08d315096250dea0ad853payload2026-08-1595%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - stealler
let malicious_hashes = dynamic(["40ee71fb1e584d320db1dcbc71e8b00a2b1b0cac", "84412c10b460870f3f9a5db8df5c4fb1", "d4aaf92e411b242f454647d7a6d1b3657a4699e419b273e7e4b63ce4d2cccb3c", "97ec6c8b562aaef59b10812d6deb527b898767d7", "c1165519430c253c6f0a78c2e1c9b4d3", "6ca51deb014b8b313336ff09d44e9b308e55e1c4e8a08d315096250dea0ad853"]);
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 in an enterprise environment:

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