TL;DR: Salat stealer is a Go-based information stealer that targets Windows endpoints for browser credentials, Telegram sessions, and wallet data, while using packing, masquerading, and C2 infrastructure to evade analysis, according to Wazuh. The article shows that endpoint telemetry, file monitoring, and active response remain essential when credential theft is paired with stealthy persistence.
NHIMG editorial — based on content published by Wazuh: Salat stealer detection and mitigation on Windows endpoints
By the numbers:
- When AWS credentials are exposed publicly, attackers attempt access within an average of 17 minutes and as quickly as 9 minutes in some cases.
- 70% of organisations grant AI systems more access than they would give a human employee performing the exact same job.
- Only 44% of organisations have implemented any policies to manage their AI agents, despite 92% agreeing that governing AI agents is critical to enterprise security.
Questions worth separating out
Q: What breaks when post-exploitation malware can harvest browser credentials on managed endpoints?
A: Browser-stored passwords and cookies stop behaving like low-risk convenience data and start functioning as reusable identity material.
Q: Why do endpoint stealers create identity risk beyond the infected device?
A: Endpoint stealers are dangerous because they collect identity artefacts that remain valid after the malware is removed.
Q: How do security teams know if stealer detection is actually working?
A: Stealer detection is working when behaviour-based alerts appear before large-scale exfiltration and when the associated identity artefacts are invalidated quickly.
Practitioner guidance
- Correlate endpoint and identity alerts Link suspicious process creation, registry persistence, and browser credential access events to IAM and help-desk workflows so stolen sessions can be revoked quickly.
- Harden browser and session exposure Reduce the value of stolen browser stores by enforcing shorter session lifetimes, stronger conditional access, and device-based access checks for high-value applications.
- Monitor trusted directories for masqueraded binaries Watch for executables dropped into trusted paths such as Program Files locations or browser directories, and inspect mismatches between filename, signer, and process lineage.
What's in the full article
Wazuh's full blog post covers the operational detail this post intentionally leaves for the source:
- Custom Wazuh rule logic for detecting AMSI tampering, registry persistence, and suspicious process behaviour on Windows
- Step-by-step Sysmon and event-channel configuration for collecting the telemetry used to spot Salat stealer activity
- VirusTotal integration details for verdict enrichment on newly created or modified files in monitored directories
- Active Response setup for automatically removing confirmed malicious files after detection
👉 Read Wazuh's analysis of Salat stealer detection and containment on Windows →
Salat stealer on Windows endpoints: what detection teams need to watch?
Explore further
Stealer malware is an identity incident before it is an endpoint incident. Salat stealer’s value to an attacker is not the executable itself but the authenticated material it collects, including browser credentials and sessions. That means endpoint telemetry has to feed identity response, because the compromise boundary often shifts from the device to the account. Practitioners should treat stolen session material as a privileged-access problem, not just a malware-cleanup task.
A few things that frame the scale:
- When AWS credentials are exposed publicly, attackers attempt access within an average of 17 minutes and as quickly as 9 minutes in some cases, according to LLMjacking: How Attackers Hijack AI Using Compromised NHIs.
- Only 44% of organisations have implemented any policies to manage their AI agents, despite 92% agreeing that governing AI agents is critical to enterprise security, according to The 2026 Infrastructure Identity Survey.
A question worth separating out:
Q: Who is accountable when stolen sessions are reused after a malware incident?
A: Accountability usually spans endpoint security, IAM, and incident response because the device compromise and the identity abuse are linked. Endpoint teams detect and contain the malware, while identity teams revoke sessions, reset risky credentials, and review access paths that may have been abused. The control boundary must be shared, not siloed.
👉 Read our full editorial: Salat stealer detection on Windows shows why endpoint telemetry matters