Cloud Atlas APT Group Modifies termsrv.dll to Enable Multiple RDP Sessions on Victim Hosts

By Published On: May 26, 2026

The digital battlefield evolves constantly, with advanced persistent threat (APT) groups continually refining their tactics. A recent discovery shines a spotlight on the Cloud Atlas APT group, revealing a particularly stealthy method for establishing persistent access and operational control over Windows systems. Their technique involves a subtle but highly effective modification to the termsrv.dll file, enabling multiple, simultaneous Remote Desktop Protocol (RDP) sessions on compromised hosts without detection.

Understanding the Cloud Atlas APT Group and Their Modus Operandi

Cloud Atlas, also known as Inception or RTM, is a well-documented APT group recognized for its sophisticated espionage campaigns, primarily targeting government entities, critical infrastructure, and financial institutions. Their operational footprint spans Eastern Europe and Central Asia, utilizing custom malware and advanced social engineering tactics to achieve their objectives. This latest discovery underscores their technical prowess and their commitment to developing novel methods for evading detection.

The Cunning Modification of termsrv.dll

At the heart of this new tactic is the manipulation of termsrv.dll, a critical Windows component responsible for managing RDP services. By default, Windows client operating systems (like Windows 10 or 11) allow only a single active RDP session. Subsequent RDP attempts will either disconnect the existing user or establish a new local session without RDP capabilities. However, Cloud Atlas bypasses this crucial security control.

The APT group modifies specific bytes within termsrv.dll, effectively patching the system to permit multiple concurrent RDP sessions. This seemingly minor alteration has profound implications:

  • Stealthy Persistence: Attackers can maintain their RDP access alongside legitimate users without generating explicit alerts about simultaneous logins, which are often indicators of compromise (IoCs).
  • Undetected Operations: While a legitimate user is actively working, the attackers can concurrently operate their malicious tools, exfiltrate data, or deploy further payloads without directly interfering with or alerting the user.
  • Resource Utilization: Multiple attackers can work on the same compromised machine simultaneously, accelerating their objectives.

The exact nature of the byte modification is highly technical, targeting specific function calls within termsrv.dll that enforce the single-session limit. This precise surgical strike allows them to achieve their goal with minimal footprint and without raising immediate red flags.

Impact and Risks for Organizations

The implications of this technique are significant for organizations relying on RDP for remote administration or user access. The primary risks include:

  • Data Exfiltration: Attackers can quietly access and steal sensitive data while legitimate users are oblivious.
  • Lateral Movement: A compromised host offering multiple RDP sessions can become a launchpad for further internal network penetration.
  • System Compromise: Unseen background activity can lead to the installation of additional malware, backdoors, or the establishment of complete system control.
  • Evasion of Detection: Traditional RDP monitoring solutions might focus on unusual login times or failed attempts, potentially missing concurrent legitimate and malicious sessions.

While this particular technique doesn’t correspond to a singular CVE like CVE-2019-0708 (BlueKeep) which is a remote code execution vulnerability, it represents a sophisticated post-exploitation tactic to evade detection and maintain presence. Organizations must recognize that effective threat hygiene extends beyond patching known vulnerabilities to include robust monitoring for behavioral anomalies.

Remediation Actions and Detection Strategies

Detecting and mitigating this specific Cloud Atlas tactic requires a proactive and multi-layered security approach. Since the modification affects a core system file, direct host-based integrity checks are crucial, alongside advanced network and behavioral monitoring.

Recommended Actions:

  • Integrity Monitoring of termsrv.dll: Implement file integrity monitoring (FIM) solutions to track changes to critical system files, especially termsrv.dll. Any unauthorized modification should trigger an immediate alert.
  • Regular Patching and Updates: While this isn’t a vulnerability related to unpatched systems, keeping all Windows systems updated helps reduce the overall attack surface that APT groups might exploit to gain initial access.
  • Principle of Least Privilege: Restrict RDP access to only necessary personnel and IP addresses. Implement strong multi-factor authentication (MFA) for all RDP connections.
  • Network Segmentation: Isolate critical assets and RDP-enabled systems into segmented network zones to limit lateral movement in case of a compromise.
  • Enhanced RDP Session Logging: Review RDP session logs more frequently. While multiple sessions might not be logged as ‘concurrent’ in an alerting fashion, anomalous user activity or process execution during active legitimate RDP sessions could be an indicator.
  • Behavioral Analytics: Employ Endpoint Detection and Response (EDR) and Security Information and Event Management (SIEM) solutions capable of detecting unusual process activity, command execution, or network connections originating from RDP sessions. Look for processes running under an RDP session that are not typical user applications.
  • Baseline RDP Behavior: Establish a baseline of normal RDP user behavior. Deviations from this baseline, such as RDP sessions from unusual locations, at unusual times, or with atypical resource usage, should be investigated.

Detection Tools:

The following tools can assist in detecting or mitigating such advanced persistent threats:

Tool Name Purpose Link
Osquery Endpoint visibility and integrity monitoring, can detect file modifications. https://osquery.io/
Sysmon Advanced logging of system activity, including file creation, process execution, and network connections. https://learn.microsoft.com/en-us/sysinternals/downloads/sysmon
Elastic Security (SIEM/XDR) Centralized logging, threat detection, and response capabilities. Behavioral analytics and correlation across various data sources. https://www.elastic.co/security
CrowdStrike Falcon Insight XDR Comprehensive EDR/XDR for endpoint protection, threat detection, and incident response. https://www.crowdstrike.com/products/endpoint-security/falcon-insight-xdr/
Microsoft Defender for Endpoint Native Windows EDR solution, capable of detecting malicious behavior and file tampering. https://www.microsoft.com/en-us/security/business/threat-protection/microsoft-defender-for-endpoint

Conclusion

The Cloud Atlas APT group’s modification of termsrv.dll to enable multiple RDP sessions serves as a potent reminder of the escalating sophistication in cyber adversary tactics. This technique highlights the critical need for organizations to move beyond signature-based detection towards robust behavioral analytics, comprehensive file integrity monitoring, and rigorous access control policies. Proactive defense, continuous monitoring, and quick incident response are paramount to countering such stealthy and persistent threats.

Share this article

Leave A Comment