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

Hunt Hypothesis

This hunt detects adversary behavior involving the deployment of SalatStealer malware by monitoring for specific indicators of compromise such as unique file hashes and network connections. A SOC team should proactively hunt for these IOCs in Azure Sentinel to rapidly identify early-stage credential theft and data exfiltration attempts before they escalate into broader organizational breaches.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash21a14766846449b8f7b65b2b680b936e87320385payload2026-07-2795%
md5_hashcffac6c24519fd656a99ddfe63611a27payload2026-07-2795%
sha256_hashab4394c429efc69b6927a5eb6ecfe7e2cc3df99dd2d279f96729d72a8283e85fpayload2026-07-2795%
sha256_hasha7c07b87c4968d7ac8120e2c6fb40ccd615d1bd25d4445fbe129d7c66235740apayload2026-07-2795%
sha1_hash26539d95c0c1a9b872469dab1e0d09ca54df9207payload2026-07-2795%
md5_hashf27c7e9e44efa74a367eff0200584d01payload2026-07-2795%
sha256_hash89d0178c292a0230d69c1de53f5e55994d195329cbbbacbaa7fb2e6101917b63payload2026-07-2795%
sha1_hash9ada72bf5ea6e4464cd63605a1ec4fdb69b28dbepayload2026-07-2795%
md5_hashb9974299de794e9b5e30ec95f7849e97payload2026-07-2795%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - SalatStealer
let malicious_hashes = dynamic(["21a14766846449b8f7b65b2b680b936e87320385", "cffac6c24519fd656a99ddfe63611a27", "ab4394c429efc69b6927a5eb6ecfe7e2cc3df99dd2d279f96729d72a8283e85f", "a7c07b87c4968d7ac8120e2c6fb40ccd615d1bd25d4445fbe129d7c66235740a", "26539d95c0c1a9b872469dab1e0d09ca54df9207", "f27c7e9e44efa74a367eff0200584d01", "89d0178c292a0230d69c1de53f5e55994d195329cbbbacbaa7fb2e6101917b63", "9ada72bf5ea6e4464cd63605a1ec4fdb69b28dbe", "b9974299de794e9b5e30ec95f7849e97"]);
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 the documented false positive scenarios for the ThreatFox: SalatStealer IOCs detection rule, including specific triggers and recommended exclusions:

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