The images in this article were generated with artificial intelligence. How we publish
A new cyberespionage operation baptized by researchers like Operation Dragon Weave has put into evidence increasingly sophisticated tactics to compromise public and private objectives, with reports focused on the Czech Republic and Taiwan. The attackers have combined targeted social engineering with multi-stage execution chains and legitimate cloud services to hide command and control communication, which complicates detection by traditional controls.
The initial vector described consists of speed-phishing emails containing ZIP files with several components that appear to be benign. Among these artifacts are direct access to Windows (.LNK) disguised as PDF documents that, when opened, release PowerShell scripts to reach an intermediate executable; in other cases the ZIP contains a self-sufficient binary written in Rust that acts as a dropper. Both routes converge in the execution of a binary called "RuntimeBroker _ update.exe," which it uses DLL side-rolling to load a malicious DLL and deploy a loader in Rust (called RUSTCLOAK) that finally disfigures and runs a remote control agent known as AZUREVEIL.

The element that makes AZUREVEIL particularly concerned is its communication model: instead of directly contacting command and control servers, it operates by means of a "dead drop" mechanism in Microsoft Azure Blob Storage where the attacker and the engaged machine exchange information in a common storage container. The use of widely legitimate cloud services complicates the identification of malicious traffic, because it is mixed with millions of legitimate calls to the platform. Microsoft documents the operation and management of Blob Storage, which is the same piece of infrastructure that these actors are abusing: https: / / learn.microsoft.com / en-us / azure / storage / blobs / storage-blob-introduction.
In addition to AZUREVEIL, analysts have identified contemporary activity of other toolkits and backdoors linked to groups aligned with China, including developments in Go and reuse of open-source frameworks to create custom implants. Reports and analysis of security signatures such as Unit 42 and ESET show a sustained pattern of campaigns that mix living-off-the-land techniques, modularity in the delivery and use of hybrid infrastructure to maintain persistence and scalation of privileges: https: / / unit42.paloaltonetworks.com / and https: / / www.eset.com / int / research /.
The implications for organizations and users are clear: the combination of speed-phishing with artifacts that seem legitimate, useful loads in Rust / Go and the abuse of cloud services means that traditional perimeter controls are not enough. A successful intrusion can provide total remote access, data exfiltration, internal pivoted and the ability to run code in memory without leaving persistent binary obvious This increases the risk to both government entities and the critical private sector.
Specific and coordinated measures are required to identify and mitigate these threats. In endpoints it is essential to have EDR solutions that inspect the execution of unusual child processes (e.g., LNK invoking PowerShell), monitor the dynamic load of DLs and alert about typical loaders and memory opuscation behaviors. The application of execution lock policies for .LNK files, the disabling of unnecessary macros and the restriction of PowerShell to signed or advanced recording modes reduces the initial attack surface.
In the network and cloud layer, it is appropriate to implement the Azure Storage account and container logging, to enable diagnostics and alerts on abnormal access patterns, and to restrict permissions to containers through restricted access policies and the rotation of credentials / SAS. All organizations that use cloud storage services should audit who can read and write in each container, because the abuse of a legitimate remedy can serve as a covert channel of C2.

The preparation and response to incidents should include playbooks for attacks that use dead drops in the cloud. In the face of a suspicion of commitment, disconnect the affected equipment from the network, preserve memory and disk dumping for forensic analysis, and review the access log to cloud storage are critical steps. It is also recommended to coordinate with cloud suppliers to block suspicious containers and obtain access metadata that will enable the activity of the opponent to be traced.
From a governance and training perspective, prevention begins with human risk reduction: Spear-phishing awareness campaigns targeting personnel with access to sensitive information, simulated phishing exercises and regular privilege reviews help to reduce the likelihood of success of an initial attack. At the technical level, technologies like Application Control, blocking DLL side-rolling by managed lists, and network segmentation limit the attacker's ability to move laterally.
Finally, it is important for organizations to share indicators and tactics with the community and intelligence providers to improve collective detection. The threats evolve rapidly: the re-use of open-source frameworks and the adoption of modern languages such as Rust or Go by attackers require the updating of detection rules and forensic capabilities. Keeping yourself informed through sources of trust and adapting controls accordingly is more than ever an operational need.
Related
More news on the same subject.

GitLab critical alert: emergency patch fixes CVE-2026-19478 allowing to modify or eliminate public projects without credentials
GitLab published an emergency patch on August 17, 2026 to correct critical vulnerability in its self-hosted software (Community and Enterprise Edition) which, under certain cond...

When the MCP server keeps your credentials: the silent attack vector of the IA in production
The incorporation of IA agents into business processes has opened a practical way for production systems and data to be accessible from models: it is called Model Context Protoc...

Critical alert: CVE-2026-58231 in SAP Commerce Cloud could allow remote code execution; patch and urgent mitigation
A critical vulnerability that affects SAP Commerce Cloud, registered as CVE-2026-58231 and with maximum score 10.0 on the CVSS scale, it is being exploited attempts shortly afte...

The massive purchase of expired domains drives fraud, malware and streaming pirate: the business behind the dropcatch
An intelligence report on DNS published by Infoblox and disseminated by specialized media confirms that criminals are buying large-scale expired domains - the so-called dropcatc...

HoneyMyte updates CoolClient with a signed kernel driver to hide processes and protect the C2 channel
Kaspersky has published an analysis that attributes to the actor known as HoneyMyte (also Mustang Panda) an updated version of the CoolClient backdoor that incorporates a signed...

GeoServer on zero-day vulnerability alert in jsonArrayContains with real risk of remote execution
The GeoServer open source project has a zero-day vulnerability that is being actively explored by attackers, according to researchers' public alerts and the watchTowr intelligen...

AmnesiaStealer MacOS malware that steals credentials and controls real-time browser sessions
Security researchers have documented a new malware family aimed at macOS - called AmnesiaStealer - that combines a dropper in shell, an infostealer written in Rust and a remote ...