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

auto-backup-macosPyPI

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

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

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

6 flagged
1.0.01.0.21.0.31.0.51.0.61.0.7

Indicators of compromise (SHA-256)

b610548797a0e551c313da3872c55a160f62ad4f3fb8363535b713053d949397
979c07be3bd7d944c22c152134c9414ee37fc5c6c77b5c6b4da378ffbfc157b5
64b97d3c3597539dc5a2cc2d81491eb2a0350011b3d80ef927546bc30701f924
b4bfab294d54805ec8a0ffc488d2206099847a73f1d34abac9d4efc7eeee8734

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-macos (6 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-macos across your stack and pipelines.

  2. If you installed it — respond

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

Campaign

2026-01-auto-backupRLMA-2026-00122

References

Credits

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

Detect & block this

O3 blocks auto-backup-macos-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-macos (PyPI) malicious package — MAL-2026-924 | O3 Security