Step 1: Initial Access and Vulnerability Exploitation
Storm-1175 monitors public vulnerability databases and actively scans internet-facing IP ranges to locate unpatched management systems. In this campaign, the group exploited CVE-2026-18577, a high-severity authentication-bypass vulnerability affecting N-able N-central servers. The vulnerability stems from an incomplete patch of a previous flaw, tracked as CVE-2026-18556. By sending a crafted network request to the vulnerable RMM server, unauthenticated attackers can bypass administrative authentication blocks, gaining complete administrative controls over the N-central deployment console.
Step 2: Interactive Access and Persistent Backdoor Tunnels
Once administrative control over the RMM platform is achieved, the threat actors leverage the platform's native remote control features to initiate interactive sessions on managed endpoints throughout the enterprise network. To ensure long-term persistence that survives system reboots and bypasses traditional firewall blocks, the actors register a new Windows service named Cloudflared. This service initializes an outbound-only, encrypted Cloudflare Tunnel. The threat group copies a legitimate Cloudflare execution binary but renames it to conhost.exe, placing it in a non-standard location such as the system users' Documents folders to evade basic directory scanning tools.
Step 3: Network Reconnaissance and Lateral Movement
With an active, encrypted tunnel established, the group deploys dual-use utilities to map the target network and identify key administrative structures. The attackers utilize Advanced IP Scanner and Advanced Port Scanner to enumerate local subdomains, domain controllers, and file systems. To facilitate lateral movement, the actors execute a configuration script named openrdp.bat. This custom script adds an explicit rule in the Windows Firewall to open port 3389, enables remote WMI connections, and modifies the local registry key fDenyTSConnections to a value of 0, effectively forcing Remote Desktop Protocol (RDP) open across the targeted server environment. Lateral execution of administrative processes is then conducted using tools like PsExec or PDQ Deployer.
Step 4: Credential Theft and Data Exfiltration
To acquire domain-wide control, Storm-1175 executes credential-dumping tools like Mimikatz against the Local Security Authority Subsystem Service (LSASS) memory space. This allows the threat actors to extract plain-text passwords and active NTLM hashes belonging to network administrators. Armed with high-privilege credentials, the attackers navigate to high-value file directories. They compile sensitive files, stage them into archives using Bandizip, and exfiltrate the data to attacker-controlled cloud storage systems using Rclone.
Step 5: Ransomware Deployment
After successfully exfiltrating the target data, Storm-1175 launches its newly developed, proprietary C++ payload: StormEncryptor.exe. This payload recursively encrypts target directories, appending the .encrypted extension to all affected system files. A ransom note titled !!!README_FIRST!!!.txt is dropped in every scanned directory, instructing the victim to contact the operators via dark web portals. Security administrators are encouraged to execute comprehensive Vulnerability Assessments to verify that zero-day and N-day vulnerabilities are patched across all endpoints before such critical payload execution can occur.