{"id":63592,"date":"2026-07-16T07:39:52","date_gmt":"2026-07-16T11:39:52","guid":{"rendered":"https:\/\/overcentral.com\/en\/?p=63592"},"modified":"2026-07-16T07:39:52","modified_gmt":"2026-07-16T11:39:52","slug":"starland-rat-fake-installers","status":"publish","type":"post","link":"https:\/\/overcentral.com\/en\/starland-rat-fake-installers\/","title":{"rendered":"Starland RAT Deploys Credential Theft Campaign via Fake Installers"},"content":{"rendered":"<p>Cybercriminals have evolved their tactics yet again, moving beyond the traditional phishing email to weaponize the very tools that power modern productivity. A new credential theft campaign, linked to the financially motivated Russian threat actor tracked as UAT-11795, is distributing the sophisticated Starland RAT through trojanized installers of widely trusted applications. This operation, active since at least <a href=\"https:\/\/overcentral.com\/en\/google-june-spam-update-completed\/\" title=\"Google completes June spam update in just two days\" data-iacss-internal=\"1\">June<\/a> 2025, demonstrates a dangerous evolution in malware strategy: the fusion of remote access capabilities, cryptocurrency theft, and enterprise-level reconnaissance into a single, persistent threat ecosystem. Targeting users primarily in the United States, with additional infections detected in <a href=\"https:\/\/overcentral.com\/en\/google-preferred-source-ai-overviews-germany\/\" title=\"Google Brings Preferred Source Labels to AI Overviews in Germany\" data-iacss-internal=\"1\">Germany<\/a>, Romania, and Venezuela, the Starland RAT campaign serves as a stark warning for organizations and individuals alike.<\/p>\n<h2>What is Starland RAT?<\/h2>\n<p>Starland RAT is a sophisticated remote access trojan deployed by the threat actor UAT-11795. It functions as the central command module of a multi-stage malware operation, designed to steal credentials, cryptocurrency wallets, and provide attackers with persistent remote control over infected systems. The malware is distributed through fake software installers, tricking victims into believing they are downloading legitimate applications such as Zoom or WebEx.<\/p>\n<h2>Trojanized Installers and the ClickFix Technique<\/h2>\n<p>The initial access vector for the Starland RAT campaign is notably deceptive. Attackers have created malicious versions of popular software packages, including MobaXterm, WebEx, Zoom, DBeaver, and FaceIT. Victims land on convincing websites or search results offering these applications, but the downloaded installers are weaponized.<\/p>\n<p>This campaign heavily relies on the ClickFix technique. Instead of exploiting a software vulnerability, the attackers manipulate user behavior. Victims are tricked into copying and pasting commands into Windows dialogs or executing instructions presented on a spoofed webpage. This action bypasses many traditional security controls because the malicious action is user-initiated.<\/p>\n<p>The infection chain is initiated by an HTA file, which downloads a modified NSIS installer packed with a Python-based loader disguised as a harmless file named LICENSE.txt.<\/p>\n<h2>Inside the Starland RAT Infection Chain<\/h2>\n<h3>Sandbox Evasion and Persistence<\/h3>\n<p>Once executed, the Starland RAT is far from a simple remote access tool. It first performs a detection check to determine if it is running inside a sandbox or a malware analysis environment. If the environment is deemed legitimate, the installer decrypts and launches the Starland RAT payload.<\/p>\n<p>The malware establishes robust persistence to survive system reboots and maintain long-term access. This is achieved through multiple overlapping mechanisms:<\/p>\n<ul>\n<li>Scheduled tasks<\/li>\n<li>Windows Startup folder entries<\/li>\n<li>Registry modifications<\/li>\n<li>Privilege escalation attempts<\/li>\n<\/ul>\n<p>These techniques ensure that the attacker can regain access after a system restart, making the infection exceptionally difficult to fully remove without thorough cleanup.<\/p>\n<h2>Targeting Credentials and Cryptocurrency Wealth<\/h2>\n<p>The primary goal of UAT-11795 is financial gain. Starland RAT searches infected devices for valuable digital assets that can be sold, abused, or used for downstream attacks. The malware is equipped to harvest a wide array of sensitive data:<\/p>\n<ul>\n<li>Browser passwords and stored credentials<\/li>\n<li>Cryptocurrency wallet data<\/li>\n<li>Authentication tokens and session cookies<\/li>\n<li>Gaming platform credentials<\/li>\n<li>Messaging application sessions (Discord, Telegram)<\/li>\n<li>Local files containing sensitive information<\/li>\n<\/ul>\n<p>Researchers discovered that Starland specifically targets more than 40 cryptocurrency wallets, targeting both desktop applications and browser extensions. For cryptocurrency users, this creates a severe threat, as stolen wallet information allows attackers to transfer digital assets almost instantly with very little recourse for recovery.<\/p>\n<h2>Enterprise Espionage Capabilities Hidden Within Financial Malware<\/h2>\n<p>While the motivation is financial, the technical capabilities of Starland RAT reveal a tool with espionage-like features. The malware collects detailed system intelligence, including hardware identifiers, CPU and memory information, geographic region, and public IP address. Critically, it gathers Active Directory (AD) information:<\/p>\n<ul>\n<li>Domain structure<\/li>\n<li>Domain controllers<\/li>\n<li>User privileges<\/li>\n<li>Network environment details<\/li>\n<\/ul>\n<p>This reconnaissance data allows attackers to map out the target organization, identify high-value corporate targets, and expand their attacks beyond the original infected machine, potentially moving laterally across a network.<\/p>\n<h2>Remote Control and Secondary Payload Delivery<\/h2>\n<p>Starland RAT provides attackers with extensive remote control capabilities, effectively turning an infected device into a fully operated machine under criminal command. The malware can capture screenshots, execute shell commands, inject malicious shellcode, download additional files, and install new malware components.<\/p>\n<p>This remote access is used to deploy secondary payloads depending on the system architecture:<\/p>\n<ul>\n<li><strong>CastleStealer (64-bit):<\/strong> An information stealer designed to collect browser credentials, cryptocurrency wallet information, Discord and Telegram sessions, <a href=\"https:\/\/store.steampowered.com\/\" target=\"_blank\" rel=\"sponsored noopener noreferrer\" data-iacss-external=\"1\">Steam<\/a> credentials, and local files.<\/li>\n<li><strong>Remcos RAT (32-bit):<\/strong> A well-known remote access tool that provides keylogging, webcam monitoring, screen recording, audio capture, clipboard theft, and full file management.<\/li>\n<\/ul>\n<p>This combination creates a powerful criminal toolkit capable of conducting surveillance while simultaneously draining financial assets.<\/p>\n<h2>Stealthy Command-and-Control Infrastructure<\/h2>\n<p>Starland RAT uses a highly resilient command-and-control (C2) system. If its primary, hardcoded C2 server is taken offline by security teams, the malware contains a fallback mechanism involving the Polygon blockchain network. It queries a Polygon smart contract containing an XOR-encrypted fallback domain, making traditional domain takedown operations far more difficult. Attackers can update the C2 address by simply posting a new transaction to the blockchain.<\/p>\n<p>Adding another layer of sophistication, the threat actor UAT-11795 utilizes a previously undocumented PowerShell-based framework called WLDR. WLDR provides encrypted communication channels, executes entirely in memory, and uses PBKDF2-SHA256 encryption for payload delivery. Because it operates in memory, it often evades traditional file-scanning antivirus solutions.<\/p>\n<h2>Defending Against Starland RAT Infections<\/h2>\n<p>Preventing infection requires a layered security strategy focused on behavior detection rather than just signature matching. Security teams operating in an environment exposed to the ClickFix or fake installer vectors should review the following key areas for signs of compromise.<\/p>\n<p>Security teams can check suspicious scheduled tasks for persistence by running the command <strong>schtasks \/query \/fo LIST \/v<\/strong>. Similarly, investigators can review Windows startup persistence locations with <strong>reg query HKCU\\Software\\<a href=\"https:\/\/www.microsoft.com\/\" target=\"_blank\" rel=\"noopener noreferrer\" data-iacss-external=\"1\">Microsoft<\/a>a\\Windows\\CurrentVersion\\Run<\/strong>. Active network connections can be reviewed using <strong>netstat -ano<\/strong>. Suspicious PowerShell activity can be identified by querying the PowerShell Operational log using <strong>Get-WinEvent -LogName Microsoft-Windows-PowerShell\/Operational<\/strong>. Running processes can be scanned using <strong>tasklist \/v<\/strong>.<\/p>\n<p>Organizations should also enforce strict policies for software downloads, blocking unauthorized executable downloads from non-official sources. Deploying endpoint detection and response (EDR) solutions, enabling multi-factor authentication, and restricting administrative privileges are vital controls. Users must be trained to never execute commands copied from a website without fully understanding their purpose, as the ClickFix technique directly exploits this gap in user awareness.<\/p>\n<h2>A New Generation of Financially Motivated Malware<\/h2>\n<p>The Starland RAT campaign illustrates a clear escalation in the capabilities of financially motivated cybercrime groups. Attackers are no longer content with stealing a single password. They demand persistent access, comprehensive system intelligence, and the ability to return at will when a valuable opportunity arises.<\/p>\n<p>The abuse of trusted software brands like Zoom and WebEx demonstrates how reputation itself has become a weapon. The integration of a custom framework like WLDR and the use of blockchain for resilient C2 infrastructure reveals a growing professionalism within the criminal ecosystem. These groups operate with the rigor of technology companies, investing in tools that are difficult to disrupt using conventional takedown processes.<\/p>\n<p>For defenders, the lesson is clear. Relying solely on antivirus signatures is no longer viable. Combating threats like Starland RAT requires behavior-based detection, <a href=\"https:\/\/overcentral.com\/en\/identity-security-ai-cybersecurity-career\/\" title=\"Identity Security Is Cyber Career Entry Point as AI Reshapes Workflows\" data-iacss-internal=\"1\">identity security<\/a>, continuous monitoring, and a zero-trust approach to software supply chains. The evolution of these threats demands an equally dynamic evolution in cyber defense strategies.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Cybercriminals have evolved their tactics yet again, moving beyond the traditional phishing email to weaponize the very tools that power modern productivity. A new credential theft campaign, linked to the financially motivated Russian threat actor tracked as UAT-11795, is distributing the sophisticated Starland RAT through trojanized installers of widely trusted applications. This operation, active since [&hellip;]<\/p>\n","protected":false},"author":7,"featured_media":74618,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"fifu_image_url":"https:\/\/iili.io\/Cha8PWv.jpg","fifu_image_alt":"Starland RAT Deploys Credential Theft Campaign via Fake Installers","footnotes":""},"categories":[31],"tags":[],"class_list":["post-63592","post","type-post","status-publish","format-standard","has-post-thumbnail","category-technology"],"fifu_image_url":"https:\/\/iili.io\/Cha8PWv.jpg","fifu_image_alt":"Starland RAT Deploys Credential Theft Campaign via Fake Installers","_links":{"self":[{"href":"https:\/\/overcentral.com\/en\/wp-json\/wp\/v2\/posts\/63592","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/overcentral.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/overcentral.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/overcentral.com\/en\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/overcentral.com\/en\/wp-json\/wp\/v2\/comments?post=63592"}],"version-history":[{"count":0,"href":"https:\/\/overcentral.com\/en\/wp-json\/wp\/v2\/posts\/63592\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/overcentral.com\/en\/wp-json\/wp\/v2\/media\/74618"}],"wp:attachment":[{"href":"https:\/\/overcentral.com\/en\/wp-json\/wp\/v2\/media?parent=63592"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/overcentral.com\/en\/wp-json\/wp\/v2\/categories?post=63592"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/overcentral.com\/en\/wp-json\/wp\/v2\/tags?post=63592"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}