KadNap Botnet - Key Facts
- Discovered: March 10, 2026, by Black Lotus Labs (Lumen Technologies)
- Researchers: Chris Formosa and Steve Rudd
- Active since: August 2025
- Scale: About 14,000 ASUS routers infected per day
- Geographic concentration: Roughly 60% of infected devices are in the United States (about 8,400 per day)
- Primary targets: ASUS consumer and SOHO routers, commonly used in small medical offices
- Infection method: Exploits known firmware flaws (no confirmed zero-days)
- Persistence: Survives reboots; requires factory reset to remove
- Criminal use: Infected routers are funneled into the Doppelganger residential proxy service for credential stuffing, brute-force attacks, and DDoS
On March 10, 2026, Black Lotus Labs, part of Lumen Technologies, revealed a new botnet named KadNap. Since August 2025, it has infected about 14,000 routers every day. Researchers Chris Formosa and Steve Rudd identified the campaign targeting primarily ASUS routers - the same brand sitting behind countless medical office front desks and exam rooms. 60% of infected devices are in the United States, roughly 8,400 machines per day.
This is not a theoretical threat. These routers are actively being used as criminal infrastructure right now.
What KadNap Does
KadNap infects a router by delivering a malicious shell script called aic.sh from an attacker-controlled server. The script drops a binary named kad into /jffs/.asusrouter - a section of flash storage on ASUS devices that persists across reboots. It then creates a cron job that fires every hour at :55, keeping the infection alive and checking in with command-and-control (C2) infrastructure.
Technical Details
Infection Chain and Persistence
- Initial payload: Shell script
aic.shdelivered from attacker-controlled server - Dropped binary:
kadwritten to/jffs/.asusrouter(persistent flash storage) - Persistence mechanism: Hourly cron job at :55 re-executes the binary and checks in with C2
- C2 protocol: Custom Kademlia DHT (peer-to-peer, same architecture as BitTorrent) with AES-encrypted communications
- Anti-detection: Closes port 22 (SSH) on the hacked device, locking out the router owner from remote inspection
- Resilience: No central C2 server to take down; peer-to-peer architecture distributes control across infected nodes
Indicators of Compromise
If you manage ASUS routers in a healthcare environment, check for the following indicators:
| Indicator | Detail |
|---|---|
| Malicious script | File named aic.sh present on the device or in download logs |
| Dropped binary | File named kad in /jffs/.asusrouter |
| Cron persistence | Hourly cron job at :55 executing from /jffs/ |
| SSH lockout | Port 22 (SSH) no longer accessible on the router despite being previously enabled |
| Unexpected outbound traffic | Router generating traffic patterns consistent with DHT protocol or proxy relay activity |
| Unknown processes | Process named kad running on the device |
Peer-to-Peer C2 Architecture
The C2 design is deliberately resilient. KadNap uses a custom Kademlia DHT protocol - the same peer-to-peer architecture that powers BitTorrent - with AES-encrypted communications. There is no central server to take down. Lumen has blocked all known KadNap C2 traffic on their backbone since August 2025, but devices outside Lumen's network remain exposed.
Why Rebooting Does Not Work
One detail worth flagging for any practice thinking "I'll just reboot the router": that does not work. Because the infection lives in /jffs/ flash storage, a factory reset is the only reliable cleanup. A simple reboot leaves the malware fully intact.
SSH Lockout and Reduced Visibility
The infection closes port 22 (SSH) on the hacked device. This lockout keeps the router's owner from detecting or accessing the compromise remotely. It locks you out of your own equipment. If your company has experienced a ransomware-style intrusion before, that same principle applies here: the attacker's first move is always to limit your visibility.
Why Healthcare Practices Are Primary Targets
KadNap disproportionately affects healthcare for specific, structural reasons:
- ASUS consumer routers are common in small medical offices. They are affordable, easy to set up, and do not require dedicated IT staff. That same accessibility makes them vulnerable - they are rarely monitored, rarely updated, and often running firmware that is months or years behind.
- Small practices often lack dedicated IT or security staff. Without someone in charge of firmware updates, network monitoring, and device inventory, router flaws go unnoticed until a breach occurs.
- Medical records are high-value targets. Healthcare data commands higher prices on criminal markets than financial data because it contains identity information, insurance details, and clinical history that cannot be easily changed or canceled.
- Network perimeter security is often the weakest link. Many small practices invest in EHR security and staff training but overlook the router sitting in the back office - the device that controls access to their entire network.
Why Your Practice Should Care
Residential Proxy Abuse via Doppelganger
KadNap-infected routers are funneled into a criminal residential proxy service called Doppelganger - believed to be a rebrand of the defunct Faceless service. Residential proxies are valuable to attackers precisely because traffic appears to originate from a legitimate home or business IP address, not a known data center. That clean reputation bypasses geo-fencing and IP-reputation blacklists that many healthcare portals and EHR login pages rely on as a first line of defense.
Credential Stuffing and Account Takeover Risk
The documented uses of this infrastructure include credential stuffing attacks, brute-force login attempts, account takeovers, and DDoS traffic routing. Credential stuffing is the automated replay of usernames and passwords stolen from prior breaches - testing them against your patient portal, your EHR, your billing system. HIPAA's new MFA requirement mainly exists because of this attack pattern.
Internal Network Exposure
If your practice's router is compromised, the immediate and confirmed risk is that your office's IP address becomes a weapon used against other groups. But the risk does not stop there. A hacked router is at the edge of your internal network. Any device on that network - including workstations, tablets, and the EHR server - can be accessed by an attacker with continuous access to the router. That is a risk, not a confirmed outcome of KadNap specifically, but it is the reason network perimeter security is treated as a foundational control under the HIPAA Security Rule.
HIPAA Security Rule and HHS Cybersecurity Performance Goals
Under the HIPAA Security Rule (45 CFR Part 164, Subpart C), covered entities and business associates must implement technical safeguards protecting electronic protected health information (ePHI). Network perimeter devices are explicitly within scope. The HHS Cybersecurity Performance Goals (CPGs) - voluntary but used by OCR as a benchmark - call out mitigating known vulnerabilities, maintaining unique credentials, asset inventory, and network segmentation. Failing to maintain current firmware on a patient-facing network device is exactly the kind of gap that surfaces in a HIPAA security risk assessment and that OCR investigators look for after a breach. A proper risk assessment documents your controls and your cleanup timelines - if you do not have one current, this incident is a reason to prioritize it.
CISA Binding Operational Directive 26-02
On the federal side, CISA Binding Operational Directive 26-02 (issued February 5, 2026) requires federal agencies to inventory edge devices, remove end-of-life hardware, and keep firmware updated. CISA strongly encourages all non-federal groups, including healthcare practices, to follow these controls. While the directive does not impose legal obligations, it indicates what regulators see as essential hygiene in 2026.
How to Check and What to Do Now
No zero-days have been confirmed in KadNap's infection chain. Researcher Chris Formosa told Ars Technica that the campaign exploits known vulnerabilities - meaning devices running current firmware are not the primary target. That makes the cleanup steps straightforward, if not fast.
Seven-Step Remediation Checklist
Step 1: Identify your router make and model. If your office runs an ASUS router, treat this as urgent. Check your router's admin interface (often accessible at 192.168.1.1 or 192.168.0.1) to determine the current firmware version. HIPAA connection: Maintaining an accurate asset inventory is required under 45 CFR 164.308(a)(1)(ii)(A) as part of your risk analysis.
Step 2: Check for signs of compromise. If you cannot SSH into your router (port 22 is blocked), or you see an unusual cron job or an unfamiliar binary in /jffs/, treat the device as compromised. HIPAA connection: Security incident detection and response is required under 45 CFR 164.308(a)(6)(ii).
Step 3: Perform a factory reset, not just a reboot. Black Lotus Labs states that a factory reset is necessary to remove KadNap. A reboot does not erase /jffs/ flash storage. Perform a full factory reset per your router's records. This will wipe all custom configurations, so document your current settings (SSID, port forwards, VLAN configuration) before resetting.
Step 4: Update firmware right away after the reset. Do not reconnect the device to the internet before applying all available firmware updates. ASUS publishes firmware updates at asus.com/support. If your device is end-of-life and no longer receiving updates, the manufacturer cannot patch new flaws - replace it. HIPAA connection: Security awareness and reminders about firmware maintenance fall under 45 CFR 164.308(a)(5)(ii)(B) (protection from malicious software).
Step 5: Set a strong, unique admin password. Default router credentials are trivially known. Set a password that is not reused anywhere else in your organization. This applies to the router admin interface, not just your Wi-Fi password. HIPAA's encryption requirements and the HIPAA security safeguards framework both point to access controls as foundational - and the router admin password is an access control.
Step 6: Disable remote management unless required. Remote management (access to the router admin interface from outside your network) widens the attack surface. Unless you have a specific operational need, disable it.
Step 7: Review your asset inventory and document this assessment. Do you know every network device in your office - routers, switches, access points, IoT devices? If not, a HIPAA security risk assessment is the structured process for building that inventory and weighing each device's risk posture. SOHO router flaws like the ones KadNap exploits are consistently flagged as high-risk findings when practices do not have an inventory process. HIPAA connection: Document this entire assessment process as part of your risk analysis under 45 CFR 164.308(a)(1)(ii)(A).
Network Segmentation as a Containment Control
If your patient devices (kiosks, iPads, waiting room Wi-Fi) are on the same network as your EHR workstations, a hacked router can reach everything. Separating clinical systems onto a dedicated VLAN with firewall rules between segments limits the blast radius of any perimeter compromise. This is a HIPAA breach prevention control that does not require enterprise-grade equipment - most business-class routers support VLANs natively.
Defense in Depth: Why No Single Control Is Enough
HIPAA breach prevention is not one control - it is a stack of overlapping safeguards. Network perimeter security, HIPAA encryption requirements, MFA on every login portal, and a documented risk assessment are the layers that collectively keep a botnet infection from becoming a reportable breach.
One Guy Consulting offers affordable HIPAA compliance packages for practices of all sizes. One Guy Consulting HIPAA services
Key stat: Botnets like KadNap target healthcare companies because medical records sell for 10 to 40 times more than credit card numbers on dark web markets. A single hacked healthcare endpoint can provide access to thousands of patient records, making healthcare the most targeted industry for cyberattacks.
Sources
- 45 CFR 164.312 - Technical Safeguards
- 45 CFR 164.308 - Administrative Safeguards
- CISA Healthcare Cybersecurity
Cybersecurity Threats and Lessons
- Cloudflare Outage 2026: Business Lessons
- UMMC Ransomware Attack Lessons
- Supply Chain Attack: Telnyx Breach Lessons
- Vercel Security Incident Analysis
Related Reading
Frequently Asked Questions
What is the Kadnap botnet and why does it target healthcare?
Kadnap is a botnet that specifically targets healthcare organizations by exploiting unpatched vulnerabilities in networked medical devices and administrative systems. Healthcare is targeted because legacy infrastructure and limited patching windows create persistent attack opportunities.
How can a healthcare organization defend against botnet threats like Kadnap?
Defense requires network segmentation to isolate medical devices, regular vulnerability scanning and patching, disabling default credentials on all networked devices, and monitoring outbound network traffic for command-and-control communication patterns.
Are medical devices vulnerable to botnets?
Yes. Many networked medical devices run on outdated operating systems, cannot be easily patched, and use default or hardcoded credentials. The 2026 HIPAA Security Rule updates specifically address asset inventory and device security requirements.
Does a botnet infection trigger HIPAA breach notification?
If a botnet infection results in unauthorized access to or exfiltration of PHI, it triggers HIPAA breach notification obligations. Organizations must conduct a risk assessment to determine the probability that PHI was compromised.