Back to Feed
MalwareMay 6, 2026

Sophisticated Quasar Linux RAT Targets Software Developers

Quasar Linux RAT targets software developers with credential theft and supply chain attack capabilities.

Summary

Trend Micro identified Quasar Linux (QLNX), a sophisticated Linux remote access trojan designed to steal developer credentials, encryption keys, and tokens from software supply chain targets. The malware features modular architecture, multiple persistence mechanisms, rootkit capabilities, and evasion techniques including PAM backdoors, eBPF rootkit controllers, and in-memory execution. A successful deployment against a package maintainer could enable attackers to trojanize packages, inject backdoors into build artifacts, or pivot into production cloud environments.

Full text

A recently identified Linux backdoor was designed to steal developer credentials across the software supply chain, Trend Micro warns. Dubbed Quasar Linux (QLNX), the RAT has a modular architecture, uses multiple persistence and detection evasion mechanisms, packs a rootkit, and provides attackers with remote access to the infected machines. The main purpose of QLNX, Trend Micro says, is the theft of developer credentials, keys, and tokens that could provide its operators with access to development tools, cloud environments, and repositories. It targets AWS credentials and configurations, Kubernetes tokens, Docker Hub credentials, Git access tokens and configurations, NPM authentication tokens, and PyPI API keys, potentially allowing operators to publish malicious packages through established developer accounts. “An attacker who successfully deploys QLNX against a package maintainer gains access to that maintainer’s publishing pipeline. A single compromise can be silently leveraged to trojanize packages, inject backdoors into build artifacts, or pivot into cloud environments where production infrastructure lives,” Trend Micro says. The RAT is executed in memory, spoofs its process name, and can delete itself to evade detection. It also performs system reconnaissance to detect containers, hides specific processes, ports, and files, and clears system logs.Advertisement. Scroll to continue reading. It also deploys a Pluggable Authentication Module (PAM) backdoor to harvest credentials, and gathers extensive system information, including clipboard contents, SSH keys, and browser profiles. QLNX contains two PAM backdoor implementations: the first harvests plaintext credentials from authentication events, contains a master password bypass, and logs outbound SSH session data; the second loads into dynamically linked processes to extract the service name, username, and authentication token. The malware contains a two-tier rootkit architecture, deploying userspace hooks through the LD_PRELOAD shared library, which also enables persistence, along with an eBPF rootkit controller that manages kernel-level BPF maps. “This component does not contain the kernel-side eBPF program itself. Its role is limited to creating and managing BPF maps — kernel data structures designed to hold the list of items that should be hidden from the system. Upon receiving instructions from the C&C server, the implant leverages the Linux kernel’s BPF subsystem to conceal processes, files, and network ports from standard userland tools,” Trend Micro explains. QLNX can achieve persistence in six different ways, using crontab entries, desktop entries, init scripts, service files, and shell lines, based on commands received from the operator, and can deploy several methods on the same system. The malware supports 58 distinct commands, allowing attackers to interact with shells, enumerate and manipulate files and processes, create directories, download and upload files, reboot or shut down the system, open URLs, display notifications, open TCP sockets, harvest sensitive information, capture the screen, log keystrokes, and use SSH credentials to execute commands on remote hosts. “The QLNX implant was built for long-term stealth and credential theft. What makes it particularly dangerous is not any single feature, but how its capabilities chain together into a coherent attack workflow: arrive, erase from disk, persist through six redundant mechanisms, hide at both userspace and kernel level, and then harvest the credentials that matter most,” Trend Micro notes. Related: Exploitation of ‘Copy Fail’ Linux Vulnerability Begins Related: Dozens of Open VSX Extension Clones Linked to GlassWorm Malware Related: New ‘SSHStalker’ Linux Botnet Uses Old Techniques Related: Checkmarx Confirms Data Stolen in Supply Chain Attack Written By Ionut Arghire Ionut Arghire is an international correspondent for SecurityWeek. More from Ionut Arghire Karakurt Ransomware Negotiator Sentenced to PrisonMetInfo, Weaver E-cology Vulnerabilities in Attackers’ CrosshairsDigiCert Revokes Certificates After Support Portal HackExploitation of ‘Copy Fail’ Linux Vulnerability BeginsOver 40,000 Servers Compromised in Ongoing cPanel ExploitationEdtech Firm Instructure Discloses Data Breach Amid Hacker Leak ThreatsNew Bluekit Phishing Kit Features AI AssistantSophisticated Deep#Door Backdoor Enables Espionage, Disruption Latest News Government, Scientific Entities Hit via Daemon Tools Supply Chain AttackOracle Debuts Monthly Critical Security Patch UpdatesPalo Alto Networks to Patch Zero-Day Exploited to Hack FirewallsMicrosoft Warns of Sophisticated Phishing Campaign Targeting US OrganizationsHacker Conversations: Joey Melo on Hacking AICritical Bug Could Expose 300,000 Ollama Deployments to Information TheftCritical Remote Code Execution Vulnerability Patched in AndroidCritical, High-Severity Vulnerabilities Patched in Apache MINA, HTTP Server Trending Daily Briefing NewsletterSubscribe to the SecurityWeek Email Briefing to stay informed on the latest threats, trends, and technology, along with insightful columns from industry experts. Webinar: ROSI for CPS Security Programs May 13, 2026 In cyber-physical systems (CPS), just one hour of downtime can outweigh an entire annual security budget. Learn how to master the Return on Security Investment (ROSI) to align security goals with the bottom-line priorities. Register Virtual Event: Threat Detection and Incident Response Summit May 20, 2026 Delve into big-picture strategies to reduce attack surfaces, improve patch management, conduct post-incident forensics, and tools and tricks needed in a modern organization. Register People on the MoveJacki Monson has joined CVS Health as SVP, Deputy CISO.Gigi Schumm has been promoted to Chief Revenue Officer at Securonix.Chris Sistrunk has been promoted to Practice Leader for Mandiant's OT Security Consulting.More People On The MoveExpert Insights The Mythos Moment: Enterprises Must Fight Agents with Agents Only with the right platform and an agentic, AI-driven defense, will enterprises be able to protect themselves in the agentic era. (Etay Maor) Why Cybersecurity Must Rethink Defense in the Age of Autonomous Agents From autonomous code generation to decision-making systems that initiate actions without human intervention, the industry is entering a new phase. (Torsten George) Government Can’t Win the Cyber War Without the Private Sector Securing national resilience now depends on faster, deeper partnerships with the private sector. (Steve Durbin) The Hidden ROI of Visibility: Better Decisions, Better Behavior, Better Security Beyond monitoring and compliance, visibility acts as a powerful deterrent, shaping user behavior, improving collaboration, and enabling more accurate, data-driven security decisions. (Joshua Goldfarb) The New Rules of Engagement: Matching Agentic Attack Speed The cybersecurity response to AI-enabled nation-state threats cannot be incremental. It must be architectural. (Nadir Izrael) Flipboard Reddit Whatsapp Whatsapp Email

Indicators of Compromise

  • malware — Quasar Linux (QLNX)

Entities

Trend Micro (vendor)eBPF (technology)PAM (Pluggable Authentication Module) (technology)LD_PRELOAD (technology)