Close Menu
NCIJ Network NCIJ Network
    What's Hot

    Max Miller Continues to Resist Pressure to Drop Out as Deadline Looms

    August 7, 2026

    The Chinese Philosopher Americans Can’t Stop Fighting About

    August 7, 2026

    Tencent Cloud Open-Sources TencentDB Agent Memory v2.0: A Team-Level Memory Hub for AI Coding Agents

    August 7, 2026
    Facebook X (Twitter) Instagram
    Trending
    • Max Miller Continues to Resist Pressure to Drop Out as Deadline Looms
    • The Chinese Philosopher Americans Can’t Stop Fighting About
    • Tencent Cloud Open-Sources TencentDB Agent Memory v2.0: A Team-Level Memory Hub for AI Coding Agents
    • Microsoft, Apple Release Fresh Security Updates
    • Senators Lummis, Alsobrooks Continue Work On Clarity Act
    • The key to colonizing Mars may be hidden inside asteroids
    • I love football, so I support lots of clubs | Football
    • Footage of Trump’s Las Vegas speech sparks unproven wig rumor
    • About
      • Our Team
      • Editorial Policy
      • Editorial Independence
      • International Support
    • Trust & Standards
      • AI Usage Policy
      • Conflict of Interest Policy
      • Corrections Policy
      • Ethics Policy
      • Fact-Checking Policy
      • Source Protection
    • Get Involved
      • Guide for Sources
      • Support Independent Journalism
    • Legal
      • Cookie Policy
      • Privacy Policy
      • Terms of Use
    Facebook X (Twitter) Instagram
    NCIJ Network NCIJ Network
    Friday, August 7
    • Home
    • World
    • Ai
    • Business
    • Politics
    • Health
    • Crypto
    • Science
    • Technology
    • Cybersecurity
    • Defense & Security
    • Economy
    • Energy
    • Europe
    • More
      • Fact Check
      • Investigations
      • Opinion & Analysis
      • Environment
    NCIJ Network NCIJ Network
    Home»Cybersecurity

    Nearly 800 Malicious npm Packages Deliver Cross-Platform RAT and Infostealer

    NCIJ NETWNCIJ NETWORKBy NCIJ NETWNCIJ NETWORKAugust 7, 2026 Cybersecurity No Comments5 Mins Read
    Share
    Facebook Twitter LinkedIn Pinterest Email

    A cluster of nearly 800 malicious packages has been published to the npm registry as part of a new campaign designed to deliver cross-platform malware targeting Windows, Mac, and Linux systems.

    “These packages appear to use AI slop squatted, or randomly generated typo-squatting package names, but all of them deliver a powerful RAT and infostealer payload,” OpenSourceMalware researcher Paul McCarty said.

    Unlike other npm-oriented software supply chain attacks that make use of lifecycle hooks like preinstall or postinstall to trigger the execution of malicious code, the newly identified packages come with a README that instructs developers to load them with require(), a built-in function to import modules, local files, and third-party packages.

    The attack leads to the execution of a downloader named WEL1DROPPER, which, when executed, identifies the host operating system and processor architecture and fetches a compatible payload from one of the three Cloudflare Workers hosts. The three Cloudflare Workers domains are listed below –

    • oob-worker.cf103-070.workers[.]dev
    • oob-worker.cf102-baf.workers[.]dev
    • oob-worker.cf99-9b3.workers[.]dev
    Cybersecurity

    If the HTTPS-based downloads fail, the malware switches to a platform-specific domain and uses DNS TXT records to obtain the next-stage from the domain “wel1[.]ru.” The payload domain for each operating system and CPU architecture is as follows –

    • Linux x64 – sdk.dl.wel1[.]ru
    • Linux ARM64 – ext.dl.wel1[.]ru
    • macOS – pkg.dl.wel1[.]ru
    • Windows – net.dl.wel1[.]ru

    “The package first requests a TXT record from c.,” McCarty explained. “It parses the response as the number of payload chunks, accepting a value between 1 and 2,000. It then requests numbered TXT records. The returned strings are joined together and Base64-decoded into a binary buffer.”

    In the final stage, the payload is written to a temporary folder and executed either using “/bin/sh” on Linux and macOS, or “cmd.exe” on Windows.

    Sonatype, which is also tracking the campaign under the moniker Flooding Dropper, said the final stage is launched as a detached process, with the Windows version taking steps to patch Event Tracing for Windows (ETW) and Antimalware Scan Interface (AMSI) to interfere with monitoring, check for sandboxes and virtual environments, establish persistence through a Registry Run key and a scheduled task, and download an encrypted payload (“/pkg/update_win.exe”) and run it.

    The macOS infection chain is similar, performing an identical set of actions to look for debuggers and analysis artifacts before retrieving a compatible payload (“/pkg/beacon_mac.bin”) from a remote server. If this fails, it employs the aforementioned DNS TXT delivery, sets up persistence using a LaunchAgent, and then starts the executable in a detached process.

    The Linux sample, on the other hand, is an UPX-packed ELF binary that’s configured to download auxiliary payloads from a Cloudflare Worker URL (“oob-worker[.]cf99-9b3.workers[.]dev”), ultimately leading to the deployment of Sliver, an open-source command-and-control (C2) framework.

    The packages have also been found to contain a file called “lib/telemetry.js” that implements a plausible-looking telemetry SDK but also contains the same downloader logic.

    “The package entry point does not import this file, and it contains no additional hard-coded infrastructure,” OpenSourceMalware said. “The oversized telemetry implementation appears intended to add noise and make the malicious behavior look like native profiling or analytics functionality during a quick review.”

    The presence of domains like “tcsbank[.]ru” and “cloudpayments[.]ru” in the macOS payload indicates that the campaign could be targeting Russian financial institutions and mobile payments.

    It’s also suspected to be an evolution of a dependency confusion campaign codenamed Moika that was observed earlier this April and saw over 250 packages published to the npm registry to steal environment information and deliver an operating system-specific second-stage payload.

    Cybersecurity

    The development comes as Palo Alto Networks Unit 42 documented multiple campaigns targeting npm and the Python Package Index (PyPI) repository –

    • A set of 10 npm packages that download an obfuscated cryptocurrency stealer and a remote access trojan from an external server. “After installation, the packages export a ‘getPlugin’ function that constructs the URL from which the payload is downloaded as an obfuscated IIFE (Immediately Invoked Function Expression) JavaScript code embedded in a JSON object,” Unit 42 said. “The payload implements a crypto stealer and Remote-Access Trojan (RAT) that allows the attacker to execute arbitrary commands on the infected host.”
    • A set of malicious packages across npm and PyPI representing multiple distinct threat actors that are capable of cloud credential exfiltration, delivering EtherHiding blockchain-based C2 droppers, Solana cryptocurrency wallet key theft via Telegram, .env file secret exfiltration, fake-CAPTCHA social engineering remote code execution, and Discord token theft and GitHub Actions CI/CD credential exfiltration.

    From Packages to Chrome Extensions

    Threat actors have also been observed using Google Chrome extensions marketed as game emulators, password managers, productivity tools, CSS inspectors, and markdown converters to turn the web browser into a web crawling proxy. The crawl commands are received remotely via a persistent WebSocket connection.

    “These extensions embed an identical commercial web bandwidth-sharing SDK that connects the user’s browser to a 3rd party residential proxy network for web scraping operations,” Unit 42 said, adding it crawls pages by injecting a hidden iframe into active browser tabs, converts page content to Markdown in the background, and sends it to a remote cloud backend.

    The cybersecurity company noted that some of these extensions disclose the practice in their Chrome Web Store descriptions and in the privacy policies on their SaaS websites. Once installed, the third-party SDK prompts users to opt-in to the service.

    “While the proxy and crawling features remain inactive if the user declines, some extensions frame this opt-in as necessary for uninterrupted service,'” Unit 42 said. “A notable example is InstaSkip (mdondgockboebafloibbhjofmoedmnnn), which embeds this SDK.”

    CrossPlatform deliver infostealer Malicious npm Packages RAT
    NCIJ NETWNCIJ NETWORK
    • Website

    Keep Reading

    Microsoft, Apple Release Fresh Security Updates

    Verification closes the loop | CSO Online

    Autonomy is earned, not claimed

    Unlimited Technology Systems breach impacts 3.8 million people

    Black Hat USA 2026 – Summary of Vendor Announcements (Part 4)

    In Other News: AI Slop Limits Apple Bounties, North Carolina Port Attacks, Hackers Target Wall Street

    Add A Comment
    Leave A Reply Cancel Reply

    Editors Picks

    Max Miller Continues to Resist Pressure to Drop Out as Deadline Looms

    August 7, 2026

    The Chinese Philosopher Americans Can’t Stop Fighting About

    August 7, 2026

    Tencent Cloud Open-Sources TencentDB Agent Memory v2.0: A Team-Level Memory Hub for AI Coding Agents

    August 7, 2026

    Microsoft, Apple Release Fresh Security Updates

    August 7, 2026
    Latest Posts

    Angela Rayner rules out rent controls in England

    July 24, 2026

    Merz names Nina Warken chancellery chief in Cabinet reshuffle – POLITICO

    July 24, 2026

    US attacks Iran as Houthis allow Chinese ships to pass: What’s the latest? | US-Israel war on Iran News

    July 24, 2026

    Subscribe to News

    Get the latest sports news from NewsSite about world, sports and politics.

    NCIJ Network is an independent digital news platform delivering trusted investigative journalism, European and global news, in-depth analysis, and fact-based reporting with accuracy, transparency, and integrity.

    Facebook X (Twitter) Instagram Pinterest YouTube

    Max Miller Continues to Resist Pressure to Drop Out as Deadline Looms

    August 7, 2026

    The Chinese Philosopher Americans Can’t Stop Fighting About

    August 7, 2026

    Tencent Cloud Open-Sources TencentDB Agent Memory v2.0: A Team-Level Memory Hub for AI Coding Agents

    August 7, 2026

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    Type above and press Enter to search. Press Esc to cancel.