Tuesday, August 11, 2026
LIVEThe Unrelenting Cyber Battle: Hacking Threats and the Imperative of Robust Data Protection///Navigating the Cyber Labyrinth: Bolstering Defenses Against Evolving Hacking Threats///The Dual Front War: Battling Hacking and Bolstering Data Protection in the Digital Age///The Ever-Evolving Cyber Threat Landscape: Navigating Hacking and Fortifying Data Protection///The Unseen Battle: Fortifying Data in an Age of Relentless Hacking///The Unseen War: Hacking's Relentless Advance and the Imperative of Data Protection///The Evolving Threat Landscape: Hacking, Data Protection, and the Imperative for Proactive Security///Navigating the Digital Minefield: Bolstering Data Protection in an Era of Relentless Hacking///The Dual Fronts of Digital Defense: Combating Hacking and Fortifying Data Protection///Hacking's New Frontier: Fortifying Data Protection in the Age of Advanced Cyber Threats///The Dual Front: Navigating Hacking Threats and Fortifying Data Protection in the Digital Age///Navigating the Digital Gauntlet: The Evolving Nexus of Hacking and Data Protection///The Unrelenting Cyber Battle: Hacking Threats and the Imperative of Robust Data Protection///Navigating the Cyber Labyrinth: Bolstering Defenses Against Evolving Hacking Threats///The Dual Front War: Battling Hacking and Bolstering Data Protection in the Digital Age///The Ever-Evolving Cyber Threat Landscape: Navigating Hacking and Fortifying Data Protection///The Unseen Battle: Fortifying Data in an Age of Relentless Hacking///The Unseen War: Hacking's Relentless Advance and the Imperative of Data Protection///The Evolving Threat Landscape: Hacking, Data Protection, and the Imperative for Proactive Security///Navigating the Digital Minefield: Bolstering Data Protection in an Era of Relentless Hacking///The Dual Fronts of Digital Defense: Combating Hacking and Fortifying Data Protection///Hacking's New Frontier: Fortifying Data Protection in the Age of Advanced Cyber Threats///The Dual Front: Navigating Hacking Threats and Fortifying Data Protection in the Digital Age///Navigating the Digital Gauntlet: The Evolving Nexus of Hacking and Data Protection///
Subscribe
Cyber Security
Independent · Digital
Thehackingpost
CybersecurityAI-assisted

MastaStealer Exploits Windows LNK to Launch PowerShell and Bypass Defender

Windows LNK files remain a preferred vector for attackers seeking to establish initial access on target systems. Recently, security researchers identified a sophisticated MastaStealer campaign that exploits these shortcut files to deliver a full-featured…

Windows LNK files remain a preferred vector for attackers seeking to establish initial access on target systems. Recently, security researchers identified a sophisticated MastaStealer campaign that exploits these shortcut files to deliver a full-featured C2 beacon while simultaneously turning off critical endpoint protections.The infection begins with a spear-phishing email containing a ZIP archive with a single .lnk file. When the victim executes the shortcut, the attack unfolds in multiple stages designed to maintain a low profile while establishing persistence.The LNK file launches Microsoft Edge and navigates to anydesk[.]com in the foreground, creating the illusion that it is a legitimate application.This social engineering tactic distracts users from background activity while the malware silently downloads an MSI installer from anydesk [.]net a typosquatting variant of the legitimate AnyDesk domain.Detection and MSI DeploymentSecurity teams discovered the intrusion through Windows Installer event logs when the MSI installation failed on a system where the user lacked local administrator privileges.The failed installation generated Application Event ID 11708, which triggered correlation rules and initiated rapid incident response. Had the user possessed elevated privileges, the attack would have progressed undetected.Upon successful execution, the MSI would decompress its contents into a temporary directory at %LOCALAPPDATA%\Temp\MW-\files.cab before dropping the actual payload: a file named dwm.exe into %LOCALAPPDATA%\Microsoft\Windows.This executable functions as the C2 beacon, providing attackers direct remote access to the compromised system.The most alarming aspect of this campaign involves the deployment of a PowerShell command executed during MSI installation to create a Windows Defender exclusionAdd-MpPreference -ExclusionPath “C:\Users\admin\AppData\Local\Microsoft\Windows\dvm.exe”This command adds the malicious executable to the Defender exclusion list, effectively blinding Windows Defender to the presence of the C2 beacon. By disabling real-time protection for the malware’s installation path, attackers ensure their persistence mechanism remains invisible to automated security scanning and incident response activities.Command and Control InfrastructureOrganizations should implement controls monitoring for LNK file execution, suspicious PowerShell commands targeting security exclusions, and unsigned MSI installations.The malware communicates with two command-and-control servers:cmqsqomiwwksmcsw[.]xyz (38[.]134[.]148[.]74).ykgmqooyusggyyya[.]xyz (155[.]117[.]20[.]75).These domains utilize randomized naming conventions to evade domain-reputation filtering and DNS-based threat intelligence platforms.Source file.This campaign demonstrates how attackers chain multiple evasion techniques to bypass layered defenses.The combination of LNK-based execution, MSI-based deployment, and Defender exclusions creates a sophisticated attack sequence that requires vigilant endpoint detection and response capabilities.Additionally, monitoring Windows Installer event logs for failures remains a critical detection mechanism for catching unsuccessful compromise attempts before attackers refine their approach.Follow us on Google News, LinkedIn, and X to Get Instant Updates and Set GBH as a Preferred Source in Google.

Based on reporting by GBHackers.

Windows LNK files remain a preferred vector for attackers seeking to establish initial access on target systems.
Jonathan Pierce · Thehackingpost
Advertisement
AI transparency. This article was produced with the assistance of artificial intelligence and published under human editorial oversight. AI systems can make mistakes. Read how we use AI (EU AI Act, Art. 50).
Related Stories