ProBackend
cyber threat intelligence
Jun 22, 202610 min read

AryStinger Botnet Hijacks 4,000+ Routers as Malicious Proxy Network

Previously undocumented malware botnet AryStinger has compromised thousands of outdated D-Link routers worldwide, converting them into remotely controlled 'executors' for scanning, proxying, and command execution activities.

The AryStinger Botnet: When Legacy Hardware Becomes a Liability

It is a story we have seen play out countless times: a piece of network hardware, once the cornerstone of home connectivity, eventually edges toward obsolescence. Manufacturers move on, support teams shift their focus to newer models, and security patches for older devices slowly trickle to a halt. When that happens, the vulnerabilities that were once considered edge cases or niche problems become open invitations for threat actors. Right now, this is precisely the situation surrounding the AryStinger botnet, a previously undocumented malware campaign that has successfully pivoted thousands of legacy D-Link routers worldwide into active participants in a sprawling, covert proxy network.

If you are currently relying on an older D-Link router for your home or small business connectivity—and if you cannot remember the last time you manually checked for a firmware update—this situation should be viewed as a serious wake-up call. The threat intelligence researchers at Qianxin's XLab initially discovered the botnet on March 12, 2026, after identifying suspicious network traffic patterns that did not immediately fit the standard profiles for common malware. What they uncovered was not a typical disruptive malware variant—there was no immediate drive to wipe hard drives, encrypt data for ransom, or initiate a massive, noisy DDoS attack. Instead, AryStinger represents a far more insidious approach: the creation of a silent, remotely controlled proxy architecture built directly onto devices that users have likely long since stopped monitoring.

This is not a massive, headline-grabber designed to disrupt entire nations; rather, it is a surgical operation focused on scale and persistence. By compromising roughly 4,300 devices (and the number is still rising), the operators of AryStinger have established a distributed, resilient infrastructure that provides them with an adaptable, geographically dispersed vantage point. These routers, while perhaps not the most powerful machines on the internet, are nevertheless at the edge of the network, and this positioning is exactly what makes them so attractive as clandestine infrastructure conduits. For an attacker, these devices offer a low-cost, high-reliability way to mask their activities, route malicious traffic through thousands of different IP addresses, and ultimately evade the automated reputation-based defenses that security teams rely on to filter out malicious activity. By turning home routers into proxy nodes, AryStinger makes it nearly impossible for a target to distinguish legitimate traffic from malicious traffic originating from this distributed network of infected gear.

The AryStinger Botnet: When Legacy Hardware Becomes a Liability

The AryStinger Botnet: When Legacy Hardware Becomes a Liability

The Infrastructure of Convenience: Why Your Router is a Target

The beauty of the AryStinger approach—at least from the attacker's perspective—is in its simplicity. They are not chasing the latest, most sophisticated zero-day in a high-end enterprise-grade firewall. Instead, they are hunting for the low-hanging fruit: the routers that, for all intents and purposes, have already been abandoned by their owners. The D-Link DIR-850L and DIR-818LW, which have been specifically identified as targets of this campaign, are not modern, powerhouse devices. They are older pieces of kit that, in too many cases, no longer receive manufacturer-provided security updates.

These routers are plagued by well-documented, public vulnerabilities, including CVE-2013-3307 (affecting Linksys devices), CVE-2016-5681, and CVE-2025-11837 (affecting NAS devices). These are not hidden, secret flaws. They are public records, meticulously indexed and available for anyone with a basic script and the willingness to scan the internet to find. It is the equivalent of leaving the keys in the ignition, and then leaving the car in the middle of a busy plaza with a sign that says, 'Please drive away.' The sheer volume of these devices still in active use—and still connected to the open internet—demonstrates just how widespread this problem is.

The botnet leverages these vulnerabilities to gain administrative access, then quietly installs its own payload. It does not break the user's connection. It does not brick the device or make it immediately unusable. Instead, it subtly alters the router's configuration to establish a persistent backdoor. It is designed to stay completely under the radar, sitting quietly until it receives orders to start proxying traffic or scanning for further targets. It effectively transforms your device from a gatekeeper into an accomplice, and for most users, there would be no immediate, visible indication that their network had been turned against them. For the attacker, the maintenance of this botnet is negligible, as their primary goal is just to ensure the devices remain online and accessible.

The Infrastructure of Convenience: Why Your Router is a Target

The Infrastructure of Convenience: Why Your Router is a Target

Inside the AryStinger: C vs. Go

What is particularly fascinating about AryStinger is the technical diversity in the malware itself. We are seeing two distinct variants of the botnet, each carefully optimized for the type of device it targets, and that level of precision shows a high degree of planning. First, there is a C-based variant (RTL819X version). This one is lean, mean, and built specifically for the hardware limitations of these older, low-power routers where every byte of RAM and every CPU cycle matters. Its entire goal is to establish that persistent connection, receive instructions, and facilitate basic routing functions like scanning or tunnelling traffic out. It is the brute-force, no-nonsense worker bee, doing the bare minimum to stay alive and do its job without overwhelming the router's limited resources.

Then, there is the more sophisticated Go-based agent (Standard version). This one is packed into NAS (Network Attached Storage) systems and routers with a bit more muscle. It does everything the C-variant does, but adds a toolbox of penetration testing utilities that make it substantially more dangerous. We are talking about IP and DNS scanning capabilities, plus integrated open-source tools like fscan, ksubdomain, httpx, and Tlsx that make lateral movement inside your network significantly easier once the attacker has a foothold. It is not just a proxy anymore; it is an automated reconnaissance suite designed to turn your NAS—where you put all your photos, documents, and other sensitive personal information—into an active base of operations for the attackers.

