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

uisp-connectornpm

Malicious code in uisp-connector (npm) Remove it immediately and rotate any exposed credentials.

MAL-2026-5288
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall uisp-connector

What this malware does

package.json declares preinstall: node index.js || true, causing index.js to run automatically on npm install. index.js issues a DNS resolution and HTTPS GET to a unique subdomain under oast.online (an Interactsh out-of-band collection server). The callback reveals the installer's resolver IP, egress IP, and the fact that an internal build system fetched a package matching this name — the canonical dependency-confusion exfiltration signal. The README self-identifies the package as security research, and the version string contains security-research, but an installer cannot distinguish authorized research from real exploitation: the network beacon and information disclosure happen identically in both cases, and whoever controls the Interactsh subdomain receives the data.

The OpenSSF Package Analysis project identified 'uisp-connector' @ 99.0.0 (npm) as malicious.

It is considered malicious because:

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

Malicious versions

3 flagged
0.0.1-security-research0.0.2-security-research99.0.0

Indicators of compromise (SHA-256)

7387d5655b4341cd75024769045f64a7a2e6315e948c9b2e9789c9704f48ecc7
9f2716a2af0ca7a9cfaa91ed2de5c46667d7630eae137db8c89a0e3911137115
351b32a85d024168970d1a2e8b7c9c5e6ff6f1d31191390f248a988d9ea6b9a9
ab14e5e62703677f925845467d6f0a844cfd4d0467f5e44cfa675540c45a5280
e029f127d48e58f34bbe52151b28b8bf4b358cb857e0813c9ab8bb32a5307ccc

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

  2. If you installed it — respond

    uisp-connector 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 uisp-connector 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 uisp-connector 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. uisp-connector on npm has been identified as a malicious package (versions 0.0.1-security-research, 0.0.2-security-research, 99.0.0 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-005246IN-MAL-2026-005245IN-MAL-2026-005318IN-MAL-2026-005319

References

Credits

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

Detect & block this

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