Article Details

Scrape Timestamp (UTC): 2025-06-03 15:10:16.030

Source: https://thehackernews.com/2025/06/fake-docusign-gitcode-sites-spread.html

Original Article Text

Click to Toggle View

Fake DocuSign, Gitcode Sites Spread NetSupport RAT via Multi-Stage PowerShell Attack. Threat hunters are alerting to a new campaign that employs deceptive websites to trick unsuspecting users into executing malicious PowerShell scripts on their machines and infect them with the NetSupport RAT malware. The DomainTools Investigations (DTI) team said it identified "malicious multi-stage downloader Powershell scripts" hosted on lure websites that masquerade as Gitcode and DocuSign. "These sites attempt to deceive users into copying and running an initial PowerShell script on their Windows Run command," the company said in a technical report shared with The Hacker News. "Upon doing so, the powershell script downloads another downloader script and executes on the system, which in turn retrieves additional payloads and executes them eventually installing NetSupport RAT on the infected machines." It's believed that these counterfeit sites may be propagated via social engineering attempts over email and/or social media platforms. The PowerShell scripts present hosted on the fake Gitcode sites are designed to download a series of intermediate PowerShell scripts from an external server ("tradingviewtool[.]com") that are used in succession to launch NetSupport RAT on victim machines. DomainTools said it also identified several websites spoofing Docusign (e.g., docusign.sa[.]com) to deliver the same remote access trojan but with a twist: Using ClickFix-style CAPTCHA verifications to dupe victims into running the malicious PowerShell script. Like the recently documented attack chains delivering the EDDIESTEALER infostealer, users who land on the pages are asked to prove they are not a robot by completing the check. Triggering the CAPTCHA verification causes an obfuscated PowerShell command to be clandestinely copied to the user's clipboard -- a technique called clipboard poisoning -- after which they are instructed to launch the Windows Run dialog ("Win + R"), paste ("CTRL + V"), and press Enter, causing the script to be executed in the process. The PowerShell script works by downloading a persistence script ("wbdims.exe") from GitHub to ensure that the payload is launched automatically when the user logs in to the system. "While this payload was no longer available during the time of investigation, the expectation is that it checks in with the delivery site via 'docusign.sa[.]com/verification/c.php,'" DomainTools said. "Upon doing so, it triggers a refresh in the browser for the page to display the content of 'docusign.sa[.]com/verification/s.php?an=1.'" This results in the delivery of a second-stage PowerShell script, which then downloads and executes a third-stage ZIP payload from the same server by setting the URL parameter "an" to "2." The script proceeds to unpack the archive and run an executable named "jp2launcher.exe" present within it, ultimately leading to the deployment of NetSupport RAT. "The multiple stages of scripts downloading and running scripts that download and run yet more scripts is likely an attempt to evade detection and be more resilient to security investigations and takedowns," the company said. It's currently not clear who is behind the campaign, but DomainTools pointed out that it identified similar delivery URL, domain naming, and registration patterns in connection with a SocGholish (aka FakeUpdates) campaign detected in October 2024. "Notably, the techniques involved are commonplace and NetSupport Manager is a legitimate administration tool known to be leveraged as a RAT by multiple threat groups such as FIN7, Scarlet Goldfinch, Storm-0408, and others."

Daily Brief Summary

MALWARE // Deceptive Websites Deploy NetSupport RAT Using Multi-Stage PowerShell Scripts

Threat hunters have discovered a malicious campaign using fake DocuSign and Gitcode sites to spread NetSupport RAT via complex PowerShell scripts.

The initial contact with victims often starts through social engineering methods, using emails or social media, directing them to these malicious websites.

The attack sequence begins with victims being tricked into executing a PowerShell script that triggers multi-stage downloads and installations of the malware.

One distinct method involves a Clipboard poisoning attack where a CAPTCHA verification dupes users into copying a malicious script unwittingly.

The PowerShell scripts facilitate downloading more scripts and eventually the NetSupport RAT from a controlled server masquerading as a legitimate service.

This multi-layered execution strategy aims to bypass detection systems and remains resilient against simple security takedowns.

The URLs and domain patterns used in the attack share similarities with previous campaigns known to involve SocGholish, suggesting a potentially larger organized threat.

Although the NetSupport Manager is a legitimate tool, it's often abused by multiple threat actors to gain unauthorized remote access to victim's systems.