Japan Ransomware Attacks Rise, 'The Gentlemen' Group Most Active

Ransomware Attacks in Japan Rise; 'The Gentlemen' Group Dominates

HIGH
September 17, 2026
4m read
RansomwareThreat ActorThreat Intelligence

Related Entities

Threat Actors

The GentlemenQilin SafePay

Organizations

Products & Tech

VMware ESXi

Full Report

Executive Summary

A new report from Cisco Talos published on September 17, 2026, highlights a continued and growing ransomware threat in Japan. The research indicates a 4.7% increase in ransomware incidents during the first six months of 2026 compared to the same period in 2025, with 90 Japanese organizations impacted. The most prolific threat actor was a group known as The Gentlemen, responsible for 14 of the incidents. The report underscores a significant focus on small- and medium-sized enterprises (SMEs), which constituted 80% of the victims. Cisco Talos also uncovered infrastructure used by the group, containing tools for attacks against both Windows and VMware ESXi environments.


Threat Overview

The ransomware landscape in Japan is characterized by a steady increase in attacks and the emergence of new, aggressive players. The Gentlemen, a group active since mid-2025, has quickly become the dominant force. The group operates a Ransomware-as-a-Service (RaaS) model, which lowers the barrier to entry for less-skilled affiliates and accelerates the scale of their campaigns. They employ a double-extortion strategy, not only encrypting victim data but also exfiltrating it and threatening to publish it on their data leak site to increase pressure on victims to pay.

Other active groups targeting Japan include Qilin and SafePay, each responsible for seven incidents. The primary targets are SMEs (organizations with capital under JPY 1 billion), likely because they are perceived as having fewer security resources and are still able to make significant ransom payments to avoid business disruption.

Technical Analysis

Cisco Talos's investigation provided insight into the operational infrastructure of The Gentlemen. Researchers discovered an open directory believed to be used by an affiliate of the group. This directory contained a toolkit with various malicious payloads and scripts, indicating a degree of operational sophistication. The tools were designed to target both Windows and VMware ESXi environments, a common tactic among modern ransomware groups to maximize impact by encrypting not just workstations and servers, but also the virtual infrastructure they run on.

Common TTPs associated with these groups include:

  • Initial Access: Gained through exploiting vulnerabilities in public-facing services (e.g., VPNs, RDP) or through phishing campaigns.
  • Lateral Movement: Using stolen credentials and tools like Cobalt Strike to move through the network.
  • Impact: Encrypting files on both individual systems (T1486) and virtual machines on ESXi servers (T1486), and deleting backups to inhibit recovery (T1490).

The report also notes linguistic evidence suggesting the potential involvement of Russian-speaking individuals in the group's operations.

Impact Assessment

The targeting of SMEs has a significant economic impact. While individual ransoms may be smaller than those demanded from large corporations, the cumulative effect can be devastating for a critical segment of Japan's economy. For each victim, the impact includes:

  • Business Disruption: Complete halt of operations, leading to direct revenue loss.
  • Data Loss: Permanent loss of data if backups are also compromised and the ransom is not paid.
  • Reputational Harm: Loss of trust from customers and partners.
  • High Recovery Costs: Expenses for incident response, system rebuilding, and security improvements.

The focus on ESXi is particularly damaging, as compromising a single hypervisor can allow attackers to encrypt dozens or hundreds of virtual machines simultaneously, causing widespread and rapid paralysis of an organization's IT infrastructure.

Detection & Response

  • Monitor for RaaS Tools: Security teams should monitor for the presence of common ransomware tools, including legitimate software often abused by attackers like PsExec, and known RaaS payloads.
  • ESXi Logging: Ensure logging is enabled on VMware ESXi hosts and that logs are shipped to a central SIEM. Monitor for unusual SSH activity, unauthorized VIB package installations, and commands like esxcli being used to manipulate VMs.
  • Network Baselining: Analyze internal network traffic to detect anomalous lateral movement, such as a workstation connecting to an ESXi management interface for the first time.

Mitigation

  1. Secure ESXi: Harden VMware ESXi hosts by disabling unused services (like the SLP service), using strong and unique passwords, enabling lockdown mode, and restricting access to management interfaces to a dedicated management network.
  2. Backup Strategy: Implement a 3-2-1 backup strategy with offline and immutable copies of critical data and VM images. Regularly test the restoration process.
  3. Patch Management: Aggressively patch all systems, especially public-facing services and hypervisors, to close initial access vectors.
  4. Network Segmentation: Segment the network to prevent attackers from easily moving from the IT environment to critical server infrastructure like ESXi hosts.

Timeline of Events

1
September 17, 2026
Cisco Talos publishes its report on ransomware trends in Japan for H1 2026.
2
September 17, 2026
This article was published

MITRE ATT&CK Mitigations

Hardening ESXi hosts by disabling unnecessary services, enabling lockdown mode, and restricting management access.

Mapped D3FEND Techniques:

Isolating hypervisor management networks from general corporate and user networks to prevent lateral movement.

Mapped D3FEND Techniques:

Audit

M1047enterprise

Enabling and centralizing ESXi logs to monitor for suspicious activity like SSH access and command execution.

D3FEND Defensive Countermeasures

Given the focus of groups like The Gentlemen on VMware ESXi, organizations must prioritize hardening their hypervisor platforms. This involves several key actions: 1) Disable unused services, especially the Service Location Protocol (SLP) which has known vulnerabilities. 2) Enable ESXi's lockdown mode to restrict management access to only the vCenter Server. 3) Enforce strong, unique passwords for the root account and restrict its use. 4) Use firewall rules on the ESXi host (esxcli network firewall) to limit access to management services (SSH, web interface) to a small, trusted set of IP addresses on a dedicated management VLAN. These steps dramatically reduce the attack surface of the hypervisor, making it much harder for an attacker who has gained a foothold in the IT network to pivot and compromise the virtual infrastructure.

To detect attacks targeting ESXi hosts, organizations must enable and centralize logging from their hypervisors. Forward ESXi logs (specifically /var/log/auth.log for SSH access and /var/log/shell.log for command execution) to a SIEM. Create detection rules to alert on suspicious activity, such as: 1) Any SSH login with the root account. 2) Execution of sensitive commands like esxcli, vim-cmd, or rm. 3) Creation of new local users or modification of permissions. 4) Inbound SSH connections from any system that is not a designated management jump host. Correlating these alerts with activity on the broader network can provide early warning that an attacker is attempting to compromise the virtual environment.

Timeline of Events

1
September 17, 2026

Cisco Talos publishes its report on ransomware trends in Japan for H1 2026.

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)

Editorial Standards & Analyst Review

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.

Tags

ransomwareJapanSMERaaSdouble extortionCisco TalosThe Gentlemen

📢 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.