Your RSA-2048 keys break in 2030. Find every one of them before attackers do.
Malicious package

@klapp-sca/routesnpm

Malicious code in @klapp-sca/routes (npm) Remove it immediately and rotate any exposed credentials.

MAL-2026-5417
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall @klapp-sca/routes

What this malware does

package.json declares "preinstall": "node index.js || true", so on every npm install the bundled index.js runs automatically and collects os.hostname(), os.userInfo().username, __dirname, and process.cwd() into a JSON payload. The payload is hex-encoded into DNS labels and resolved against *.d8jbmnsqcfu78dfs8vdg34ohqhirb4pbg.oast.live (an Interactsh/Burp-Collaborator-style out-of-band DNS sink) and simultaneously POSTed to a hardcoded bare IP at http://172.201.213.59:9090/c. This is a classic install-time reconnaissance beacon: installer machine identity is leaked to attacker-controlled infrastructure without any consent or user action beyond installing the package. The package's stated 'security research' description does not change the impact — any installer that runs npm install has their hostname, username, and working-directory paths sent to third-party endpoints.

Malicious versions

2 flagged
99.0.099.0.1

Indicators of compromise (SHA-256)

11ae6419c673fc32db76632ea472b0a5c4fdb0beff999d5e6cd8fc144abab562
495f510483f297a56d545e8555db20eb54569f904bfd71853e54a18d89812cb0
813b153ed59f9a72a56179d192cc44c350ee849ae13b02e6dd7ef36496fd9843
d896040967e9bedf9f3146daf8c14a5669d1cdb47b776a9b747d940be79c3c1e

Detection & response playbook

Backdoor / remote access
  1. Find it

    Scan your lockfiles (package-lock.json, pnpm-lock.yaml, yarn.lock, requirements.txt, poetry.lock, etc.) and build artifacts for @klapp-sca/routes (2 malicious versions). O3 Security's supply-chain scanner checks every dependency against known-malicious package intelligence at install time and in CI, flagging @klapp-sca/routes across your stack and pipelines.

  2. If you installed it — respond

    @klapp-sca/routes 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.

  3. Did it already run?

    If @klapp-sca/routes 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.

  4. How O3 protects you

    O3 blocks @klapp-sca/routes 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

No. @klapp-sca/routes on npm has been identified as a malicious package (versions 99.0.0, 99.0.1 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-005077IN-MAL-2026-005076IN-MAL-2026-005155IN-MAL-2026-005154

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks @klapp-sca/routes-class packages before install and in CI — and if it already ran, its runtime egress monitoring catches the C2 callback and severs the channel.

@klapp-sca/routes (npm) malicious package — MAL-2026-5417 | O3 Security