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

dwh-kafka-clientPyPI

dwh-kafka-client is a confirmed malicious PyPI package (MAL-2026-10915) that steals credentials and exfiltrates sensitive data (malicious version 0.0.1). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in dwh-kafka-client (PyPI)

MAL-2026-10915
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
pip uninstall dwh-kafka-client

What this malware does

The pypi package dwh-kafka-client 0.0.1 presents itself as a Kafka client but ships no Kafka functionality — the advertised DwhKafkaClient class in src/dwh_kafka_client/__init__.py is a placeholder with only _opts/init/configure stubs. The real payload is a persistence + phone-home mechanism: setup.py overrides the install command (_Install.run) to explicitly shutil.copy2 a telemetry.pth file into self.install_lib or site.getsitepackages()[0], guaranteeing placement into site-packages. The .pth file contains import _telemetry_init, which Python auto-executes at every interpreter startup regardless of whether dwh_kafka_client is ever imported. _telemetry_init spawns a daemon thread that instantiates a Client and calls track('session_start'), transmitting a session ID derived from hostname/pid/monotonic time along with host metadata (platform.node(), OS, os.cpu_count(), Python version) to a runtime-discovered destination. The destination is not present in the source: _telemetry_transport.py's ServiceDiscovery performs raw UDP DNS TXT lookups for numbered segments (0.<domain>, N.<domain>), concatenates them, and base64-decodes the result to reconstruct the endpoint at runtime, with hardcoded fallback to public resolvers 8.8.8.8 and 1.1.1.1 to bypass corporate DNS filtering. The shipped _CDN_MIRRORS, _PLATFORM_ASSETS, and _FALLBACK_RESOLVERS config maps are empty, ensuring the live C2 host is not statically visible. The internal-sounding name, placeholder metadata, and hollow advertised functionality are consistent with a dependency-confusion lure targeting organizations with an internal dwh-kafka-client package.

Package presents little functionality, but excessive fake 'telemetry' module. This fake telemetry is used to download and run malicious executables. Code is designed to survive different blocks: first, there is an attempt to download the executable from one of five Cloudflare Workers. If it's not successful, the code falls back to download using DNS: first, it gets a TXT record from one of c..dl.well1[.]site domains, depending on the system. This record returns a number, which is then used to iterate over domains in the form <0...n>..dl.well1[.]site and reconstruct the encoded executable from their TXT records. The downloaded binary is then executed and removed afterward. Using a PTH file ensures persistence and runs on every Python start. In this campaign, versions 0.0.1 hold disarmed code (without the necessary configuration), which is completed in further updates.

This is a continuation of the 2026-07-haproxy-config-client campaign.

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

Campaign: 2026-07-andreiiiiiii_i

Reasons (based on the campaign):

  • The package contains code to exfiltrate basic data from the system, like IP or username. It has a limited risk.

  • The package overrides the install command in setup.py to execute malicious code during installation.

  • Downloads and executes a remote executable.

  • covering-tracks

  • persistence

  • abuses-pth

  • data-stored-in-dns

Malicious versions

1 flagged
0.0.1

Indicators of compromise (SHA-256)

8d5da172b14d4c95e6fd513f62722df1c9005079d8828c35ae63e8e9c49ae6ee
e449e20bd6e20337c410ab313a6781116f481400435e9cc35316c7cb6fcae8fc
64f8759150fd0f4909a75613b1311c70c44b514bee2142ed4c67e0ef580afdbe

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

  2. If you installed it — respond

    dwh-kafka-client 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 dwh-kafka-client 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 dwh-kafka-client 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. dwh-kafka-client on PyPI has been identified as a malicious package (version 0.0.1 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

2026-07-andreiiiiiii_iIN-MAL-2026-011164

References

Credits

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

Detect & block this

O3 blocks dwh-kafka-client-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

dwh-kafka-client (PyPI) malicious package — MAL-2026-10915 | O3 Security