dxrs-dosnpm
dxrs-dos is a confirmed malicious npm package (MAL-2026-14241) that opens a backdoor for remote access (malicious version 0.1.3). Do not install it — remove it immediately and rotate any exposed credentials.
Malicious code in dxrs-dos (npm)
What this malware does
Package is an openly-advertised DDoS/booter toolkit (L4/L7 flood methods, SSH brute force, C2 panel builder) with keywords such as "ddos attack script", "layer 4 ddos", "layer 7 ddos", "booter script", and "cnc botnet". The declared main bin/dxr.js has two behaviors that fire at module load (require or CLI invocation), before the operator selects any attack:
-
It requires the dependency
deathoffather-projectpinned to"latest"— an unpinned, author-controlled npm package — and immediately invokes an exported function on it (deathoffather.protect_license_[...]()). Because the version islatestand the dependency is controlled by the same author, arbitrary code the author publishes to that dependency executes on every load of dxrs-dos. -
If
./servais not present in the caller's cwd, it shell-invokes7z x./b1n.zip -p<password> -o. -yto extract a password-protected 64KB archive shipped inside the tarball (described as a PHP C2 panel) into the caller's cwd. The archive is opaque to content scanning due to the password.
The attack payloads themselves (H2Rapid.js, H2Ryuk.js, MReset.js, tankSyn.js, udpGod.js, killSSH.js, etc.) are 150–500KB single-line files using invisible Hangul-filler unicode identifiers and hex/unicode-escaped string arrays, and reconstruct URLs such as http://ip-api.com/json/${__TextDecoder} at runtime; those fire only on explicit operator invocation. The load-time behaviors above do not require operator consent and give the author a live channel to run arbitrary code and drop opaque payloads into the installer's working directory.
Malicious versions
Indicators of compromise (SHA-256)
Detection & response playbook
Backdoor / remote accessFind it
Scan your lockfiles (package-lock.json, pnpm-lock.yaml, yarn.lock, requirements.txt, poetry.lock, etc.) and build artifacts for dxrs-dos (version 0.1.3). O3 Security's supply-chain scanner checks every dependency against known-malicious package intelligence at install time and in CI, flagging dxrs-dos across your stack and pipelines.
If you installed it — respond
dxrs-dos establishes remote access, so treat any host that installed it as fully compromised. Isolate the machine, remove the package, rotate all credentials it could reach, and rebuild from a trusted image rather than cleaning in place — a backdoor may have planted additional persistence.
Did it already run?
If dxrs-dos was ever installed, its post-install/runtime payload may have already executed. O3's L7 egress monitoring and runtime eBPF sensors detect the credential exfiltration or command-and-control callback after install and block the malicious outbound channel, so you catch and contain the actual compromise — not just the presence of the package.
How O3 protects you
O3 blocks dxrs-dos before install through its supply-chain scanner, and if it has already run, detects and severs the exfiltration or C2 callback at runtime through L7 egress monitoring and eBPF.
Frequently asked questions
Campaign
References
Credits
- Amazon Inspector · finder
Detect & block this
O3 blocks dxrs-dos-class packages before install and in CI — and if it already ran, its runtime egress monitoring catches the C2 callback and severs the channel.