APT28 Targeted European Entities Using Webhook-Based Macro Malware
嗯,用户让我用中文总结这篇文章,控制在100字以内,而且不需要用“文章内容总结”之类的开头。好的,我先看看文章讲的是什么。 文章是关于一个叫做APT28的俄罗斯国家支持的威胁行为者的新活动。他们从2025年9月到2026年1月针对西欧和中欧的一些特定实体展开攻击,活动代号是Operation MacroMaze。攻击方式主要是利用鱼叉式网络钓鱼邮件,附带含有恶意宏的文档。 这些宏会连接到一个webhook.site的URL,下载图片的同时触发HTTP请求,记录元数据。LAB52发现这些宏在不断进化,使用不同的技术来规避检测,比如无头浏览器和键盘模拟。最终目的是执行脚本,在系统中建立持久性,并通过微软Edge浏览器的无头模式或隐藏窗口来窃取数据并外泄。 文章还提到攻击者使用了非常基础的工具,但通过巧妙安排最大化了隐蔽性。这说明即使简单工具也能造成威胁。 现在我要把这些信息浓缩到100字以内。重点包括:APT28的新活动、时间范围、目标地区、使用鱼叉式钓鱼和恶意宏、利用合法服务进行数据外泄、攻击链机制、宏的演变以及攻击手法的隐蔽性。 可能需要省略一些技术细节,比如具体的脚本执行步骤或批处理脚本的不同变种。确保涵盖主要攻击手段和目的即可。 总结一下:APT28发起针对西欧和中欧的新网络钓鱼活动,利用恶意宏连接远程服务器记录数据,并通过合法服务外泄。攻击手法隐蔽且不断进化。 </think> 俄罗斯国家支持的威胁行为者APT28发起针对西欧和中欧的新网络钓鱼活动,利用恶意宏连接远程服务器记录数据,并通过合法服务外泄。攻击手法隐蔽且不断进化。 2026-2-23 19:41:0 Author: thehackernews.com(查看原文) 阅读量:10 收藏

Malware / Threat Intelligence

The Russia-linked state-sponsored threat actor tracked as APT28 has been attributed to a new campaign targeting specific entities in Western and Central Europe.

The activity, per S2 Grupo's LAB52 threat intelligence team, was active between September 2025 and January 2026. It has been codenamed Operation MacroMaze. "The campaign relies on basic tooling and the exploitation of legitimate services for infrastructure and data exfiltration," the cybersecurity company said.

The attack chains employ spear-phishing emails as a starting point to distribute lure documents that contain a common structural element within their XML, a field named "INCLUDEPICTURE" that points to a webhook[.]site URL that hosts a JPG image. This, in turn, causes the image file to be fetched from the remote server when the document is opened.

Put differently, this mechanism acts as a beaconing mechanism akin to a tracking pixel that triggers an outbound HTTP request to the webhook[.]site URL upon opening the document. The server operator can log metadata associated with the request, confirming that the document was indeed opened by the recipient.

LAB52 said it identified multiple documents with slightly tweaked macros between late September 2025 and January 2026, all of which function as a dropper to establish a foothold on the compromised host and deliver additional payloads.

"While the core logic of all the macros detected remains consistent, the scripts show an evolution in evasion techniques, ranging from 'headless' browser execution in the older version to the use of keyboard simulation (SendKeys) in the newer versions to potentially bypass security prompts," the Spanish cybersecurity company explained.

The macro is designed to execute a Visual Basic Script (VBScript) to move the infection to the next stage. The script, for its part, runs a CMD file to establish persistence via scheduled tasks and launch a batch script for rendering a small Base64-encoded HTML payload in Microsoft Edge in headless mode to evade detection, retrieve a command from the webhook[.]site endpoint, execute it, capture its out, and exfiltrate it to another webhook[.]site instance in the form of an HTML file.

A second variant of the batch script has been found to eschew headless execution in favor of moving the browser window off-screen, followed by aggressively terminating all other Edge browser processes to ensure a controlled environment.

"When the resulting HTML file is rendered by Microsoft Edge, the form is submitted, causing the collected command output to be exfiltrated to the remote webhook endpoint without user interaction," LAB52 said. "This browser-based exfiltration technique leverages standard HTML functionality to transmit data while minimizing detectable artifacts on disk."

"This campaign proves that simplicity can be powerful. The attacker uses very basic tools (batch files, tiny VBS launchers and simple HTML) but arranges them with care to maximise stealth: Moving operations into hidden or off-screen browser sessions, cleaning up artifacts, and outsourcing both payload delivery and data exfiltration to widely used webhook services."

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


文章来源: https://thehackernews.com/2026/02/apt28-targeted-european-entities-using.html
如有侵权请联系:admin#unsafe.sh