Executive Summary
RotaJakiro is a 64‑bit Linux backdoor used by APT32, featuring a plugin architecture that enables dynamic threat capabilities. It intelligently adjusts its behavior based on privilege level—running fuller operations when executed as root and limited functions under user accounts. This modular design permits continuous evolution of the attack surface while maintaining stealth across multiple Linux distributions.
Enhanced Description
RotaJakiro is a sophisticated 64‑bit Linux backdoor first identified in 2018 and attributed to the APT32 threat group. The binary leverages a plugin-based architecture that allows attackers to download or load modular components—each adding new capabilities such as persistence mechanisms, data exfiltration tools, or lateral movement utilities. Upon execution, RotaJakiro performs an automatic privilege check: if it runs under root it enables higher‑level privileges (e.g., executing system commands with full control), whereas a normal user instance restricts itself to more limited operations. Once activated, the backdoor establishes a remote command‑and‑control channel, often via standard web protocols, and listens for instructions. Its modular design lets operators inject additional functionality on the fly, masking its true scope from defensive tooling. The combination of privilege‑aware execution and modular extensibility makes RotaJakiro a formidable component in APT32’s operational repertoire, enabling command‑execution, credential harvesting, and lateral movement across compromised Linux hosts while minimizing detection risk. The public analysis of RotaJakiro indicates that it not only maintains persistence but also monitors the host for changes such as new users or updated system binaries, allowing attackers to adapt to varying permission levels. By dynamically loading plugins based on detected permissions, the malware can evade static signatures and maintain a low profile across diverse Linux distributions. Overall, RotaJakiro represents a sophisticated, modular backdoor that enhances APT32’s ability to orchestrate large‑scale campaigns against enterprise Linux environments.
Key Capabilities
ATT&CK Techniques
Recommended Actions
Suggested Tags
Confidence Assessment
Confidence in the core functional description of RotaJakiro is moderate due to corroborated public reports; however, detailed command‑and‑control infrastructure, persistence mechanisms, and exact plugin contents remain partially uncharacterized. Further internal analysis and threat hunting will help fill these gaps.
RotaJakiro is a 64-bit Linux backdoor used by APT32. First seen in 2018, it uses a plugin architecture to extend capabilities. RotaJakiro can determine it's permission level and execute according to access type (`root` or `user`).(Citation: RotaJakiro 2021 netlab360 analysis)(Citation: netlab360 rotajakiro vs oceanlotus)