Skip to main content
Meet us at Black Hat USA 2026— Las Vegas, August 1–6Book a Meeting
Mallory
MalwareExploits 3 CVEs

AryStinger

AryStinger is a previously undocumented botnet malware family identified by QiAnXin XLab that compromises aging internet-facing edge devices, primarily end-of-life routers and some NAS appliances, and repurposes them as a distributed reconnaissance, proxy, and intrusion-support infrastructure. XLab reported at least 4,300 infected routers worldwide, with infections concentrated in South Korea and China, and with D-Link DIR-850L and DIR-818LW models on Realtek RTL819X chipsets prominently affected. The campaign was first observed on March 12, 2026, with activity spreading from 107.150.106.14 using a Linux ELF sample that reportedly had zero VirusTotal detections at the time.

AryStinger primarily exploits long-known vulnerabilities in obsolete or unsupported devices rather than novel exploit chains. Reported infection vectors include CVE-2013-3307 and CVE-2016-5681 against older Linksys and D-Link routers, and a later observed Go-based variant targeting QNAP NAS devices via CVE-2025-11837 in QNAP Malware Remover. Researchers described two variants: a C-based router-focused build optimized for low-resource RTL819X devices, and a more capable Go-based NAS-focused build.

Its functionality is oriented toward pre-intrusion operations rather than classic DDoS or cryptomining botnet activity. Reported capabilities include port scanning, service identification, subdomain enumeration, DNS scanning, traffic tunneling and proxying, remote command execution, and distributed task execution across infected nodes. The NAS variant was reported to support broader reconnaissance and payload execution, including shell commands and attacker-supplied Go, Java, and Python code, and to integrate tools such as fscan, ksubdomain, httpx, and Tlsx. XLab described infected devices as remotely controlled "Executors" that receive tasks from command-and-control infrastructure and return results, while also helping operators conceal their true origin behind victim network connections.

AryStinger communicates with command-and-control servers over HTTP and HTTPS using Protocol Buffers with XOR obfuscation; some reporting also notes gzip in the NAS variant. A hardcoded XOR key, "sh_#@!_2024_secret," was reported. Persistence mechanisms observed include installation of an SSH backdoor using Dropbear on routers, operation on port 2332, use of gs-netcat on NAS devices, and modification of device configuration for long-term control. Reported indicators and artifacts include domains such as ajb8.com, dataexplore.cc, dataexplore.co, specific C2 hosts including eixfi[.]ajb8.com and dybic[.]ajb8.com, downloader activity from hgodpcx[.]ajb8.com and hgodpcx[.]auq8.com, binaries or files under /tmp/bin, and processes named syswapd0, syswapd0h, or syswapd0w.

XLab has not attributed AryStinger to a known threat actor. Multiple reports note that its operational pattern resembles operational relay box or router-proxy infrastructures used to support follow-on intrusion activity.

Share:
For your environment

Hunt this family in your stack

Mallory pivots from this family to the IOCs, detections, and named campaigns that touch your stack, and pages you when something new lands.

EXPLOITED CVES

Vulnerabilities exploited

3 CVEs Mallory has correlated with this family across public research and vendor advisories. Each row links to the full Mallory page for that vulnerability.

3 CVES
CVE-2016-5681Stack-based buffer overflow in D-Link dws/api/Login session cookie handlingExploited in the wild

The campaign first came to light on March 12, 2026, when a network-wide threat monitoring system flagged a suspicious IP address spreading a malware sample through two known router vulnerabilities, CVE-2013-3307 and CVE-2016-5681.

via cyber security newscybersecuritynews.com
CVE-2025-11837Code Injection RCE in QNAP Malware RemoverExploited in the wild

The team later captured a related sample on April 26 targeting NAS devices, spread through CVE-2025-11837.

via cyber security newscybersecuritynews.com
CVE-2013-3307OS Command Injection in Linksys apply.cgi ping_ipExploited in the wild

The campaign first came to light on March 12, 2026, when a network-wide threat monitoring system flagged a suspicious IP address spreading a malware sample through two known router vulnerabilities, CVE-2013-3307 and CVE-2016-5681.

via cyber security newscybersecuritynews.com
MITRE ATT&CK

Techniques & procedures

24 distinct techniques documented for this family, organized by ATT&CK tactic.

Reconnaissance

4 techniques
T1590Gather Victim Network InformationEvidence2

Infected routers can scan the internet for targets, identify exposed services or entry points, enumerate subdomains and tunnel through traffic, executing operator commands.

T1590.001Domain PropertiesEvidence1

