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.
At a glance
What this is: This is a detection-and-response guide for Rhadamanthys stealer that shows how the malware stages, executes, and hides its activity on Windows endpoints.
Why it matters: It matters because credential theft on endpoints can quickly become identity compromise across VPN, browser, and privileged access workflows unless controls detect the tradecraft before data leaves the host.
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.
👉 Read Wazuh's detection guide for Rhadamanthys stealer on Windows
Context
Rhadamanthys stealer sits in the familiar but still costly class of endpoint credential theft. It infects Windows systems, stages payloads in temporary directories, and uses process enumeration, obfuscation, registry persistence, and disguised loaders to avoid attention while it captures browser passwords, VPN credentials, and other secrets.
For identity and access teams, the key issue is not the malware family name but the control failure it exposes: secrets and session material remain recoverable on endpoints longer than they should. That creates a direct bridge from endpoint compromise to IAM, PAM, and NHI risk, especially where browser-stored credentials, shared admin accounts, or unmanaged service access are still in play.
Wazuh's example is typical of modern infostealer tradecraft rather than an exceptional case. The value is in the detection pattern, not the malware novelty: endpoint telemetry can reveal the chain early enough to contain the identity blast radius.
Key questions
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. Once browser passwords, VPN secrets, or autofill data are exposed, the attacker can authenticate as a legitimate user, bypassing perimeter controls and extending compromise beyond the infected device. That is why infostealer incidents must trigger both endpoint containment and identity response.
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. Temporary-directory loaders often rename files, call built-in utilities, and unpack follow-on stages in ways that evade hash-only or signature-only controls. Detection improves when teams correlate parent process, command line, and filesystem ancestry.
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. Useful signals include suspicious module loads, unexpected writes to startup registry keys, outbound C2 traffic, and a measurable drop in successful session reuse after containment.
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.
Technical breakdown
How Rhadamanthys stages and executes on Windows
Rhadamanthys commonly begins by dropping a payload into a user Temp directory, renaming it, and chaining execution through cmd.exe and batch files. That staging pattern helps it blend into routine filesystem activity while it prepares the next loader. The use of temporary directories is deliberate because they are noisy but often under-monitored, especially when endpoint visibility stops at process start events instead of file lineage and parent-child command context.
Practical implication: monitor Temp-directory execution chains, not just known malware hashes.
Why the stealer probes processes and security tools
The malware enumerates running processes and checks for antivirus and antimalware services before moving to unpacking and data theft. That reconnaissance step is a form of defensive awareness, where the malware adjusts behaviour or timing based on what is present on the host. This is why process discovery events matter: they often appear before the credential theft stage and can be used as an early warning signal when correlated with suspicious working directories.
Practical implication: alert on process enumeration from unusual working directories and combine it with EDR or Sysmon telemetry.
How registry cleanup and masqueraded loaders support persistence
Rhadamanthys uses RunOnce registry entries, cleanup commands, disguised .scr loaders, and file creation patterns that look like benign media or document artefacts. These steps are about reducing dwell time and hiding the route by which the malware arrived, loaded, and self-deleted. The result is a short but dense execution window where the malware can steal credentials and then erase the most obvious traces of itself.
Practical implication: hunt for RunOnce modification, masqueraded file types, and suspicious cleanup commands in the same execution chain.
Threat narrative
Attacker objective: The attacker wants reusable credentials and secret material that can be monetised, resold, or used to pivot into corporate systems.
- Entry occurs through phishing emails, cracked software, malicious ads, or fake installers that deliver the stealer onto a Windows endpoint.
- Credential access follows as the malware harvests browser passwords, VPN credentials, autofill data, and other stored secrets after staging and loader execution.
- Impact is credential exfiltration and downstream account compromise, with the attacker using stolen access to expand beyond the original endpoint.
NHI Mgmt Group analysis
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.
Temporary-directory staging creates a detection gap that defenders still underestimate. Malware that runs from Temp paths, renames payloads, and chains loaders through built-in utilities is trying to collapse the time defenders have to see the attack. This is a strong example of why file lineage, command-line context, and parent-child process relationships matter more than isolated alerts. The operational conclusion is straightforward: if telemetry does not connect the Temp directory to the final exfiltration step, the control failed early.
Masquerading and cleanup are the real governance failure modes here. The malware uses RunOnce cleanup, disguised file extensions, and deletion of its own registry traces to make post-compromise review harder. Standing secret exposure window: this is the specific failure mode the article illustrates, where credentials remain available long enough to be stolen and reused before controls intervene. Practitioners should respond by shrinking secret dwell time and reducing the recoverability of credentials from endpoints.
Wazuh-style detection is useful because it translates commodity malware behaviour into governable signals. The point is not the platform itself, but the fact that the attack leaves repeatable markers in Sysmon, registry activity, and file creation events. That is where endpoint security and identity governance intersect: if a stealer can reach credentials, IAM teams must assume the blast radius already extends beyond the host. Teams should align endpoint detections with identity containment procedures.
The broader lesson is that infostealers increasingly act as credential supply chains. A single infection can create a stock of passwords, tokens, and VPN access that fuels later intrusion activity. That makes secrets hygiene, access review, and endpoint telemetry part of the same control plane. Organisations that separate malware response from identity response will keep missing the actual compromise path.
What this signals
Commodity stealers now function as credential extraction pipelines, which means endpoint compromise can become identity compromise faster than many access programmes assume. The operational signal is to treat any host with browser, VPN, or autofill secret exposure as a shared identity risk, not an isolated malware event.
Standing secret exposure window: when secrets remain recoverable on an endpoint long enough for infostealers to harvest them, identity controls have already lost their preventative edge. That is why teams should pair endpoint telemetry with identity containment, using the control logic in the Ultimate Guide to NHIs , Static vs Dynamic Secrets and mapping host-side compromise to NIST Cybersecurity Framework 2.0 response actions.
The programme-level change is to stop separating malware response from identity response. When a stealer lands, the relevant question is whether the exposed secret can still authenticate anywhere else, including shared admin paths, VPN sessions, and service access tied to the same user.
For practitioners
- 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. Alert when a payload is renamed, unpacked, and executed from the same working directory.
- 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. Treat these as identity assets, not just application data.
- Watch for registry-based self-cleanup Create alerts for RunOnce changes that schedule cleanup through advpack.dll and then disappear. Pair those alerts with file-creation and deletion events so the malware cannot hide its staging and removal sequence.
- Expand containment from endpoint to identity If an infostealer is confirmed, force credential resets, session revocation, and VPN token invalidation for any account that may have been exposed on the host. Endpoint eradication alone does not close the identity risk.
Key takeaways
- Rhadamanthys stealer is a reminder that endpoint malware becomes an identity incident once stored secrets are harvested.
- The key evidence is the repeated use of Temp directories, loader chaining, process discovery, and registry cleanup before immediate exfiltration.
- The control that matters most is early detection tied to credential containment, because endpoint eradication alone does not revoke stolen access.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
MITRE ATT&CK and OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST CSF 2.0, NIST SP 800-53 Rev 5 and CIS Controls v8 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| MITRE ATT&CK | TA0006 , Credential Access; TA0007 , Discovery; TA0005 , Defense Evasion; TA0004 , Privilege Escalation | The article maps directly to credential theft, discovery, and evasion tactics. |
| NIST CSF 2.0 | DE.CM-1 | The post is fundamentally about continuous monitoring and malicious activity detection. |
| NIST SP 800-53 Rev 5 | SI-4 | System monitoring is central to catching stealer behaviour in host logs. |
| CIS Controls v8 | CIS-8 , Audit Log Management | Sysmon and event forwarding depend on disciplined logging and retention. |
| OWASP Non-Human Identity Top 10 | NHI-03 | The stealer targets reusable secrets, which is a core NHI governance issue. |
Treat endpoint-stored secrets as NHI assets and reduce standing exposure with rotation and short-lived access.
Key terms
- Infostealer: An infostealer is malware built to collect credentials, session material, tokens, and other authentication data from infected systems. In NHI programmes, the risk is not only theft but reuse, because harvested workload secrets can unlock cloud access long after the initial infection.
- Temp-directory staging: Temp-directory staging is a tradecraft pattern where malware places payloads in user temporary folders before renaming, unpacking, or executing them. It helps attackers blend into legitimate system activity while they prepare later stages. Defenders should treat unusual execution from Temp locations as a strong compromise signal.
- Secret exposure window: A secret exposure window is the period between when a credential becomes visible to an attacker and when it is detected, revoked, or rotated. In CI/CD environments that window can be extremely short, which is why detection speed and identity-linked revocation matter as much as storage hygiene.
- Active Response: An automated security action triggered by an alert or rule match. In endpoint contexts, it can isolate, uninstall, terminate, or quarantine a threat or policy violation, but it is only effective when the triggering logic and verification steps are tightly governed.
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.
Deepen your knowledge
The NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance, secrets management, and identity lifecycle controls. It helps practitioners connect identity risk across human, workload, and emerging agentic environments.
Published by the NHIMG editorial team on August 19, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org