The DNS tampering and traffic hijacking capabilities are the real kicker. By controlling DNS resolution, the botnet can transparently redirect traffic. You type in a website, but instead of the legitimate site, you are served a malicious replica. And because the router is doing the redirecting, your computer tells you everything is fine, the SSL certificate might even look halfway convincing (if they are clever enough), and the average user is none the wiser. This is how you steal credentials without leaving a trace or alerting the user. The ability to pivot from a simple proxy to a full credential-harvesting station demonstrates a clear intent to maximize the utility of every compromised device.

Technical Architecture: How AryStinger Communicates

AryStinger communicates with its C2 server over HTTP/HTTPS using Protobuf serialization supplemented by XOR encryption. The hardcoded XOR key used in communications is sh_#@!_2024_secret, which may hint that the attacker began operations as early as 2024. The malware's core workflow is composed of several key services:

  • authsvc: Collects device fingerprint data (MAC address, device name, public/internal IP, OS version, CPU architecture) and sends it to the C2 for identity authentication. After passing auth, the bot receives a unique Executor ID used as a credential for all subsequent communications.
  • hbsvc: Implements heartbeat reporting and configuration updates via /heartbeat and /config interfaces.
  • watchdogsvc: Downloads and deploys dropbear (a lightweight SSH server) on port 2332, establishing a persistent remote login backdoor.
  • tasksvc: Pulls domain probing and scanning tasks from the C2 server, using the X-Executor-ID header for identification.
  • tunnelsvc: Provides traffic proxying and forwarding functionality using additional C2 endpoints.

The attacker can split massive scanning tasks into multiple small chunks and distribute them to different Executors for parallel execution—a distributed-like design that efficiently completes early "footprinting" activities before subsequent intrusion operations.

C2 Infrastructure and Spread Mechanisms

The AryStinger infrastructure relies on several domains:

  • C2 servers: eixfi.ajb8.com, dybic.ajb8.com, opi7.com
  • Download servers: hgodpcx.ajb8.com, hgodpcx.auq8.com
  • Tunnel proxies: sdkv1.dataexplore.cc, sdkv1.dataexplore.co

The RTL819X variant spreads via a shell script that queries the download server for the latest version number, then fetches and executes the corresponding ELF binary. The Standard (NAS) variant uses a similar approach with curl-based download scripts. Both variants support automatic self-upgrade capabilities.

The malware's source code path hints at the project name "Ary-Attack." Despite its capabilities, AryStinger maintains an extremely low detection rate across mainstream security engines—XLab captured 32 samples of the RTL819X variant and 22 of the Standard variant, all with minimal VT detection.

A Map of Misfortune: Tracking the Regional Impact

The fingerprint of this botnet is distributed unevenly, which itself tells us something about the nature of the campaign. The bulk of the infections—a whopping 48.5%—are concentrated in South Korea, followed by China (31.8%), Sweden (6.4%), Malaysia (3.5%), and Singapore (2.5%). Why these specific regions? It is not about some deep-seated grudge against Swedish internet users. It is almost certainly about where these specific router models were historically sold in the highest volumes, and perhaps how those markets have evolved in their approach to updating consumer network hardware.

These devices were clearly popular in those regions, they were marketed heavily, and they were not phased out of service fast enough. The attackers scanned for the highest density of exploitable hardware, and their automated, mapping software led them exactly here. This is not a targeted geopolitical strike; this is opportunistic capitalism. These routers are just physical manifestations of exploitable code, distributed randomly according to past sales records.

Affected Device Breakdown

Based on Qianxin's asset mapping data, the infected devices break down as follows:

  • DIR-850L: 75% of all infections
  • DIR-818LW: 13%
  • DIR-816L, DIR-818L, DWR-118, DIR-817LW: 1.3%
  • Unknown models: 18%

The RTL819X chip family, which these routers use, had its mainstream active period concentrated around 2012 to 2015. At least 4,300 routers worldwide have been infected on RTL819X-class devices alone; the total including NAS infections is unknown. The campaign has no direct relationship to the Ministry of State Security's earlier warning about outdated routers, though it serves as a stark validation of that concern.

Lessons in Router Hygiene: Don't Be the 4,001st Victim

The AryStinger botnet does not need sophisticated APT-level state funding to cause massive amounts of damage. It just needs unpatched, forgotten, legacy hardware sitting at the edge of thousands of networks. The lack of attribution here—we have no smoking gun pointing to a known, named group—is actually quite telling. It suggests that these tools, built to scan and proxy, might be available to anyone with the know-how to deploy them, making it a democratized, widespread threat.

The fix is as boring as it is critical: update your devices, or even better, replace them if they are truly past their prime. If you are running a router that hasn't received a vendor firmware update in three years, I hate to be the one to tell you this, but your network is, in technical terms, 'a mess.' We need to stop looking at routers as 'set it and forget it' appliances. They are full-fledged computers, they are the first line of defense for every single device in your home or office, and they are actively being hunted by tools like AryStinger to gain entry into your bank accounts, your pictures, and your private data.

Check your router's model number, verify the latest firmware available from the manufacturer, and if it's been years without an update, do yourself a massive favor: go to the store and get something modern. It's not the exciting answer, but it's the only one that actually works. We have to treat our network edge as the critical defense point that it is, instead of the forgotten appliance tucked away in a corner cabinet. The goal is to move from a posture of passive complacency to active, informed oversight of the network hardware that facilitates all of our increasingly digital lives. For more on how vulnerabilities are being weaponized against infrastructure, check out our coverage of the Weaponized Urgency: The Critical Lessons Behind the Ivanti Sentry Breach. Don't let your router be the next node in someone else's nefarious proxy network. Take five minutes, verify your situation, and protect your digital footprint. Your future self will thank you for it, even if your wallet doesn't want to hear it right now.

More blogs