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

autotel-subscribersnpm

autotel-subscribers is a confirmed malicious npm package (MAL-2026-5230) that steals credentials and exfiltrates sensitive data (malicious versions 4.1.1, 5.0.1, 6.0.1…). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in autotel-subscribers (npm)

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

What this malware does

No concrete installer-harm signals were identified in this version of autotel-subscribers. There is no observed lifecycle script fetching remote payloads, no credential or environment scraping, no hardcoded attacker-controlled network destination, and no embedded third-party credentials in the inspected artifacts. Coverage of the package was partial, so a definitive verdict cannot be issued without further inspection.

Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer. The package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.

The Miasma malware is a self-propagating worm that spreads across the npm registry by abusing weaponized binding.gyp files to achieve execution during package installation, bypassing security tools that only inspect package lifecycle scripts. Upon execution, the malware attempts to exfiltrate credentials and OIDC tokens for various cloud and registry services, and propagates by compromising other packages managed by the stolen accounts or committing backdoor files to GitHub repositories.

Malicious versions

28 flagged
4.1.15.0.16.0.17.0.18.0.19.0.110.0.111.0.112.0.113.0.114.1.115.0.116.0.217.0.118.0.319.0.120.0.121.0.122.0.223.0.224.0.125.0.126.0.127.0.228.0.229.0.630.0.431.1.4

Indicators of compromise (SHA-256)

a6c7977dbc054cdb7fe56da0d2fbd26e2a6fed695deb4263ccbf4adfedd86acb
03d4dfcf7f2c31793e99af128cc715dff1b922c21c44af0f868c43682352fc52
7a9cf25aad55f36651fa1b6bfec2a3f0ad0402e3d357867db404b0e3d36c132a
0623a1205e7a0d56e61fdabc2a27de201f8691482e7d2ec829c47932959a72c6
17bec29d5a66a939231acf9745a9f99c1d3dc3adb25ee34a4fd0c502366ad225
2d56999609d7c4061b3db5e19920081da537dfd780a494d831fa836f22b4f044
362a6ab7f0543f42768a342f969af3e5cc5fa1f325a09b7625c171f7fca6c16e
5bff10d88e1d8f8c7146d0553b128a2e6b2f6e07b13c30787890bc11fd3c56c0
78907d71b72cf901a5f3588e3220f835d1f9d74e7eaa5af76c63208eb3573e62
b4946f318c7f6b42d4dd4b4ed6e1babbe88ff06ee504994b59cd44cfe5b0e8ac
d7f2cf8d5499fb610a361eec9eb20354753f9bc3427377d9df411d105770fa64
109b11dff3f8807d1115dad4e27ae0e24e9f33a7203120f5c5b69baa36d1a2df
374da77433b452664266e009188064316b6defdcb0ee4b7e391a158a0a5ca6bf
79fafe04e51d4dfc9036b5472165baed85a5e33673e69d8caf2f36cb41460bd9
908baeaba7e0fc2b391aded7a5c72f826726e78c594580c511518336e97ced1d
f7d03d7300b8ab907a382b7734a3d64af89b25e734c8ad1493829b323dfa727d
0d28f9bc09da7cc3546a8697f596683f2a6fe3a2272646dd847bc0ec213899a5
311ebdfd8acc8d2708e5c275de3ee66842931fcc1031b9466e754d64d56021ca
7c867150a06e704f40d6cdd696489019a3776c11541ea4a8f0b7e56f943bbb56
91a31b2fb986ca02533bc51681980767e3ca5be12b91c5229d70693d0a73e1f3
aba18f9628d828e89595e8a25bc6e2e77398169715d7046e0945dbc68e826e8f
b102f249b5f542219557700250075f593930a86206b7a72501cb94b12dff0d35
fbf51a42822881af4bb22e41865046a623b41f9e06f1e2d6a18a1c7361411817
1aec998b397858b928b75bd24bef48de58b07cda5e946cae3205e4ed5cc6e347
1b1c4d5e26bf38781641d8cc4551f14452beee56129d0630b0a65c9370dc9226
23b290e2ec2b374f2ed04f28ca9ff6b8432a1375a5f62ed028eae25dc78adaec
506e1a81b656f95669ff89f9e8c6c65cb411e173b20bdeac8f2f51e7b3cbe573
5a64470ed4ad02e7b918875b8e7def0e6cf92781e2fc4e48c2d996d11320cae4
6f14cf93951fb945e1114e4b84cf42f2b5e093c896decce875e27923d9039006
c5e50e414b9ff7c5ffca95946cf74d939a60068d57b80ed721e613e0eebce9ca

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

  2. If you installed it — respond

    autotel-subscribers 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 autotel-subscribers 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 autotel-subscribers 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. autotel-subscribers on npm has been identified as a malicious package (versions 4.1.1, 5.0.1, 6.0.1, 7.0.1, 8.0.1, 9.0.1, 10.0.1, 11.0.1, and 20 more flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

GHSA-37wr-f689-9c3cIN-MAL-2026-008502IN-MAL-2026-008697IN-MAL-2026-008708IN-MAL-2026-008688IN-MAL-2026-008693IN-MAL-2026-008683IN-MAL-2026-008705IN-MAL-2026-008710IN-MAL-2026-008680IN-MAL-2026-008679IN-MAL-2026-008695IN-MAL-2026-008700IN-MAL-2026-008675IN-MAL-2026-008690IN-MAL-2026-008717IN-MAL-2026-008715IN-MAL-2026-008720IN-MAL-2026-008713IN-MAL-2026-008719IN-MAL-2026-008725IN-MAL-2026-008727IN-MAL-2026-008752IN-MAL-2026-008767IN-MAL-2026-008740IN-MAL-2026-008755IN-MAL-2026-008733IN-MAL-2026-008729IN-MAL-2026-008732

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks autotel-subscribers-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

autotel-subscribers (npm) malicious package — MAL-2026-5230 | O3 Security