The images in this article were generated with artificial intelligence. How we publish
Cybersecurity researchers have identified a new threat cluster called OP-512, which takes advantage of exposed Microsoft Internet Information Services (IIS) servers to implement a custom set of web shells oriented to espionage. Although the technical details recall previous incidents against IIS, what distinguishes OP-512 is its approach in a custom framework - generated in a unique way by deployment, cryptographically governed and with automatic reporting mechanisms - specifically designed to mock the usual defenses and lengthen the forensic windows.
From the operational point of view, attackers have used the work process of the web server (w3wp.exe) to leave artifacts within the application's upload directory, which generates a signal of return to infrastructure controlled by the attacker through DNS consultations or HTTP requests. This "self-informed" method facilitates the centralized management of large-scale committed servers and reduces the need for manual interaction, increasing the speed and scope of espionage.

One of the most relevant techniques detected is the deliberate use of timestomping: web shells scan neighbouring files, calculate the median of the modification timstamps and alter their own time marks to mimic with the environment. This temporary handling device complicates the reconstruction of the attack time line and reduces the effectiveness of detections based on recent changes in the file system.
The choice of IIS servers with legacy software - for example Windows Server 2016 and .NET Framework environments outdated - is not casual. The offensive ecosystem that points to IS has grown in recent months and combines both cybercrime groups that recycle tools and more specialized actors that develop their own frameworks. To understand the threat in context, it may be useful to review how web shells fit into tactics widely observed by the technical community: MITRE ATT & CK - Web Shell.
The partial allocation to China by some intelligence providers is based on the alignment between regional intelligence objectives, tactics and priorities, as well as the language / infrastructure preparation observed in related campaigns. However, the absence of direct overlap with other known clusters also leaves open the possibility that it is an autonomous actor that has invested in its own capacities.
For defenders and network administrators, the first defense is obvious but critical: identify and put out of public exposure any IS that runs software out of support or that is not patched. Microsoft maintains IIS security and management guides that help reduce the attack surface; consult and follow them should be part of any urgent remediation plan: IIS security documentation.
In addition to patching, it is appropriate to tighten the configuration: to minimize the privileges of the application pool, to restrict climbing routes, to deploy cryptographic controls on administrative accesses and to submit the applications to code reviews and load tests. In infrastructure where immediate updating is not possible, risk mitigation should include network segmentation, outgoing domain and DNS blocking to unauthorized destinations, and deployment of WAF rules that detect abnormal ASP / ASHX file upload and execution patterns.

As for the detection and hunting of threats, it is important to monitor less obvious indicators: the activity of the w3wp.exe process outside its usual patterns, unexpected DNS consultations from web servers, creation of ASP / ASHX files in climbing directories, and execution of commands that demonstrate climbing attempts (for example, attempts to use tools such as the "Potato Suite"). Timstamps handling leaves a track: comparing time marks with backups metadata or with system records can reveal inconsistencies that give away timestomping.
If an intrusion is confirmed, the response should prioritize the containment and preservation of evidence: capture memory of the w3wp.exe process and network records before restart services, collect IIS and DNS logs, and preserve forensic copies of the website and its directories. It is recommended to coordinate with incident response teams and, where appropriate, with competent authorities to share IOC (commitment indicators) and obtain technical support.
Finally, the appearance of OP-512 reinforces a repeated lesson: adjust defenses exclusively against known tools leaves holes exploitable by custom frameworks. The defensive strategy should combine systematic parking, reduction of attack surface, behavioral-based detection and regular threat hunting exercises that do not depend only on signatures. Maintaining a proactive and multilayer vision is the best way to mitigate sophisticated campaigns against critical infrastructure such as IIS.
Related
More news on the same subject.

GitLab critical alert: emergency patch fixes CVE-2026-19478 allowing to modify or eliminate public projects without credentials
GitLab published an emergency patch on August 17, 2026 to correct critical vulnerability in its self-hosted software (Community and Enterprise Edition) which, under certain cond...

When the MCP server keeps your credentials: the silent attack vector of the IA in production
The incorporation of IA agents into business processes has opened a practical way for production systems and data to be accessible from models: it is called Model Context Protoc...

Critical alert: CVE-2026-58231 in SAP Commerce Cloud could allow remote code execution; patch and urgent mitigation
A critical vulnerability that affects SAP Commerce Cloud, registered as CVE-2026-58231 and with maximum score 10.0 on the CVSS scale, it is being exploited attempts shortly afte...

The massive purchase of expired domains drives fraud, malware and streaming pirate: the business behind the dropcatch
An intelligence report on DNS published by Infoblox and disseminated by specialized media confirms that criminals are buying large-scale expired domains - the so-called dropcatc...

HoneyMyte updates CoolClient with a signed kernel driver to hide processes and protect the C2 channel
Kaspersky has published an analysis that attributes to the actor known as HoneyMyte (also Mustang Panda) an updated version of the CoolClient backdoor that incorporates a signed...

GeoServer on zero-day vulnerability alert in jsonArrayContains with real risk of remote execution
The GeoServer open source project has a zero-day vulnerability that is being actively explored by attackers, according to researchers' public alerts and the watchTowr intelligen...

AmnesiaStealer MacOS malware that steals credentials and controls real-time browser sessions
Security researchers have documented a new malware family aimed at macOS - called AmnesiaStealer - that combines a dropper in shell, an infostealer written in Rust and a remote ...