US Dismantles Chinese Hacking Tools QScan & QTRouter

US Seizes Chinese Hacking Platforms Targeting Critical Infrastructure

HIGH
August 27, 2026
5m read
Threat ActorCyberattackPolicy and Compliance

Related Entities

Threat Actors

QTFY

Organizations

Department of Justice FBI People's Republic of ChinaMinistry of State Security (MSS)People's Liberation Army (PLA)National Aeronautics and Space Administration (NASA) Federal Reserve Department of EnergyU.S. Senate

Products & Tech

Other

Nanjing Xinjiuwei Network Technology CompanyQScanQTRouter

Full Report

Executive Summary

On August 26, 2026, the U.S. Department of Justice (DOJ) and the FBI announced the court-authorized seizure of internet domains critical to a hacking operation run by a People's Republic of China (PRC) state-sponsored group. The group, identified as QTFY, operated two custom platforms named QScan and QTRouter. This infrastructure was allegedly used for years to conduct widespread scanning and attacks against U.S. critical infrastructure, government agencies, and defense contractors. The takedown action effectively disabled the platforms, which relied on hard-coded domains for command and control. This operation highlights a proactive government effort to disrupt foreign state-sponsored cyber espionage campaigns targeting sensitive national assets.

Threat Overview

The threat actor, QTFY, is reportedly employed by a China-based company, Nanjing Xinjiuwei Network Technology Company, and offers its hacking-as-a-service capabilities to clients including China's Ministry of State Security (MSS) and the People's Liberation Army (PLA). The group's campaign, dating back to at least 2018, involved a two-stage process:

  1. QScan: This tool was used for broad, automated scanning of the internet to identify and infect vulnerable Internet of Things (IoT) devices. Thousands of devices globally were compromised and conscripted into a botnet.
  2. QTRouter: This platform served as an "obfuscation network," leveraging the compromised IoT devices from the QScan botnet as proxy nodes. By routing their malicious traffic through this network, QTFY could effectively mask the true origin of their attacks, making them appear to originate from various countries or even from within the target's local network.

The targets of this campaign were extensive and included high-value U.S. entities such as NASA, the Federal Reserve, the Department of Energy, the U.S. Senate, hospitals, and power companies.

Technical Analysis

The operation demonstrates a sophisticated, multi-layered approach to cyber espionage, focusing on operational security and obfuscation.

MITRE ATT&CK Techniques:

Impact Assessment

The primary impact of this campaign was the long-term, persistent compromise of sensitive U.S. government and critical infrastructure networks. By using the QTRouter network, QTFY was able to conduct its operations with a reduced risk of attribution, allowing for sustained intelligence gathering and network access. The targeting of entities like the Federal Reserve, Department of Energy, and defense contractors poses a significant risk to U.S. economic and national security. The seizure of the domains has disrupted this specific operation, but the underlying TTPs and the threat posed by state-sponsored actors remain.

IOCs — Directly from Articles

No specific IP addresses, hashes, or domains were listed in the source articles, as the domains were seized by law enforcement.

Cyber Observables — Hunting Hints

Security teams may want to hunt for the following patterns to identify similar activity:

Type
network_traffic_pattern
Value
Unusual outbound traffic from IoT devices (cameras, printers, routers) to the internet.
Description
IoT devices should typically only communicate with their manufacturer's cloud services or local controllers.
Type
log_source
Value
Firewall / Network Security Group Logs
Description
Look for denied inbound connection attempts from a wide range of disparate IPs, indicating scanning activity.
Type
process_name
Value
Unauthorized binaries running on embedded Linux systems.
Description
On IoT devices, monitor for any processes not part of the standard firmware.
Type
network_traffic_pattern
Value
Internal systems communicating with known residential IP space.
Description
Traffic to/from residential ISPs could indicate communication with a compromised home IoT device used as a proxy.

Detection & Response

  • IoT Security: Implement network segmentation (D3-NI) to isolate IoT devices from critical corporate and government networks. Deny all unnecessary inbound and outbound traffic to and from these devices.
  • Threat Intelligence: Ingest threat intelligence feeds that track state-sponsored actor infrastructure. Use this data to block known malicious IPs and domains at the network perimeter.
  • Network Traffic Analysis: Use network traffic analysis (D3-NTA) to baseline normal traffic patterns and alert on anomalies, such as an internal server suddenly communicating with a large number of seemingly random external IPs (indicative of proxying).

Mitigation

  • Asset Management & Patching: Maintain a comprehensive inventory of all network-connected devices, including IoT. Ensure all devices are running the latest firmware and security patches (D3-SU).
  • Network Segmentation: As a D3FEND hardening measure, create separate network zones for IoT devices. Use firewalls to strictly control traffic between the IoT zone and other sensitive network segments (D3-BDI).
  • Traffic Filtering: Implement strict outbound traffic filtering (D3-OTF) for all devices, especially IoT. Only allow connections to known-good, required destinations.

Timeline of Events

