Weekly Intelligence Report – 12 Jun 2026

Published On : 2026-06-12
Share :
Weekly Intelligence Report – 12 Jun 2026

Ransomware In Focus

CYFIRMA Research and Advisory Team would like to highlight ransomware trends and insights gathered while monitoring various forums. This includes multiple industries, geography, and technology that could be relevant to your organization.

Type: Ransomware
Target Technologies: Windows OS

Introduction:
CYFIRMA Research and Advisory Team has found QV Ransomware while monitoring various underground forums as part of our Threat Discovery Process.

QV Ransomware
Researchers identified QV ransomware as a Windows-targeting ransomware strain that encrypts victim files and appends a compound extension containing the attackers’ contact email address, a victim-specific ID, and the “.Qv” extension. Analysis indicates that the malware encrypts file data using AES-256 in CBC mode and encrypts the corresponding symmetric key with an RSA-2048 public key. The ransomware also establishes persistence through a newly installed Windows service with a randomized name and a scheduled task triggered at user logon. Additionally, the source code contains functionality for targeting ESXi environments and encrypting virtual machines stored on attached datastores.

Screenshot: File encrypted by ransomware (Source: Surface Web)

Following encryption, QV ransomware creates a text file named “Qv Ransomware.txt” containing instructions for affected users. The note states that the system is “not protected” and claims that the operators can restore encrypted files. As a demonstration, the attackers offer to decrypt a single file at no cost before further communication. The message directs victims to contact the threat actors through the provided communication channels, warns against using free file-unlocking tools, and includes a decryption identifier associated with the affected system.

Screenshot: The appearance of QV’s Ransom Note (Source: Surface Web)

The following are the TTPs based on the MITRE ATT&CK Framework

Tactic Technique ID Technique Name
Execution T1059 Command and Scripting Interpreter
Execution T1129 Shared Modules
Persistence T1542.003 Pre-OS Boot: Bootkit
Privilege Escalation T1055 Process Injection
Privilege Escalation T1134 Access Token Manipulation
Credential Access T1056 Input Capture
Discovery T1033 System Owner/User Discovery
Discovery T1057 Process Discovery
Discovery T1082 System Information Discovery
Discovery T1083 File and Directory Discovery
Collection T1056 Input Capture
Collection T1074 Data Staged
Command and Control T1071 Application Layer Protocol
Impact T1485 Data Destruction
Impact T1486 Data Encrypted for Impact
Impact T1490 Inhibit System Recovery
Stealth T1014 Rootkit
Stealth T1027.002 Obfuscated Files or Information: Software Packing
Stealth T1036 Masquerading
Stealth T1055 Process Injection
Stealth T1070.004 Indicator Removal: File Deletion
Stealth T1134 Access Token Manipulation
Stealth T1202 Indirect Command Execution
Stealth T1542.003 Pre-OS Boot: Bootkit
Stealth T1564.003 Hide Artifacts: Hidden Window
Defense Impairment T1222 File and Directory Permissions Modification

Relevancy and Insights:

  • The ransomware primarily affects the Windows operating system, which is commonly utilized in enterprise environments across multiple industries.
  • The ransomware terminates processes, such as vssadmin.exe Delete Shadows /all /quiet and wmic shadowcopy delete /nointeractive, to delete Volume Shadow Copies, which are used by Windows for backup and restore. By deleting shadow copies, the malware prevents victims from restoring their data using built-in recovery features such as system restore points or local backup mechanisms.
  • Detect-debug-environment: The ransomware technique is used to determine if it is being monitored in environments such as sandboxes, virtual machines, or under debugging tools. To perform this check, the malware may look for specific processes, drivers, or artifacts linked to analysis tools, measure timing to spot inconsistencies, or scan for system traits uncommon in real user machines. When such conditions are identified, the malicious program can modify its behavior, such as pausing execution, shutting down, or withholding key payload actions, to avoid detection and make detailed analysis more difficult.

ETLM Assessment:
CYFIRMA’s analysis indicates the current ransomware landscape is characterized by the widespread use of strong cryptographic algorithms, automated deployment techniques, and multi-stage attack workflows. Modern ransomware families commonly encrypt files using hybrid encryption schemes that combine symmetric and asymmetric cryptography, while also incorporating persistence mechanisms, data theft capabilities, and support for multiple operating environments, such as Windows, Linux, and virtualized infrastructures. Threat actors increasingly operate through organized ransomware-as-a-service (RaaS) models, enabling affiliates to conduct attacks at scale and target organizations across diverse sectors.

Future ransomware development is expected to focus on broader platform coverage, greater automation, and deeper integration with enterprise environments. Emerging variants may expand support for cloud-hosted resources, virtual machines, network-attached storage, and other interconnected systems. Ransomware operators are also likely to continue refining evasion techniques, attack orchestration, and victim management processes to improve operational efficiency. As organizations adopt new technologies and infrastructure models, ransomware development is expected to evolve accordingly, with threat actors adapting their tools to target a wider range of digital assets and environments.

Sigma Rules:
title: Shadow Copies Deletion Using Operating Systems Utilities tags:
– attack.impact
– attack.stealth
– attack.t1070
– attack.t1490 logsource:
category: process_creation product: windows
detection: selection1_img:
– Image|endswith:
– ‘\powershell.exe’
– ‘\pwsh.exe’
– ‘\wmic.exe’
– ‘\vssadmin.exe’
– ‘\diskshadow.exe’
– OriginalFileName:
– ‘PowerShell.EXE’
– ‘pwsh.dll’
– ‘wmic.exe’
– ‘VSSADMIN.EXE’
– ‘diskshadow.exe’ selection1_cli:
CommandLine|contains|all:
– ‘shadow’ # will match “delete shadows” and “shadowcopy delete” and “shadowstorage”
– ‘delete’ selection2_img:
– Image|endswith: ‘\wbadmin.exe’
– OriginalFileName: ‘WBADMIN.EXE’
selection2_cli:
CommandLine|contains|all:
– ‘delete’
– ‘catalog’
– ‘quiet’ # will match -quiet or /quiet selection3_img:
– Image|endswith: ‘\vssadmin.exe’
– OriginalFileName: ‘VSSADMIN.EXE’ selection3_cli:
CommandLine|contains|all:
– ‘resize’
– ‘shadowstorage’ CommandLine|contains:
– ‘unbounded’
– ‘/MaxSize=’
condition: (all of selection1*) or (all of selection2*) or (all of selection3*) falsepositives:
– Legitimate Administrator deletes Shadow Copies using operating systems utilities for legitimate reason
– LANDesk LDClient Ivanti-PSModule (PS EncodedCommand) level: high
(Source: Surface Web)

