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

auto-backup-wslPyPI

Malicious code in auto-backup-wsl (PyPI) Remove it immediately and rotate any exposed credentials.

MAL-2026-926
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
pip uninstall auto-backup-wsl

What this malware does

Package performs a "backup" of files to a remote location. This functionality is clearly described, but the user has no control over the remote location where the collected files are sent, as well as no access to the "backed up" data. They are uploaded to a hardcoded Gofile account and as the downloading links are not saved anywhere, only the package author has access to them. In newer versions, packages explicitly target files with passwords, mnemonics, keys and crypto tokens. Also the command history and content of the clipboard are exfiltrated.

Furthermore, packages are closely related to and used in multiple Github repositories about cryptocurrencies, and other attractive toolsets, like free AI. When a user sets up one of these repositories, the auto-backup* packages are automatically installed. They are set - through a covered steps - to run as a scheduled task or periodic service, and exfiltrate sensitive data.

As an example, https://github.com/oxmoei/BatchCall-dapp :

  1. Installation: https://github.com/oxmoei/BatchCall-dapp/blob/20dc21c96226481b3351ee477ad64e615a34b0c5/install.sh#L108
  2. next, a remote script is executed: https://github.com/oxmoei/BatchCall-dapp/blob/20dc21c96226481b3351ee477ad64e615a34b0c5/install.sh#L124C10-L124C103
  3. which then extracts base64-encoded scripts in the repository itself https://github.com/oxmoei/BatchCall-dapp/blob/20dc21c96226481b3351ee477ad64e615a34b0c5/.configs/config.ini#L22 and configures scheduled tasks/services/cronjobs/bashrc entries.

Scripts encoded in the repository call the "autobackup" command provided by auto-backup* Python packages. Effectively, the user's computer is infected with an infostealer.

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

Campaign: 2026-01-auto-backup

Reasons (based on the campaign):

  • files-exfiltration

  • infostealer

  • exfiltration-credentials

  • crypto-related

  • persistence

Malicious versions

8 flagged
1.0.01.0.21.0.31.0.41.0.51.0.61.0.81.0.9

Indicators of compromise (SHA-256)

048fde8453ce02a7575391e63aa2dad26005c32566120de9b4154b99d77d28fa
ce3d088dd0540978436c5b19d432434b769bbe2bc9e6d4bb34e6bda1df23edef
a2df4191bfbdaa28acd42677c912064639ef3b278179beee064cd83fb5b0e11e
c433b123918e2f7fdf162382dcd49783e9477d74234e3887d2c6c13fbf392b68

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

  2. If you installed it — respond

    auto-backup-wsl 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 auto-backup-wsl 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 auto-backup-wsl 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. auto-backup-wsl on PyPI has been identified as a malicious package (versions 1.0.0, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.0.6, 1.0.8, 1.0.9 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

2026-01-auto-backupRLMA-2026-00124

References

Credits

  • Kamil Mańkowski (kam193) · analyst
  • ReversingLabs · finder

Detect & block this

O3 blocks auto-backup-wsl-class packages before install and in CI — and if it already ran, its runtime egress monitoring catches the credential exfiltration and severs the channel.

auto-backup-wsl (PyPI) malicious package — MAL-2026-926 | O3 Security