Hackers Use Fake Resumes to Steal Enterprise Credentials and Deploy Crypto Miner
嗯,用户让我总结这篇文章的内容,控制在一百个字以内。首先,我需要快速浏览文章,抓住主要信息。 文章讲的是一个网络钓鱼活动,目标是说法语的企业环境。攻击者使用伪装成简历的恶意VBScript文件,一旦执行就会部署多种恶意工具,包括窃取凭证、数据外泄和加密货币挖掘。 攻击活动被命名为FAUX#ELEVATE,利用了合法的服务如Dropbox和WordPress来分发有效载荷和控制服务器。初始文件是一个VBScript,显示假的错误信息,诱骗用户运行它,并提升权限。 一旦获得权限,恶意软件会禁用安全措施,删除自身,并下载更多工具。它还利用合法的Windows驱动来提高挖矿效率,并通过多个邮件账户外泄数据。 整个攻击过程很快,在25秒内完成。这对企业来说是个大威胁,因为它们针对的是域内机器,窃取高价值凭证并持续利用资源。 总结时要涵盖这些关键点:法语企业为目标、伪装简历、部署多种恶意工具、利用合法服务、快速执行、针对域内机器。确保在100字以内简洁明了地表达出来。 </think> 一个针对法语企业的网络钓鱼活动使用伪装成简历的恶意VBScript文件传播加密货币挖矿器和信息窃取工具。该活动利用合法服务分发有效载荷,并通过复杂的机制绕过防御,在25秒内完成从初始执行到凭证外泄的完整感染链。 2026-3-24 16:35:0 Author: thehackernews.com(查看原文) 阅读量:1 收藏

Malware / Endpoint Security

An ongoing phishing campaign is targeting French-speaking corporate environments with fake resumes that lead to the deployment of cryptocurrency miners and information stealers.

"The campaign uses highly obfuscated VBScript files disguised as resume/CV documents, delivered through phishing emails," Securonix researchers Shikha Sangwan, Akshay Gaikwad, and Aaron Beardslee said in a report shared with The Hacker News.

"Once executed, the malware deploys a multi-purpose toolkit that combines credential theft, data exfiltration, and Monero cryptocurrency mining for maximum monetization."

The activity has been codenamed FAUX#ELEVATE by the cybersecurity company. The campaign is noteworthy for the abuse of legitimate services and infrastructure, such as Dropbox for staging payloads, Moroccan WordPress sites for hosting command-and-control (C2) configuration, and mail[.]ru SMTP infrastructure for exfiltrating stolen browser credentials and desktop files.

This is an example of a living-off-the-land-style attack that raises the bar on how attackers can trick defense mechanisms and sneak their way into the target's system without attracting much attention.

The initial dropper file is a Visual Basic Script (VBScript) that, upon opening, displays a bogus French-language error message, fooling message recipients into thinking that the file is corrupted. However, what happens behind the scenes is that the heavily obfuscated script runs a series of checks to evade sandboxes and enters into a persistent User Account Control (UAC) loop that prompts users to run it with administrator privileges.

Notably, out of the script's 224,471 lines, only 266 lines contain actual executable code. The rest of the script is filled with junk comments featuring random English sentences, inflating the size of the file to 9.7MB.

"The malware also uses a domain-join gate using WMI [Windows Management Instrumentation], ensuring that payloads are only delivered on enterprise machines, and standalone home systems are excluded entirely," the researchers said.

As soon as the dropper obtains administrative privileges, it wastes no time disabling security controls and covering up its tracks by configuring Microsoft Defender exclusion paths for all primary drive letters (from C to I), disabling UAC via a Windows Registry change, and deleting itself.

The dropper is also responsible for fetching two separate password-protected 7-Zip archives hosted on Dropbox -

  • gmail2.7z, which contains various executables to steal data and mine cryptocurrency
  • gmail_ma.7z, which contains utilities for persistence and cleanup

Among the tools used to facilitate credential theft is a component that leverages the ChromElevator project to extract sensitive data from Chromium-based browsers by getting around app-bound encryption (ABE) protections. Some of the other tools include -

  • mozilla.vbs, a VBScript malware for stealing Mozilla Firefox profile and credentials
  • walls.vbs, a VBScript payload for desktop file exfiltration
  • mservice.exe, an XMRig cryptocurrency miner that's launched after retrieving the mining configuration from a compromised Moroccan WordPress site
  • WinRing0x64.sys, a legitimate Windows kernel driver that's used to unlock the CPU's full mining potential
  • RuntimeHost.exe, a persistent Trojan component that modifies Windows Firewall rules and periodically communicates with a C2 server

The sole browser data is exfiltrated using two separate mail[.]ru sender accounts ("[email protected]" and "[email protected]") that share the same password over SMTP to another email address operated by the threat actor ("[email protected]").

Once credential theft and exfiltration activities are complete, the attack chain initiates an aggressive cleanup of all dropped tools in a bid to minimize forensic footprint, leaving behind only the miner and trojan behind.

"The FAUX#ELEVATE campaign demonstrates a well-organized, multi-stage attack operation that combines several noteworthy techniques into a single infection chain," Securonix said.

"What makes this campaign particularly dangerous for enterprise security teams is the speed of execution, the full infection chain completes in approximately 25 seconds from initial VBS execution to credential exfiltration, and the selective targeting of domain-joined machines, which ensures that every compromised host provides maximum value through corporate credential theft and persistent resource hijacking."

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


文章来源: https://thehackernews.com/2026/03/hackers-use-fake-resumes-to-steal.html
如有侵权请联系:admin#unsafe.sh