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

@onum-releases/ixelnpm

Malicious code in @onum-releases/ixel (npm) Remove it immediately and rotate any exposed credentials.

MAL-2026-6124
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall @onum-releases/ixel

What this malware does

On import, index.js reads os.hostname() and issues an HTTPS GET to ixel.<hostname>.200majoeu01dk02xnjdajro1isojc90y.oastify.com/ixel (oastify.com is Burp Suite's Collaborator out-of-band interaction domain). The hostname is embedded as a DNS subdomain label, so the DNS resolution alone leaks the installer's hostname to an attacker-controlled nameserver regardless of whether the HTTP request succeeds. Any developer machine or CI runner that require()s this package — directly or transitively — sends a host identifier to the operator of the configured Collaborator instance. The package.json description ("Security PoC placeholder - benign, no runtime payload") contradicts the shipped code, and the @onum-releases scope appears designed to resemble a legitimate vendor releases namespace.

Malicious versions

3 flagged
1.0.11.0.21.0.3

Indicators of compromise (SHA-256)

03f19785a8c7b4908b1bdab949073500ac828a2ccc3d34562cac16b4fce4a45b
0405bead6aa6dd628190974d5555a124113b2fc630e8a90f11be30a238af88d2
188c65369497c00333fc54291c970071044f3237a255387903a707cfd2711599

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

  2. If you installed it — respond

    Remove @onum-releases/ixel 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 @onum-releases/ixel 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 @onum-releases/ixel 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. @onum-releases/ixel on npm has been identified as a malicious package (versions 1.0.1, 1.0.2, 1.0.3 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-006995IN-MAL-2026-007003IN-MAL-2026-006994

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks @onum-releases/ixel-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.

@onum-releases/ixel (npm) malicious package — MAL-2026-6124 | O3 Security