The botnet supports port scanning, service identification, subdomain enumeration, and traffic tunneling...

T1595Active ScanningEvidence1

Each infected router becomes what XLab calls an Executor: a node that receives scan tasks, executes them in parallel with other nodes... The attacker can split a massive scanning task into multiple small chunks and distribute them to different Executors for parallel execution.

T1596Search Open Technical DatabasesEvidence1

It focuses on mass DNS scanning... XLab confirmed this by running a test device and watching the C2 assign a .ba top-level domain brute-force task... placing that specific node at roughly 12% into the length-7 subdomain scanning space.

Initial Access

3 techniques
T1078.001Default AccountsEvidence1

Default logins invite trouble - switching them strengthens access control.

T1133External Remote ServicesEvidence3

The malware then installs a SSH backdoor, modifying configurations to maintain long-term control.

T1190Exploit Public-Facing ApplicationEvidence5

XLab researchers starting March 12 saw the botnet spread from a single IP, 107.150.106.14, pushing a VirusTotal zero detection Linux ELF sample through two, near decade old vulnerabilities: CVE-2013-3307, affecting Linksys models, and CVE-2016-5681, affecting D-Link models.

Execution

1 technique
T1059Command and Scripting InterpreterEvidence4

Remote command execution: The botnet can receive tasks, run commands, scan networks, and collect information from other systems.

Persistence

4 techniques
T1078.001Default AccountsEvidence1

Default logins invite trouble - switching them strengthens access control.

T1133External Remote ServicesEvidence3

The malware then installs a SSH backdoor, modifying configurations to maintain long-term control.

T1547Boot or Logon Autostart ExecutionEvidence1

Persistence: The malware is designed to keep the device enrolled in the botnet instead of disappearing after the first reboot or network change.

T1556Modify Authentication ProcessEvidence1

The malware then installs a SSH backdoor, modifying configurations to maintain long-term control.

Privilege Escalation

2 techniques
T1078.001Default AccountsEvidence1

Default logins invite trouble - switching them strengthens access control.

T1547Boot or Logon Autostart ExecutionEvidence1

Persistence: The malware is designed to keep the device enrolled in the botnet instead of disappearing after the first reboot or network change.

Stealth

3 techniques
T1027Obfuscated Files or InformationEvidence2

Obfuscated communication: AryStinger uses HTTP and HTTPS, with Protocol Buffers and XOR-obfuscated data. A quick packet capture will not show clear command text moving between the device and its control servers.

T1078.001Default AccountsEvidence1

Default logins invite trouble - switching them strengthens access control.

T1218System Binary Proxy ExecutionEvidence1

ScriptWork supports executing Shell commands as well as source-level Payloads in three categories: Go, Java, and Python... it only needs to directly issue the source code to dynamically execute it.

Defense Impairment

1 technique
T1556Modify Authentication ProcessEvidence1

The malware then installs a SSH backdoor, modifying configurations to maintain long-term control.

Credential Access

2 techniques
T1556Modify Authentication ProcessEvidence1

The malware then installs a SSH backdoor, modifying configurations to maintain long-term control.

T1557Adversary-in-the-MiddleEvidence1

перенаправлять браузерный трафик пользователя, а также незаметно отслеживать и потенциально похищать весь входящий и исходящий сетевой трафик

Discovery

3 techniques
T1016System Network Configuration DiscoveryEvidence2

This newer edition brings extra functions: it scans IPs and DNS entries, runs commands remotely, drops payloads, explores local networks.

T1046Network Service DiscoveryEvidence5

Infected routers can scan the internet for targets, identify exposed services or entry points, enumerate subdomains and tunnel through traffic, executing operator commands.

T1082System Information DiscoveryEvidence1

Once AryStinger infects a router, it registers the device with a command-and-control server by sending device fingerprint data including MAC address, IP addresses, operating system version, and CPU architecture.

Lateral Movement

2 techniques
T1021Remote ServicesEvidence1

зараженные устройства работают как удаленно управляемые «исполнители»

T1210Exploitation of Remote ServicesEvidence1

Remote management, though convenient, widens exposure; turning it off tightens defenses.

Collection

1 technique
T1557Adversary-in-the-MiddleEvidence1

перенаправлять браузерный трафик пользователя, а также незаметно отслеживать и потенциально похищать весь входящий и исходящий сетевой трафик

Command and Control

4 techniques
T1071Application Layer ProtocolEvidence3

Obfuscated communication: AryStinger uses HTTP and HTTPS, with Protocol Buffers and XOR-obfuscated data.