IOCs:
Kindly refer to the IOCs section to exercise control of your security systems. (Source: Surface Web)

RECOMMENDATIONS

STRATEGIC RECOMMENDATIONS

  • Implement competent security protocols and encryption, authentication, and access credentials configurations to access critical systems in your cloud and local environments.
  • Ensure that backups of critical systems are maintained that can be used to restore data in case a need arises.

MANAGEMENT RECOMMENDATIONS

  • A data breach prevention plan must be developed considering (a) the type of data being managed by the company; (b) the remediation process; (c) where and how the data is stored; (d) if there is an obligation to notify the local authority.
  • Implement a zero-trust security model alongside multifactor authentication (MFA) to reduce the risk of credential compromise.
  • Foster a culture of cybersecurity, where you encourage and invest in employee training so that security is an integral part of your organization.

TACTICAL RECOMMENDATIONS

  • Update all applications/software regularly with the latest versions and security patches alike.
  • Add the Sigma rule for threat detection and monitoring, which will help to detect anomalies in log events and identify and monitor suspicious activities.
  • Establish and implement protective controls by actively monitoring and blocking identified indicators of compromise (IoCs) and reinforcing defensive measures based on the provided tactical intelligence.

Active Malware of the Week

Type: Information Stealer| Objectives: Data Exfiltration | Target Technology: Windows OS| Target Geography: Global

CYFIRMA collects data from various forums, based on which the trend is ascertained. We identified a few popular malware that were found to be distributed in the wild to launch cyberattacks on organizations or individuals.

Active Malware of the week
This week, “DocSaStealer” Stealer is in focus.

Overview of Operation DocSaStealer Malware
The analyzed DocSaStealer sample exhibits characteristics consistent with a sophisticated Windows-based malware threat engineered to establish execution within a compromised environment while maintaining a low operational profile. The malware leverages legitimate Windows processes, system libraries, and native operating system functionality to blend malicious activity with normal system operations, thereby reducing the likelihood of immediate detection by users and security monitoring solutions. Its execution behavior reflects a deliberate emphasis on stealth, enabling the malware to operate discreetly while preparing the host system for subsequent malicious activities.

Behavioral analysis indicates extensive interaction with critical system components, including processes, registry locations, and core Windows libraries. The malware demonstrates capabilities associated with process manipulation, execution-flow hijacking, and host reconnaissance, suggesting an objective of obtaining deeper system access and collecting environmental intelligence before initiating additional stages of operation. Furthermore, the presence of anti-analysis mechanisms and sandbox-evasion techniques highlights a design focused on circumventing automated detection platforms and complicating forensic examination efforts.

The malware also exhibits command-and-control communication functionality, providing operators with the ability to interact with compromised systems and potentially deliver additional payloads or instructions. Combined with its stealth-oriented execution methods and reconnaissance capabilities, these behaviors indicate a flexible and adaptable threat framework capable of supporting a broad range of malicious objectives.

Overall, DocSaStealer represents a significant security concern due to its combination of evasive techniques, system discovery functions, and remote communication capabilities. Although the analyzed execution chain does not explicitly reveal the malware’s final objective, the observed behaviors are consistent with a threat designed to facilitate further compromise, data collection, or additional malicious operations within the affected environment. Any detection of similar activity should be treated as a potential indicator of compromise and investigated thoroughly to determine the scope and impact of the intrusion.

Attack Method
The attack sequence begins with the execution of the malware sample within the target environment, after which it initiates a series of interactions with critical Windows operating system components. During the initial execution phase, the malware loads multiple legitimate system libraries associated with networking, cryptographic operations, process management, and user interface functionality. By utilizing trusted operating system resources rather than relying on externally delivered modules, the malware minimizes suspicious activity and blends its operations with legitimate system processes, thereby reducing the likelihood of detection.

Following successful execution, the malware performs extensive host reconnaissance and environment assessment activities. Analysis indicates that the sample accesses numerous registry locations related to system configuration, execution policies, application compatibility settings, language resources, and security controls. In parallel, it conducts process enumeration and gathers system-specific information to identify characteristics of the infected host. These discovery activities enable the malware to obtain situational awareness of the environment and determine the most appropriate execution path for subsequent stages of the attack.

The malware further employs techniques associated with process manipulation and execution-flow abuse to facilitate stealthy operation. Observed behavior suggests the use of process injection and execution of hijacking mechanisms, allowing malicious code to execute within the address space of legitimate processes. This approach enables the malware to conceal its activities, inherit trusted process attributes, and evade security solutions that rely on conventional process-monitoring techniques. Additionally, the malware utilizes dynamically loaded modules and runtime code execution methods, providing flexibility to deploy malicious functionality without exposing all operational capabilities within the initial executable.

To enhance operational resilience, malware incorporates several defense-evasion and anti-analysis mechanisms throughout its lifecycle. These include obfuscated code structures, concealed execution logic, and virtualization-awareness techniques designed to identify sandboxed or analysis environments. Such capabilities allow the malware to limit or modify its behavior when executed under observation, thereby complicating forensic investigation and automated detection efforts. Furthermore, the malware establishes application-layer communication channels that may be used to receive instructions, exchange information, or facilitate the delivery of additional payloads. Collectively, these capabilities demonstrate a structured and stealth-oriented attack methodology designed to maintain persistence, evade detection, and support a wide range of follow-on malicious activities.

The following are the TTPs based on the MITRE ATT&CK Framework for Enterprises

Tactic Technique ID Technique Name
Execution T1059 Command and Scripting Interpreter
Execution T1129 Shared Modules
Execution T1574 Hijack Execution Flow
Privilege Escalation T1055 Process Injection
Stealth T1027 Obfuscated Files or Information
Stealth T1055 Process Injection
Stealth T1497 Virtualization/Sandbox Evasion
Stealth T1574 Hijack Execution Flow
Discovery T1057 Process Discovery
Discovery T1082 System Information Discovery
Discovery T1497 Virtualization/Sandbox Evasion
Command and control T1071 Application Layer Protocol

