Close Menu
NCIJ Network NCIJ Network
    What's Hot

    Philippine Supreme Court rules monitoring commercial fishing vessels is unconstitutional

    August 19, 2026

    When a Big Energy Project Turns Bad by Djoomart Otorbaev

    August 19, 2026

    Trump said he ‘probably’ wouldn’t have rescued 10-year-old from drowning

    August 19, 2026
    Facebook X (Twitter) Instagram
    Trending
    • Philippine Supreme Court rules monitoring commercial fishing vessels is unconstitutional
    • When a Big Energy Project Turns Bad by Djoomart Otorbaev
    • Trump said he ‘probably’ wouldn’t have rescued 10-year-old from drowning
    • Central African Republic gold mine collapse kills more than 100
    • Republicans take aim at News Bargaining Incentive
    • What has Burnham promised since he became PM, and when will it happen? | Andy Burnham
    • Trump Nominates Heidi Overton, a Top Domestic Policy Aide, for F.D.A. Commissioner
    • Can MainstreamOS finally make Linux a household name? I tried it to find out
    • 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
    Wednesday, August 19
    • 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

    SilkParasite Espionage Campaign Targets Central Asian Governments with Five New RATs

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

    A previously unreported cyber espionage operation dubbed SilkParasite has been observed targeting government bodies in Central Asia.

    The intrusion set makes use of seven remote access tool (RAT) families, five of which have never been previously documented: DriveSilkRAT, CookiETagRAT, NomadRAT, GoginRAT, and NodeEdgeRAT. SilkParasite, first discovered in late 2025, is assessed to be a China-nexus threat cluster with medium confidence.

    “What makes SilkParasite interesting is the traces of AI-assisted development running through otherwise expert code, which is a different thing from AI-generated malware,” Bitdefender Labs said in a technical report shared with The Hacker News.

    Unlike other operations that rely on AI-generated malware, SilkParasite’s arsenal exhibits all hallmarks typically associated with professional espionage tooling that’s developed by a team of human operators while AI is likely used to streamline the process.

    The Romanian cybersecurity vendor said the clearest sign of the technology use comes from a phishing lure that’s indubitably AI-generated. It’s also the only place the adversary seems to have been sloppy, which has raised the possibility that it may have been a deliberate choice to confuse attribution efforts.

    SilkParasite is the third prominent threat actor to strike Central Asia in recent years, after UAC-0063 and FamousSparrow. One notable aspect that ties the operation to China is the use of a backdoor dubbed BLOODALCHEMY, which is an updated version of Deed RAT, itself a successor to ShadowPad. ShadowPad, for its part, is an evolution of PlugX. Both ShadowPad and PlugX are widely put to use by Chinese hacking groups.

    Cybersecurity

    First documented by Elastic Security Labs in October 2023, BLOODALCHEMY was observed as part of attacks mounted by REF5961 targeting government organizations in Southern and Southeast Asia. The C-based backdoor is said to be part of a broader toolset that’s launched by means of a DLL loader that’s sideloaded using a legitimate binary.

    The malware supports basic commands to gather host information, overwrite the malware binary, the loader, or the main trusted binary that’s vulnerable to DLL sideloading, and terminate and uninstall itself.

    Another indicator that points to China-nexus is the use of an updated version of SpiceRAT, which is equipped to download and run executable binaries and arbitrary commands. It’s attributed to another Chinese-speaking threat actor codenamed SneakyChef.

    Attack chains begin with password-protected RAR archives bearing malicious Microsoft Office documents that are likely delivered via spear-phishing emails. The password to open the archive is supplied in the email body. Opening the document launches a macro responsible for trigger a DLL sideloading sequence to drop the first-stage payload.

    “The lures were regionally tailored,” Bitdefender said. “Recovered documents were crafted to look relevant to government

    entities in Uzbekistan, Turkmenistan, Kyrgyzstan, Tajikistan, and Kazakhstan, several impersonating specific ministries. A further document, recovered from a public malware-sharing platform, was addressed to a Georgian government entity.”

    Perhaps more significantly, the macro checks if Kaspersky’s antivirus software is installed and running on the machine before execution. This is indicative of attempts to bypass detection given the prevalence of the security program in the region.

    Almost every single tool deployed over the course of the attack implements a plugin-oriented architecture that allows the operators to expand its capabilities at will, while selectively serving payloads that can better adapt to the victim environment and keeping the detection footprint small.

    What’s more, the modular system offers another crucial advantage in that it enables the threat actors to upgrade the components’ capabilities without having to replace the underlying foundations. The seven implants span four different programming languages — .NET, C++, Go, and JavaScript — and use DLL sideloading as the main delivery vector.

    The approach involves bringing their own copy of a legitimately signed program, as opposed to leveraging an already installed binary, and placing the rogue DLL under a name the executable looks for, causing the malicious code to be run. A brief description of each of the malware family is as follows –

    • DriveSilkRAT (.NET/C++), which uses Google Drive as command-and-control (C2) to poll a specific folder for tasking, run it through an in-memory .NET plugin system, and upload the results of the execution back to the same folder. It supports 12 plugins for process listing, system and network enumeration, file management, and command execution.
    • CookiETagRAT (C++), which uses HTTP Cookie / ETag response headers as C2 to receive and execute commands.
    • NomadRAT (C++), which features a main orchestrator, a dedicated transmitter library that handles all C2 traffic, and plugins fetched from the server by numeric identifiers only when they are required.
    • GoginRAT (Go), which has architectural similarities with NomadRAT and uses a separate transmitter for C2, and implements file system and shell capabilities as independent plugins. The results of the plugin execution are routed through a shared callback.
    • NodeEdgeRAT (JavaScript), which ships its entire functionality spanning command execution, file management, and file transfer in one script.

    Bitdefender said it observed roughly 65 instances infected with DriveSilkRAT, most of them located in the Asia region.

    Cybersecurity

    Clues that suggest some level of AI assistance show up in GoginRAT, which ships with Go test functions and a hard-coded AES key set to “0123456789abcdef,” and NodeEdgeRAT, which carries a configuration field for an encryption key set to the literal “change_this_key.” Another AI tell is that both NomadRAT and GoginRAT share a similar architecture that suggests a single high-level design was implemented twice in two languages, something that scaled using AI-assisted workflows.

    “The most consistent detection surface across the campaign is DLL sideloading, and the reliable signal is the pairing, not the DLL name alone: a legitimately signed application loading a library placed beside it while running from an unusual location,” Bitdefender said.

    “More broadly, low-footprint plugin-based implants operating through legitimate cloud services are poorly served by volume-based detection. Catching them reliably takes behavioral baselines that flag unusual relationships between processes and network services, rather than signatures for any single artifact.”

    Asian campaign central Espionage Governments RATs SilkParasite targets
    NCIJ NETWNCIJ NETWORK
    • Website

    Keep Reading

    Central African Republic gold mine collapse kills more than 100

    Cl0p Ransomware Group Names Over 40 Victims of PTC Windchill Campaign

    US Charges 17 Iranian Hackers, Offers $10 Million Rewards for 5 of Them

    US charges Iranian hackers over $3.4 billion intellectual property theft

    Aker BP bulks up North Sea and Norwegian Sea oil arsenal, targets tie-back growth with twin discovery deals

    CISOs Break Their Silence in ‘Declassified’ Docuseries

    Add A Comment
    Leave A Reply Cancel Reply

    Editors Picks

    Philippine Supreme Court rules monitoring commercial fishing vessels is unconstitutional

    August 19, 2026

    When a Big Energy Project Turns Bad by Djoomart Otorbaev

    August 19, 2026

    Trump said he ‘probably’ wouldn’t have rescued 10-year-old from drowning

    August 19, 2026

    Central African Republic gold mine collapse kills more than 100

    August 19, 2026
    Latest Posts

    DHS Official Resigns, Citing ‘War on Immigrants’

    July 27, 2026

    Police make inquiries after Farage reports Polanski post for ‘inciting murder’ | Nigel Farage

    July 27, 2026

    A Japanese town wrestles with identity after protests over its first mosque

    July 27, 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

    Philippine Supreme Court rules monitoring commercial fishing vessels is unconstitutional

    August 19, 2026

    When a Big Energy Project Turns Bad by Djoomart Otorbaev

    August 19, 2026

    Trump said he ‘probably’ wouldn’t have rescued 10-year-old from drowning

    August 19, 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.