Skip to main content
root@rebel:~$ cd /news/threats/doj-disrupts-3-million-device-botnets-behind-31-4-tbps-ddos-attacks_
[TIMESTAMP: 2026-03-20 08:17 UTC] [AUTHOR: Runtime Rebel Intel] [SEVERITY: HIGH]

DoJ Disrupts 3 Million-Device Botnets Behind 31.4 Tbps DDoS Attacks

HIGH Threat Intel #AISURU#Kimwolf#IoT-Botnet
AI-Assisted Analysis
READ_TIME: 3 min read
// executive briefing tl;dr
  • [01] Law enforcement disrupted C2 infrastructure for four IoT botnets responsible for massive 31.4 Tbps volumetric DDoS attacks against global targets.
  • [02] Affected systems include over three million IoT devices such as routers and cameras compromised by AISURU, Kimwolf, JackSkid, and Mossad malware.
  • [03] Defenders should implement strict egress filtering and update IoT firmware immediately to prevent devices from joining malicious botnet clusters.

The U.S. Department of Justice (DoJ) recently coordinated an international law enforcement operation to dismantle the C2 infrastructure supporting four massive Internet of Things (IoT) botnets. According to The Hacker News, the operation targeted the AISURU, Kimwolf, JackSkid, and Mossad botnets, which collectively controlled approximately three million compromised devices. These networks were utilized to launch DDoS attacks of unprecedented scale, peaking at a record-breaking 31.4 Terabits per second (Tbps).

Technical Analysis of IoT Botnet Infrastructure

The scale of these operations highlights a sophisticated TTP involving the mass exploitation of insecure consumer and enterprise IoT hardware. These devices, which include routers, IP cameras, and digital video recorders, often suffer from unpatched vulnerabilities or rely on default administrative credentials. By compromising these endpoints, threat actors can install lightweight malware that turns the hardware into a ‘zombie’ node within a larger distributed network.

While the source material does not specify a single CVE associated with these botnets, historical patterns for AISURU and Kimwolf suggest the use of RCE exploits targeting legacy firmware and the exploitation of exposed management interfaces. Once a device is infected, it communicates with the central C2 server to receive attack commands. The coordination of three million devices allows for the generation of massive volumetric traffic, capable of overwhelming even the most resilient content delivery networks (CDNs).

Assessing the Impact of 31.4 Tbps DDoS Attacks

The reported peak of 31.4 Tbps represents a significant escalation in the threat landscape. For comparison, previous record-breaking attacks rarely exceeded 3 or 4 Tbps. The impact of 31.4 Tbps DDoS attacks extends beyond simple downtime; such volume can cause collateral damage to internet service providers (ISPs) and transit providers, leading to regional internet instability. This level of throughput suggests that the botnet operators successfully optimized their packet-sending routines and utilized reflection/amplification techniques to multiply their effective bandwidth.

For a SOC analyst, understanding how to detect AISURU botnet activity is vital for preventing local devices from being recruited into these clusters. Typical IoC patterns include unusual outbound traffic on ports 23 (Telnet), 22 (SSH), or 80/443 (HTTP/S) originating from non-computing IoT assets. Network-level monitoring should flag any IoT device attempting to communicate with known malicious IP ranges or unauthorized C2 domains.

Mitigation and Defensive Strategies

The mitigation of IoT-driven DDoS attacks requires a multi-layered approach that addresses both the recruitment phase and the attack phase. Because IoT devices are often difficult to secure individually, network-level segmentation is the most effective defense. Organizations should place all IoT hardware on isolated VLANs with no direct access to the internal network or the public internet unless strictly necessary.

Key recommendations for defenders include:

  • Egress Filtering: Implement strict egress rules to prevent IoT devices from initiating connections to unauthorized external IP addresses.
  • Firmware Management: Establish a rigorous schedule for auditing IoT firmware versions and applying security patches to remediate known vulnerabilities.
  • Credential Hardening: Disable Universal Plug and Play (UPnP) and change all default administrative passwords to unique, complex alternatives.
  • Behavioral Monitoring: Use SIEM or traffic analysis tools to baseline normal IoT behavior and alert on deviations that match botnet communication patterns.

This court-authorized disruption by the DoJ, in collaboration with authorities from Canada and Germany, serves as a significant setback for the operators of AISURU and Kimwolf. However, the modular nature of botnet code means that new C2 infrastructure can be stood up quickly, necessitating continuous vigilance from the global security community.

Advertisement