← Back to SOC feed Coverage →

ThreatFox: SalatStealer IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
infostealeriocthreatfoxwin-salatstealer
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 hunt detects adversary behavior involving the deployment of SalatStealer malware by identifying known indicators of compromise such as specific file hashes and network connections within the Azure Sentinel environment. Proactive hunting for these IOCs is critical to rapidly identify and contain active credential theft campaigns before they escalate into broader data exfiltration incidents.

IOC Summary

Malware Family: SalatStealer Total IOCs: 8 IOC Types: sha256_hash, sha1_hash, md5_hash

TypeValueThreat TypeFirst SeenConfidence
md5_hash266f2cfe9aecf638c06b3efcbdd07756payload2026-08-0795%
sha256_hashdd17e871204619a3de34126e366221b64e684ec13e24dfc871698abe343acbffpayload2026-08-0795%
sha1_hash2dab1463c97284de02f3abb10812c45eed5fe6b8payload2026-08-0795%
sha1_hashd3d7deaac01485bff55d6e6d1553bbcfaa45554fpayload2026-08-0795%
md5_hash6ab8540db2cc96cd482583c84b2bac2apayload2026-08-0795%
sha256_hash615a472ec89ed0f34c7c4a51131e19ee154b2e49d70bf51f04119de521c05d48payload2026-08-0795%
sha1_hashf0c95addd0f6d77d8ada755ce186b66515344f46payload2026-08-0795%
md5_hash4ba88b5790e327ce805843417d2708c5payload2026-08-0795%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - SalatStealer
let malicious_hashes = dynamic(["266f2cfe9aecf638c06b3efcbdd07756", "dd17e871204619a3de34126e366221b64e684ec13e24dfc871698abe343acbff", "2dab1463c97284de02f3abb10812c45eed5fe6b8", "d3d7deaac01485bff55d6e6d1553bbcfaa45554f", "6ab8540db2cc96cd482583c84b2bac2a", "615a472ec89ed0f34c7c4a51131e19ee154b2e49d70bf51f04119de521c05d48", "f0c95addd0f6d77d8ada755ce186b66515344f46", "4ba88b5790e327ce805843417d2708c5"]);
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 5 specific false positive scenarios for the ThreatFox: SalatStealer IOCs detection rule, including suggested filters and exclusions tailored for an enterprise environment:

Original source: https://threatfox.abuse.ch/browse/malware/win.salatstealer/