1
January 1, 2018
Hacking activity by the QTFY group reportedly began, dating back to at least 2018.
2
August 26, 2026
The U.S. Department of Justice and FBI announce the seizure of domains related to the QScan and QTRouter platforms.
3
August 27, 2026
This article was published

MITRE ATT&CK Mitigations

Isolate IoT devices onto their own network segment to prevent them from being used as pivot points into more sensitive parts of the network.

Mapped D3FEND Techniques:

Apply strict egress filtering rules for IoT devices, only allowing traffic to necessary, whitelisted destinations.

Mapped D3FEND Techniques:

Regularly update firmware on all IoT devices to patch vulnerabilities that could be exploited for initial access.

Mapped D3FEND Techniques:

D3FEND Defensive Countermeasures

To counter threats like the QTRouter botnet, organizations must implement strict network isolation for all IoT and embedded devices. This involves creating a dedicated, separate network segment (VLAN) for these devices. Firewall rules must be configured to deny all traffic from the IoT segment to critical internal networks (e.g., corporate LAN, data center, development environments) by default. Only explicitly required and audited connections should be permitted. Furthermore, devices within the IoT segment should be prevented from communicating with each other (client isolation) to stop a compromised device from attacking its peers. This strategy contains the impact of a compromised IoT device, preventing it from being used as a beachhead for deeper network intrusion, which was the core function of the QTRouter platform.

Implement a policy of default-deny for outbound traffic from the IoT network segment. Most IoT devices only need to communicate with a small, predictable set of external endpoints, such as the manufacturer's update and management servers. Create a strict whitelist of these required IPs and domain names and block all other outbound connections. This defensive measure would have severely hindered the QScan/QTRouter operation in two ways: 1) It would prevent a compromised IoT device from being used as an egress proxy to attack external targets. 2) It would block the device's ability to communicate with the attacker's C2 server if its address is not on the whitelist. Monitoring for a high volume of blocked outbound connection attempts from IoT devices can serve as an early warning that a device has been compromised and is attempting to call home or participate in a botnet.

Establish a rigorous process for managing firmware and software updates for all IoT devices. The QScan platform relied on finding and exploiting unpatched vulnerabilities. A robust update management program is the most direct countermeasure. This program should include: 1) A complete and continuously updated inventory of all IoT devices and their current firmware versions. 2) Subscribing to vendor security advisories for all deployed IoT products. 3) A defined process for testing and deploying firmware updates, prioritizing critical and internet-facing devices. 4) For devices that cannot be patched or are no longer supported, they must be isolated behind a firewall with compensating controls or decommissioned. Automating this process where possible is essential to manage the scale of IoT deployments in a large organization.

Timeline of Events

1
January 1, 2018

Hacking activity by the QTFY group reportedly began, dating back to at least 2018.

2
August 26, 2026

The U.S. Department of Justice and FBI announce the seizure of domains related to the QScan and QTRouter platforms.

Article Author

Jason Gomes

Jason Gomes

• Cybersecurity Practitioner

Cybersecurity professional with over 10 years of specialized experience in security operations, threat intelligence, incident response, and security automation. Expertise spans SOAR/XSOAR orchestration, threat intelligence platforms, SIEM/UEBA analytics, and building cyber fusion centers. Background includes technical enablement, solution architecture for enterprise and government clients, and implementing security automation workflows across IR, TIP, and SOC use cases.

Threat Intelligence & AnalysisSecurity Orchestration (SOAR/XSOAR)Incident Response & Digital ForensicsSecurity Operations Center (SOC)SIEM & Security AnalyticsCyber Fusion & Threat SharingSecurity Automation & IntegrationManaged Detection & Response (MDR)

Editorial Standards & Analyst Review

CyberNetSec.io uses automation to assist source monitoring, deduplication, observable extraction, and structured intelligence generation. Published analysis follows human-defined editorial standards and adds defensive context including MITRE ATT&CK, D3FEND, STIX, and Sigma where applicable. Read our editorial policy.

Tags

threat actornation-stateChinaAPTIoTbotnetcritical infrastructureDOJFBItakedown

📢 Share This Article

Help others stay informed about cybersecurity threats

🎯 MITRE ATT&CK Mapped

Every tactic, technique, and sub-technique used in this threat has been identified and mapped to the MITRE ATT&CK framework for consistent, actionable threat language.

🧠 Enriched & Analyzed

Observables and indicators of compromise (IOCs) have been extracted and cataloged. Risk has been assessed and correlated with known threat actors and historical campaigns.

🛡️ Actionable Guidance

Detection rules, incident response steps, and D3FEND-aligned mitigation strategies are included so your team can act on this intelligence immediately.

🔗 STIX Visualizer

Structured threat data is packaged as a STIX 2.1 bundle and can be visualized as an interactive graph — relationships between actors, malware, techniques, and indicators.

Sigma Generator

Sigma detection rules are derived from the threat techniques in this article and can be converted for deployment across any major SIEM or EDR platform.