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

Hunt Hypothesis

This hunt hypothesis targets adversary behavior involving the execution of known SalatStealer indicators to detect active credential and data theft campaigns within the environment. Proactively hunting these specific IOCs in Azure Sentinel is critical because early identification allows the SOC team to isolate compromised assets before the malware exfiltrates sensitive information or establishes persistence mechanisms.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash30d9b5c56983375335bee44843115b393b7c711bpayload2026-07-1895%
md5_hash58224bee686c03b0f7394a459d3ff971payload2026-07-1895%
sha1_hash0f8a097b3bb53c2bdd08ca1b23b749e6b2ca1f2apayload2026-07-1895%
md5_hash466d3130f4f427ec39fb1378ee142e6fpayload2026-07-1895%
sha256_hashf2b9739fe3aced2d2074db022b5d1e23003b44fbc24413f3bd3298f1623c6665payload2026-07-1895%
sha256_hash16a4a7b5a478ce3dd732b318f7dfadbd337ab51d804a0a261623ea941417fd5fpayload2026-07-1895%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - SalatStealer
let malicious_hashes = dynamic(["30d9b5c56983375335bee44843115b393b7c711b", "58224bee686c03b0f7394a459d3ff971", "0f8a097b3bb53c2bdd08ca1b23b749e6b2ca1f2a", "466d3130f4f427ec39fb1378ee142e6f", "f2b9739fe3aced2d2074db022b5d1e23003b44fbc24413f3bd3298f1623c6665", "16a4a7b5a478ce3dd732b318f7dfadbd337ab51d804a0a261623ea941417fd5f"]);
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/