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

Hunt Hypothesis

This detection rule identifies adversary activity linked to the Stealer malware by monitoring specific Indicators of Compromise (IOCs) known to facilitate credential theft and data exfiltration. A proactive hunt is essential in Azure Sentinel to rapidly isolate compromised endpoints before attackers can leverage stolen credentials for lateral movement or persistent access within the environment.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hash6167be94c33b2a86f9820cbc1b901700cf5d690193213cb14f44687dd4ed4e18payload2026-08-0295%
sha1_hash4eb4232bee4b5502a1ded712ef3d45b5e553d240payload2026-08-0295%
md5_hash7fdad15d38c44af4039bd440ec83b6e0payload2026-08-0295%
sha1_hash570f06e2cfffccb933f1e4077463b5f24aece6b1payload2026-08-0295%
md5_hashc51ea79875ad62068673cdd298766d23payload2026-08-0295%
sha256_hashbc9eb5dab0d00a0de7c8df3b1d342b5ff435bc8a8cb40a04aaadb869755fe081payload2026-08-0295%
md5_hash3b37fec109ca8e946266eb1bdf8ac1cdpayload2026-08-0295%
sha256_hash0f0fd4870160fab8ca35512ecef8425e8c0e733f7a771109598e8efa36fc42e3payload2026-08-0295%
sha1_hash0c1e615682656ef0567acd7a9dc4a1336cd67831payload2026-08-0295%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - stealler
let malicious_hashes = dynamic(["6167be94c33b2a86f9820cbc1b901700cf5d690193213cb14f44687dd4ed4e18", "4eb4232bee4b5502a1ded712ef3d45b5e553d240", "7fdad15d38c44af4039bd440ec83b6e0", "570f06e2cfffccb933f1e4077463b5f24aece6b1", "c51ea79875ad62068673cdd298766d23", "bc9eb5dab0d00a0de7c8df3b1d342b5ff435bc8a8cb40a04aaadb869755fe081", "3b37fec109ca8e946266eb1bdf8ac1cd", "0f0fd4870160fab8ca35512ecef8425e8c0e733f7a771109598e8efa36fc42e3", "0c1e615682656ef0567acd7a9dc4a1336cd67831"]);
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 exclusion strategies for the ThreatFox: stealler IOCs detection rule in an enterprise environment:

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