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

event-metrics-q3x7npm

event-metrics-q3x7 is a confirmed malicious npm package (MAL-2026-5857) that steals credentials and exfiltrates sensitive data (malicious versions 1.0.0, 1.0.1, 1.0.2…). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in event-metrics-q3x7 (npm)

MAL-2026-5857
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall event-metrics-q3x7

What this malware does

On install, package.json runs a postinstall hook (node run.js) that triggers beacon scripts (beacon20.js, beacon_linux.js) shipped in the tarball. The beacons load child_process, os, https, and http, gather host fingerprints (os.hostname(), os.platform(), process.platform, process.env) and command output via exec(...), and transmit the data outbound — beacon_linux.js issues an http.request(...) POST containing host details, while beacon20.js performs https.request(...) calls including requests against the Azure management API endpoint. There is no advertised purpose that justifies a host-info beacon firing automatically at install time, and the data collected (env vars, hostname, platform, command output) is classic installer-side reconnaissance and credential-surface telemetry. Installing this package executes the beacon on npm install and leaks installer-machine information to the embedded destinations.

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

9 flagged
1.0.01.0.11.0.21.0.31.0.41.0.51.0.61.0.71.0.8

Indicators of compromise (SHA-256)

38481a7b69f79e37a538047118a05881f29da308c683571c5ab230b5288663c0
fa01dc0bbee924d7db5aba6916490bc9202963bfd27c1fc558c19597f1e32f55
8431eba424b46c8f132b5cf8e65e88f79e227dcf22482b8ab2d23a144f81fc8a
9059fcd730d26d7cc5542c4d80eb7e1abd89e51f253ffe4a97adfce0345a01ba
9b805c0ac88b45f49b1698fb9ea33e00767380544221d574a0da0e0f526d07f8
aad86da9d58e69db4eb1e7bf9a63166f6f11da09a012a41c2a76c99add3e3fd0
b20773f0af359b4191d9b4718f7b8d984d5c9fca236ebd8ce151e487554b8aea
ba5124f00c898366c83713400b6d4d03d01a94d927830248026bb49db66fb1ff
e3474ad4e933b73f874c39c9728accc1028c4a152768e218f2434c8a45057843
6d9199a70db65b8ecddceb353a3b964fe4973de7887587d42e2b32d4fb267c1e

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

  2. If you installed it — respond

    event-metrics-q3x7 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 event-metrics-q3x7 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 event-metrics-q3x7 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. event-metrics-q3x7 on npm has been identified as a malicious package (versions 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.0.6, 1.0.7, and 1 more flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-006734IN-MAL-2026-006733IN-MAL-2026-006731IN-MAL-2026-006737IN-MAL-2026-006735IN-MAL-2026-006732IN-MAL-2026-006729IN-MAL-2026-006736IN-MAL-2026-006730GHSA-hw6h-jfr8-q9v4

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks event-metrics-q3x7-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

event-metrics-q3x7 (npm) malicious package — MAL-2026-5857 | O3 Security