INSIGHTS

  • A key observation from the analysis is the malware’s strong emphasis on maintaining a low operational profile throughout its execution lifecycle. Rather than immediately engaging in highly visible malicious activities, the threat appears designed to establish a controlled presence within the affected environment while limiting indicators that could attract user attention or trigger security investigations. This approach reflects a deliberate effort to maximize operational effectiveness while reducing exposure to detection mechanisms.
  • Another notable insight is the malware’s extensive reliance on legitimate operating system resources and trusted system functionality. By operating within the boundaries of normal system behavior and leveraging commonly used Windows components, the malware can obscure its malicious activities within routine system operations. This characteristic highlights the increasing sophistication of modern threats, which often prioritize blending into existing environments rather than relying solely on overtly malicious techniques.
  • The overall behavioral profile suggests the presence of a flexible and adaptable malware framework capable of supporting a variety of operational objectives. The observed activities indicate that the malware is not limited to a single-purpose function but instead possesses characteristics that allow it to be utilized in different attack scenarios depending on operator requirements. Such adaptability enhances the threat’s utility and underscores the evolving trend toward multifunctional malware platforms that can be repurposed to support diverse malicious activities while maintaining a consistent operational footprint.

ETLM ASSESSMENT
From a future threat landscape perspective, malware families exhibiting characteristics like DocSaStealer are expected to present increasing challenges for organizations as adversaries continue to refine their ability to operate discreetly within enterprise environments. The growing use of stealth-oriented techniques and trusted system resources may result in longer periods of undetected activity, potentially increasing organizational exposure to unauthorized access, information compromise, and operational disruption. For employees, future threats of this nature may become more difficult to recognize through conventional warning signs, as malicious activity increasingly blends with legitimate business processes and routine system operations. Consequently, organizations may face greater complexity in maintaining visibility across their environments, while the overall impact of successful compromises could extend beyond individual systems to affect broader business operations, data security, and organizational resilience.

IOCs:
Kindly refer to the IOCs Section to exercise controls on your security systems. (Source: Surface Web)

YARA Rules
rule DocSaStealer_Malware_Detection
{
meta:
description = “Detects DocSaStealer malware and related variants using behavioral and host-based indicators”
author = “CYFIRMA” date = “2026-06-09”
malware_family = “DocSaStealer”
strings:
/* Process Execution Artifacts */
$proc1 = “wmiadap.exe”
$proc2 = “WerSvcGroup”
$proc3 = “svchost.exe -k WerSvcGroup”
/* Discovery Activities */
$disc1 = “Process Discovery”
$disc2 = “System Information Discovery”
/* Defense Evasion Indicators */
$ev1 = “Virtualization/Sandbox Evasion”
$ev2 = “Obfuscated Files or Information”
$ev3 = “Hijack Execution Flow”
$ev4 = “Process Injection”
/* Registry Artifacts */
$reg1 = “Image File Execution Options”
$reg2 = “CurrentVersion\\Policies\\Explorer”
$reg3 = “CurrentControlSet\\Control\\Session Manager”
$reg4 = “Software\\Microsoft\\OLE”
$reg5 = “Software\\Microsoft\\Rpc”
$reg6 = “Microsoft\\CTF\\Compatibility”
/* Loaded Modules */
$mod1 = “bcryptprimitives.dll”
$mod2 = “ws2_32.dll”
$mod3 = “winmm.dll”
$mod4 = “ntdll.dll”
$mod5 = “SspiCli.dll”
/* Command & Control Indicators */
$c2_1 = “Application Layer Protocol”
$c2_2 = “ws2_32.dll”
/* Sample SHA256 */
$hash1 = “eb03106fc4ffe1d6580fa7a18cde415991d1a3992ce1b5d4bdb25f4906d38e5d”
condition:
uint16(0) == 0x5A4D and (
$hash1 or (
3 of ($proc*) and 2 of ($reg*) and 2 of ($mod*)
) Or
(
2 of ($ev*) and 1 of ($disc*) and 1 of ($c2_*)
)
)
}

Recommendations

Strategic Recommendations

  • Establish a defense-in-depth security architecture that combines endpoint protection, network monitoring, and threat intelligence capabilities to identify information-stealing malware at multiple stages of execution.
  • Implement an enterprise-wide application control policy that restricts the execution of unauthorized binaries and enforces the use of trusted software only.
  • Develop a formal threat-hunting program focused on detecting credential theft, process injection, and command-and-control activities associated with modern stealer malware.
  • Adopt a Zero Trust security model to minimize the impact of endpoint compromise and restrict unauthorized access to sensitive resources.

Management Recommendations

  • Conduct periodic cybersecurity awareness training to educate employees about malware delivery mechanisms, suspicious downloads, and social engineering tactics.
  • Enforce strong credential management practices, including password rotation policies and multi-factor authentication (MFA) across all critical systems.
  • Establish incident response procedures for malware infections, ensuring timely containment, forensic investigation, and recovery actions.
  • Regularly review security policies and endpoint security configurations to ensure alignment with evolving threat landscapes and organizational risk requirements.

Tactical Recommendations

  • Monitor for suspicious process activity involving process injection, execution-flow hijacking, and unusual use of Windows system utilities.
  • Detect and investigate unauthorized modifications to registry locations, such as

Image File Execution Options, Policies\Explorer, and Session Manager.

  • Deploy Endpoint Detection and Response (EDR) solutions capable of identifying obfuscated files, sandbox-evasion techniques, and abnormal process behavior.
  • Restrict outbound communications to unapproved external services and inspect application-layer traffic for potential command-and-control activity.
  • Continuously monitor endpoint systems for indicators associated with DocSaStealer, including suspicious executable launches, DLL loading patterns, and abnormal system reconnaissance activities.
  • Maintain up-to-date security patches, operating system updates, and endpoint protection signatures across all enterprise assets.

CYFIRMA’s Weekly Insights

