The images in this article were generated with artificial intelligence. How we publish
Recent findings about the activity of the group known as OceanLotus (also identified as APT32) confirm what the cybersecurity community had been observing: a mature threat that disrupts traditional digital espionage tactics with more selective attacks on the supply chain. According to the analysis shared by the firm ESET, in the last 18 months the actor broke into Vietnamese domestic targets, combining prolonged intrusions into infrastructure companies with an operation to provide committed updates to stock investors through the FireAnt Metakit platform.
The central part of these campaigns was a backdoor called SPECTRALVIPER, which was deployed through a DLL side-rolling: a legitimate executable loads a malicious DLL that ends up injecting code into confidence processes (in this case, OneDrive.Sync.Service.exe) to advance the intrusion and contact command and control servers. In the attack on Metakit the infection chain took advantage of the absence of integrity validation mechanisms in the update file ("version.xml"), which allowed the legitimate installer to execute a malicious discharge without signature checks.

The actor also demonstrated sophisticated victim selection criteria: the payload distribution by the FireAnt update server was limited to a subset of users, suggesting a strategy of targeted and low profile attacks rather than a far-reaching campaign. In parallel, the intrusion into the infrastructure company allegedly took advantage of vulnerabilities on an exposed MS SQL server, maintaining persistent access for months and deploying SPECTRALVIPER variants on multiple machines to move laterally over the network.
This behavior fits the historical trajectory of OceanLotus: an active actor since at least 2012, linked to political and economic espionage operations, who has used water holes, tools like SOUNDBITE or PHOREAL and has returned with new malware families after periods of low visibility. The increased attention to local victims marks a possible shift towards internal objectives but it is not clear whether this is a permanent change or a contextual tactic.
The implications for companies and citizens are clear: the software update chains and public domain applications used by financial professionals have become first-class vectors. When the updating processes do not verify signatures or integrity, a single alteration in the distribution channel compromises all customers who blindly trust that mechanism. In addition, DLL side-rolling technique makes it difficult to detect because it invokes legitimate binary to launch malicious components.
For private organizations and software providers, the first recommendation is to implement integrity and authentication controls in the updating mechanisms: mandatory digital signatures for binaries, HTTPS with rigid source validation and checksum verification. Distribution servers should be protected with strong authentication and change audits, and any remote configuration file should not allow direct binary execution without prior verification. Microsoft offers good material on security measures for the supply chain that should be reviewed: Supply Chain Security Guide (Microsoft).
In endpoints and networks, it is critical to enable application control mechanisms and permitted lists (e.g. AppLocker or Windows execution controls), deploy EDR solutions that detect injection in reliable processes and monitor unusual outbound traffic patterns to unknown or C2-related domains. The hardening of public servants, the rotation of credentials, the principle of minimum privileges and the segmentation of networks to isolate critical systems significantly reduce the exploitable surface.

Incident response teams should pay attention to commitment indicators associated with DLL side-rolling, unusual processes linked to OneDrive or synchronization processes, and to staging domains and servers reported by researchers. Sharing intelligence and corroborating suspicious annexes or activities with national suppliers and CERTs accelerates containment. For the group's historical profile and capabilities, see MITRE ATT & CK, which collects associated tactics and techniques: MITRE ATT & CK - APT32 (OceanLotus).
For individual users and small investors using platforms such as Metakit, it is appropriate to download updates only from verified sources (official site or signed channels), to check verification amounts if the supplier publishes them and, where possible, to run trading applications in separate environments or dedicated virtual machines. Avoid day-to-day administrator privileges and activate the protection against malicious code execution in the system reduces the risk of dropper exploitation.
Finally, the persistence of actors such as OceanLotus shows a broader lesson: technological security is not just a matter of patches, but of the design of trust in the whole chain - from the developer to the user - and of organizational will to apply continuous good practices. Monitoring, transparency in updating mechanisms and collaboration between suppliers, companies and agencies are essential measures to limit the impact of targeted campaigns and digital espionage at national level.
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 ...