Microsoft Details 'The Gentlemen' Ransomware, a Sophisticated RaaS with Automated Lateral Movement

'The Gentlemen' Ransomware Deploys Self-Propagating Malware in Global RaaS Campaign

HIGH
June 1, 2026
6m read
RansomwareThreat ActorMalware

Related Entities

Threat Actors

Storm-2697

Organizations

Products & Tech

GarbleGo

Other

The GentlemenBreachForums

Full Report

Executive Summary

Microsoft Threat Intelligence has published details on a formidable new Ransomware-as-a-Service (RaaS) operation called The Gentlemen. The operators, tracked as Storm-2697, have engineered a potent, Go-based ransomware payload that combines strong encryption with a dangerous self-propagation capability. This allows the malware to spread automatically and rapidly across a compromised network, significantly reducing the time from initial access to widespread impact. The group follows a double-extortion model, exfiltrating data before encryption, and is actively recruiting affiliates via criminal forums like BreachForums. The Gentlemen has already been observed in attacks against critical sectors worldwide, representing a significant and evolving threat.


Threat Overview

The Gentlemen is a financially motivated cybercrime operation that began as a private group in mid-2025 and transitioned to a RaaS platform in September 2025. The operators, Storm-2697, manage the ransomware's development and infrastructure while affiliates carry out the attacks.

The group's primary weapon is a ransomware written in the Go programming language, chosen for its cross-platform capabilities and the difficulty it presents for reverse engineering. The malware is further protected using the Garble obfuscator.

Key characteristics of the threat include:

  • Double Extortion: Attackers first exfiltrate sensitive data (T1048 - Exfiltration Over Alternative Protocol) and then encrypt files on the victim's network (T1486 - Data Encrypted for Impact). The threat of a public data leak is used as additional leverage for payment.
  • Aggressive Recruitment: The group has partnered with the notorious BreachForums marketplace to recruit skilled affiliates, including initial access brokers and penetration testers.
  • Global Targeting: Attacks have been confirmed against organizations in North America, South America, Europe, Africa, and Asia, with a focus on high-value sectors like education, transportation, healthcare, and finance.

Technical Analysis

The most distinctive feature of The Gentlemen ransomware is its automated lateral movement and self-propagation module. Once executed on a single machine, it attempts to spread to other systems on the network without manual attacker intervention.

Attack Chain:

  1. Initial Access: Affiliates use various methods to gain a foothold, such as exploiting vulnerabilities, phishing, or purchasing access from brokers.
  2. Defense Evasion: Before propagation, the malware executes a series of commands to cripple the target's defenses. This includes terminating processes associated with security software and backup solutions (T1562.001 - Disable or Modify Tools) and clearing system and security event logs to hide its tracks (T1070.001 - Clear Windows Event Logs).
  3. Self-Propagation: The malware uses a multi-pronged approach for lateral movement, potentially including:
  4. Encryption: The payload uses a strong and efficient cryptographic scheme. For each file, it generates an ephemeral Curve25519 key pair and uses the XChaCha20 stream cipher for encryption. This per-file keying makes decryption without the master private key computationally infeasible.

The self-propagation capability is a game-changer. It transforms a localized infection into a full-blown network crisis in minutes, overwhelming traditional incident response efforts that rely on manual containment.


Impact Assessment

The combination of automated spreading and double extortion makes The Gentlemen a high-impact threat. The speed of propagation can lead to rapid and widespread business disruption, as critical systems across the network are encrypted simultaneously. The operational downtime can be catastrophic for industries like healthcare and transportation.

The data exfiltration component adds the risk of severe regulatory fines (e.g., under GDPR or HIPAA), reputational damage, and loss of intellectual property. The targeting of multiple critical sectors suggests a strategic approach to maximizing financial returns by hitting organizations that are more likely to pay to restore operations and prevent data leaks.


IOCs — Directly from Articles

No specific technical Indicators of Compromise (IOCs) were provided in the summarized articles.


Cyber Observables — Hunting Hints

Security teams should hunt for TTPs associated with rapid lateral movement and defense evasion:

Type
Command Line Pattern
Value
taskkill /F /IM <security_tool>.exe
Description
Look for command-line activity aimed at terminating antivirus, EDR, or backup agent processes.
Type
Command Line Pattern
Value
wevtutil.exe cl
Description
Monitor for the use of the wevtutil command to clear Windows Event Logs.
Type
Network Traffic Pattern
Value
East-West SMB/RPC Traffic Spike
Description
A sudden, significant increase in SMB (port 445) or RPC traffic between workstations could indicate a worm-like propagation attempt.
Type
Process Name
Value
Unusual Go-based executables
Description
Monitor for unsigned executables with characteristics of Go binaries (e.g., large file size, specific section names) running from temporary directories.

Detection & Response

  • Behavioral Detection: Deploy EDR solutions capable of detecting ransomware-like behavior, such as rapid file modification, volume shadow copy deletion, and attempts to kill security processes. This aligns with D3FEND's Process Analysis (D3-PA).
  • Lateral Movement Detection: Utilize tools that monitor for anomalous east-west traffic. Create alerts for multiple failed logins from a single source to multiple destinations, or the use of administrative tools like PsExec from non-administrator workstations.
  • Honeypots and Deception: Place decoy systems and credentials on the network. Any interaction with these decoys is a high-fidelity indicator of an intruder and can provide early warning of lateral movement. This is a form of D3FEND's Decoy Object (D3-DO).

Mitigation

  • Network Segmentation: Implement a robust network segmentation strategy to contain the spread of self-propagating malware. Restrict communication between workstations and between server VLANs to only what is strictly necessary. This is a key application of D3FEND's Network Isolation (D3-NI).
  • Immutable Backups: Maintain offline and immutable backups of critical data. Follow the 3-2-1 backup rule (3 copies, 2 different media, 1 offsite). Regularly test restoration procedures.
  • Application Control: Use application allow-listing to prevent the execution of unauthorized executables, including Go-based malware, from user-writable directories like %APPDATA%. This is an example of D3FEND's Executable Allowlisting (D3-EAL).
  • Privileged Access Management (PAM): Strictly control and monitor the use of privileged accounts. Implement just-in-time (JIT) access for administrative tasks to reduce the window of opportunity for credential theft.

Timeline of Events

1
September 1, 2025
The Gentlemen transitions from a private group to a Ransomware-as-a-Service (RaaS) model.
2
June 1, 2026
This article was published

MITRE ATT&CK Mitigations

Contain the spread of self-propagating malware by implementing strict network segmentation.

Maintain regular, tested, and immutable backups to enable recovery without paying a ransom.

Use application control solutions to prevent unauthorized executables from running.

Restrict and monitor the use of administrative credentials to limit lateral movement.

Timeline of Events

1
September 1, 2025

The Gentlemen transitions from a private group to a Ransomware-as-a-Service (RaaS) model.

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

RansomwareThe GentlemenStorm-2697RaaSGoSelf-PropagatingDouble ExtortionMicrosoft

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