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
OpenAI Expands GPT-3.5 Access With Unlimited Chats for All Users
August 7, 2026
SilverFox Hijacks Drivers to Disable Security Tools
August 7, 2026
Critical Rockwell Automation Flaw Exposes Water Systems to Cyberattacks
August 6, 2026
Home/Threats/China-Linked OP-512 Targets IIS Servers With Unique Web Shell Framework
Threats

China-Linked OP-512 Targets IIS Servers With Unique Web Shell Framework

Key Takeaways A new, sophisticated threat group, OP-512, with suspected ties to China, is actively targeting Microsoft IIS web servers. The group utilizes a custom-built, cryptographically unique web...

David kimber
David kimber
June 8, 2026 5 Min Read
49 0

Key Takeaways

  • A new, sophisticated threat group, OP-512, with suspected ties to China, is actively targeting Microsoft IIS web servers.
  • The group utilizes a custom-built, cryptographically unique web shell framework designed to evade traditional signature-based detection.
  • Initial server access was observed 75 days before the primary intrusion, demonstrating a patient, state-sponsored modus operandi.
  • Targeted servers often run outdated Windows Server 2016 and end-of-life .NET Framework versions, highlighting the risk of legacy infrastructure.
  • Despite endpoint protection terminating malicious processes, IIS’s auto-restart functionality allowed the attack to persist, underscoring the need for host isolation.

China-Linked OP-512 Targets IIS Servers with Unique Web Shell Framework

A newly identified and highly evasive threat cluster, dubbed OP-512, believed to originate from China, has been observed actively compromising Internet Information Services (IIS) web servers. This group employs a bespoke web shell framework, expertly engineered to bypass common detection mechanisms used against similar China-linked adversaries. This discovery represents a significant escalation in state-aligned espionage campaigns targeting vulnerable, often legacy, server infrastructure.

Table Of Content

  • Key Takeaways
  • China-Linked OP-512 Targets IIS Servers with Unique Web Shell Framework
  • Discovery and Attribution
  • The Cryptographically Unique Web Shell Framework
  • Infiltration and Command-and-Control
  • Privilege Escalation and Persistent Access
  • What You Should Do

A particularly alarming characteristic of OP-512 is its methodical patience. Investigators uncovered evidence of the attackers first gaining access to a target server a full 75 days prior to the main intrusion being detected. Rather than immediately launching a full-scale assault and risking early discovery, the actor maintained a low profile, only to return much later to deploy its complete set of tools within hours—a signature tactic often associated with state-sponsored espionage operations.

Discovery and Attribution

Analysts at ReliaQuest brought this new threat cluster to light. Their advanced Agentic AI system played a crucial role, correlating numerous seemingly disparate suspicious events into a cohesive, high-priority incident. Subsequent review and validation by threat research experts confirmed the findings. The targeted organization’s industry sector and geographical location aligned with known Chinese intelligence objectives, further strengthening the attribution. According to a report shared with Cyber Security News (CSN), ReliaQuest assessed with moderate-to-high confidence that OP-512 is a previously undocumented threat actor.

The Cryptographically Unique Web Shell Framework

The core of OP-512’s operation revolves around a custom web shell framework comprising three malicious files that facilitate remote access via a web browser. A critical feature of this framework is its cryptographic uniqueness with each deployment. This means that every installation generates a distinct file fingerprint, rendering traditional signature-based detection tools largely ineffective and circumventing many common defensive measures.

The compromised server in question was running Windows Server 2016 with a .NET Framework version that had not received security updates since 2016. This incident reinforces a troubling trend: OP-512 marks at least the fourth China-linked cluster documented within the past year to specifically target legacy IIS servers, underscoring that outdated, internet-facing infrastructure remains a primary vector for espionage activities.

High-level attack chain (Source - Reliaquest)
High-level attack chain (Source – Reliaquest)

Infiltration and Command-and-Control

