Kazuar
Kazuar is a Turla backdoor and espionage implant, described in the content as Turla’s flagship backdoor and a long-running malware framework active since at least 2015 and used since at least 2017. It is associated with the Russia-linked threat actor Turla, also referred to in the content as Secret Blizzard and Venomous Bear, and has been used in cyberespionage operations including against military and defense targets in Ukraine and in compromises of government organizations. The content also describes operational collaboration in which Gamaredon tooling, including PteroGraphin and PteroOdd, was used to deploy Kazuar on compromised Ukrainian targets and in at least one case restore Turla’s access.
Capabilities directly mentioned in the content include installing itself as a new Windows service for persistence, gathering information on users, obtaining a list of running processes through WMI querying, capturing images from the webcam, launching JavaScript on the device, stealing data from event logs, collecting information about system files, and stealing authentication tokens, cookies, and credentials from a wide variety of programs including browsers, FTP clients, VPN software, KeePass, Azure, AWS, and Outlook. Kazuar stages command output and collected data in files before exfiltration. It communicates with command-and-control servers over HTTP and HTTPS, encodes communications in Base64, and can also act as a webserver listening for inbound HTTP requests through an exposed API. The content further notes that Kazuar has used compromised WordPress blogs as command-and-control servers.
The content also describes newer Kazuar evolution into a modular espionage framework with Kernel, Bridge, and Worker modules. In that reporting, the Kernel coordinates tasks, configuration updates, and anti-analysis checks; the Bridge proxies external communications; and Worker modules perform keystroke capture, screenshot capture, file harvesting, window monitoring, and email collection. Reported communication paths include HTTP, WebSockets, and Exchange Web Services, with internal routing via hidden Windows messaging, named pipes, Mailslots, and Google Protocol Buffers. Some Kazuar payloads are described as cryptographically tied to a victim hostname, and delivery methods mentioned include the Pelmeni dropper and a .NET COM-object loader that decrypts and executes payloads in memory.
Observed infrastructure and indicators mentioned in the content include compromised WordPress sites used for C2 and the following Kazuar-related domains and URLs from one reported victim network: bombheros[.]com, simplifiedhomesales[.]com, mtsoft.hol[.]es, polishpod101[.]com, echange-afrique-insa[.]fr, afci-newsoft[.]fr, antoniosalieri[.]es, and aviatnetworks[.]com. The content also lists in-the-wild filenames including dbgsview.exe, DebugView.exe, adflctlmon.exe, PSExtendPrivacy.exe, and Agent.exe; .NET module version IDs 7c1a417d-961e-4fbd-9df7-7b99994eaec7, 2cde886e-ee24-496a-bb31-1ced6b766ced, 76b7b11a-4124-448b-9903-15524e321f3f, and d3429016-d029-45b8-b260-85221265838e; and SHA256 samples 69908f05b436bd97baae56296bf9b9e734486516f9bb9938c2b8752e152315d4, c1f278f88275e07cc03bd390fe1cbeedd55933110c6fd16de4187f4c4aaf42b9, 6eb31006ca318a21eb619d008226f08e287f753aec9042269203290462eaa00d, and 436cfce71290c2fc2f2c362541db68ced6847c66a73b55487e5e5c73b0636c85.
Hunt this family in your stack
Mallory pivots from this family to the IOCs, detections, and named campaigns that touch your stack, and pages you when something new lands.
Groups observed using it
5 distinct threat actors attributed by public researchers. Open in Mallory to see the full evidence chain and overlapping campaigns.
This architecture somewhat resembles Turla’s multi-hop KAZUAR C2 infrastructure.
Gamaredon used its library of loaders to provide initial access for Turla's heftier exploitation framework, Kazuar.
...на уражені ЕОМ довантажується складний багатофункціональний бекдор KAZUAR, в якому реалізовано більше 40 функцій...
...угрупуванням UAC-0028 (APT28) та UAC-0003 (Turla), зокрема, із застосуванням модифікованого флагманського шкідливого програмного забезпечення KAZUAR.
...угрупуванням UAC-0028 (APT28) та UAC-0003 (Turla), зокрема, із застосуванням модифікованого флагманського шкідливого програмного забезпечення KAZUAR.
Techniques & procedures
32 distinct techniques documented for this family, organized by ATT&CK tactic.
Initial Access
1 technique
Initial Access
Execution
4 techniques
Execution
The content repeatedly describes threat actors and malware using WMI/WMIC/wmiexec for remote execution, lateral movement, discovery, persistence, and administrative actions; e.g., 'APT41 used WMI in several ways, including for execution of commands via WMIEXEC as well as for persistence via PowerSploit' and 'Scattered Spider used Windows Management Instrumentation (WMI) to move laterally via Impacket.'
Across incidents observed between February and June 2025, Gamaredon tooling, including PteroGraphin and PteroOdd, was used to deploy Turla’s Kazuar backdoor and, in at least one case, restore Turla’s access after the group appeared to have lost its foothold.
During the 2016 Ukraine Electric Power Attack, Sandworm Team used the xp_cmdshell command in MS-SQL. During the 2025 Poland Wiper Attacks, the adversaries leveraged PsExec to run cmd.exe commands on multiple victim machines. Numerous malware families and groups are described as using cmd.exe, cmd /c, Windows command shell, or command-line interfaces to execute commands, payloads, reconnaissance, persistence, cleanup, and ransomware actions.
A second method drops a lightweight .NET loader configured as a COM object, decrypting and executing the payload entirely in memory with almost no trace left on disk. | The malware uses hidden Windows messaging, named pipes, Mailslots, and Google Protocol Buffers for structured internal routing
Persistence
3 techniques
Persistence
Across the content, malware repeatedly 'adds Registry Run keys', 'creates Registry entries', 'modifies the Windows Registry', or 'overwrites registry keys' to maintain persistence.
During the 2016 Ukraine Electric Power Attack, Sandworm Team used an arbitrary system service to load at system boot for persistence for Industroyer. They also replaced the ImagePath registry value of a Windows service with a new backdoor binary.
The content repeatedly describes malware and threat actors establishing persistence by adding values under HKCU/HKLM\Software\Microsoft\Windows\CurrentVersion\Run or RunOnce, and by placing executables, scripts, .lnk files, or .bat files in the Windows Startup folder.
Privilege Escalation
3 techniques
Privilege Escalation
During the 2016 Ukraine Electric Power Attack, Sandworm Team used an arbitrary system service to load at system boot for persistence for Industroyer. They also replaced the ImagePath registry value of a Windows service with a new backdoor binary.
The content repeatedly describes malware and threat actors establishing persistence by adding values under HKCU/HKLM\Software\Microsoft\Windows\CurrentVersion\Run or RunOnce, and by placing executables, scripts, .lnk files, or .bat files in the Windows Startup folder.
Stealth
4 techniques
Stealth
The content repeatedly describes malware and threat actors using obfuscated code, encrypted strings, Base64/XOR/RC4/AES encoding, VMProtect/ConfuserEx/SmartAssembly, stack strings, control-flow flattening, opaque predicates, and hidden payloads to evade analysis and detection.
Defense Impairment
1 technique
Defense Impairment
Credential Access
3 techniques
Credential Access
...steal authentication tokens, cookies, and credentials from a wide variety of programs, including browsers, FTP clients, VPN software, KeePass, Azure, AWS, and Outlook.
Discovery
5 techniques
Discovery
The content repeatedly describes malware and threat actors using commands and APIs such as ipconfig /all, ifconfig, arp -a, route print, nbtstat, netsh, GetAdaptersInfo, and GetIpNetTable to gather IP addresses, MAC addresses, DNS, DHCP, gateways, routing tables, ARP cache, proxy settings, domains, and network adapter/interface details.
The content repeatedly describes malware and threat actors collecting usernames, identifying logged-in users, running whoami/query user/quser, checking whether the current user is an administrator, enumerating user sessions, and gathering account details from compromised hosts.
The content repeatedly describes malware and threat actors obtaining lists of running processes, using utilities such as tasklist, ps, WMI, Get-Process, CreateToolhelp32Snapshot, EnumProcesses, and similar APIs/commands to enumerate active processes on victim systems.
The content repeatedly describes malware and threat actors collecting host details such as OS version, hostname, architecture, CPU, memory, BIOS, domain, language, and other configuration data; e.g., "APT41 uses multiple built-in commands such as systeminfo and net config Workstation to enumerate victim system basic configuration information."
The content repeatedly describes malware and threat actors listing files and directories, enumerating drives, searching for files by extension/name/path, retrieving file metadata, and browsing file systems (for example: "APT28 has used Forfiles to locate PDF, Excel, and Word documents during collection" and "cmd can be used to find files and directories with native functionality such as dir commands").
Lateral Movement
1 technique
Lateral Movement
GTIG conducted a review... in which we observed Turla deploying a wide range of tools into the victim’s network... via malicious GPO installation from a compromised domain controller... Multiple ZIP archives, each containing one of the core components of STOCKSTAY or its configuration, were uploaded to the domain controller.
Collection
3 techniques
Collection
...allows the threat actors to launch javascript on the device, steal data from event logs, steal information about systems files...
Command and Control
7 techniques
Command and Control
MITRE ATT&CK techniques ... Command and Control ... T1071 Standard Application Layer Protocol ... The C&C URLs correspond to compromised legitimate websites for Turla to proxy commands and exfiltrate data to Turla backend infrastructure.
Central to its operations is the STOCKSTAY.STOCKMARKET component, which serves as the primary orchestrator, managing command-and-control logic over secure WebSocket connections using the open-source websocket-sharp library.
MITRE ATT&CK techniques ... Command and Control ... T1090 Proxy ... The October sample likely acts as a transfer agent used to proxy commands from the remote Turla operators to the Kazuar instances on internal nodes in the network via an internet-facing shared network location.
MITRE ATT&CK techniques ... Command and Control T1102 ... Web Service ... Turla has relied on traditional C&C implementations, using compromised web servers as C&C, as well as utilizing legitimate web services like Pastebin.
Most of its new tools are simple downloaders... Gamaredon used its library of loaders to provide initial access for Turla's heftier exploitation framework, Kazuar.
IOCs tracked for this family
28 indicators attributed across vendor reports, sandbox runs, and researcher write-ups. Full values are available in Mallory.
IPs, domains, and DNS infrastructure linked to this family.
File hashes (MD5, SHA-1, SHA-256) from samples and reports.
Other indicator types observed in public reporting.
Recent activity
82 sources tracked across advisories, community write-ups, and news. New activity surfaces here as Mallory finds it.
A known Turla implant referenced as sharing code and functionality overlap with StockStay.
A long-standing Turla implant/backdoor used since 2017. In this content it is described as architecturally similar to STOCKSTAY, with Kernel, Bridge, and Worker modules and multi-hop C2 infrastructure.
A Turla malware framework previously used in cyber-espionage operations against military and defense targets in Ukraine. The content states StockStay shares significant code and functionality with it and appears deliberately developed in its image.
A historically effective Turla toolkit/backdoor whose C2 architecture and code lineage are noted as similar to STOCKSTAY.
The version that knows your environment.
Match every observed IP, domain, and hash against your live telemetry.
Named campaigns wielding this family, with evidence pinned to each claim.
CVEs this family uses for access and lateral movement.
YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.
Every documented technique, ranked by evidence weight.
Reddit, Mastodon, and CTI community discussion around this family.