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

Hunt Hypothesis

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

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hashf59b521321526c8e255c6e5a9ed71d063349cab55a4a0b7207c6aa0039fb32bepayload2026-06-2995%
sha1_hash58be67baa9a3323e8f0554ff45147668d5abf8bapayload2026-06-2995%
md5_hash5563f909b93845410a8014ddffa5adf6payload2026-06-2995%
sha256_hash9977df7ffd04173d38e0aefe3d028052e164aaa69c1facfe63af55b473dd9e24payload2026-06-2995%
sha1_hash1ceb390d2b85599cc738bfadcdddceaa01083940payload2026-06-2995%
md5_hash7f79817eb5e3579ce8957a42c31c65fapayload2026-06-2995%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - SalatStealer
let malicious_hashes = dynamic(["f59b521321526c8e255c6e5a9ed71d063349cab55a4a0b7207c6aa0039fb32be", "58be67baa9a3323e8f0554ff45147668d5abf8ba", "5563f909b93845410a8014ddffa5adf6", "9977df7ffd04173d38e0aefe3d028052e164aaa69c1facfe63af55b473dd9e24", "1ceb390d2b85599cc738bfadcdddceaa01083940", "7f79817eb5e3579ce8957a42c31c65fa"]);
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, tailored for an enterprise environment:

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