Hackers News Hackers News
  • CyberSecurity News
  • Threats
  • Attacks
  • Vulnerabilities
  • Breaches
  • Comparisons

Social Media

Hackers News Hackers News
  • CyberSecurity News
  • Threats
  • Attacks
  • Vulnerabilities
  • Breaches
  • Comparisons
Search the Site
Popular Searches:
technology Amazon AI
Recent Posts
Check Point Critical Auth Bypass Flaw CVE-2024-24934 Exposes Security Management Systems
August 4, 2026
Critical DNA Test Software Flaw Lets Attackers Alter Analysis Data
August 4, 2026
Critical Google Chrome Bug Lets Malware Steal Passkeys
August 4, 2026
Home/Threats/Gentlemen Ransomware Exploits Fortinet Vulnerabilities, AI, and Custom C2
Threats

Gentlemen Ransomware Exploits Fortinet Vulnerabilities, AI, and Custom C2

Key Takeaways The Russian-speaking ransomware group “The Gentlemen” employs Fortinet vulnerabilities, AI, and a custom command-and-control (C2) framework. Leaked internal communications...

David kimber
David kimber
June 3, 2026 5 Min Read
54 0

Key Takeaways

  • The Russian-speaking ransomware group “The Gentlemen” employs Fortinet vulnerabilities, AI, and a custom command-and-control (C2) framework.
  • Leaked internal communications reveal a highly distributed, agile operational model and a direct link to the Black Basta ransomware group through shared personnel and infrastructure.
  • The group actively exploits critical Fortinet vulnerabilities, specifically CVE-2024-55591, and targets hypervisors directly to evade traditional endpoint detection.
  • AI models are leveraged for automating ransom negotiations and triaging exfiltrated data, while various credential stealers are used to bypass standard authentication logs.

The Gentlemen Ransomware: A New Breed of Distributed Cybercrime

A sophisticated Russian-speaking ransomware collective, dubbed “The Gentlemen,” has emerged, utilizing a potent combination of Fortinet vulnerability exploitation, artificial intelligence (AI)-assisted operations, and a bespoke command-and-control infrastructure. This advanced toolkit enables the group to bypass conventional security measures, posing a significant threat to organizations globally.

Table Of Content

  • Key Takeaways
  • The Gentlemen Ransomware: A New Breed of Distributed Cybercrime
  • Internal Communications Expose Tactics and Links to Other Groups
  • Gentlemen Ransomware Uses Fortinet Exploits, AI, and Custom C2 Frameworks
  • AI and Credential Theft Complete the Kill Chain
  • What You Should Do

Unlike more structured criminal enterprises, The Gentlemen operates without a centralized physical office or traditional payroll system. Research has identified nine distinct operator handles communicating across various time zones via a self-hosted Rocket.Chat instance on an onion site. Plans for migrating to a Rust-based communication platform further highlight their commitment to operational security and adaptability. This lean, distributed model represents a strategic evolution from the more rigid, corporate-like structures observed in groups such as Conti, enabling greater resilience and evasion of law enforcement efforts.

Internal Communications Expose Tactics and Links to Other Groups

In May 2026, the Ransom-ISAC research team successfully obtained 3,366 messages from The Gentlemen’s Rocket.Chat server. This trove of information exposed the group’s internal strategic discussions, tooling preferences, and detailed victim targeting methodologies. Analysts at Vectra AI, in a report shared with Cyber Security News (CSN), noted that while the group’s specific tools have advanced, the fundamental weaknesses they exploit in victim networks have remained largely consistent since 2022.

The leaked communications also unveiled a direct operational link between The Gentlemen and previous ransomware entities. A negotiator, known by the handle “Tinker,” was observed performing the same role in both Black Basta chats and The Gentlemen’s logs. Further solidifying this connection, a shared Matrix homeserver, bestflowers247.online, appeared in archives from both groups, providing concrete evidence of shared infrastructure. This pattern reinforces the observation that ransomware operators frequently rebrand rather than disband, carrying their expertise and network access across successive criminal ventures, thereby diminishing the long-term effectiveness of efforts to dismantle individual groups.

Gentlemen Ransomware Uses Fortinet Exploits, AI, and Custom C2 Frameworks

