SecPod

Learn Search

Search across all Learn content

← Back to Security Research
From Emergence to Dominance: INC Ransomware Surpasses 830 Victims and Strengthens Its RaaS Operations

From Emergence to Dominance: INC Ransomware Surpasses 830 Victims and Strengthens Its RaaS Operations

INC Ransomware has rapidly evolved into one of the most active ransomware-as-a-service (RaaS) operations in 2026, claiming responsibility for more than 830 victims worldwide since its emergence in August 2023. Security researchers attribute its growth to a combination of aggressive affiliate recruitment, opportunistic targeting, and the disruption of major ransomware groups such as ALPHV/BlackCat and LockBit, which created opportunities for newer actors to expand their influence within the cybercrime ecosystem.

Jun 30, 2026By Padmashree P

INC Ransomware has rapidly evolved into one of the most active ransomware-as-a-service (RaaS) operations in 2026, claiming responsibility for more than 830 victims worldwide since its emergence in August 2023. Security researchers attribute its growth to a combination of aggressive affiliate recruitment, opportunistic targeting, and the disruption of major ransomware groups such as ALPHV/BlackCat and LockBit, which created opportunities for newer actors to expand their influence within the cybercrime ecosystem.

Unlike many short-lived ransomware operations, INC has demonstrated sustained operational maturity through double-extortion tactics, cross-platform tooling, and a scalable affiliate-driven business model. The group has consistently targeted organizations across healthcare, manufacturing, education, government, and professional services sectors, making it one of the fastest-growing ransomware threats observed in recent years.

Background

INC Ransomware emerged in August 2023 as a financially motivated cybercriminal operation offering ransomware-as-a-service capabilities to affiliates. Initially operating with relatively low visibility, the group quickly gained momentum following law enforcement actions against several dominant ransomware syndicates.

Researchers assess that INC capitalized on the fragmentation of the ransomware landscape by attracting experienced affiliates displaced from dismantled operations. The group's ability to maintain a consistent attack tempo while expanding its victim portfolio has enabled it to become a significant player within the global ransomware ecosystem.

Vulnerabilities Details

CVE ID Vulnerability Type Affected Product CVSS Score EPSS Score
CVE-2023-3519 Unauthenticated Remote Code Execution Citrix NetScaler ADC and Citrix Gateway 13.1 before 13.1-49.13 and 13.0 before 13.0-91.13 9.8 (Critical) 99.34%
CVE-2025-5777 Authentication Bypass / Session Hijacking Citrix NetScaler ADC and Citrix Gateway 14.1 before 14.1-43.56 and 13.1 before 13.1-58.32 9.3 (Critical) 99.90%
CVE-2023-48788 SQL Injection Leading to RCE Fortinet FortiClient EMS 7.2.0 through 7.2.2 and 7.0.1 through 7.0.10 9.3 (Critical) 98.53%
CVE-2024-57727 Path Traversal Leading to RCE SimpleHelp versions 5.5.7 and earlier 7.5 (High) 95.07%

Attack Methodology

Phase 1: Initial Access

Attackers obtain access through compromised credentials, exposed remote services, phishing campaigns, or exploitation of vulnerable internet-facing systems.

Phase 2: Reconnaissance

Once inside the environment, operators perform network discovery to identify: Domain controllers, Backup infrastructure, Virtualization platforms, File servers, Sensitive business data repositories.

Phase 3: Credential Harvesting

INC actors deploy credential dumping and privilege escalation techniques to gain administrative access and expand their control across the network.

Phase 4: Lateral Movement

The attackers move laterally using legitimate administrative tools and compromised accounts, enabling access to critical systems and high-value assets. Commonly abused technologies include:Remote Desktop Protocol (RDP), PowerShell, PsExec, Windows Management Instrumentation (WMI), Remote administration utilities.

Phase 5: Data Exfiltration

Prior to encryption, sensitive data is exfiltrated to attacker-controlled infrastructure. Targeted information typically includes: Financial records, Intellectual property, Customer databases, Employee information, Legal and operational documents.

Phase 6: Ransomware Deployment

The ransomware payload is deployed across compromised systems, encrypting files and disrupting business operations. Victims receive ransom notes directing them to negotiation portals where operators threaten public disclosure of stolen data if payment demands are not met.

