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

alipclutch-baileysnpm

alipclutch-baileys is a confirmed malicious npm package (MAL-2026-12108) that steals credentials and exfiltrates sensitive data (malicious versions 8.6.58, 8.6.59, 8.6.60…). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in alipclutch-baileys (npm)

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

What this malware does

This package is a fork of the Baileys WhatsApp library. In lib/Socket/messages-send.js at lines 425 and 436, code uses String.fromCharCode(...) with a decimal-byte array that decodes to the hardcoded host https://fiora.nixel.my.id/ and issues network requests to it from within the message-send path. The destination is obfuscated (reconstructed from a char-code array rather than appearing as a plain URL literal) and is unrelated to WhatsApp's own infrastructure, so on normal use of the send API caller-side message data is diverted to a third-party endpoint controlled by the package author. The obfuscation of the destination, its placement inside the core send path of a WhatsApp automation library, and the lack of any documented purpose for that host are consistent with covert exfiltration/relay of message traffic using the installer's authenticated session.

Malicious versions

14 flagged
8.6.588.6.598.6.608.6.618.6.638.6.648.6.658.6.668.6.708.6.718.6.728.6.748.6.758.6.77

Indicators of compromise (SHA-256)

914ba849f03423b886d4f12105a01e1a287678d7f0b0fcde56a994cb1d98270b
9e396f9a1ec7da97db3c7555aa9c585a4e1b97ea9e50f664be90ffb630ba54af
ca03288df9bbb08b67462ac23b3727d40e260d84289b5e4db6492f168557d216
81b0a0abb82a50d7f1228c5094619ccaca0223ca767731d2a91f926f04682c1f
90942747dea232d93f9a4cf343f8114da75b1d734850542be62db86638f84d85
441bc34aee09a22b9971936a132f1bab54374a81c21c64311f7603e69595d10e
48525c68b3e5526524c971e007eb61dd5e2df2637c4a5956c42260ad51c63640
79cf694c48c1a0928aaf9a5d4fd45eccd0ece5245de408fbae9d22ef58f3e484
9432f101413761f0feeaa0bc68471a215a8dcea07e84e401c174df37b9469717
1dd86aa923d73259d0c009ef73d82ca0ddf54e3bf938c23f67291c2f5e4753ed
6a303dcc495e663fb25970cfd20bf7858f7dea1d16654212247663673c56b6a3
96052a63685db815a634b3485f0ae0a2622af5e95a8dd81df143fd51eb1b14bc
9756d5b085f3c63c738d82a6defa97d4067ec9486f155d4bfe203002a09dbb44
f25a49e29df86f17a2d26aef308f61b0a2e19ba687bc64637c3875e46f5e3173

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

  2. If you installed it — respond

    alipclutch-baileys 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 alipclutch-baileys 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 alipclutch-baileys 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. alipclutch-baileys on npm has been identified as a malicious package (versions 8.6.58, 8.6.59, 8.6.60, 8.6.61, 8.6.63, 8.6.64, 8.6.65, 8.6.66, and 6 more flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-013395IN-MAL-2026-013396IN-MAL-2026-013394IN-MAL-2026-015899IN-MAL-2026-015898IN-MAL-2026-016698IN-MAL-2026-016696IN-MAL-2026-016702IN-MAL-2026-016704IN-MAL-2026-016697IN-MAL-2026-016700IN-MAL-2026-016701IN-MAL-2026-016699IN-MAL-2026-016703

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks alipclutch-baileys-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

alipclutch-baileys (npm) malicious package — MAL-2026-12108 | O3 Security