TL;DR: Rhadamanthys stealer is a multi-stage credential-stealing malware that uses phishing, cracked software, loader abuse, temporary directories, and obfuscation to harvest passwords, VPN credentials, and wallet data on Windows endpoints, according to Wazuh. The pattern reinforces that endpoint detection must focus on early process, file, and registry signals before exfiltration completes.
NHIMG editorial — based on content published by Wazuh: detecting and responding to Rhadamanthys stealer 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.
Questions worth separating out
Q: What fails when infostealer malware reaches browser-stored credentials on a Windows endpoint?
A: The failure is not just malware execution, but credential reuse.
Q: Why do Temp-directory loaders create a bigger detection problem than simple file hashes?
A: Because the important signal is the execution chain, not the file name.
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 Temp-directory execution chains Build detections that tie cmd.exe, batch files, tasklist.exe, and loader execution back to Temp-folder ancestry on Windows endpoints.
- Flag endpoint secret exposure paths Prioritise browser stores, VPN clients, and autofill locations in endpoint hardening and monitoring because those are the credential sources Rhadamanthys targets first.
- Watch for registry-based self-cleanup Create alerts for RunOnce changes that schedule cleanup through advpack.dll and then disappear.
What's in the full article
Wazuh's full blog covers the operational detail this post intentionally leaves for the source:
- Custom Sysmon rule logic for detecting batch-file renaming, process enumeration, and Temp-directory execution chains.
- VirusTotal integration steps for scanning suspicious files and triggering Active Response when a file is confirmed malicious.
- Registry and file-event patterns used to catch RunOnce cleanup behaviour and self-deleting traces.
- Active Response packaging details for deploying and testing the threat-removal executable on Windows endpoints.
👉 Read Wazuh's detection guide for Rhadamanthys stealer on Windows →
Rhadamanthys stealer on Windows endpoints: what teams need to catch?
Explore further
Credential-theft malware is now an identity problem as much as an endpoint problem. Rhadamanthys does not need to break encryption or exploit a zero-day if it can harvest browser passwords, VPN credentials, and autofill data from compromised hosts. That makes the security boundary shift from the endpoint alone to the identity assets stored or re-used on that endpoint. Practitioners should treat stolen endpoint secrets as direct IAM exposure, not just malware cleanup.
A question worth separating out:
Q: What should teams do immediately after an infostealer is detected on a user device?
A: Isolate the endpoint, reset any exposed credentials, revoke active sessions, and invalidate VPN or browser-backed tokens that may have been captured. Then review adjacent accounts and shared access paths, because commodity stealers often turn one infected host into a wider identity incident.
👉 Read our full editorial: Detecting Rhadamanthys stealer: what its Windows tradecraft reveals