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

dws-frontend-dws-frontend-corenpm

dws-frontend-dws-frontend-core is a confirmed malicious npm package (MAL-2026-13203) that executes malicious code on install (malicious version 35.4.3). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in dws-frontend-dws-frontend-core (npm)

MAL-2026-13203
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall dws-frontend-dws-frontend-core

What this malware does

On require() of this package, index.js loads support.js which downloads a platform-specific binary over HTTPS from author-controlled hosts under oob-worker.cf1*.workers.dev (with a DNS TXT-record base64 fallback under c.*.dl.wel1.ru). Destination hostnames are assembled via.join('') on split string fragments to evade static analysis. The fetched bytes are written to /var/tmp/.cache<hex> on Unix or %TEMP%\dotnet_diag_<hex>.exe on Windows — filenames disguised as a dotfile cache or a Microsoft.NET diagnostics binary — chmod 0755, and spawned detached via /bin/sh -c or cmd. A /tmp/.analytics_state marker file throttles re-execution, and the code pretends to honor DISABLE_TELEMETRY/ANALYTICS_OPT_OUT/DO_NOT_TRACK as a cover story despite the observed behavior being remote-binary execution rather than telemetry. No hash or signature verification is performed on the downloaded payload; the destination is not a publisher-owned or registry-hosted artifact.

Malicious versions

1 flagged
35.4.3

Indicators of compromise (SHA-256)

7fb73f65c18cf45f29f533ef6b9ab1278412909686c0750018f9d35170ed39f2

Detection & response playbook

Malicious package
  1. Find it

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

  2. If you installed it — respond

    Remove dws-frontend-dws-frontend-core from your project and lockfile, then assume any secrets accessible to the build or runtime were exposed: rotate API keys, tokens, and credentials, and audit for unexpected outbound activity or persistence.

  3. Did it already run?

    If dws-frontend-dws-frontend-core 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 dws-frontend-dws-frontend-core 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. dws-frontend-dws-frontend-core on npm has been identified as a malicious package (version 35.4.3 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-015575

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks dws-frontend-dws-frontend-core-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

dws-frontend-dws-frontend-core (npm) malicious package — MAL-2026-13203 | O3 Security