Experts Confirm JS#SMUGGLER Uses Compromised Sites to Deploy NetSupport RAT
嗯,用户让我帮忙总结一下这篇文章的内容,控制在一百个字以内。首先,我需要仔细阅读文章,理解其主要内容。文章主要讲的是一个新的网络攻击活动,名为JS#SMUGGLER,利用被黑网站传播NetSupport RAT远程访问木马。攻击链分为几个阶段,包括注入JavaScript加载器、HTA文件执行PowerShell脚本,最终下载并执行恶意软件。 接下来,我需要提取关键信息:攻击活动名称、传播方式、使用的恶意软件、攻击链的阶段、以及防御建议。然后,将这些信息浓缩成一句话,确保不超过100个字。同时,不需要使用“文章内容总结”之类的开头词。 可能遇到的难点是如何在有限的字数内涵盖所有重要点。我需要选择最核心的信息,比如攻击活动名称、传播方式和恶意软件名称。然后,简要提及攻击链的复杂性和防御建议。 最后,检查语言是否简洁明了,确保没有遗漏关键信息,并且符合用户的要求。 </think> 研究人员发现名为JS#SMUGGLER的新网络攻击活动,利用被黑网站传播NetSupport RAT远程访问木马。该活动采用多阶段脚本执行和隐藏 iframe 技术,在受害者设备上部署恶意软件并实现远程控制。 2025-12-8 17:37:0 Author: thehackernews.com(查看原文) 阅读量:0 收藏

Cybersecurity researchers are calling attention to a new campaign dubbed JS#SMUGGLER that has been observed leveraging compromised websites as a distribution vector for a remote access trojan named NetSupport RAT.

The attack chain, analyzed by Securonix, involves three main moving parts: An obfuscated JavaScript loader injected into a website, an HTML Application (HTA) that runs encrypted PowerShell stagers using "mshta.exe," and a PowerShell payload that's designed to download and execute the main malware.

"NetSupport RAT enables full attacker control over the victim host, including remote desktop access, file operations, command execution, data theft, and proxy capabilities," researchers Akshay Gaikwad, Shikha Sangwan, and Aaron Beardslee said.

There is little evidence at this stage to tie the campaign to any known threat group or country. The activity has been found to target enterprise users through compromised websites, indicative of a broad-strokes effort.

Cybersecurity

The cybersecurity company described it as a multi-stage web-based malware operation that employs hidden iframes, obfuscated loaders, and layered script execution for malware deployment and remote control.

In these attacks, silent redirects embedded into the infected websites act as a conduit for a heavily scrambled JavaScript loader ("phone.js") retrieved from an external domain, which then profiles the device to determine whether to serve a full-screen iframe (when visiting from a mobile phone) or load another remote second-stage script (when visiting from a desktop).

The invisible iframe is designed to direct the victim to a malicious URL. The JavaScript loader incorporates a tracking mechanism to ensure that the malicious logic is fired only once and during the first visit, thereby minimizing the chances of detection.

"This device-aware branching enables attackers to tailor the infection path, hide malicious activity from certain environments, and maximize their success rate by delivering platform-appropriate payloads while avoiding unnecessary exposure," the researchers said.

The remote script downloaded in the first stage of the attack lays the foundation by constructing at runtime a URL from which an HTA payload is downloaded and executed using "mshta.exe." The HTA payload is another loader for a temporary PowerShell stager, which is written to disk, decrypted, and executed directly in memory to evade detection.

Furthermore, the HTA file is run stealthily by disabling all visible window elements and minimizing the application at startup. Once the decrypted payload is executed, it also takes steps to remove the PowerShell stager from disk and terminates itself to avoid leaving as much forensic trail as possible.

The primary goal of the decrypted PowerShell payload is to retrieve and deploy NetSupport RAT, granting the attacker complete control over the compromised host.

"The sophistication and layered evasion techniques strongly indicate an actively maintained, professional-grade malware framework," Securonix said. "Defenders should deploy strong CSP enforcement, script monitoring, PowerShell logging, mshta.exe restrictions, and behavioral analytics to detect such attacks effectively."

CHAMELEON#NET Delivers Formbook Malware

The disclosure comes weeks after the company also detailed another multi-stage malspam campaign dubbed CHAMELEON#NET that uses phishing emails to deliver Formbook, a keylogger and information stealer. The email messages are aimed at luring victims in the National Social Security Sector into downloading a seemingly harmless archive after their credentials on a bogus webmail portal designed for this purpose.

"This campaign begins with a phishing email that tricks users into downloading a .BZ2 archive, initiating a multi-stage infection chain," Sangwan said. "The initial payload is a heavily obfuscated JavaScript file that acts as a dropper, leading to the execution of a complex VB.NET loader. This loader uses advanced reflection and a custom conditional XOR cipher to decrypt and execute its final payload, the Formbook RAT, entirely in memory."

Cybersecurity

Specifically, the JavaScript dropper decodes and writes to disk in the %TEMP% directory two additional JavaScript files -

  • svchost.js, which drops a .NET loader executable dubbed DarkTortilla ("QNaZg.exe"), a crypter that's often used to distribute next-stage payloads
  • adobe.js, which drops a file named "PHat.jar," an MSI installer package that exhibits similar behavior as "svchost.js"

In this campaign, the loader is configured to decrypt and execute an embedded DLL, the Formbook malware. Persistence is achieved by adding it to the Windows startup folder to ensure that it's automatically launched upon a system reboot. Alternatively, it also manages persistence through the Windows Registry.

"The threat actors combine social engineering, heavy script obfuscation, and advanced .NET evasion techniques to successfully compromise targets," Securonix said. "The use of a custom decryption routine followed by reflective loading allows the final payload to be executed in a fileless manner, significantly complicating detection and forensic analysis."

Found this article interesting? Follow us on Google News, Twitter and LinkedIn to read more exclusive content we post.


文章来源: https://thehackernews.com/2025/12/experts-confirm-jssmuggler-uses.html
如有侵权请联系:admin#unsafe.sh