T1090ProxyEvidence6

Unlike typical router botnets, which launch DDoS attacks, AryStinger acts as the reconnaissance and proxy network before threat actors prompt attacks... XLab said the botnet's covert infrastructure allows threat actors to obfuscate their true locations while information gathering on future targets.

T1105Ingress Tool TransferEvidence3

This newer edition brings extra functions: it scans IPs and DNS entries, runs commands remotely, drops payloads, explores local networks.

T1573Encrypted ChannelEvidence1

This data is encrypted before transmission... Hardcoded XOR encryption key used in C2 communication.

Impact

2 techniques
T1498Network Denial of ServiceEvidence1

распределенную инфраструктуру AryStinger в теории можно использовать и для генерации огромного числа DNS-запросов к резолверам. Но пока подобных атак зафиксировано не было.

T1565.001Stored Data ManipulationEvidence2

Because it alters DNS configurations, victims might unknowingly land on harmful sites instead of the ones they intended.

INDICATORS OF COMPROMISE

IOCs tracked for this family

80 indicators attributed across vendor reports, sandbox runs, and researcher write-ups. Full values are available in Mallory.

View more in app
Network
14 tracked

IPs, domains, and DNS infrastructure linked to this family.

Hashes
53 tracked

File hashes (MD5, SHA-1, SHA-256) from samples and reports.

Other
13 tracked

Other indicator types observed in public reporting.

TypeValueLatest sighting
domain●●●●●●●●●●●●View more in app5 days ago
domain●●●●●●●●●●●●View more in app5 days ago
domain●●●●●●●●●●●●View more in app5 days ago
domain●●●●●●●●●●●●View more in app5 days ago
domain●●●●●●●●●●●●View more in app5 days ago
domain●●●●●●●●●●●●View more in app5 days ago
ACTIVITY FEED

Recent activity

9 sources tracked across advisories, community write-ups, and news. New activity surfaces here as Mallory finds it.

cyber security newsNews
Jun 22, 2026
AryStinger Botnet Hijacks 4,300+ Routers to Build Global Attack Proxy Network

AryStinger is a malware family targeting routers and NAS devices, used to build a covert proxy and reconnaissance infrastructure. It registers infected devices with C2, distributes scanning tasks, supports port scanning, service identification, subdomain enumeration, traffic tunneling, intranet scanning, script execution, and establishes persistent remote access via dropbear or gs-netcat.

Read more
security affairsNews
Jun 22, 2026
4,300+ Outdated Routers Hijacked in Stealthy Spy Infrastructure by AryStinger malware

A Linux malware family targeting outdated Realtek RTL819X-based routers and NAS devices to build a covert reconnaissance and intrusion-support infrastructure. It performs distributed scanning, service identification, subdomain enumeration, traffic tunneling, and covert task execution, while using infected devices as relay/executor nodes. The NAS-focused Go variant also supports attacker-supplied Shell, Go, Java, and Python code execution.

Read more
the hacker newsNews
Jun 22, 2026
AryStinger Malware Infects 4,300 Legacy Routers to Build Reconnaissance Proxy Network

A malware family targeting end-of-life routers and QNAP NAS devices to build a distributed reconnaissance and proxy network. It performs internet and internal network scanning, service fingerprinting, subdomain enumeration, traffic tunneling, command execution, and can distribute scanning tasks across infected nodes while relaying operator traffic through compromised devices.

Read more
xakepNews
Jun 22, 2026
Ботнет AryStinger заразил тысячи роутеров D-Link - Хакер

Botnet targeting outdated routers and some NAS devices. It turns compromised devices into remotely managed proxies used for scanning, traffic tunneling, distributed reconnaissance, DNS setting changes, browser traffic redirection, and potential interception or theft of network traffic. A Go-based NAS variant can also execute commands, launch additional payloads, perform IP/DNS scanning, and conduct local network reconnaissance.

Read more
What this page doesn’t show

The version that knows your environment.

This page is what’s public. Mallory adds the parts that aren’t: which of your assets match these IOCs, which detections are missing, which campaigns to expect next, and what to do in the next 30 minutes.
IOC matching80

Match every observed IP, domain, and hash against your live telemetry.

Threat actor attribution

Named campaigns wielding this family, with evidence pinned to each claim.

Exploited vulnerabilities3

CVEs this family uses for access and lateral movement.

Detection signatures

YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.

MITRE ATT&CK mapping24

Every documented technique, ranked by evidence weight.

Researcher chatter

Reddit, Mastodon, and CTI community discussion around this family.