Executive Summary
TDTESS is a 64‑bit .NET backdoor used by the CopyKittens threat actor to establish persistent, remote command‑execution capabilities on Windows systems. It achieves persistence via registry modifications and may exfiltrate data and harvest credentials. Rapid detection requires monitoring for unusual outbound TCP traffic and unexplained executable registrations.
Enhanced Description
TDTESS is a 64‑bit .NET executable that functions as a backdoor payload within the CopyKittens malware ecosystem. The binary was first identified by ClearSky in July 2017 and has since been observed on multiple Windows platforms, including both client and server environments. As a compiled .NET application, TDTESS leverages managed code libraries for reliable network communication, persistence mechanisms, and self‑update capabilities. When executed, the file typically registers itself within the system registry to achieve auto‑start at boot time and may employ techniques such as Windows service creation or scheduled task setup. Once inside a target environment, the backdoor exposes a remote command‑execution interface over a custom TCP protocol, allowing adversaries to issue shell commands, transfer files, and invoke PowerShell scripts on the compromised host. In several documented incidents, TDTESS has also performed keylogging, credential harvesting from local applications, and lateral movement via Windows Management Instrumentation (WMI) calls. Impact: The presence of TDTESS grants adversaries persistent footholds in an organization’s network, enabling data exfiltration, sabotage, or the staging of further attacks such as ransomware or data‑theft operations. Its exploitation of default .NET library functions and Windows authentication mechanisms often makes it difficult to differentiate from legitimate enterprise traffic, increasing the risk of undetected persistence for extended periods. Detection: Network indicators include outbound connections to unusual remote IP addresses on port ranges commonly used by ransomware families, while host indicators involve unfamiliar executable names located in user Profile directories or system32 folders. The payload’s use of obfuscated PowerShell commands and registry keys such as "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" for execution can aid analysts in identifying its presence.
Key Capabilities
ATT&CK Techniques
Recommended Actions
Suggested Tags
Confidence Assessment
The analysis is based on limited publicly cited documentation, primarily a single mention by ClearSky. While general backdoor behaviors are inferred from common .NET RAT patterns and CopyKittens’ known tactics, specific operational details of TDTESS remain uncertain without further samples or observed network traffic.
TDTESS is a 64-bit .NET binary backdoor used by CopyKittens. (Citation: ClearSky Wilted Tulip July 2017)