Phase 7: Extortion

Stolen information is published on dedicated leak sites to increase pressure on organizations unwilling to negotiate. This double-extortion strategy has become a core component of INC's operational model and significantly increases victim impact.

MITRE ATT&CK: Tactics and Techniques

Tactic ATT&CK ID Technique
Initial Access T1078 Valid Accounts
Execution T1059 Command and Scripting Interpreter
Persistence T1098 Account Manipulation
Privilege Escalation T1068 Exploitation for Privilege Escalation
Credential Access T1003 OS Credential Dumping
Discovery T1018 Remote System Discovery
Lateral Movement T1021 Remote Services
Collection T1005 Data from Local System
Exfiltration T1041 Exfiltration Over C2 Channel

Visual Attack Flow

Mitigation

  1. 1. Enforce Multi-Factor Authentication (MFA): Protect all remote access services, VPNs, privileged accounts, and administrative interfaces.
  2. 2. Upgrade Vulnerable Software and Firmware: Upgrade affected systems, applications, and network devices to the latest supported versions to address known security vulnerabilities and improve overall security posture.
  3. 3. Patch Internet-Facing Systems: Prioritize remediation of critical vulnerabilities in externally accessible applications and appliances.
  4. 4. Implement Network Segmentation: Limit lateral movement opportunities by separating critical infrastructure from user networks.
  5. 5. Monitor for Credential Abuse: Detect unusual authentication activity, privilege escalation attempts, and account misuse.
  6. 6. Secure and Test Backups: Maintain offline and immutable backups and regularly validate recovery procedures.

Instantly Fix Risks with Saner Patch Management

Saner patch management is a continuous, automated, and integrated software that instantly fixes risks exploited in the wild. The software supports major operating systems like Windows, Linux, and macOS, as well as 550+ third-party applications.

It also allows you to set up a safe testing area to test patches before deploying them in a primary production environment. Saner patch management additionally supports a patch rollback feature in case of patch failure or a system malfunction.

Experience the fastest and most accurate patching software here.

Featured Posts

Open Operation CameraSwarm: Inside the Toolkit Behind 14,530 Compromised Dahua Cameras
Operation CameraSwarm: Inside the Toolkit Behind 14,530 Compromised Dahua Cameras

CVE Research

Operation CameraSwarm: Inside the Toolkit Behind 14,530 Compromised Dahua Cameras

A single operator compromised 14,530+ Dahua cameras across Ukraine and Russia in 35 days, chaining credential brute-force, a CVE-2021-33044/33045 authentication bypass, and P2P relay abuse to plant a persistent backdoor and harvest transferable admin access.

Aug 21, 2026

Open Critical GitLab Flaw Exposes Public Projects to Deletion — Two CVEs Patched, Including High-Severity CSRF
Critical GitLab Flaw Exposes Public Projects to Deletion — Two CVEs Patched, Including High-Severity CSRF

CVE Research

Critical GitLab Flaw Exposes Public Projects to Deletion — Two CVEs Patched, Including High-Severity CSRF

CVE-2026-19478 is a critical code injection vulnerability in GitLab CE/EE that allows an unauthenticated attacker to modify or delete public projects and user data by abusing a GraphQL directive. A second high-severity issue, CVE-2026-19650, involves cross-site request forgery in the GraphQL multiplex query handler. This article examines how the critical vulnerability works, the availability of a public proof-of-concept, the potential impact on self-managed instances, the affected versions, and the security updates released to remediate both issues.

Aug 19, 2026

Open No Password Needed: macOS Screen Sharing Flaw (CVE-2026-65400) Used to Deploy Monero Miners
No Password Needed: macOS Screen Sharing Flaw (CVE-2026-65400) Used to Deploy Monero Miners

CVE Research

No Password Needed: macOS Screen Sharing Flaw (CVE-2026-65400) Used to Deploy Monero Miners

Aug 19, 2026

Open Evooo1Bot: Mirai-Based Linux Botnet Turns Edge Devices Into SOCKS5 Proxies
Evooo1Bot: Mirai-Based Linux Botnet Turns Edge Devices Into SOCKS5 Proxies

CVE Research

Evooo1Bot: Mirai-Based Linux Botnet Turns Edge Devices Into SOCKS5 Proxies

Aug 19, 2026