Upon initial compromise, OP-512 moved swiftly to establish robust control. The web server’s worker process first wrote a .aspx file manager web shell to an upload directory. This file included an integrated command-and-control (C2) notification channel. Within seconds, the web shell encoded its own URL and transmitted this location via two redundant channels: a DNS query and, as a fallback, an HTTP request to a backup server linked to known Meterpreter infrastructure.

Subsequently, two .ashx command handler files were deployed to the same directory. Each of these handlers was generated with a unique cryptographic key, ensuring that even if one was compromised, access through the other would remain secure. This sophisticated architecture allows the attacker to deploy the files and rely on the infrastructure to automatically track and report on their status, minimizing direct interaction and further reducing detection risk. The framework also incorporated timestomping techniques, manipulating file timestamps to mimic those of legitimate files already present on the server. For instance, a file planted in 2026 was made to appear as if it had existed since 2022, effectively sabotaging a standard forensic method used to identify recently introduced malicious artifacts.

Privilege Escalation and Persistent Access

With the web shells firmly established, OP-512 proceeded to load four exploitation toolkits directly into the server’s process memory, strategically avoiding any disk writes. Three of these toolkits were identified as components of the publicly available “Potato Suite,” which leverages inherent Windows services to elevate privileges from a restricted service account to full system-level control. A fourth toolkit, appearing in telemetry as “GhostKit,” currently has no public documentation, suggesting a custom or proprietary tool.

Despite endpoint protection systems repeatedly detecting and terminating the malicious process, the IIS server’s automatic worker process restart mechanism allowed the attacker’s tools to reload within minutes. This recurring cycle of prevention and re-execution highlights a critical vulnerability: merely stopping a malicious process without isolating the compromised host only delays, rather than prevents, an attacker operating through IIS.

What You Should Do

  • Isolate or Retire Legacy Systems: Immediately decommission or segment any internet-facing servers running end-of-life operating systems (e.g., Windows Server 2016) or unsupported .NET Framework versions.
  • Disable Script Execution: Configure web servers to disable script execution in upload directories to prevent web shell deployment.
  • Monitor ASP.NET Compilation Directories: Implement robust monitoring for unexpected file creation or modification within ASP.NET compilation directories.
  • Deploy Web Application Firewalls (WAFs): Utilize WAFs with rules designed to detect and block known web shell patterns and suspicious HTTP requests.
  • Comprehensive Incident Response: During an incident, ensure that investigations thoroughly identify and remediate the initial point of compromise. Simply removing web shells without addressing the underlying vulnerability will not prevent re-infection. Isolate compromised hosts immediately upon detection of persistent malicious activity.

Indicators of Compromise (IoCs):-

Type Indicator Description
Domain ashx.lhlsjcb[.]com DNS C2 domain observed during earlier activity on the same host, approximately 75 days before the primary incident. Suggests infrastructure rotation between attacker visits.
Domain hcgos[.]com DNS C2 domain used by the self-reporting notification channel. In logs, look for the subdomain pattern a.<hex>.c.hcgos[.]com
IP Address 43.160.202[.]246:8053 Meterpreter C2 server communicating on a non-standard port
IP Address 140.206.161[.]227:443 Outbound connection observed from the compromised host
IP Address 124.156.129[.]151 Source IP associated with web shell interaction; high-signal indicator due to the combination of python-requests/2.33.0 user agent, POST requests to .aspx upload paths, and timing aligned with the web shell deployment window

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:

AttackExploitSecurityThreatVulnerability

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

Critical Check Point VPN Zero-Day Exploited to Deploy Ransomware

Next Post

Critical FFmpeg Vulnerabilities Enable Remote Code Execution

No Comment! Be the first one.

Leave a Reply Cancel reply

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

Popular Posts
Best Intrusion Detection & Prevention (IDS/IPS) Tools for 2026
August 6, 2026
Critical WSUS Vulnerability Lets Attackers Compromise Enterprise Endpoints
August 6, 2026
Critical Paperclip Flaws Let Attackers Gain Admin Access
August 6, 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