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

zer0onedatetoolnpm

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

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

What this malware does

The postinstall lifecycle script in this package issues curl POST requests to a subdomain of oastify.com — the out-of-band callback domain operated by Burp Collaborator / Project Discovery's interactsh. On every npm install, the script triggers an outbound HTTP request to an attacker-controlled OOB endpoint, which is the canonical fingerprint of a dependency-confusion / supply-chain reconnaissance payload (verifying the package landed in a victim environment and beaconing identifying host information out). The destination is not associated with any legitimate package functionality. Installer impact: any machine running npm install on this package automatically beacons to the attacker's OOB collector, leaking install-time host metadata and confirming code execution to the attacker.

Malicious versions

1 flagged
1.0.0

Indicators of compromise (SHA-256)

73fd05fda74bbf13c6275d4da0fa80fece821cad03fb2237ae74ed24309eab52

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

  2. If you installed it — respond

    zer0onedatetool 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 zer0onedatetool 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 zer0onedatetool 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. zer0onedatetool 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-005327

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks zer0onedatetool-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

zer0onedatetool (npm) malicious package — MAL-2026-5536 | O3 Security