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

ttspc-server-samplenpm

ttspc-server-sample is a confirmed malicious npm package (MAL-2026-5707) that steals credentials and exfiltrates sensitive data (malicious versions 9.0.0, 9.0.1, 99.9.0…). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in ttspc-server-sample (npm)

MAL-2026-5707
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall ttspc-server-sample

What this malware does

[email protected] declares postinstall: node index.js in package.json, so on npm install it automatically executes index.js. The script collects the installer's hostname, username, current working directory, network interface IPs/MACs, OS info, the presence of env vars including credential-shaped names (APP_KEY/APP_SECRET/etc.), and the full process list (ps aux on Unix, tasklist /V on Windows), then HTTP POSTs the JSON payload to a hardcoded Burp Collaborator endpoint at http://dduqpvg687wohv3ymaiaa3j2etks8swh.oastify.com (with a secondary reference to http://your-id.burpcollaborator.net). The package self-labels via X-PoC-Type: dependency-confusion / X-PoC-Package: ttspc-server-sample headers and uses an inflated 99.9.0 version designed to win semver resolution against a victim org's private internal package of the same name. Even framed as a PoC, the install-time exfiltration of host identifiers, internal IP addresses, credential-variable names, and running process inventory to an attacker-controlled OAST host is a real supply-chain attack against any installer that resolves this public package instead of the intended private one.

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.

The OpenSSF Package Analysis project identified 'ttspc-server-sample' @ 99.9.0 (npm) as malicious.

It is considered malicious because:

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

Malicious versions

6 flagged
9.0.09.0.199.9.099.9.199.9.299.9.3

Indicators of compromise (SHA-256)

42431437432238c5e538914744de6f640582830a717f2625f3dac00be71c3b62
91d0c4ae89a4f630e59ca4960fdff3832c8fa9d4b7dbbdf148abe39b260c7ec8
98ea79d9fce12a87d3949dc748617f8077a1ae0822fadab451c27d2c8a2feb9b
7451a014464b355b6b945397abdc1081ba51549a6bfebfc5f08af39c08569dca
727d73fd4a71db0d5b2fba96d6085b8def58fb909a134e9be7bdbaf7b394bec4
9b214d1b9a291a628667a867b068d68548fc044f7e266165281a13a3a6025094
7a1be6a8ad2c1e6af8537e8321638055dd58c672f1a6a8bc4c2aa9f41d638694
e4c4e5e2644fd6776d7df1154b9b001f526d53e2e0665907cd47ebba3c81e8d2
0472bd62425c0a5a5399e516f668ef57f3d6369e653078f032250c2912a04699
2e9458288128731bc5916563b387a87f5e62181bdba03f7b40a6e865c77cbe0e
98c59beaecd05e92aec10fbefe858d153e56e44a4a88148c85d766544f942830
ca56615e7ea600a7ccbe8e8c52b7568fd086b59e46db5b43b440cf38cfd7bfab
4ddedc3893550000dcaca1eb0331eba8bcce1a131d2da11912a184d7dfd5ab1b
cd85ae1d0609275d914b5063434effeec5b95aed5e26e08d453796fd266b7568

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

  2. If you installed it — respond

    ttspc-server-sample 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 ttspc-server-sample 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 ttspc-server-sample 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. ttspc-server-sample on npm has been identified as a malicious package (versions 9.0.0, 9.0.1, 99.9.0, 99.9.1, 99.9.2, 99.9.3 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-005842IN-MAL-2026-005841IN-MAL-2026-006366IN-MAL-2026-006400IN-MAL-2026-006399IN-MAL-2026-006668IN-MAL-2026-006667IN-MAL-2026-006669IN-MAL-2026-006666GHSA-55wh-p7q3-vh4pIN-MAL-2026-008933

References

Credits

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

Detect & block this

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

Explore