Cyber Security News

UTG-Q-015 Hackers Launched Large Scale Brute-Force Attacks Against Govt Web Servers

A sophisticated malware campaign designated UTG-Q-015 has emerged as a significant threat to government infrastructure, targeting web servers through coordinated brute-force attacks across multiple jurisdictions.

The malware represents a new evolution in state-sponsored cyber warfare, demonstrating advanced persistence mechanisms and evasion techniques that have enabled attackers to maintain prolonged access to critical government systems.

The attack campaign began manifesting in early May 2025, with initial reports indicating compromised servers across defense ministries and municipal government portals.

UTG-Q-015 employs a multi-vector approach, combining credential stuffing attacks with SQL injection techniques to gain initial foothold on target systems.

The malware’s attack methodology involves systematic enumeration of administrative interfaces, followed by dictionary-based password attacks against identified user accounts.

Qianxin researchers identified the malware’s unique signature through behavioral analysis of compromised systems, noting its distinctive use of polymorphic code generation to evade signature-based detection systems.

The research team observed that UTG-Q-015 maintains a modular architecture, allowing attackers to deploy specialized payloads based on target environment characteristics.

Loading Vshell (Source – Qianxin)

The malware’s impact extends beyond simple data exfiltration, with evidence suggesting attackers have established persistent backdoors within compromised networks.

Government agencies report ongoing service disruptions and unauthorized access to sensitive databases containing citizen information and classified documents.

Advanced Persistence and Code Injection Mechanisms

UTG-Q-015 demonstrates sophisticated persistence tactics through its dynamic code injection capabilities.

Embedded js code (Source – Qianxin)

The malware embeds itself within legitimate system processes using a technique called “process hollowing,” where it replaces the memory space of authorized applications with malicious code.

# Simplified representation of injection technique
def inject_payload(target_process, malicious_code):
    suspended_process = create_process(target_process, SUSPENDED)
    unmap_memory(suspended_process.base_address)
    allocate_memory(suspended_process, malicious_code.size)
    write_memory(suspended_process, malicious_code)
    resume_thread(suspended_process.main_thread)

The malware utilizes registry manipulation and scheduled task creation to ensure persistence across system reboots, making detection and removal significantly challenging for affected organizations.

Celebrate 9 years of ANY.RUN! Unlock the full power of TI Lookup plan (100/300/600/1,000+ search requests), and your request quota will double.

Tushar Subhra Dutta

Tushar is a senior cybersecurity and breach reporter. He specializes in covering cybersecurity news, trends, and emerging threats, data breaches, and malware attacks. With years of experience, he brings clarity and depth to complex security topics.

Recent Posts

Top 10 Best Data Security Posture Management (DSPM) Tools in 2026

DSPM finds sensitive data you didn’t know you had, classifies it, maps who can reach…

4 minutes ago

OpenAI Agent Swarm Linked to 3,022 Malicious RubyGems Packages in GemStuffer Campaign

Open-source packages are meant to save developers time. In the GemStuffer campaign, that trust became…

14 minutes ago

Google Chrome 153 Update Fixes 42 Security Flaws, Including 3 Critical Ones

Google has released an important Chrome 153 security update that fixes 42 vulnerabilities across the…

5 hours ago

CISA and NIST Release Technical Checklist for Safeguarding Identity Tokens From Theft and Misuse

The Cybersecurity and Infrastructure Security Agency (CISA) and the National Institute of Standards and Technology…

14 hours ago

CISA Shares 17 Techniques Used by Hackers to Compromise Active Directory Environments

CISA and five international cybersecurity agencies have released detailed guidance describing 17 common techniques hackers…

15 hours ago

Apple Rolls Out Massive Security Update Fixing 273 Vulnerabilities Across Its Devices

Apple has released one of its largest coordinated security rollouts, addressing 273 distinct critical vulnerabilities…

16 hours ago