1. Weekly Attack Types and Trends

  • Key Intelligence Signals:
  • Attack Type: Ransomware Attacks, Vulnerabilities & Exploits, Data Leaks.
  • Objective: Unauthorized Access, Data Theft, Data Encryption, Financial Gains, Espionage.
  • Business Impact: Data Loss, Financial Loss, Reputational Damage, Loss of Intellectual Property, Operational Disruption.
  • Ransomware – Payload Ransomware, The Gentlemen Ransomware| Malware – DocSaStealer
  • Payload Ransomware – One of the ransomware groups.
  • The Gentlemen Ransomware – One of the ransomware groups. Please refer to the trending malware advisory for details on the following:
  • Malware – DocSaStealer
    Behavior – Most of these malwares use phishing and social engineering techniques as their initial attack vectors. Apart from these techniques, exploitation of vulnerabilities, defense evasion, and persistence tactics are being observed.

2. Threat Actor in Focus

UNC5221: A Deep Dive into Enterprise Intrusions and Cloud Account Compromise Operations

  • Threat Actor: UNC5221 aka Silk Typhoon aka Hafnium
  • Attack Type: Connection Proxy, Credential Dumping, Exploitation of Vulnerabilities
  • Objective: Information theft, Espionage
  • Suspected Target Technology: Egnyte Storage Sync appliance, Linux GroupWise email archive server, Microsoft SharePoint, Citrix Netscaler, Cloud Infrastructure, Commvault Web Server, Office Suites Software, Operating System, Web Application
  • Suspected Target Geography: Canada, Japan, Mexico, US.
  • Suspected Target Industries: Aviation, Defense Contractors, Finance, Government, Higher Education Institutions, Law Firms, Logistics, Manufacturing, NGOs, Policy Think Tanks, Professional Services, Retail, Shipping, Technology, Telecommunications.
  • Business Impact: Data Theft, Operational Disruption, Reputational Damage.

About the Threat Actor
UNC5221, also known as Silk Typhoon and Hafnium, is a China-linked state-sponsored APT group with a history of conducting cyber-espionage operations in North America.
The group has been observed exploiting vulnerabilities in internet-facing servers to gain initial access and leveraging legitimate open-source command-and-control frameworks such as Covenant for post-compromise operations and persistence. Once access is established, UNC5221 has exfiltrated sensitive data to file-sharing platforms like MEGA. Microsoft has also reported reconnaissance activity against Office 365 environments, suggesting efforts to map and assess targets even in cases where full compromise is not achieved.

It is also suspected that Silk Typhoon (UNC5221 / Hafnium) may have operational overlap or links with the nation-state threat actor APT41.

Details on Exploited Vulnerabilities

TTPs based on MITRE ATT&CK Framework

Tactic ID Technique
Reconnaissance T1589.002 Gather Victim Identity Information: Email Addresses
Reconnaissance T1592.004 Gather Victim Host Information: Client Configurations
Reconnaissance T1590 Gather Victim Network Information
Reconnaissance T1590.005 Gather Victim Network Information: IP Addresses
Reconnaissance T1593.003 Search Open Websites/Domains: Code Repositories
ResourceDevelopment T1583.003 Acquire Infrastructure: Virtual Private Server
ResourceDevelopment T1583.005 Acquire Infrastructure: Botnet
ResourceDevelopment T1583.006 Acquire Infrastructure: Web Services
ResourceDevelopment T1584.005 Compromise Infrastructure: Botnet
Initial Access T1199 Trusted Relationship
Initial Access T1190 Exploit Public-Facing Application
Initial Access T1078.003 Valid Accounts: Local Accounts
Initial Access T1078.004 Valid Accounts: Cloud Accounts
Execution T1059.001 Command and Scripting Interpreter: PowerShell
Execution T1059.003 Command and Scripting Interpreter: Windows Command Shell
Persistence T1136.002 Create Account: Domain Account
Persistence T1098 Account Manipulation
Persistence T1078.003 Valid Accounts: Local Accounts
Persistence T1505.003 Server Software Component: Web Shell
Persistence T1078.003 Valid Accounts: Local Accounts
Persistence T1078.004 Valid Accounts: Cloud Accounts
PrivilegeEscalation T1078.003 Valid Accounts: Local Accounts
PrivilegeEscalation T1078.004 Valid Accounts: Cloud Accounts
PrivilegeEscalation T1098 Account Manipulation
PrivilegeEscalation T1068 Exploitation for Privilege Escalation
Stealth T1564.001 Hide Artifacts: Hidden Files and Directories
Stealth T1218.011 System Binary Proxy Execution: Rundll32
Stealth T1078.003 Valid Accounts: Local Accounts
Stealth T1078.004 Valid Accounts: Cloud Accounts
DefenseImpairment T1685.005 Disable or Modify Tools: Clear Windows Event Logs
CredentialAccess T1110.003 Brute Force: Password Spraying
CredentialAccess T1555.006 Credentials from Password Stores: Cloud Secrets Management Stores
CredentialAccess T1003.001 OS Credential Dumping: LSASS Memory
CredentialAccess T1003.003 OS Credential Dumping: NTDS
Discovery T1083 File and Directory Discovery
Discovery T1057 Process Discovery
Discovery T1018 Remote System Discovery
Discovery T1016 System Network Configuration Discovery
Discovery T1016.001 System Network Configuration Discovery: Internet Connection Discovery
Discovery T1033 System Owner/User Discovery
LateralMovement T1550.001 Use Alternate Authentication Material: Application Access Token
Collection T1560.001 Archive Collected Data: Archive via Utility
Collection T1119 Automated Collection
Collection T1530 Data from Cloud Storage
Collection T1213.002 Data from Information Repositories: Sharepoint
Collection T1005 Data from Local System
Collection T1114.002 Email Collection: Remote Email Collection
Command and Control T1071.001 Application Layer Protocol: Web Protocols
Command and Control T1132.001 Data Encoding: Standard Encoding
Command and Control T1105 Ingress Tool Transfer
Command and Control T1095 Non-Application Layer Protocol
Exfiltration T1567.002 Exfiltration Over Web Service: Exfiltration to Cloud Storage

Latest Developments Observed
The threat actor is observed exploiting network edge appliances to gain access to enterprise environments and compromise Microsoft 365 accounts, primarily targeting organizations in the United States. The campaign involves the deployment of the Brickstorm backdoor, with attackers leveraging a compromised Egnyte Storage Sync virtual machine as a proxy to blend malicious activity with legitimate network traffic and evade detection. Based on the observed activity, the primary objective of the campaign appears to be the exfiltration of sensitive information and the maintenance of persistent access for intelligence-gathering purposes.