Fortinet devices serve as the primary initial access vector for The Gentlemen. The Rocket.Chat logs explicitly mention FortiGate 81 times, with CVE-2024-55591, a FortiOS authentication bypass flaw, identified as their primary entry point. Halcyon’s independent analysis further revealed the group’s brute-forcing attempts on approximately 1,000 Fortinet VPNs, sometimes employing weak or reused credentials such as “gentlemen25” and “gentle26” across multiple targets.

Upon gaining initial access, The Gentlemen deploys a proprietary C2 framework named G-BOT. This previously undocumented control panel facilitates per-beacon SOCKS5 tunneling and uploads builder payloads to ephemeral file-sharing services, a notable departure from common commercial tools like Cobalt Strike. This shift to custom tooling significantly complicates detection for security teams reliant on signature-based defenses.

The group’s attack methodologies extend to directly targeting hypervisors. Their Linux locker module specifically attacks Hyper-V Volume Manager, encrypting data at the hypervisor level. This tactic allows the ransomware to bypass endpoint agents operating within virtual machines, rendering them blind to the attack. The locker appends the extension .i8p14s to encrypted files and leaves a ransom note named README-GENTLEMEN.txt, underscoring their intent to compromise every layer of an organization’s infrastructure.

AI and Credential Theft Complete the Kill Chain

The Gentlemen has integrated AI beyond mere experimentation, making it an operational component of their attacks. Operators in the leaked chats referenced using GPT and Claude models to streamline ransom negotiations, with one operator describing them as automated response generators for victim communications. The group also discussed renting GPUs on vast.ai and deploying uncensored AI models from Hugging Face to efficiently triage and analyze large volumes of stolen data.

For credential theft, the group relies on a suite of tools including Phemedrone Stealer V2.3.2, LummaC2, XenAllPasswordPro, Chrome App-Bound Encryption Decryption, and DumpBrowserSecrets. These sophisticated tools extract saved passwords directly from browsers without triggering login failures, thus ensuring that standard authentication logs remain clean. Exfiltrated data is then transferred via rclone to MEGA, a method consistent with long-standing ransomware exfiltration patterns.

What You Should Do

  • Patch and Update Fortinet Devices: Immediately apply all available patches for Fortinet products, especially addressing CVE-2024-55591 and any other vulnerabilities mentioned in the IoCs.
  • Audit Edge Devices: Conduct thorough audits of all edge devices from vendors such as Fortinet, Palo Alto Networks, Citrix, F5, and Cisco against the list of CVEs discussed by the operators.
  • Strengthen Authentication: Implement strong, unique passwords for all VPN and network access, and enforce multi-factor authentication (MFA) across all critical systems. Avoid reusing passwords.
  • Monitor for Lateral Movement: Treat unauthorized access to NTDS.dit and VSS backups as a critical, immediate alert. Implement real-time monitoring to detect such activities before a full domain compromise occurs.
  • Detect Suspicious Tools: Actively hunt for the presence of tools like rclone, MEGAcmd, WinSCP, and Velociraptor on hosts where they are not officially sanctioned or required. Their presence can be an early indicator of compromise.
  • Enhance Hypervisor Security: Implement robust security measures and monitoring at the hypervisor level to detect and prevent attacks that bypass endpoint agents within virtual machines.

Indicators of Compromise (IoCs):-

