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

Hunt Hypothesis

This hunt targets the presence of specific IOCs linked to the SalatStealer infostealer, a high-severity threat known for harvesting sensitive data and credentials from compromised endpoints. Proactively hunting for these indicators in Azure Sentinel allows the SOC to identify and isolate infected assets before the adversary can exfiltrate data or establish persistence, thereby reducing the overall risk to the organization.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hashe97e94bd9be61e85a813c45bf145086459fc13e8payload2026-09-1295%
md5_hash0f984f764812044c4268742c0d6ecf97payload2026-09-1295%
md5_hash248977b62d5d3c2961fec8e1c2ed5644payload2026-09-1295%
sha256_hash651666ccc18b31d0d24a6d5d33062d45ed859981f84024bc69d710b468d9870fpayload2026-09-1295%
sha256_hash2d3b179077f5a7aea77c70ef7e4219905c2b50680c514e9d3474825fe49f3ce7payload2026-09-1295%
sha1_hash7b8ea5455c89d33ced4a58df77ca50e8d8ac1ce4payload2026-09-1295%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - SalatStealer
let malicious_hashes = dynamic(["e97e94bd9be61e85a813c45bf145086459fc13e8", "0f984f764812044c4268742c0d6ecf97", "248977b62d5d3c2961fec8e1c2ed5644", "651666ccc18b31d0d24a6d5d33062d45ed859981f84024bc69d710b468d9870f", "2d3b179077f5a7aea77c70ef7e4219905c2b50680c514e9d3474825fe49f3ce7", "7b8ea5455c89d33ced4a58df77ca50e8d8ac1ce4"]);
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

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