ETLM Insights
UNC5221, also tracked as Silk Typhoon and Hafnium, is a China-nexus state-linked advanced persistent threat (APT) group primarily assessed to be engaged in cyber-espionage activities. The group exhibits a mature and evolving operational tradecraft that emphasizes stealth, opportunistic exploitation of internet-facing systems, and persistent access across both on-premises and cloud environments, thereby strengthening its intelligence collection capabilities.

The threat actor predominantly gains initial access by exploiting vulnerabilities in exposed enterprise infrastructure, followed by leveraging legitimate tools and open-source frameworks to blend into routine administrative activity. This approach supports sustained persistence while reducing forensic visibility and limiting detection opportunities.

The actor also demonstrates notable cloud-focused reconnaissance, particularly through engagement with Microsoft Office 365 environments. Even when these activities do not result in full compromise, they reflect deliberate efforts to map identity structures and tenant configurations for potential future access. Post-compromise behavior remains low-noise, with selective data exfiltration conducted via external file-sharing services, enabling discreet and sustained operational control.

IOCs:
Kindly refer to the IOCs section to exercise control of your security systems. (Source: Surface Web)

YARA Rules
rule UNC5221_Artifact_Cluster_Detection
{
meta:
description = “Detection rule based on observed CVEs, IPs, domains, and binaries linked to UNC5221 activity cluster”
author = “CYFIRMA” tlp = “white”
type = “malware / intrusion artifacts correlation” severity = “high”

strings:
// Exploitation CVEs
$cve1 = “CVE-2021-26858”
$cve2 = “CVE-2021-26857”
$cve3 = “CVE-2021-26855”
$cve4 = “CVE-2020-0688”
$cve5 = “CVE-2025-3928”

// Infrastructure domains
$d1 = “remotewd.com”
$d2 = “soundsgroovybox.com”
$d3 = “dattolocal.net”

// IP infrastructure
$ip1 = “194.48.199.121”
$ip2 = “124.89.118.2”
$ip3 = “124.89.89.153”
$ip4 = “120.25.235.212”
$ip5 = “171.25.193.81”

// Payload / binaries
$f1 = “irs.exe”
$f2 = “c92c158d7c37fea795114fa6491fe5f145ad2f8c08776b18ae79db811e8e36a3”

// Web / JS exploitation artifacts
$js1 = “constructor.name”
$js2 = “toString.call”

condition: (
// Strong cluster correlation logic 2 of ($cve*) and
1 of ($ip*) and 1 of ($d*) and 1 of ($f*)
)
or (
// Web exploit / script-based detection fallback any of ($js*) and
1 of ($d*) and 1 of ($ip*)
)
}

Recommendations

Strategic Recommendations

  • Deploy Zero Trust Policy that leverages tools like security information management, advanced security analytics platforms, security user behaviour analytics, and other analytics systems to help the organization’s security personnel observe in real-time what is happening within their networks so they can orient defences more intelligently.
  • Block exploit-like behaviour. Monitor endpoints memory to find behavioural patterns that are typically exploited, including unusual process handle requests. These patterns are features of most exploits, whether known or new. This will be able to provide effective protection against zero-day/critical exploits and more by identifying such patterns.
  • Establish comprehensive identification and prioritization of cyber risks associated with third-party vendors and services through periodic risk assessments, vulnerability assessments, and system reviews.

Management Recommendations

  • Regularly reinforce awareness of unauthorized attempts with end-users across the environment and emphasize the human weakness in mandatory information security training sessions.
  • Strengthen boundary defense, such as network segmentation, and have a strong access management capability in line with the Principle of Least Privilege (POLP) that can assist in mitigating cyberattacks.
  • A data breach prevention plan must be developed considering
  • (a) the type of data being handled by the company;
  • (b) the treatment given;
  • (c) where and how the data is stored;
  • (d) if there is an obligation to notify the local authority.

Tactical Recommendations

  • Create risk-based vulnerability management with deep knowledge about each asset. Assign a triaged risk score based on the type of vulnerability and criticality of the asset to help ensure that the most severe and dangerous vulnerabilities are dealt with first.
  • Patch software/applications as soon as updates are available. Where feasible, automated remediation should be deployed since vulnerabilities are one of the top attack vectors.
  • Add the YARA rules for threat detection and monitoring, which will help to detect anomalies in log events and identify and monitor suspicious activities.
  • Build and undertake safeguarding measures by monitoring/ blocking the IOCs and strengthening defence based on the tactical intelligence provided.

3. Major Geopolitical Developments in Cybersecurity

Five Eyes Warns of Chinese Spies Using LinkedIn to Target Officials
The Five Eyes intelligence alliance has issued a rare joint advisory warning that Chinese intelligence operations are using LinkedIn and other professional networking platforms to target government, military, and civilian personnel. According to the alert, Chinese intelligence officers disguise themselves as recruiters, think tank employees, or consultants to post fake job advertisements for foreign policy and defense analysts.

Once applicants are hired, they are pressured to supply non-public military, political, and economic intelligence to benefit the Chinese government. The coordinated warning – issued by the FBI, MI5, and their counterparts in Australia, Canada, and New Zealand – marks the first time these agencies have united to address espionage threats on professional networking sites.

ETLM Assessment:
Armed with massive databases from breaches (like OPM and Marriott hotels), the Ministry of State Security moved to LinkedIn, where operatives create fake, highly polished profiles pretending to be headhunters, private corporate consultancies, or international think tanks. They approach mid-level Western officials, military officers, or policy analysts offering thousands of dollars for “academic papers” or “market research briefings.” The targets start thinking they are doing legitimate, legal freelance consulting. But slowly, the handler asks for “non-public” information, gradually compromising the target until they are trapped in an espionage relationship. In recent years, MI5 warned that Chinese state actors had attempted to approach over 20,000 British nationals on LinkedIn alone, targeting individuals in defense, tech, and parliament. This evolution is exactly what triggered the unprecedented, joint “Five Eyes” advisory.

Chinese Threat Actors Target Taiwan and the Czech Republic
Security researchers have exposed a Chinese state-sponsored cyber espionage campaign targeting critical sectors in Taiwan and the Czech Republic. Named “Operation Dragon Weave,” the campaign uses spear-phishing tactics to steal data from government entities, academic institutions, technology firms, and financial organizations.

