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

Hunt Hypothesis

This hunt detects adversary behavior where malicious actors deploy the SalatStealer infostealer to exfiltrate sensitive credentials and browser data using specific known indicators of compromise. Proactively hunting for these IOCs in Azure Sentinel is critical because early identification allows the SOC team to isolate compromised endpoints before the stealer establishes persistence or expands its lateral movement across the cloud environment.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hash9a0cea11f75f63bbff8d0cea420787da972e78d8eb3baa14cd575f55bde369d8payload2026-07-1695%
sha1_hashfcb14e821e391defa8096c553066e5f555280de0payload2026-07-1695%
md5_hash23285f10bb9b3002a24d3dbf865f07e1payload2026-07-1695%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - SalatStealer
let malicious_hashes = dynamic(["9a0cea11f75f63bbff8d0cea420787da972e78d8eb3baa14cd575f55bde369d8", "fcb14e821e391defa8096c553066e5f555280de0", "23285f10bb9b3002a24d3dbf865f07e1"]);
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 for the ThreatFox: SalatStealer IOCs detection rule in an enterprise environment, along with recommended filters and exclusions:

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