Insikt Group, the research division of Recorded Future, has identified a targeted espionage campaign attributed to BlueDelta, a Russian state-sponsored threat group linked to the GRU and also tracked as APT28 and Fancy Bear. The campaign, active from late 2025 to early 2026, targeted government and diplomatic entities in Romania, Spain, and Türkiye. The attackers used a new, simple backdoor named HOOKEDGE, delivered through spear-phishing emails with malicious macro-enabled documents. A key feature of this campaign is the abuse of webhook.site, a legitimate web service, for command and control (C2), making the malicious traffic difficult to distinguish from benign developer activity.
What Happened: A Russian APT group conducted a cyber-espionage campaign against European government targets using a new backdoor that leverages a legitimate web service for C2.
Attacker: BlueDelta (APT28, Fancy Bear, Forest Blizzard). This is a highly sophisticated threat actor associated with Russia's General Staff Main Intelligence Directorate (GRU). They are known for conducting espionage, disruption, and disinformation campaigns aligned with Russian strategic interests.
Victims: Government and diplomatic organizations in Romania, Spain, and Türkiye.
Malware: HOOKEDGE, a lightweight backdoor written as a Windows batch script. Its primary function is to establish a C2 channel, download commands, execute them, and exfiltrate the results.
The attack chain begins with a spear-phishing email containing a malicious Microsoft Word document. The document uses diplomatic-themed lures to trick the target into enabling macros.
.docm) is sent to the target. One observed lure impersonated Spain's Ministry of the Presidency.webhook.site service.--headless) to perform the C2 communication, further blending in with normal user activity.This abuse of a legitimate service for C2 is a clever defense evasion technique, as blocking the domain webhook.site would impact legitimate developers and users.
T1566.001 - Spearphishing Attachment: The use of malicious Word documents sent via email.T1059.005 - Visual Basic: The malicious macros in the Word document.T1059.003 - Windows Command Shell: The HOOKEDGE backdoor is a batch script.T1053.005 - Scheduled Task: Used to run the backdoor every 30 minutes.T1027 - Obfuscated Files or Information: Macros are typically obfuscated.T1140 - Deobfuscate/Decode Files or Information: The macro decodes and drops the batch script.T1071.001 - Web Protocols: Using HTTP/HTTPS for C2.T1219 - Remote Access Software: Abusing the legitimate webhook.site service for C2 functions.T1105 - Ingress Tool Transfer: Downloading commands from the webhook URL.This campaign represents a continued effort by Russian intelligence services to conduct espionage against NATO members and European government entities. The theft of diplomatic and government documents can provide Russia with strategic advantages, insight into policy decisions, and material for future influence operations. The use of a simple yet effective backdoor that abuses a legitimate service demonstrates the actor's ability to innovate and adapt its TTPs to bypass traditional security controls. Organizations that do not have granular control and visibility over their network traffic may completely miss this type of C2 activity.
No specific Indicators of Compromise (IOCs) such as file hashes or webhook URLs were provided in the source articles.
webhook.site from servers or user workstations that do not belong to developers or have a legitimate business need. This is the strongest indicator.schtasks.exe creating tasks with suspicious command lines, especially those executing batch scripts from temporary directories.msedge.exe or chrome.exe being executed with the --headless flag, especially when initiated by a script or scheduled task. This is highly anomalous for typical user activity..bat, .cmd) in user profile directories (%APPDATA%, %TEMP%).webhook.site. Implement D3FEND's Outbound Traffic Filtering (D3-OTF) and create specific alerts for any non-developer systems communicating with such sites.webhook.site entirely may be disruptive, consider logging all connections to it and similar services for manual review. For high-security environments, deny access by default and only allow it for specific users or systems with a justified need.Monitor or block outbound traffic to legitimate but abusable services like webhook.site from non-developer systems.
Mapped D3FEND Techniques:
Harden Microsoft Office settings to block macros from documents downloaded from the internet.
Mapped D3FEND Techniques:
Use application control policies to prevent the execution of unauthorized scripts and batch files.
Mapped D3FEND Techniques:
Train users to identify and report spear-phishing emails with suspicious attachments.
The core of the HOOKEDGE backdoor's novelty is its abuse of webhook.site. Therefore, the most direct countermeasure is to control outbound traffic to such services. Implement a policy on your proxy or next-gen firewall to log all connections to webhook.site and similar services (e.g., pipedream.com, ngrok.io). For high-security environments, block this traffic by default and create an exception-based allowlist for specific developer machines that have a legitimate business need. Analyzing the volume and frequency of traffic can also be revealing; a scheduled task communicating every 30 minutes will create a very regular, machine-like pattern ('beaconing') that stands out from human browsing.
Use an EDR to detect the anomalous process chain associated with this attack. A high-fidelity detection rule would look for the sequence: WINWORD.EXE spawns CMD.EXE, which then spawns schtasks.exe to create a persistence task. A separate rule should trigger on msedge.exe (or other browsers) being launched with the --headless argument by a non-standard parent process (i.e., not a developer tool or another browser process). This behavioral approach is effective at detecting the TTPs, even if the specific batch script or macro changes.
Prevent the initial execution by hardening Microsoft Office security settings. Configure Group Policy to 'Block macros from running in Office files from the Internet'. This is a powerful built-in control that stops this entire attack chain at the source for any file with the 'Mark of the Web'. For internal documents where macros are required, enforce a policy that only allows digitally signed macros from trusted publishers. This significantly reduces the risk from the primary delivery vector used by BlueDelta in this campaign.
The BlueDelta espionage campaign using HOOKEDGE begins.
The observed campaign activity concludes.

Cybersecurity professional with over 10 years of specialized experience in security operations, threat intelligence, incident response, and security automation. Expertise spans SOAR/XSOAR orchestration, threat intelligence platforms, SIEM/UEBA analytics, and building cyber fusion centers. Background includes technical enablement, solution architecture for enterprise and government clients, and implementing security automation workflows across IR, TIP, and SOC use cases.
CyberNetSec.io uses automation to assist source monitoring, deduplication, observable extraction, and structured intelligence generation. Published analysis follows human-defined editorial standards and adds defensive context including MITRE ATT&CK, D3FEND, STIX, and Sigma where applicable. Read our editorial policy.
Help others stay informed about cybersecurity threats
Every tactic, technique, and sub-technique used in this threat has been identified and mapped to the MITRE ATT&CK framework for consistent, actionable threat language.
Observables and indicators of compromise (IOCs) have been extracted and cataloged. Risk has been assessed and correlated with known threat actors and historical campaigns.
Detection rules, incident response steps, and D3FEND-aligned mitigation strategies are included so your team can act on this intelligence immediately.
Structured threat data is packaged as a STIX 2.1 bundle and can be visualized as an interactive graph — relationships between actors, malware, techniques, and indicators.
Sigma detection rules are derived from the threat techniques in this article and can be converted for deployment across any major SIEM or EDR platform.