---
title: What is RustDuck Botnet? Warning on a new DDoS botnet
description: What is RustDuck Botnet and why is it dangerous? A Rust-based DDoS botnet hijacking routers. Explore DDoS protection solutions for enterprises.
slug: rustduck-botnet-la-gi
type: news
locale: en-US
author: Tony Dang
date: "2026-08-24T08:38:22.121Z"
lastmod: "2026-08-24T08:38:22.006Z"
thumbnail: "https://static.vncdn.vn/vnetwork.vn/pub/websites/uploads/1/92/rustduck-botnet-la-gi-thumb.png"
sabo: "An old wifi router sitting in the corner of a room, an IP camera installed as an afterthought, or an Android box forgotten without a firmware update for years. Devices that look harmless can be under remote control and used to attack another organization without the owner ever noticing. That is exactly how a DDoS botnet operates, and a new name has just joined the list: RustDuck Botnet, a botnet rewritten in the Rust language with a remarkable ability to evade detection. This article explains what RustDuck Botnet is, how dangerous this DDoS botnet really is, and what businesses need to prepare so they do not become the next victim."
---

<h2><strong>1. What is RustDuck Botnet?</strong></h2><p><strong>RustDuck Botnet</strong> is a two-stage&nbsp;<a href="https://www.vnetwork.vn/en-US/news/malware-la-gi/">malware</a> family that hijacks Internet connected devices and then groups the compromised devices into a&nbsp;<a href="https://www.vnetwork.vn/en-US/news/botnet-la-gi-cach-phong-chong-ddos-botnet-check-botnet-2022/">botnet</a> used to launch&nbsp;<a href="https://www.vnetwork.vn/en-US/news/ddos-la-gi-va-cach-ngan-chan-cac-loai-tan-cong-ddos-server/">DDoS attacks</a>.</p><p>The security research team at&nbsp;<a href="https://blog.xlab.qianxin.com/rustduck-en/">XLab, part of QiAnXin</a>, has tracked RustDuck Botnet since February 2026. The devices RustDuck Botnet targets include home routers, IP cameras, Android boxes and weakly configured servers. Once a device is compromised, RustDuck Botnet keeps it idle and waiting for instructions from a central command and control server.</p><p>For small and medium businesses in Vietnam, RustDuck Botnet deserves attention because the targeted device categories match what most offices already run: routers supplied by the ISP, low cost surveillance cameras and internal servers that are rarely patched. Offices without a dedicated IT team usually stop monitoring these devices after installation, and that is exactly the condition RustDuck Botnet needs in order to expand.</p><p>Three characteristics separate RustDuck Botnet from earlier generations of DDoS botnets:</p><ul><li>A two-stage architecture that separates the initial intrusion step from the core component responsible for receiving commands and generating attack traffic</li><li>A core written in Rust instead of C, which makes the RustDuck Botnet binary considerably harder to reverse engineer</li><li>Command and control infrastructure built on free dynamic DNS services, allowing the RustDuck Botnet operators to rotate control addresses quickly once they are exposed</li></ul><p>According to the XLab report, the current scale of RustDuck Botnet remains modest compared with the IoT botnets already dismantled. What matters about RustDuck Botnet is not the number of compromised devices, but the speed of its development and the level of technical investment behind it.</p><figure class="image"><img style="aspect-ratio:2880/1620;" src="https://static.vncdn.vn/vnetwork.vn/pub/websites/uploads/1/92/rustduck-botnet-la-gi-1.png" alt="rustduck-botnet-la-gi-1.png" width="2880" height="1620"><figcaption><i>What is RustDuck Botnet?</i></figcaption></figure><h2><strong>2. How does RustDuck infiltrate devices?</strong></h2><p>RustDuck does not rely on a single vulnerability. RustDuck combines several intrusion paths at the same time, targeting both consumer devices and enterprise server infrastructure.</p><figure class="table" style="width:100%;"><table class="ck-table-resized"><colgroup><col style="width:35.73%;"><col style="width:64.27%;"></colgroup><tbody><tr><td><strong>Target</strong></td><td><strong>How RustDuck exploits it</strong></td></tr><tr><td>Routers, IP cameras</td><td>Brute forcing weak or default passwords on the Telnet and SSH remote login services</td></tr><tr><td>Android boxes</td><td>Exploiting the ADB (Android Debug Bridge) debugging port left exposed on the Internet</td></tr><tr><td>Routers and video recorders from vendors such as TVT, Ruijie, TP-Link, ZTE, Totolink, D-Link</td><td>Published CVE vulnerabilities on devices that have not been patched or are no longer supported</td></tr><tr><td>Servers running Apache CouchDB, ThinkPHP, Jenkins, Hadoop YARN</td><td>Known software vulnerabilities, usually tied to patches that were never applied in time</td></tr></tbody></table></figure><p>One pattern stands out across this list: most of these are vulnerabilities disclosed publicly a long time ago, not newly discovered&nbsp;<a href="https://www.vnetwork.vn/en-US/news/lo-hong-zero-day-la-gi-cac-cach-bao-ve-toi-uu-truoc-lo-hong-zero-day/">zero-day vulnerabilities</a>. It shows that most devices compromised by RustDuck fall because they were never patched or still use default login credentials, not because the attack technique is especially groundbreaking.</p><h2><strong>3. Why is RustDuck so hard to detect and take down?</strong></h2><figure class="image"><img style="aspect-ratio:2880/1620;" src="https://static.vncdn.vn/vnetwork.vn/pub/websites/uploads/1/92/rustduck-botnet-la-gi-2-en.png" alt="rustduck-botnet-la-gi-2-en.png" width="2880" height="1620"><figcaption><i>Why RustDuck Botnet is hard to detect</i></figcaption></figure><p>What sets RustDuck apart from many earlier DDoS botnets lies in the malware core, which is being rewritten from C to Rust. Rust binaries are inherently harder to reverse engineer than C, and according to XLab, the Rust core of RustDuck reflects serious technical investment in how encryption keys are generated, how the malware hides from analysis tools and how it communicates with the command server. This is the signature of an actively developed project rather than a copy built on leaked source code.</p><p>Even more notable is the self protection mechanism in newer RustDuck builds. Before taking any action, the malware runs a series of checks to determine whether it is sitting in a researcher lab environment or on a genuine victim device, with each suspicious signal adding to a risk score:</p><ul><li>Looking for traces of malware analysis tools running on the system</li><li>Detecting a debugger attached to its own process</li><li>Recognizing the characteristics of a&nbsp;<a href="https://www.vnetwork.vn/en-US/news/honeypot-la-gi">honeypot</a> environment, a decoy built specifically to study malware</li><li>Checking for virtual machine hardware signatures commonly found in lab setups</li></ul><p>Once the risk score crosses the threshold, RustDuck wipes its traces and exits before anyone can observe how it behaves.</p><p>Communication between infected devices and the command server is locked down just as tightly. RustDuck encrypts traffic with ChaCha20-Poly1305 for the initial handshake and AES-GCM once commands are exchanged, derives keys with HKDF-SHA256 combined with Curve25519 key exchange, rotates keys every ten minutes and disguises the connection as ordinary encrypted web traffic. The RustDuck command infrastructure relies on free dynamic DNS services, which is also where the word Duck in the botnet name comes from.</p><h2><strong>4. DDoS attack trends after the emergence of RustDuck Botnet</strong></h2><figure class="image"><img style="aspect-ratio:2880/1620;" src="https://static.vncdn.vn/vnetwork.vn/pub/websites/uploads/1/92/rustduck-botnet-la-gi-3.png" alt="rustduck-botnet-la-gi-3.png" width="2880" height="1620"><figcaption><i>Current DDoS attack trends</i></figcaption></figure><p>RustDuck Botnet is neither the first DDoS botnet written in Rust nor the largest one in operation. Placed alongside recent developments, the broader picture points to a clear trend</p><ul><li>In April 2025, an international security report documented the RustoBot botnet exploiting Totolink routers and several other router families to launch DDoS attacks using the same formula: cheap devices, a modern programming language and the ability to generate traffic floods on command</li><li>Around the same period RustDuck Botnet was documented, a massive IoT botnet named AISURU generated DDoS attacks reaching nearly 30 Tbps according to reporting compiled by The Hacker News, before being dismantled in an operation led by United States law enforcement agencies in early 2026</li></ul><p>Compared with the scale of AISURU, RustDuck Botnet is still very small. What deserves attention is not the current size but the direction of development: a small botnet today can serve as a technical testbed for a far larger attack tomorrow, particularly as the evasion techniques used by RustDuck Botnet continue to be studied and copied by other attack groups.</p><p>This is why businesses should not underestimate a DDoS botnet simply because it is still small. Digital infrastructure today runs on a long list of permanently connected devices, from office routers and surveillance cameras to internal servers. Any one of them can become a link in an attack aimed at another organization, or worse, the business that owns the device can become the target itself.</p><p>If your business has no protection layer standing between its infrastructure and attacks like these, now is a reasonable time to start, and you can start for free with WAF Free.</p><p>Button;Try it now;https://partner.vnetwork.vn/en-US/?utm_source=google&amp;utm_medium=blog&amp;utm_campaign=waf_free&amp;utm_term=rustduckbotnetlagi;_blank</p><h2><strong>5. What should businesses do to defend against DDoS botnets?</strong></h2><p>There is no patch for RustDuck, because RustDuck is malware rather than a single vulnerability. Effective defense means closing off every path that RustDuck and similar botnets are exploiting.</p><h3><strong>5.1. Lock down remote administration ports</strong></h3><p>Move remote administration interfaces such as ADB, Telnet and SSH out of public reach on the Internet, open them only when genuinely necessary and always change default passwords. This is the simplest intrusion path for RustDuck Botnet and still the most effective one, for the plain reason that many devices remain exactly as they were configured at the factory.</p><h3><strong>5.2. Patch software and retire devices past end of support</strong></h3><p>For software still maintained by its developers, such as Apache CouchDB, applying the latest patch is mandatory. For router models or devices the manufacturer no longer supports, a patch may never arrive. In that case, replacing the device is a far safer option than continuing to run hardware with a known vulnerability.</p><h3><strong>5.3. Deploy dedicated DDoS monitoring and mitigation</strong></h3><p>Auditing individual devices only addresses the risk of becoming part of a botnet. A business also needs a protection layer for its own systems so it does not become the target of a botnet controlled by someone else. This is where a dedicated&nbsp;<a href="https://www.vnetwork.vn/en-US/news/top-cac-dich-vu-chong-ddos/">DDoS protection solution</a> becomes necessary, instead of handling each incident manually as it happens.</p><p>Before going deeper into how a dedicated security solution handles attacks like RustDuck, your business can start assessing how ready its systems are today with WAF Free.</p><p>Button;Try it now;https://partner.vnetwork.vn/en-US/?utm_source=google&amp;utm_medium=blog&amp;utm_campaign=waf_free&amp;utm_term=rustduckbotnetlagi;_blank</p><h2><strong>6. How does VNIS block attacks from botnets like RustDuck?</strong></h2><p><a href="https://www.vnetwork.vn/en-US/products/waap"><strong>VNIS</strong></a> (VNETWORK Internet Security) does not clean RustDuck Botnet malware off an already infected device, because that work belongs to the device owner through password changes, patching or hardware replacement. The role of VNIS is to protect the systems targeted by that attack traffic, whether the traffic comes from RustDuck Botnet or any other DDoS botnet. VNIS handles this with two defense layers working in parallel:</p><ul><li><strong>Layer 1:&nbsp;</strong>AI Smart Load Balancing combined with Multi-CDN from VNIS handles DDoS attacks at the network layer. The AI analyzes access behavior in real time, identifies abnormal traffic arriving simultaneously from many distributed IP addresses, a hallmark of a botnet attack, and removes that traffic source before it overloads the system</li><li><strong>Layer 2:&nbsp;</strong>WAAP from VNIS applies AI to block Layer 7 DDoS, malicious bots and the common security vulnerabilities listed in the OWASP Top 10. This layer distinguishes malicious bot behavior attempting to overload web, app and API endpoints from genuine user behavior, blocking selectively rather than blocking everything, so that real customers are not caught in the process</li></ul><p>Detection in VNIS is based on behavior and abnormal traffic patterns rather than on the specific botnet strain the traffic comes from, which helps businesses stay operational even while under attack.</p><figure class="image"><img style="aspect-ratio:1906/1068;" src="https://static.vncdn.vn/vnetwork.vn/pub/websites/uploads/1/92/rustduck-botnet-la-gi-4-en.png" alt="rustduck-botnet-la-gi-4-en.png" width="1906" height="1068"><figcaption><i>VNIS mitigates DDoS attacks at Layers 3, 4 and 7</i></figcaption></figure><p>Before reaching for multi layer DDoS capability like this, your business can start with a basic protection layer that is free and takes only a few minutes to set up with WAF Free.</p><p>Button;Try it now;https://partner.vnetwork.vn/en-US/?utm_source=google&amp;utm_medium=blog&amp;utm_campaign=waf_free&amp;utm_term=rustduckbotnetlagilagi;_blank</p><h2><strong>7. Conclusion</strong></h2><p>RustDuck Botnet points to a simple reality: any Internet connected device with a careless configuration can become part of a far larger attack. The current scale of RustDuck Botnet is still limited, but the detection evasion techniques of RustDuck Botnet are sophisticated enough for other attack groups to imitate. Businesses therefore need active defense on both fronts, auditing internal devices while deploying a multi layer protection stack such as VNIS with a SOC team monitoring 24/7. Contact VNETWORK for advice on a DDoS protection roadmap that fits the scale of your systems.</p><p>References:&nbsp;<a href="https://thehackernews.com/2026/06/rustduck-botnet-rebuilds-in-rust-to.html">The Hacker News</a>,&nbsp;<a href="https://blog.xlab.qianxin.com/rustduck-en/">XLab (QiAnXin)</a></p><h2><strong>FAQ - Frequently asked questions about DDoS botnets</strong></h2><h3><strong>1. Is a DDoS botnet the same as a computer virus?</strong></h3><p>Not exactly. A virus is a type of malware that replicates itself and spreads between files or systems. A DDoS botnet is a network of devices taken over by malware, which may be a virus, a worm or a trojan, and then used simultaneously to attack a different target. In other words, malware is the intrusion tool, while a botnet is the result of many compromised devices being pooled together to serve one specific attack purpose.</p><h3><strong>2. How can a business tell whether RustDuck Botnet has taken over its devices?</strong></h3><p>Common signs include devices running unusually slowly, Internet bandwidth being consumed far beyond normal levels with no obvious activity, or devices rebooting frequently on their own. However, RustDuck Botnet is designed to operate quietly and evade detection, so a more reliable approach is an active audit: review remote access logs, change every default password, and check devices against the list of published CVE vulnerabilities.</p><h3><strong>3. Do small businesses need to worry about botnets like RustDuck Botnet?</strong></h3><p>Yes. DDoS botnets do not target only large enterprises. RustDuck Botnet exploits consumer routers and low cost IP cameras, devices commonly found in small and medium business offices. Beyond the risk of becoming part of a DDoS botnet, a smaller business with thin infrastructure is also easier to knock offline if it becomes the target of a DDoS attack, since dedicated protection is often not in place.</p><h3><strong>4. Can a WAF block every attack coming from a DDoS botnet?</strong></h3><p>A WAF focuses on protection at the application layer, blocking Layer 7 attacks such as requests that mimic real users in order to overload a website or an API. For large scale DDoS attacks at the infrastructure layer (Layer 3/4), businesses need additional multi layer DDoS capability such as AI Smart Load Balancing and Multi-CDN for full coverage. This is why solutions such as VNIS combine both protection layers instead of stopping at a WAF alone.</p><h3><strong>5. If a device is found infected with RustDuck, how should it be handled?</strong></h3><p>The first step is to disconnect the device from the network so it cannot keep sending attack traffic or receiving new commands from the control server. Then restore the device to its original configuration (factory reset) to remove the installed malware, change every administrative password to a strong one, and update the firmware to the latest version if the manufacturer still provides support. For devices past end of support with no patches available, replacing the device is the safer course of action rather than continuing to use it.</p>
