Friday, September 11, 2026

CyberVolk Ransomware Targets Windows Systems in Critical Infrastructure and Research Institutions

CyberVolk ransomware, which first emerged in May 2024, has escalated its operations against government agencies, critical infrastructure, and scientific institutions across Japan, France, and the United Kingdom.

Operating with pro-Russian leanings, CyberVolk specifically targets states perceived as hostile to Russian interests, leveraging sophisticated encryption techniques that render decryption impossible.

This article delivers a technical analysis of CyberVolk’s encryption architecture, execution flow, and the inherent flaws that prevent recovery without backups.

CyberVolk surfaced in May 2024, quickly distinguishing itself by focusing on public sector targets in nations with anti-Russian policies.

The group communicates via Telegram channels, issuing threats and ransom demands directly to victims.

Notable attacks include Japanese power grids, French research laboratories, and British scientific consortia.

CyberVolk’s motivations appear geopolitically driven, aligning with pro-Russian narratives by crippling the technological capabilities of adversarial states.

Upon launch under standard user privileges, the ransomware re-executes with administrator rights to gain full system access.

CyberVolk execution flow.
CyberVolk execution flow.
 

It then builds an exclusion list to avoid destabilizing critical system directories. Paths containing substrings—such as “Windows,” “Program Files,” and “ProgramData”—are omitted from encryption to maintain system stability and enable persistence after reboot.

Encryption Exclusions

CyberVolk excludes files already bearing its custom extension and system folders to prevent redundant operations and reinfection.
Windows.
Program Files.
ProgramData.
CyberVolk.

The ransomware employs a two-tiered symmetric encryption scheme using AES-256 GCM and ChaCha20-Poly1305.

Encryption in AES-256 GCM mode.
Encryption in AES-256 GCM mode.

A single symmetric key is generated at process initialization and applied uniformly across all target files. Each file encryption begins with a 12-byte nonce produced by crypto_rand_Read().

Structural changes between the original file and the encrypted file.
Structural changes between the original file and the encrypted file.

This nonce ensures unique ciphertexts even for identical plaintexts. File contents are first encrypted under AES-256 GCM, producing both ciphertext and an authentication tag, before being double-encrypted using ChaCha20-Poly1305.

File Structure Changes

Post-encryption files retain only encrypted data and the ChaCha20-Poly1305 authentication tag; no nonce or key derivation metadata is stored alongside the ciphertext. This omission makes offline decryption unachievable.

Upon completion of encryption, the ransomware generates a ransom note named READMENOW.txt in the execution directory.

A desktop background change and note prompt instruct victims to input a hard-coded decryption key within three attempts.

Although decryption logic is present, it incorrectly handles the nonce—failing to retrieve or apply the original value—resulting in decryption failures.

CyberVolk’s self-developed ransomware leverages robust, double-layer symmetric encryption with randomly generated nonces that are never preserved, making ciphertext irrecoverable by design.

Its pro-Russian orientation and selective targeting of anti-Russian states underscore the geopolitical dimension of its cyber assaults.

Organizations must implement stringent backup strategies—maintaining offline, access-controlled copies of critical data—and regularly conduct recovery drills to mitigate irreversible data loss.

A holistic approach that secures backup systems themselves is vital for preserving operational continuity.

4.1. V3
Ransomware/Win.BlackLock.C5764855 (2025.06.11.03).
Ransom/MDP.Behavior.M2649 (2022.09.06.00).
Ransom/MDP.Decoy.M1171 (2016.07.15.02).

4.2. EDR
Ransom/EDR.Decoy.M2716 (2025.08.07.00).

c04e70613fcf916e27bd653f38149f71.

Find this Story Interesting! Follow us on LinkedIn and X to Get More Instant Updates.

Mayura Kathir
Mayura Kathirhttps://gbhackers.com/
Mayura Kathir is a cybersecurity reporter at GBHackers News, covering daily incidents including data breaches, malware attacks, cybercrime, vulnerabilities, zero-day exploits, and more.

Hot this week

How To Access Dark Web Anonymously and know its Secretive and Mysterious Activities

What is Deep Web The deep web, invisible web, or...

How to Build and Run a Security Operations Center (SOC Guide) – 2023

Today’s Cyber security operations center (CSOC) should have everything...

Russian Hackers Bypass EDR to Deliver a Weaponized TeamViewer Component

TeamViewer's popularity and remote access capabilities make it an...

Web Server Penetration Testing Checklist – 2026

Web server pentesting is performed under three significant categories: identity,...

ATM Penetration Testing – Advanced Testing Methods to Find The Vulnerabilities

ATM Penetration testing, Hackers have found different approaches to...

OpenMatter Network Realigns Leadership Team to Accelerate Global Commercial Growth

Melbourne, Florida, September 10th, 2026, CyberNewswire With its Verification Architecture...

Hackers Can Turn Vulnerable LiteLLM AI Gateways Into Root Access and Cloud Credential Theft

Nearly one in 10 internet-exposed LiteLLM AI gateways accepted...

Skullcandy Dime 3 Bluetooth Flaw Lets Nearby Attackers Hijack Audio and Microphone

Skullcandy Dime 3 wireless earbuds have a serious vulnerability...

Hackers Steal Active Directory Password Hashes Without Attacking Domain Controllers Directly

Threat actors are increasingly exploiting Active Directory replication mechanisms...

Fake GTA 6 Installer Steals Browser Passwords, Discord Tokens and Crypto Data From Gamers

Threat actors are exploiting anticipation around Grand Theft Auto...

Apple Xcode Integer Underflow Flaw Lets Crafted Archives Leak Memory and Crash Builds

A recently disclosed integer-underflow vulnerability in Apple’s modern Mach-O...

Palo Alto PAN-OS Buffer Overflow Lets Attackers Execute Arbitrary Code as Root

Palo Alto Networks has announced a high-severity buffer overflow...

New Phishing Attack Uses Blob URLs to Hide Malicious Pages From Security Scanners

A phishing campaign that moves the credential-harvesting page out...

Related Articles

Recent News