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

ect-472839-ctfnpm

Malicious code in ect-472839-ctf (npm) Remove it immediately and rotate any exposed credentials.

MAL-2026-5718
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall ect-472839-ctf

What this malware does

package.json declares a preinstall hook ("preinstall": "node index.js") that auto-executes on npm install. index.js issues an HTTP GET to the hardcoded bare IP 10.107.121.85:8000 at path /ping_472839_ctf. The unique token in the URL path makes the request itself the exfiltrated signal — it confirms to the operator of that endpoint that the package executed inside the installer's environment, leaking the installer's source IP and the fact that code execution succeeded. The package advertises no functionality that would justify a phone-home, and the destination is a private-range IP rather than any documented service. This is the canonical dependency-confusion / CTF probe shape, and the same mechanism would deliver any payload an attacker placed in index.js.

Malicious versions

1 flagged
1.0.0

Indicators of compromise (SHA-256)

a67248cb7373817da18e0edf4a019e2e6c9ded239e93a2e477ac168f7f45eeaa

Frequently asked questions

No. ect-472839-ctf on npm has been identified as a malicious package (version 1.0.0 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-006251

References

Credits

  • Amazon Inspector · finder

Scan your dependencies

O3 Security blocks malicious packages like this at install time and in CI.

Supply-chain protection