Explore in-depth analysis of a sophisticated campaign targeting exposed Docker APIs with new binaries and persistence mechanisms. Discover the connection to Spinning YARN and learn actionable security strategies.
Docker, a popular platform for containerizing applications, has recently become a prime target due to its widespread adoption and critical role in modern DevOps practices. SECNORA has closely monitored these developments and identified a sophisticated campaign targeting exposed Docker APIs. This campaign employs new binaries—chkstart, exeremo, and vurld—along with a persistence mechanism that modifies system services, suggesting a connection to the notorious Spinning YARN campaign.
Detailed Analysis of the New Binaries: chkstart, exeremo, and vurld
In the sophisticated campaign targeting exposed Docker APIs, the attackers have introduced three new binaries: chkstart, exeremo, and vurld. Each binary plays a specific role in the attack sequence, from initial compromise to executing malicious activities and maintaining persistence. This part delves into the technical details of these binaries, providing insights into their functionalities and how they contribute to the overall attack.
1. chkstart: Initial Compromise
The chkstart binary is the first component deployed in this attack campaign. Its primary function is to scan for exposed Docker APIs and exploit them to gain unauthorized access. Once access is obtained, chkstart deploys additional payloads to compromise the system.
Key Functions of chkstart:
2. exeremo: Main Payload Execution
The exeremo binary serves as the main payload in this campaign. It is responsible for executing various malicious activities, including data exfiltration, deploying cryptominers, and launching further attacks on connected systems.
Key Functions of exeremo:
3. vurld: Persistence Mechanism
The vurld binary is designed to ensure persistence within the compromised environment. It achieves this by modifying systemd services, which allows the malicious processes to be re-launched automatically during system startup.
Key Functions of vurld:
Persistence Mechanisms and systemd Service Modifications
In the ongoing campaign targeting exposed Docker APIs, one of the most critical aspects ensuring the attacker’s continued access to compromised systems is the use of persistence mechanisms. Among these, the modification of systemd services stands out due to its effectiveness in maintaining control over the infected environment. This part of the blog delves into the technical details of these persistence strategies, illustrating how attackers use systemd to their advantage and providing actionable insights for defenders.
Understanding Persistence Mechanisms
Persistence mechanisms are methods used by attackers to ensure their malicious code remains active on a compromised system, even after reboots or other disruptions. By embedding themselves deeply within the system’s core functions, these mechanisms allow attackers to maintain their foothold, continue their activities, and evade detection.
In the context of this campaign, the primary persistence mechanism involves modifying systemd service files. Systemd is a system and service manager for Linux operating systems that initializes the user space and manages system services after booting. By altering these service files, attackers can ensure their malicious binaries are executed automatically during system startup.
Modifying systemd Services
Systemd uses unit files to define services, which are stored in directories like /etc/systemd/system/ and /lib/systemd/system/. These unit files contain configurations that dictate how services should start, stop, and behave. By adding or modifying these files, attackers can integrate their malicious binaries into the system’s startup routine.
Steps Involved in Modifying systemd Services:
Creating a New Service File: Attackers can create a new service file in the /etc/systemd/system/ directory. This file includes commands to execute the malicious binary.
Fig.1- Code for creating a new service file
This script sets up a new service named “malicious_service” that runs a specified binary. The commands systemctl daemon-reload, systemctl enable, and systemctl start are used to reload the systemd configuration, enable the new service, and start it immediately.
Modifying an Existing Service File: Attackers can also modify existing service files to include their malicious commands. This can be more covert, as it leverages legitimate services to execute malicious code.
Fig.2 – code for modifying service file
This command uses sed to insert an ExecStartPre command, which runs the malicious binary before starting the actual service.
Persistence Through system Modification
The choice of system for persistence is strategic. Systemd is integral to the Linux startup process, making it a reliable way to ensure that malicious binaries are executed without fail. Here’s a closer look at why this method is effective:
Defensive Measures Against system-Based Persistence
To protect against such persistence mechanisms, organizations should implement several defensive strategies:
Linking the Campaign to Spinning YARN
The sophisticated campaign targeting exposed Docker APIs has exhibited advanced techniques and persistence mechanisms, raising concerns about its origin. Our analysis at SECNORA indicates a potential connection to the infamous Spinning YARN campaign, known for its innovative and persistent attack strategies. In this part, we explore the similarities between the two campaigns, providing a detailed comparison and real-world case studies to illustrate the link.
Similarities Between the Campaigns
Mitigation Strategies for Securing Docker Environments
Organizations must adopt a comprehensive security approach to effectively counter the sophisticated threats targeting Docker environments. This includes proactive measures to protect against initial compromises, mechanisms to detect and respond to ongoing attacks, and strategies to recover from security incidents. In this final part, we present actionable mitigation strategies and best practices that can help secure Docker environments against advanced attacks like those seen in the recent campaigns linked to Spinning YARN.
Fig. 3 – Mitigating Strategies
Securing Docker environments against sophisticated threats requires a multi-layered approach that combines robust configurations, continuous monitoring, and proactive defense strategies. At SECNORA, our team of cybersecurity experts is dedicated to staying ahead of emerging threats and providing cutting-edge solutions to protect your infrastructure. By implementing the strategies and best practices outlined in this blog series, organizations can significantly enhance their security posture and mitigate the risks posed by advanced attackers. However, cybersecurity is a constantly evolving field, and staying informed and prepared is crucial.
We invite you to reach out to SECNORA: https://secnora.com/ for a comprehensive security assessment of your Docker environments. Our experts are here to help you identify vulnerabilities, implement effective defenses, and ensure your systems remain secure against even the most persistent threats.
Copyright @ 2026 SECNORA®