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

cryptoco-authnpm

Malicious code in cryptoco-auth (npm) Remove it immediately and rotate any exposed credentials.

MAL-2026-4230
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall cryptoco-auth

What this malware does

On require(), index.js opens TCP connections to the cloud link-local metadata address 169.254.169.254 across ports 80, 443, 8080, 3000, 5432, and 6379, writing an HTTP probe on each successful connection. The package advertises itself as a crypto authentication library but contains no authentication code — its only runtime behavior is reconnaissance against the AWS/cloud Instance Metadata Service, a well-known precursor to IMDS credential theft on cloud VMs. The package manifest is minimal (no description, author, or repository), and the IP literal is annotated with an Indonesian-language comment explicitly identifying it as the AWS Metadata IP. The lure-style name combined with reconnaissance behavior and absent legitimate functionality is consistent with a malicious package targeting cloud-hosted installers.

The OpenSSF Package Analysis project identified 'cryptoco-auth' @ 1.0.6 (npm) as malicious.

It is considered malicious because:

  • The package executes one or more commands associated with malicious behavior.

Malicious versions

9 flagged
1.0.01.0.11.0.21.0.31.0.41.0.51.0.61.0.71.0.8

Indicators of compromise (SHA-256)

224727792d7795e1dff1348ad30dad0de77689bf284ac571b7aee280b49b5774
8e54c788edf1e2414d974f83e976140d5249c5cc2473c2ed15339c7b030a3d5e
701d494408614029714cc75d7b55fc25fd283cde3e67c728a99f98515b2df097
b9e90e6575a4d037bcad6cf0de4dd5ce096909402ecf6d56fb693290ab5ff678
c4eaaae32c756652d1a54fdc6960de4c1b8eb440128ed1a55b7970e50f44b07e
080d1711ace6d140b06304a1ef00ad0b79a8766248507dde481f77bab18e3394
295fd89295cd5ef408838ff18e43c0f904a99c23bb3a3a83c8af6498fe9702d6
46f83b7a7a5e28fe4fadbd72b0d38ff322210501ef54807160a13b7d797e6c68
6f90ded2b67d3d8055dd473d8c7b2e9b23f8466f1df2045ebe2c9c597438a447
79f6465edc658272b6e1cb444427a312096100bee99022f17b7ec9abfa308d92
9a686605cb26b04a1ed6ddcb32e18b06772ae353511851d7f5c677d3aa597c7e

Detection & response playbook

Credential / info stealer
  1. Find it

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

  2. If you installed it — respond

    cryptoco-auth is built to steal secrets, so assume every credential the build or runtime could read is compromised. Remove it from your project and lockfile, then rotate ALL exposed secrets — npm/registry tokens, cloud keys, CI/CD secrets, SSH keys, and any .env values — from a known-clean machine. Audit logs for unauthorized use of those credentials.

  3. Did it already run?

    If cryptoco-auth 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 cryptoco-auth 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. cryptoco-auth on npm has been identified as a malicious package (versions 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.0.6, 1.0.7, and 1 more flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-004025IN-MAL-2026-004041IN-MAL-2026-004016IN-MAL-2026-004032IN-MAL-2026-004017IN-MAL-2026-004036IN-MAL-2026-004035IN-MAL-2026-004024IN-MAL-2026-004034

References

Credits

  • Amazon Inspector · finder
  • OpenSSF: Package Analysis · finder

Detect & block this

O3 blocks cryptoco-auth-class packages before install and in CI — and if it already ran, its runtime egress monitoring catches the credential exfiltration and severs the channel.

cryptoco-auth (npm) malicious package — MAL-2026-4230 | O3 Security