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

@qwedqwed/axiosnpm

@qwedqwed/axios is a confirmed malicious npm package (MAL-2026-4422) that typosquats a legitimate package to trick installs (malicious versions 1.16.2, 1.16.3, 1.16.4…). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in @qwedqwed/axios (npm)

MAL-2026-4422
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall @qwedqwed/axios

What this malware does

Package @qwedqwed/axios is published under a scope that does not belong to the real axios maintainers but copies axios's README, source, homepage (axios-http.com), repository (github.com/axios/axios), and author metadata (Matt Zabriskie) verbatim to present itself as the genuine axios library. Its package.json declares two runtime dependencies that the real axios does not use: @caspianph/storyteller@^1.1.12 and math@^0.0.3. The math name is a long-abandoned npm utility frequently abused as a dependency-confusion / typosquat target, and @caspianph/storyteller is an unknown package under an unrelated scope. Installing or requiring @qwedqwed/axios resolves and loads both of those packages into the installer's dependency graph. The axios source bytes shipped in this tarball are themselves benign (the ping strings flagged are inside axios's normal HTTP adapter / utility code, not an exfil path), but the package functions as a lure: the harmful surface is the silently-pulled transitive code, not this tarball's own JavaScript.

Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer. The package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.

Malicious versions

11 flagged
1.16.21.16.31.16.41.16.51.16.61.16.71.16.81.16.91.16.101.16.111.16.12

Indicators of compromise (SHA-256)

119efce3cb464ef8c7b605ec49768619ac9ef49b9981d4b0a530ff1829194b8c
f5a151202e60ecc066a36811f1cc7cec2c97d4af22bc47fee74da0ebf106e4de
65cc6ad7f5d72e7e50a4493915cc5b8ce23b39b6f25ca5515228be44695016ca
b602128ba8b351ac4d372cf5e9eb8bcbd3523788f15850574bfbb0232ad05eb5
4366e6fa38b63e6302773adc8d9b6008336d8b4e2c24e498b34bd269881943fa
8e1a550c7ba6739b6efb79e85aaa9c3fd06e26ee3b913ac012aa4a23618413db
ba29ddfea049d3f65c529bab7fee85093fb13cced2b0c7049fe744048b17e711
ebe2690cdf59c2f5545732fa9602a93d44de02f2a3f7bc91f9fd79c16a96644c
4623776bf85a413f9b6dadba96a99201fed77c25ee52b12bf24fcc4d26c88bf2
47b3a823f6836f19260848fbffc684574f5717bfad22df4f1eec02035ba3a26b
65c69b1ca6cf30c0ee1ffee9f35973ccacb0a05a88c20e5afe70103c7c12d075
853cda556cfaf1d01ab671780a82d17a92fd390fffa14d525043637b5f8d2cfd

Detection & response playbook

Typosquat
  1. Find it

    Scan your lockfiles (package-lock.json, pnpm-lock.yaml, yarn.lock, requirements.txt, poetry.lock, etc.) and build artifacts for @qwedqwed/axios (11 malicious versions). O3 Security's supply-chain scanner checks every dependency against known-malicious package intelligence at install time and in CI, flagging @qwedqwed/axios across your stack and pipelines.

  2. If you installed it — respond

    @qwedqwed/axios is a typosquat — you almost certainly intended a legitimately-named package. Remove @qwedqwed/axios, install the correct package, and rotate any secrets exposed during the install since post-install scripts may have already run.

  3. Did it already run?

    If @qwedqwed/axios 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 @qwedqwed/axios 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. @qwedqwed/axios on npm has been identified as a malicious package (versions 1.16.2, 1.16.3, 1.16.4, 1.16.5, 1.16.6, 1.16.7, 1.16.8, 1.16.9, and 3 more flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-003478IN-MAL-2026-007422IN-MAL-2026-007421GHSA-3gw3-hvvw-mp2hIN-MAL-2026-017714IN-MAL-2026-017717IN-MAL-2026-017807IN-MAL-2026-017808IN-MAL-2026-017805IN-MAL-2026-017809IN-MAL-2026-017803IN-MAL-2026-017804

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks @qwedqwed/axios-class packages before install and in CI — and if it already ran, its runtime egress monitoring catches the malicious outbound activity and severs the channel.

Explore

@qwedqwed/axios (npm) malicious package — MAL-2026-4422 | O3 Security