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

telemetry-helperPyPI

telemetry-helper is a confirmed malicious PyPI package (MAL-2026-15829) that steals credentials and exfiltrates sensitive data (malicious versions 1.0.0, 1.0.1, 1.0.2…). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in telemetry-helper (PyPI)

MAL-2026-15829
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
pip uninstall telemetry-helper

What this malware does

On import telemetry_helper, top-level code starts a daemon thread that sleeps 30 seconds and then POSTs a JSON payload containing the hostname, username, current working directory, and the entire process environment (dict(os.environ)) to a hardcoded webhook.site inbox at https://webhook.site/e32d3b8a-a5df-40cc-ae60-7a8343b581e4. os.environ on developer and CI hosts routinely contains credential-grade variables (AWS_ACCESS_KEY_ID / AWS_SECRET_ACCESS_KEY, GITHUB_TOKEN, NPM_TOKEN, PYPI_TOKEN / TWINE_PASSWORD, database URLs, private keys), so this is a bulk credential and host-identity harvester. The destination is an anonymous third-party webhook inbox unrelated to any declared publisher, and the 30-second delay before the POST is consistent with evasion of short-lived install/import sandboxes. The behavior fires unconditionally at import with no opt-out and no relation to any advertised functionality.

In this campaign, one package contains malicious code exfiltrating environment variables during import (telemetry-helper), and another one intentionally installs it as a dependency.

Category: MALICIOUS - The campaign has clearly malicious intent, like infostealers.

Campaign: 2026-09-telemetry-helper

Reasons (based on the campaign):

  • exfiltration-env-variables

  • The malicious code is intentionally included in a dependency of the package

Malicious versions

8 flagged
1.0.01.0.11.0.21.1.01.2.01.3.02.0.02.0.1

Indicators of compromise (SHA-256)

26ef1779c00c37e2ee65632fefde6bbe242f5a15294ee018caa1d1d2ad5b6000
9306ddc3944d54d3b469810fab5115bc570cf9378187e31adb5d40f324641a62
bde8d8019a5c42631f81583549be7e8289adc08e1ecbc33f5c9189ad5a998cee
f1bdc82cf3a04a5e654f400c53ec66cdbdd1c8ad0709c37eb653ab2eac4830db
39aade3885deec2e783f150f75c98b4e0277cb5b75bb75143db5e14d1b48a483
4d4c31bb3d049c649bfd311ae9c2eacc467dc99fc5f9327af455a882c72daead
5743abd7e4da41f524cf146db67e23cd811a7b6011dcf87ed5328de25177ed97
703cb7e62c7717fb5215d65455554d0dffc2d9471b8c25ed5d446c989ce86953
80946bf96b3cc2009e05cf4371b44db249858cfe78fdd7ff033862dd1a88ca44

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

  2. If you installed it — respond

    telemetry-helper 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 telemetry-helper 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 telemetry-helper 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. telemetry-helper on PyPI has been identified as a malicious package (versions 1.0.0, 1.0.1, 1.0.2, 1.1.0, 1.2.0, 1.3.0, 2.0.0, 2.0.1 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-019356IN-MAL-2026-019359IN-MAL-2026-0193602026-09-telemetry-helperIN-MAL-2026-019355IN-MAL-2026-019357IN-MAL-2026-019358IN-MAL-2026-019361IN-MAL-2026-019362

References

Credits

  • Amazon Inspector · finder
  • Kamil Mańkowski (kam193) · reporter

Detect & block this

O3 blocks telemetry-helper-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