Russian APT Gamaredon Evolves Tactics in Attacks on Ukraine

Russian APT Gamaredon Enhances Malware and Evasion Techniques in Ukraine War

HIGH
June 29, 2026
4m read
Threat ActorCyberattackMalware

Related Entities

Threat Actors

Organizations

Products & Tech

WinRAR

Other

CVE Identifiers

Full Report

Executive Summary

The Russian-backed advanced persistent threat (APT) group Gamaredon (also known as Shuckworm, Armageddon) has significantly upgraded its tactics, techniques, and procedures (TTPs) in its ongoing cyber espionage campaign against Ukraine. According to research from ESET, the group conducted at least 35 distinct spear-phishing campaigns throughout 2025 and into 2026. Gamaredon is now heavily leveraging legitimate cloud infrastructure, such as Cloudflare tunnels, for command-and-control (C2) to evade detection. The group has also been observed providing initial access for other high-profile Russian APTs, including Turla, indicating a more coordinated and dangerous level of cooperation among state-sponsored actors. The primary objectives remain unchanged: espionage and data exfiltration from Ukrainian government and military targets.

Threat Overview

Gamaredon continues to be one of the most active and persistent threats targeting Ukraine. Their operations are characterized by high-volume spear-phishing campaigns designed to gain initial access. The group has refined its methods to increase their success rate and evade detection:

  • Initial Access: They employ spear-phishing emails containing malicious LNK or HTA files, often within archive files (.zip, .rar). They have also been seen exploiting patched vulnerabilities like CVE-2025-8088 (WinRAR) for payload delivery and persistence.
  • Payload Delivery: The initial droppers are typically PowerShell or VBS scripts that download next-stage malware, such as the PteroSand backdoor.
  • C2 Infrastructure: A key evolution is the abuse of legitimate cloud services. By using Cloudflare tunnels and serverless workers for C2, Gamaredon's malicious traffic is masked within legitimate web traffic, making it difficult for network defenders to block.
  • Collaboration: In a significant development, Gamaredon has been observed acting as an 'access-as-a-service' provider for other APTs. After securing initial access, they have handed off control to the Turla group, which then deploys its own sophisticated Kazuar malware framework. This layering of threats complicates attribution and response.

Technical Analysis

Gamaredon's updated TTPs can be mapped to the MITRE ATT&CK framework:

The collaboration between Gamaredon and Turla is a force multiplier. Gamaredon's high-volume, less sophisticated approach to gaining access is complemented by Turla's stealthy, advanced post-exploitation capabilities, creating a much greater threat to targeted organizations.

Impact Assessment

The impact of Gamaredon's activities is directly tied to the geopolitical conflict between Russia and Ukraine. By successfully infiltrating Ukrainian government and military networks, the group provides the Russian state with critical intelligence that can be used to gain a strategic advantage. This includes:

  • Military plans and troop movements.
  • Government communications and policy decisions.
  • Sensitive personal information of government and military officials. The collaboration with Turla amplifies this impact, as it allows for more deeply entrenched and harder-to-detect espionage operations within the most sensitive Ukrainian networks.

IOCs β€” Directly from Articles

No specific file hashes or C2 domains were provided in the source articles.

Cyber Observables β€” Hunting Hints

Security teams in the targeted region should hunt for the following activity:

Type
command_line_pattern
Value
powershell.exe -ExecutionPolicy Bypass -File
Description
Monitor for PowerShell being launched with a bypass policy to run an unsigned script, a common Gamaredon TTP.
Type
file_path
Value
%APPDATA%\..\Startup\
Description
Monitor the user Startup folder for the creation of new LNK files or scripts, a persistence method used by the group.
Type
network_traffic_pattern
Value
*.cloudflare.com or *.trycloudflare.com
Description
While broad, look for unexpected processes on servers making outbound connections to Cloudflare domains, especially if not associated with a known application. Context is key.
Type
file_name
Value
*.hta, *.lnk
Description
Be suspicious of HTA or LNK files delivered via email attachments, especially within archives.

Detection & Response

Detection:

  1. Email Security: Implement advanced email security gateways that can scan inside archives and analyze links for malicious content.
  2. Endpoint Script Control: Use EDR or application control solutions to block or alert on the execution of PowerShell and VBS scripts originating from untrusted sources like email attachments. This aligns with D3FEND's Executable Denylisting (D3-EDL).
  3. TLS/SSL Inspection: Where possible, implement TLS inspection to gain visibility into encrypted C2 traffic. This is necessary to detect malicious patterns within traffic to legitimate services like Cloudflare. This is a form of D3FEND Network Traffic Analysis (D3-NTA).

Response:

  1. Isolate affected endpoints and block C2 communications at the firewall or proxy.
  2. Review all accounts and systems accessed by the threat actor.
  3. Assume that if Gamaredon was detected, other actors like Turla may also be present. A thorough threat hunt is required.

Mitigation

Immediate Actions:

  1. Patching: Ensure all software, especially applications like WinRAR that handle external files, are fully patched (M1051 - Update Software).
  2. User Training: Continuously train users to be suspicious of unsolicited emails with attachments, even if they appear to come from a known source.

Strategic Improvements:

  1. Attack Surface Reduction: Block HTA and LNK file attachments at the email gateway. Configure Office applications to disable macros by default.
  2. PowerShell Hardening: Implement constrained language mode for PowerShell to limit its capabilities for non-administrative users (M1028 - Operating System Configuration).
  3. Egress Filtering: Deny all outbound traffic by default and only allow connections to known-good, necessary services. This makes it harder for attackers to establish C2 channels, even through legitimate services.

Timeline of Events

1
June 29, 2026
This article was published

MITRE ATT&CK Mitigations

Ongoing user education on identifying and reporting phishing is crucial to defend against Gamaredon's primary initial access vector.

Filter and block potentially malicious file types like HTA and LNK at the email gateway.

Use application control and script blocking to prevent the execution of untrusted PowerShell and VBS scripts.

Ensure applications like WinRAR are patched to prevent exploitation for persistence or execution.

Sources & References

Article Author

Jason Gomes

Jason Gomes

β€’ Cybersecurity Practitioner

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.

Threat Intelligence & AnalysisSecurity Orchestration (SOAR/XSOAR)Incident Response & Digital ForensicsSecurity Operations Center (SOC)SIEM & Security AnalyticsCyber Fusion & Threat SharingSecurity Automation & IntegrationManaged Detection & Response (MDR)

Tags

GamaredonAPT28TurlaRussiaUkraineCyber WarAPTESETCloudflare

πŸ“’ Share This Article

Help others stay informed about cybersecurity threats

🎯 MITRE ATT&CK Mapped

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.

🧠 Enriched & Analyzed

Observables and indicators of compromise (IOCs) have been extracted and cataloged. Risk has been assessed and correlated with known threat actors and historical campaigns.

πŸ›‘οΈ Actionable Guidance

Detection rules, incident response steps, and D3FEND-aligned mitigation strategies are included so your team can act on this intelligence immediately.

πŸ”— STIX Visualizer

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 Generator

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.