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

httpz-requestsPyPI

httpz-requests is a confirmed malicious PyPI package (MAL-2026-14130) that steals credentials and exfiltrates sensitive data (malicious versions 1.8.0, 1.9.0, 1.10.0…). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in httpz-requests (PyPI)

MAL-2026-14130
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
pip uninstall httpz-requests

What this malware does

httpz-requests exposes a Telegram bot (start_bot, run_cmd_enc, http_request) whose message handler executes arbitrary shell commands on the host running the package, granting a remote Telegram operator full command execution under the installer's user account. Documented remote commands include arbitrary shell execution (chalao, .sh <command>, .py <file>, .exec <file>), destructive filesystem operations (rm -rf <path>), single- and bulk-file exfiltration (take <file>, take all), a full-host backup mode that produces split 50MB archives with .partNNN chunking (get all), and environment-variable dumping (.printenv) — collectively enabling remote theft of filesystem contents and process-environment secrets (cloud, CI, and API credentials). The package is shipped only as compiled Cython .so files with no Python source, and self-describes obfuscation features that XOR+base64-encode command strings and disguise execution as http_request("POST",...) so plaintext commands do not appear in ps or system logs; the Telegram bot token is stored encoded and decoded at runtime by dec(). The distribution name httpz-requests and import name httpz_requests resemble the top-100 PyPI package requests while presenting a Telegram remote-shell API instead of an HTTP client, and metadata is unfilled boilerplate (author Aapka Naam <[email protected]>, homepage https://github.com/YOUR_GITHUB_USERNAME/httpz-requests).

The package provides Telegram-based remote access to the machine it runs on. It was deliberately created and used to hack other machines, exfiltrate files and credentials. This package automatically ensures persistence and starts a malicious process on import.

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

Campaign: 2026-08-httpz-requests

Reasons (based on the campaign):

  • files-exfiltration

  • rat

  • persistence

  • uses-telegram-bot

  • obfuscation

  • native-extension

Malicious versions

34 flagged
1.8.01.9.01.10.01.11.01.12.01.13.01.14.01.15.01.16.01.17.01.18.01.19.01.20.01.21.01.21.11.21.21.21.31.21.41.21.51.21.61.21.71.21.81.21.91.21.101.21.111.21.121.21.131.21.141.21.151.21.161.21.171.21.181.21.191.21.20

Indicators of compromise (SHA-256)

38eff923106836997e28de6d7173a1553da126be230b341fe64f0c4c215769a2
bfd397d38ebfc99250d82313fa10e56a8ef5c7f8fa2d8f6936ee9c3c2964b54f
4835ca3a578fd956c23ec847cd0ac56cadbd9b2f34a430bf5ce1d7671b365615
e3c9badecdb264941a793175933b8011d05b22978a718ae9fb0fbe1b9400a64c
f9b2ddbdc983c898d2b86dbd97247a6242c38b7d9664968ce1c842203eebfb71
15d9f40ec1463a539ec3e5c7ecf783947bc724e302fdf21d428b82ad02560644
4170d438607fc1bf9fcb14aa7cb601d77944a80853999bde9edc97747c24dc01
69689b730524ba61bd510852948f81de1265339089b856189d34921e6b94541f
84faf8868c133d003132a1396b91954a487bfc6e9726457960ea6f51e8b1feec
b46aaafe9b6008f1c4a2b41b173376fe992bc2179026019d0c3f75bf04eeb20f
bfc37d6b5acd1e4dc8353caed214395be65a994b22c47675e863638e25b4114e
d99ea02f5a4160922b5f4680cf364f520d08553e5af297ee80537c02c5e90838
004770b4da0c6705f95ef2c8654fd81d37650ffacaad7160041bded02cdb7fbc
3f09dc685ac9d90fb6021dc7419466544c717e4b7f90c3c48c57c0f411044a94
57031a96370ea7ae754a733c1c1fc8c93b2394c1ddcbb28b126f0f030f4055f3
9479a250d61d2058bbf37a89f74d5eaaa9218495c2b05896ce17b6c2f9973017
afd39f4774edc5f826de98ce9379269b7ee282eaf84e3b2f4bc7a27e6b8b6a51
bf64eb40508632888cfa2827047f1cde21c8e236ca6ddb115907dbae835cc230
3b5bc3a5b6ca5690efc85fdff29e1d122f0536719c58449a5925973203d79fba
c27aeb1f1723947523f3e14b8656f1982821285b249077416c34557671094946
c7eb1009a920f3e6b5d8a0dffec9df9ecef54cf27d7938fac70dcdc4c62817c9

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

  2. If you installed it — respond

    httpz-requests 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 httpz-requests 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 httpz-requests 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. httpz-requests on PyPI has been identified as a malicious package (versions 1.8.0, 1.9.0, 1.10.0, 1.11.0, 1.12.0, 1.13.0, 1.14.0, 1.15.0, and 26 more flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

2026-08-httpz-requestsIN-MAL-2026-018214IN-MAL-2026-018212IN-MAL-2026-018198IN-MAL-2026-018203IN-MAL-2026-018202IN-MAL-2026-018208IN-MAL-2026-018216IN-MAL-2026-018205IN-MAL-2026-018209IN-MAL-2026-018197IN-MAL-2026-018200IN-MAL-2026-018207IN-MAL-2026-018199IN-MAL-2026-018204IN-MAL-2026-018201IN-MAL-2026-018213IN-MAL-2026-018211IN-MAL-2026-018206IN-MAL-2026-018210

References

Credits

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

Detect & block this

O3 blocks httpz-requests-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

httpz-requests (PyPI) malicious package — MAL-2026-14130 | O3 Security