The attacks begin with an email carrying a malicious zip file, disguised as everyday business matters or local government appointments. The campaign is structurally unique because it features a “double whammy” deployment process: users can trigger the infection either by clicking a shortcut file (LNK) or running an embedded Rust-based dropper executable.

Once inside, the malware deploys a loader called Rustcloak, which cleverly scans the system to see if it is running in an analyst’s sandbox environment; if it smells a trap, it shuts down to avoid detection. If the coast is clear, it drops Azureveil, a command-and-control agent that uses Microsoft Azure Blob Storage as a “dead-drop” location. Because the hackers and the infected computer never talk to each other directly, instead just leaving encrypted messages and stolen data inside an Azure cloud container, the operation is incredibly difficult for traditional network security to flag.

ETLM Assessment:
The inclusion of the Czech Republic highlights growing geopolitical tensions. While China’s espionage focus on Taiwan is long-standing, its targeting of the Czech Republic stems from shifting geopolitics. According to ESET threat analyst Alexis Rapin, the Czech Republic’s strong alliance with Taiwan and its criticism of China’s support for Russia have turned it into a primary European intelligence priority for Beijing. Telemetry shows a notable spike in Chinese APT activity targeting the Czech government and academic institutions beginning in 2023.

4. Rise in Malware/Ransomware and Phishing

Payload Ransomware Impacts a Manufacturing Company from Vietnam

  • Attack Type: Ransomware
  • Target Industry: Manufacturing
  • Target Geography: Vietnam
  • Ransomware: Payload Ransomware
  • Objective: Data Theft, Data Encryption, Financial Gains
  • Business Impact: Financial Loss, Data Loss, Reputational Damage

Summary:
CYFIRMA observed on a ransomware data leak site (DLS) on the dark web that a company from Vietnam was compromised by Payload Ransomware. The compromised company is a global textile manufacturer specializing in knit apparel production and export. The company serves markets in the United States, Europe, and Japan with operations across Asia and Central America. As a B2B enterprise, it maintains manufacturing facilities and warehouses to support its international textile business. The company focuses on business integrity as a core value while maintaining a presence in both Asian and North American markets. The data, which has been breached, has not yet appeared on the leak site, indicating that negotiations between the affected party and the ransomware group may be underway. The compromised data includes confidential and sensitive information belonging to the organization. The total size of the data compromised is approximately 560 GB.

Source: Dark Web

Relevancy & Insights:

  • The Payload Ransomware group operates as a financially motivated cybercriminal enterprise, leveraging double-extortion tactics that combine data encryption with the theft of sensitive information to increase pressure on victims.
  • The Payload Ransomware group primarily targets countries such as Egypt, the Philippines, the United States of America, Singapore, and Thailand.
  • The Payload Ransomware group primarily targets industries, including Professional Goods & Services, Real Estate & Construction, Manufacturing, Transportation & Logistics, and Energy & Utilities.
  • Based on the Payload Ransomware victims list from 1st Jan 2026 to 09th June 2026, the top 5 Target Countries are as follows:
  • The Top 10 Industries most affected by the Payload Ransomware victims list from 1st Jan 2026 to 09th June 2026 are as follows:

ETLM Assessment:
According to CYFIRMA’s assessment, Payload Ransomware is a financially motivated cybercriminal operation that employs double-extortion tactics, combining data exfiltration with file encryption to maximize pressure on victims. The group demonstrates the ability to compromise enterprise environments through a range of intrusion methods, including credential theft, phishing campaigns, and the exploitation of vulnerable internet-facing systems. Payload operators conduct extensive post-compromise activities, such as reconnaissance, privilege escalation, lateral movement, and data theft before deploying ransomware. Their targeting of organizations across multiple industries and geographic regions highlights a broad operational scope and a persistent threat to enterprise networks. These capabilities make Payload Ransomware a significant cybersecurity risk, particularly for organizations with inadequate security monitoring, weak access controls, or limited incident response preparedness.

The Gentlemen Ransomware Impacts a manufacturing company from Thailand

  • Attack Type: Ransomware
  • Target Industry: Manufacturing
  • Target Geography: Thailand
  • Ransomware: The Gentlemen Ransomware
  • Objective: Data Theft, Data Encryption, Financial Gains
  • Business Impact: Financial Loss, Data Loss, Reputational Damage

Summary:
CYFIRMA observed on a ransomware data leak site (DLS) in the dark web that a company from Thailand was compromised by The Gentlemen Ransomware. The Company is one of the largest wood-based panel manufacturers in Thailand and Southeast Asia, boasting over 70 years of industry experience. The company specializes in producing a comprehensive range of engineered wood products, including particle board, MDF, plywood, hardboard, and doors. Utilizing reliable automated technology, it is recognized as a regional leader in delivering world-class quality wood substitutes and building materials. The data, which has been breached, has not yet appeared on the leak site, indicating that negotiations between the affected party and the ransomware group may be underway. The compromised data includes confidential and sensitive information belonging to the organization.

Source: Dark Web

Relevancy & Insights:

  • The Gentlemen is a relatively highly sophisticated ransomware-as-a-service (RaaS) group that emerged in mid-2025.
  • The Gentlemen Ransomware group primarily targets countries such as the United States of America, Thailand, France, Brazil, and India.
  • The Gentlemen Ransomware group primarily targets industries, including Consumer Goods & Services, Professional Goods & Services, Materials, Manufacturing, and Information Technology.
  • Based on the Gentlemen Ransomware victims list from 1st Jan 2025 to 09th June 2026, the top 5 Target Countries are as follows:
  • The Top 10 Industries most affected by The Gentlemen Ransomware victims list from 1st Jan 2025 to 09th June 2026 are as follows:

ETLM Assessment:
According to CYFIRMA’s assessment, the Gentlemen Ransomware is a highly adaptive and globally active threat that leverages dual-extortion tactics, combining data theft with file encryption. The group employs advanced evasion and persistence techniques, supports cross-platform and scalable ransomware deployment, and conducts targeted attacks across multiple industries and geographic regions. This combination of capabilities makes it a significant risk to enterprise cybersecurity defenses, particularly for organizations with limited detection and incident-response maturity.

5. Vulnerabilities and Exploits

