Tuesday, August 11, 2026
LIVEThe Unrelenting Cyber Battle: Hacking Threats and the Imperative of Robust Data Protection///Navigating the Cyber Labyrinth: Bolstering Defenses Against Evolving Hacking Threats///The Dual Front War: Battling Hacking and Bolstering Data Protection in the Digital Age///The Ever-Evolving Cyber Threat Landscape: Navigating Hacking and Fortifying Data Protection///The Unseen Battle: Fortifying Data in an Age of Relentless Hacking///The Unseen War: Hacking's Relentless Advance and the Imperative of Data Protection///The Evolving Threat Landscape: Hacking, Data Protection, and the Imperative for Proactive Security///Navigating the Digital Minefield: Bolstering Data Protection in an Era of Relentless Hacking///The Dual Fronts of Digital Defense: Combating Hacking and Fortifying Data Protection///Hacking's New Frontier: Fortifying Data Protection in the Age of Advanced Cyber Threats///The Dual Front: Navigating Hacking Threats and Fortifying Data Protection in the Digital Age///Navigating the Digital Gauntlet: The Evolving Nexus of Hacking and Data Protection///The Unrelenting Cyber Battle: Hacking Threats and the Imperative of Robust Data Protection///Navigating the Cyber Labyrinth: Bolstering Defenses Against Evolving Hacking Threats///The Dual Front War: Battling Hacking and Bolstering Data Protection in the Digital Age///The Ever-Evolving Cyber Threat Landscape: Navigating Hacking and Fortifying Data Protection///The Unseen Battle: Fortifying Data in an Age of Relentless Hacking///The Unseen War: Hacking's Relentless Advance and the Imperative of Data Protection///The Evolving Threat Landscape: Hacking, Data Protection, and the Imperative for Proactive Security///Navigating the Digital Minefield: Bolstering Data Protection in an Era of Relentless Hacking///The Dual Fronts of Digital Defense: Combating Hacking and Fortifying Data Protection///Hacking's New Frontier: Fortifying Data Protection in the Age of Advanced Cyber Threats///The Dual Front: Navigating Hacking Threats and Fortifying Data Protection in the Digital Age///Navigating the Digital Gauntlet: The Evolving Nexus of Hacking and Data Protection///
Subscribe
Cyber Security
Independent · Digital
Thehackingpost
CybersecurityAI-assisted

Threat Actors Continuously Attacking MS-SQL Servers to Deploy ICE Cloud Scanner

A threat actor identified as Larva-26002 has been persistently targeting inadequately managed Microsoft SQL (MS-SQL) servers, deploying a new scanner malware known as ICE Cloud Client. This campaign has been active since January 2024 and continues into…

A threat actor identified as Larva-26002 has been persistently targeting inadequately managed Microsoft SQL (MS-SQL) servers, deploying a new scanner malware known as ICE Cloud Client. This campaign has been active since January 2024 and continues into 2026, with the attackers consistently enhancing their tools. Initially a ransomware operation, the focus has shifted to large-scale scanning of vulnerable database infrastructures.

In January 2024, the group utilized Trigona and Mimic ransomware on MS-SQL servers with weak credentials. The Bulk Copy Program (BCP) utility, a legitimate MS-SQL tool, was exploited to deploy malware directly onto compromised hosts. Additional tools like AnyDesk were installed for remote access, along with port forwarders for RDP connections . By 2025, Teramind, a remote monitoring and management tool, was added, and a scanner written in Rust was implemented.

In 2026, ASEC analysts identified a new wave of attacks targeting the same MS-SQL servers. The attackers deployed ICE Cloud, a scanner malware written in the Go programming language, indicating a shift from the Rust-based scanner used in 2025. Internal binary strings in ICE Cloud are written in Turkish, linking the campaign to the Mimic ransomware attacks of 2024.

This campaign has been active since January 2024 and continues into 2026, with the attackers consistently enhancing their tools.
Angela Waters · Thehackingpost

The attack begins with Larva-26002 identifying an MS-SQL server with poor password management. After gaining access through brute force or dictionary attacks, system commands such as hostname , whoami , and netstat -an are executed to profile the host. Malware is then created using the BCP utility, exporting a malicious binary from the database table uGnzBdZbsi to a local path as api.exe , guided by a formatting file named FODsOZKgAU.txt .

If BCP fails, the malware is retrieved using Curl or Bitsadmin via PowerShell. The api.exe file, known as ICE Cloud Launcher, connects to a C&C server for authentication before downloading the core scanner, ICE Cloud Client. Once downloaded, the malware registers with the C&C server, which provides a list of MS-SQL addresses and credentials to target. The scanner attempts to log in using these credentials and reports any successful access back to the server.

Advertisement

Database administrators are advised to implement robust, hard-to-guess passwords for all MS-SQL accounts, updating them regularly to prevent unauthorized access. MS-SQL servers exposed to the internet should be secured behind a firewall allowing only authorized connections. Endpoint security software should be kept up to date to detect and prevent malware execution on hosts. Administrators should monitor for unusual BCP activity, unexpected files like api.exe in C:\ProgramData\ , or unrecognized outbound connections, treating them as potential compromises requiring immediate investigation.

Based on reporting by Cyber Security News.

AI transparency. This article was produced with the assistance of artificial intelligence and published under human editorial oversight. AI systems can make mistakes. Read how we use AI (EU AI Act, Art. 50).
Related Stories