# Massive SEO-Poisoning Campaign Exploits ScreenConnect to Deploy AsyncRAT
Threat actors are running a sprawling, multi-language campaign that weaponizes legitimate-looking software downloads to distribute the AsyncRAT remote access trojan. Kaspersky researchers discovered attackers hosting malicious installer archives on SEO-optimized spoofed sites, where they impersonate widely-used software—including OBS Studio, DS4Windows, and Bandicam—to trick users into downloading malware. Once executed, the malicious installers leverage ScreenConnect, a legitimate remote access tool, to establish command-and-control infrastructure and deploy AsyncRAT for persistent backdoor access.
## The Threat
The campaign represents a high-volume, opportunistic attack targeting users across multiple countries and languages. The threat actors are not pursuing specific organizations; instead, they're casting a wide net, relying on search engine optimization tactics to poison results for legitimate software queries.
Key attack characteristics:
The affected software includes:
| Legitimate Software | Use Case |
|-------------------|----------|
| OBS Studio | Video streaming and screen recording |
| DNS Jumper | DNS server management and testing |
| DS4Windows | PlayStation 4 controller emulation for PC gaming |
| Bandicam | Screen recording and video capture |
All of these are commonly downloaded from the internet—making them ideal candidates for SEO poisoning schemes.
## Background and Context
### ScreenConnect: A Legitimate Tool Weaponized
ScreenConnect is a widely-deployed remote desktop and remote support tool used by IT professionals, managed service providers (MSPs), and enterprise support teams. Its legitimacy makes it an attractive infection vector for attackers: it's already trusted by endpoint detection and response (EDR) systems and firewalls in many organizations.
Kaspersky's discovery is consistent with a broader trend of living-off-the-land attacks, where adversaries exploit legitimate system tools and commercial software to evade detection.
### AsyncRAT: The Persistence Layer
AsyncRAT is a .NET-based remote access trojan known for its modularity and ease of configuration. Once deployed, it provides attackers with:
AsyncRAT has been available for years in underground forums and is frequently used by financially-motivated cybercriminals, ransomware gangs, and nation-state actors as a post-exploitation payload.
### SEO Poisoning as a Distribution Method
Search engine poisoning is not new, but it remains highly effective. When users search for a software download, they often click on top results without scrutinizing domain names or SSL certificates. Attackers exploit this behavior by:
1. Registering domains with slight variations or typos that mimic legitimate sources
2. Publishing content that ranks well for popular search queries
3. Hosting malicious files directly or behind seemingly legitimate CAPTCHA or "click to download" pages
4. Relying on volume—even a small click-through rate translates to thousands of compromised systems
## Technical Details
### The Attack Chain
The multi-stage infection follows this sequence:
Stage 1: SEO-Poisoned Discovery
Users search for common software downloads, click a top result, and land on an attacker-controlled site mimicking the legitimate software vendor. The site may include:
Stage 2: Malicious Installer Execution
The user downloads what appears to be a legitimate installer (e.g., OBS_Studio_Installer.exe or similar). When executed, the installer runs with user privileges and performs reconnaissance before proceeding.
Stage 3: ScreenConnect Installation
The first-stage payload silently installs ScreenConnect to establish a remote access channel. ScreenConnect is configured to connect to attacker-controlled servers, establishing a covert command-and-control connection.
Stage 4: AsyncRAT Deployment
Once ScreenConnect establishes connectivity, the remote operators download and execute AsyncRAT, which persists on the system through registry modifications, scheduled tasks, or other common persistence mechanisms.
### Why ScreenConnect?
Attackers chose ScreenConnect for several reasons:
## Implications for Organizations and Users
### Who's at Risk?
This campaign poses a threat to:
### Potential Impact
Compromised systems become entry points for:
## Recommendations
### For End Users
### For IT Teams and Organizations
### For Security Vendors
---
## HackWire Analysis
This campaign illustrates a fundamental tension in modern security: legitimate tools become attack vectors when the infection vector is social, not technical. ScreenConnect itself isn't vulnerable—the attackers are exploiting user behavior and search engine algorithms, not zero-days.
What's notable here is scale and opportunism. Unlike targeted phishing or watering hole attacks, this campaign relies on volume and luck. The attackers aren't spending weeks researching specific targets; they're investing in SEO and domain registration to maximize hit rates across diverse geographies and languages. This suggests either a well-funded criminal operation or a collective effort by multiple threat groups sharing infrastructure.
The choice of software targets is also telling: OBS, Bandicam, and DS4Windows are all *legitimate tools that users deliberately seek out*. This isn't malware masquerading as antivirus or pretending to be Windows Update. Users *want* these applications, which makes social engineering trivial—just intercept the search result and deliver a convincing clone.
The real lesson isn't new, but it's critical: downloading software remains one of the highest-risk user behaviors. Software distribution is fragmented (official sites, mirrors, software archives, vendor repositories), creating ambiguity. Even technically-savvy users can be fooled by spoofed HTTPS certificates or slight domain variations. Until software distribution is either locked down (app store model) or cryptographically verified at search time, these attacks will remain profitable.
Organizations should treat this as a wake-up call to enforce software installation policies, not just endpoint protection. Blocking unsigned executables, restricting administrator privileges, and monitoring for ScreenConnect instances can significantly reduce the impact of these campaigns—but user education remains critical for systems where policy flexibility is necessary.
— HackWire Editorial
---
## Related Coverage