Type Indicator Description
CVE CVE-2024-55591 FortiOS authentication bypass; primary initial access vector used by The Gentlemen
CVE CVE-2024-3400 Palo Alto Networks PAN-OS zero-day; most-discussed CVE in Black Basta operator chats
CVE CVE-2025-32433 Erlang/OTP SSH RCE; present in The Gentlemen toolkit
CVE CVE-2025-33073 NTLM relay vulnerability; present in The Gentlemen toolkit
CVE CVE-2023-4966 Citrix NetScaler; referenced in operator CVE discussions
CVE CVE-2020-5135 SonicWall stack buffer overflow (CVSS 9.4); used by Conti operators
Domain bestflowers247[.]online Shared Matrix homeserver linking Black Basta and The Gentlemen operators
IP / SSH 193[.]228[.]128[.]2:2222 NAS staging server used in The Gentlemen rclone exfiltration pipeline
Credential userd0wnloAd1 Username for NAS staging server used during data exfiltration
Password gentlemen25 / Gentlemen25 / gentle26 Reused VPN passwords found across multiple Fortinet-targeted victims
File Extension .i8p14s File extension appended by The Gentlemen Linux/NAS locker
File Name README-GENTLEMEN.txt Ransom note dropped by The Gentlemen Linux locker
Tool Phemedrone Stealer V2.3.2 Credential stealer used by The Gentlemen for browser password harvesting
Tool LummaC2 Credential stealer / payload dropper used by both Black Basta and The Gentlemen
Tool XenAllPasswordPro Password recovery tool used for credential theft
Tool DumpBrowserSecrets Browser credential dumping tool used by The Gentlemen
Tool Chrome App-Bound Encryption Decryption Tool for bypassing Chrome credential protection
Tool G-BOT Custom C2 framework with SOCKS5 tunneling used by The Gentlemen
Tool rclone Data exfiltration tool used to stage stolen data to MEGA
Tool Velociraptor Legitimate DFIR tool repurposed by The Gentlemen as C2
File qwertyuio.txt File used by LummaC2 to store exfiltrated credentials (observed in Black Basta)
File README-GENTLEMEN.txt Ransom note filename dropped by group’s Linux locker
Path /opt/updateamd Linux locker binary invocation path used by The Gentlemen
Archive JA456 Follow-on leak package exposing Gentlemen operator-side artifacts including NAS and MEGA session data
Platform temp[.]sh / 0x0[.]st Temporary file-sharing sites used to upload G-BOT builder payloads

Note: IP addresses and domains are intentionally defanged (e.g., [.]) to prevent accidental resolution or hyperlinking. Re-fang only within controlled threat intelligence platforms such as MISP, VirusTotal, or your SIEM.

Disclaimer: HackersRadar reports on cybersecurity threats and incidents for informational and awareness purposes only. We do not engage in hacking activities, data exfiltration, or the hosting or distribution of stolen or leaked information. All content is based on publicly available sources.

Tags:

AttackCVEExploitransomwareSecurityThreatVulnerabilityzero-day

Share Article

David kimber

David kimber

David is a penetration tester turned security journalist with expertise in mobile security, IoT vulnerabilities, and exploit development. As an OSCP-certified security professional, David brings hands-on technical experience to his reporting on vulnerabilities and security research. His articles often feature detailed technical analysis of exploits and provide actionable defense recommendations. David maintains an active presence in the security research community and has contributed to multiple open-source security tools.

Previous Post

CISA Warns of Critical Vulnerabilities in Automatic Tank Gauge Systems

Next Post

Critical Gemini Flaw Lets Attackers Inject Malicious Prompts via Messaging Apps

No Comment! Be the first one.

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Popular Posts
Critical Ruby on Rails Active Storage RCE Vulnerability Gets Public PoC
August 3, 2026
Critical VMware SD-WAN Orchestrator Vulnerability Exploited in Attacks
August 3, 2026
Critical TP-Link TL-WR940N Flaw Lets Attackers Remotely Execute Code
August 3, 2026
Top Authors
Marcus Rodriguez
Marcus Rodriguez
Emy Elsamnoudy
Emy Elsamnoudy
Jennifer sherman
Jennifer sherman
Let's Connect
156k
2.25m
285k

Related Posts

Jennifer sherman
By Jennifer sherman
Threats

GlassWorm Attacks macOS via Malicious VS Code…

January 1, 2026
Emy Elsamnoudy
By Emy Elsamnoudy
Attacks

ClickFix Attack Hides Malicious Code via Stegan Security

January 1, 2026
Sarah simpson
By Sarah simpson
Vulnerabilities

MongoBleed Detector Tool Released to Detect MongoDB Vulnerability(CVE-2025-14847)

January 1, 2026
Emy Elsamnoudy
By Emy Elsamnoudy
Breaches

Conti Ransomware Gang Leaders & Infrastructure Exposed

January 1, 2026
Hackers News Hackers News
  • [email protected]

Quick Links

  • Contact Us
  • Privacy Policy
  • Terms of service

Categories

Attacks
Breaches
Comparisons
CyberSecurity News
Threats
Vulnerabilities

Let's keep in touch

receive fresh updates and breaking cyber news every day and week!

All Rights Reserved by HackersRadar ©2026

Follow Us