Vulnerability in Docker Desktop

  • Attack Type: Vulnerabilities & Exploits
  • Target Technology: Container Development Platform / Desktop Container Management Software
  • Vulnerability: CVE-2026-8936
  • CVSS Base Score: 8.2 Source
  • Vulnerability Type: Denial of Service
  • Summary: The vulnerability allows a local user to perform a denial of service (DoS) attack.

Relevancy & Insights:
The vulnerability exists due to uncontrolled recursion within the grpcfuse kernel module.

Impact:
A local user can cause a denial-of-service condition on the target system.

Affected Products:
https[:]//docs[.]docker[.]com/desktop/release-notes/#4760

Recommendations:
Monitoring and Detection: Implement monitoring and detection mechanisms to identify unusual system behavior that might indicate an attempted exploitation of this vulnerability.

TOP 5 AFFECTED TECHNOLOGIES OF THE WEEK
This week, CYFIRMA researchers have observed significant impacts on various technologies due to a range of vulnerabilities. The following are the top 5 most affected technologies.

ETLM Assessment
Vulnerability in Docker Desktop introduces significant risks to organizations that rely on containerized application development, testing, and deployment workflows. As Docker Desktop is widely used by developers, DevOps teams, and enterprise engineering environments to build, run, and manage containerized applications, exploitation of this vulnerability could disrupt critical development operations and impact the availability of containerized services. Service disruptions affecting development platforms may result in delayed software delivery, reduced productivity, and operational challenges across software engineering teams. Organizations leveraging container-based development environments must ensure timely patching, continuous monitoring, and secure configuration practices to mitigate the risk of exploitation. Addressing this vulnerability is essential to maintaining the availability, stability, and security of modern application development ecosystems and containerized infrastructure environments.

6. Latest Cyber-Attacks, Incidents, and Breaches

World Leaks Ransomware attacked and published the data of a Construction & Engineering company from Thailand

  • Threat Actor: World Leaks Ransomware
  • Attack Type: Ransomware
  • Objective: Data Leak, Financial Gains
  • Target Technology: Web Applications
  • Target Industry: Construction & Engineering
  • Target Geography: Thailand
  • Business Impact: Operational Disruption, Data Loss, Financial Loss, Potential Reputational Damage

Summary:
Recently, we observed that World Leaks Ransomware attacked and published the data of a Construction & Engineering company from Thailand on its dark web website. The compromised company specializes in engineering and construction, focusing on sustainable infrastructure development. Their services include mass rapid transit systems, airport construction, road and expressway development, energy projects, and water supply and harbor building. The company aims to serve clients involved in infrastructure investments and public utilities. The ransomware leak site indicates that approximately 870.4 GB of data comprising 567,640 files was allegedly compromised and exposed. The accessible directory structure suggests the data includes contents from multiple internal network shares and file servers, potentially containing corporate documents, project records, operational files, shared network resources, administrative data, and other business-related information stored across organizational file repositories. The presence of domain-linked folders and centralized file server directories indicates that a significant volume of internal enterprise data may have been accessed and exfiltrated during the incident.

Source: Dark Web

Relevancy & Insights:

  • World Leaks Ransomware group emerged in January 2025 as a rebrand of the Hunters International ransomware operation, shifting its focus from file encryption to solely stealing sensitive data and threatening to leak it unless a ransom is paid.
  • The World Leaks ransomware group primarily targets industries, including Healthcare, Manufacturing, Professional Goods & Services, Information Technology, and Real Estate & Construction.

ETLM Assessment:
According to CYFIRMA’s assessment, World Leaks Ransomware represents an emerging and adaptive threat within the cybersecurity landscape, particularly due to its focus on data exfiltration, double-extortion tactics, and targeting of organizations across multiple sectors. The group leverages sophisticated intrusion techniques and publicly exposes stolen data to increase pressure on victims, amplifying both financial and reputational damage. Organizations must strengthen their cybersecurity posture by implementing robust incident response strategies, enforcing strict access controls, and enhancing employee awareness to detect phishing and social engineering attempts. Continuous monitoring, timely patch management, and proactive threat intelligence are critical to mitigating risks and defending against the evolving tactics employed by World Leaks Ransomware.

7. Data Leaks

Identity Verification Dataset Advertised on a Leak Site

  • Attack Type: Data Leak
  • Target Industry: Transportation & Mobility Services (Ride-Hailing Platform)
  • Target Geography: Saudi Arabia
  • Objective: Financial Gains
  • Business Impact: Exposure of Personally Identifiable Information (PII), Identity Theft Risks, Fraud, Privacy Violations, Regulatory Compliance Concerns, Reputational Damage

Summary:
The CYFIRMA research team identified a post on a dark web forum advertising the sale of a dataset allegedly originating from a ride-hailing service operating in Saudi Arabia. The forum post claims that the dataset contains identity verification records associated with drivers registered on the platform. According to the advertisement, the exposed data includes multiple forms of identification and verification documents collected during the driver onboarding and account validation process.

The seller claims that each record includes multiple verified identity documents and supporting files used during the user verification and onboarding process. According to the advertisement, individual records are available for purchase at $5 per record, while the complete dataset is being offered for $10,000. Based on the information provided in the forum post, the allegedly exposed dataset may contain the following information:

  • National identification card images and identity documents
  • Driver’s license images and licensing information
  • Vehicle registration certificates and registration records
  • Profile photographs and selfie-based liveness verification images
  • Mobile phone numbers and contact information
  • Driver verification and onboarding records
  • Vehicle ownership and registration details
  • Personal identity validation documentation
  • Account verification metadata
  • Supporting authentication and compliance records

According to the advertisement, the dataset allegedly contains approximately 51,268 files associated with nearly 12,817 driver records, with a reported total size of approximately

13.74 GB. The seller further indicates that sample records are available and that the complete dataset is being offered for sale.

If verified, the exposure of such information could create significant risks for affected individuals and organizations. Threat actors could potentially exploit the disclosed personal information to conduct identity theft, account takeover attacks, financial fraud, social engineering campaigns, SIM-swapping attacks, and other forms of cyber-enabled crime. The exposure of government-issued identification documents and vehicle registration information may further increase the likelihood of impersonation attempts and fraudulent account creation.

