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

airkey-mfa-reactnpm

Malicious code in airkey-mfa-react (npm) Remove it immediately and rotate any exposed credentials.

MAL-2026-6991
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall airkey-mfa-react

What this malware does

package.json declares a preinstall hook that runs index.js on npm install. index.js collects host and user identity data — hostname, platform, arch, home directory, username/uid/gid/shell, OS info, cwd, plus the output of whoami and id — and POSTs the JSON to a hardcoded Burp Collaborator-style OAST subdomain at s70v1tcmg3npuykzzok5t0tdz45vtlha.oastify.com/detox56. The package ships no library code matching its advertised MFA/React purpose; the install-time beacon is the package's only functional behavior. Empty author/description metadata and the mismatch between the package name and its contents are consistent with a dependency-confusion or namespace-squat placeholder targeting an internal package name.

The OpenSSF Package Analysis project identified 'airkey-mfa-react' @ 36.1.1 (npm) as malicious.

It is considered malicious because:

  • The package communicates with a domain associated with malicious activity.

Malicious versions

2 flagged
20.0.136.1.1

Indicators of compromise (SHA-256)

aabfcc531d8f0174d9ba67b4ff82625500d953dfa0016b3e7bd95df973d5509f
03026bf6133183ffaba772b4b1f585bab0a42ab87823a0a2375a7f1cba08661e

Detection & response playbook

Backdoor / remote access
  1. Find it

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

  2. If you installed it — respond

    airkey-mfa-react establishes remote access, so treat any host that installed it as fully compromised. Isolate the machine, remove the package, rotate all credentials it could reach, and rebuild from a trusted image rather than cleaning in place — a backdoor may have planted additional persistence.

  3. Did it already run?

    If airkey-mfa-react 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 airkey-mfa-react 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. airkey-mfa-react on npm has been identified as a malicious package (versions 20.0.1, 36.1.1 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-008173

References

Credits

  • Amazon Inspector · finder
  • OpenSSF: Package Analysis · finder

Detect & block this

O3 blocks airkey-mfa-react-class packages before install and in CI — and if it already ran, its runtime egress monitoring catches the C2 callback and severs the channel.