This incident highlights the ongoing risks associated with the unauthorized exposure of identity verification repositories and customer onboarding systems. Organizations that collect and store sensitive personal information should implement strong access controls, encryption mechanisms, continuous monitoring, data minimization practices, and proactive threat intelligence capabilities to reduce the likelihood and impact of similar incidents.

The authenticity of the alleged dataset remains unverified at the time of reporting, as the claims are based solely on information published in a forum advertisement and have not been independently confirmed.

Source: Underground Forums

Relevancy & Insights:
Financially motivated cybercriminals are continuously looking for exposed and vulnerable systems and applications to exploit. A significant number of these malicious actors congregate within underground forums, where they discuss cybercrime and trade stolen digital assets. Operating discreetly, these opportunistic attackers target unpatched systems or vulnerabilities in applications to gain access and steal valuable data. Subsequently, the stolen data is advertised for sale within underground markets, where it can be acquired, repurposed, and utilized by other malicious actors in further illicit activities.

ETLM Assessment:
The threat actor is assessed to be a recently emerged but highly active and capable entity, primarily engaged in data-leak operations. The group’s activity highlights the persistent and fast-evolving cyber threat landscape, driven by underground criminal ecosystems. This development underscores the urgent need for organizations to reinforce their cybersecurity posture through continuous monitoring, improved threat intelligence capabilities, and proactive defensive strategies to protect sensitive information and critical infrastructure.

Recommendations: Enhance the cybersecurity posture by:

  1. Updating all software products to their latest versions is essential to mitigate the risk of vulnerabilities being exploited.
  2. Ensure proper database configuration to mitigate the risk of database-related attacks.
  3. Establish robust password management policies, incorporating multi-factor authentication and role-based access to fortify credential security and prevent unauthorized access.

8. Other Observations

The CYFIRMA research team identified a post on a dark web forum advertising the sale of a customer database allegedly associated with an Australia-based financial research and market analysis organization. The forum post claims that the dataset contains customer contact information and interaction records collected through the organization’s investment research platform and related services.

According to the information presented in the forum listing, the exposed data appears to contain customer profile details and communication records. The seller provides sample data as proof of possession and claims that the database includes information associated with approximately 2,900+ customers.

Based on the details provided in the advertisement, the allegedly exposed dataset may contain the following information:

  • Customer names
  • Email addresses
  • Telephone numbers
  • Customer identification numbers
  • Communication and call status records
  • Call tracking identifiers
  • Associated URLs and reference links
  • Account creation timestamps
  • Record update timestamps
  • Customer interaction metadata
  • Internal customer management records
  • Service-related activity information

The forum post suggests that the information originates from customer relationship management and communication systems used to manage client engagement and service delivery. Sample records displayed in the advertisement appear to contain personally identifiable information (PII) alongside operational metadata related to customer interactions.

If verified, the exposure of such information could present significant risks to affected individuals and organizations. Cybercriminals could potentially leverage the disclosed contact information to conduct phishing campaigns, business email compromise (BEC) attempts, social engineering attacks, identity-based fraud, and targeted investment scams. The availability of customer communication records and associated metadata may further increase the effectiveness of fraudulent schemes designed to impersonate legitimate financial service providers.

This incident highlights the ongoing risks associated with the unauthorized exposure of customer databases and client management systems within the financial services sector. Organizations handling investor information and customer records should implement robust access controls, continuous monitoring, data encryption, data loss prevention mechanisms, and proactive threat intelligence capabilities to reduce the likelihood and impact of similar incidents.

The authenticity of the alleged database remains unverified at the time of reporting, as the claims are based solely on information published in a forum advertisement and have not been independently confirmed.

Source: Underground Forums

RECOMMENDATIONS

STRATEGIC RECOMMENDATIONS

  • Attack Surface Management should be adopted by organisations, ensuring that a continuous closed-loop process is created between attack surface monitoring and security testing.
  • Deploy a unified threat management strategy – including malware detection, deep learning neural networks, and anti-exploit technology – combined with vulnerability and risk mitigation processes.
  • Incorporate Digital Risk Protection (DRP) in the overall security posture that acts as a proactive defence against external threats targeting unsuspecting customers.
  • Implement a holistic security strategy that includes controls for attack surface reduction, effective patch management, and active network monitoring through next-generation security solutions and a ready-to-go incident response plan.
  • Create risk-based vulnerability management with deep knowledge about each asset. Assign a triaged risk score based on the type of vulnerability and criticality of the asset to help ensure that the most severe and dangerous vulnerabilities are dealt with first.

MANAGEMENT RECOMMENDATIONS

  • Take advantage of global Cyber Intelligence, providing valuable insights on threat actor activity, detection, and mitigation techniques.
  • Proactively monitor the effectiveness of risk-based information security strategy, the security controls applied, and the proper implementation of security technologies, followed by corrective actions, remediations, and lessons learned.
  • Consider implementing Network Traffic Analysis (NTA) and Network Detection and Response (NDR) security systems to compensate for the shortcomings of EDR and SIEM solutions.
  • Ensure that detection processes are tested to ensure awareness of anomalous events. Timely communication of anomalies should be continuously evolved to keep up with refined ransomware threats.

TACTICAL RECOMMENDATIONS

  • Patch software/applications as soon as updates are available. Where feasible, automated remediation should be deployed since vulnerabilities are one of the top attack vectors.
  • Consider using security automation to speed up threat detection, improved incident response, increased the visibility of security metrics, and rapid execution of security checklists.
  • Build and undertake safeguarding measures by monitoring/ blocking the IOCs and strengthening defences based on the tactical intelligence provided.
  • Deploy detection technologies that are behavioral anomaly-based to detect ransomware attacks and help to take appropriate measures.
  • Implement a combination of security controls, such as reCAPTCHA (completely Automated Public Turing test to tell Computers and Humans Apart), Device fingerprinting, IP backlisting, Rate-limiting, and Account lockout to thwart automated brute-force attacks.
  • Ensure email and web content filtering use real-time blocklists, reputation services, and other similar mechanisms to avoid accepting content from known and potentially malicious sources.

Situational Awareness – Cyber News

Please find the Geography-Wise and Industry-Wise breakup of cyber news for the last 5 days as part of the situational awareness pillar.

For situational awareness intelligence and specific insights mapped to your organisation’s geography, industry, and technology, please access DeCYFIR.