Network Security

Evooo1Bot Linux Botnet Leverages Mirai Code to Hijack Edge Devices for SOCKS5 Proxy Networks

By ScanLabs AI Security Team
August 17, 2026
7 min read
Back to Hub
Evooo1Bot Linux Botnet Leverages Mirai Code to Hijack Edge Devices for SOCKS5 Proxy Networks — Network Security illustration
Intelligence Brief

A new and concerning Linux botnet family, dubbed Evooo1Bot by cybersecurity researchers, has emerged, demonstrating an evolution in threat actor tactics. This sophisticated malware draws its fundamental architecture from the widely known Mirai botnet source code but distinguishes itself by specifically weaponizing internet-facing edge devices, transforming them into stealthy SOCKS5 proxies. The discovery underscores the enduring legacy of Mirai and the persistent danger posed by compromised IoT and network perimeter hardware, shifting the focus from pure denial-of-service attacks to more insidious forms of resource exploitation.

The Genesis of Evooo1Bot: Mirai's Enduring Shadow

The cybersecurity community has identified Evooo1Bot as a significant threat, primarily due to its derivation from the Mirai botnet. Mirai, infamous for its massive DDoS attacks in 2016, gained notoriety not only for its scale but also for the public release of its source code. This release opened a Pandora's Box, empowering numerous threat actors to develop their own variants, each tailored for specific malicious purposes. Evooo1Bot is a direct descendant, inheriting Mirai's potent DDoS engine but evolving beyond it. While the core DDoS functionality remains, Evooo1Bot's primary innovation lies in its capacity to convert infected devices into SOCKS5 proxies. This capability represents a strategic pivot for botnet operators, moving beyond direct disruption to establish a clandestine network for various illicit activities. The malware achieves initial compromise by exploiting known flaws in internet-facing systems, a tactic common among Mirai derivatives that prey on unpatched vulnerabilities and weak default credentials.

The Mechanics of Compromise: From Edge Device to SOCKS5 Proxy

Evooo1Bot targets a broad spectrum of internet-facing edge devices, which typically include routers, Network Attached Storage (NAS) devices, IoT gadgets, and other embedded systems running Linux. These devices often represent a security blind spot for organizations and individuals alike, frequently lacking robust security configurations or timely patch management. Once Evooo1Bot successfully exploits a known flaw to gain initial access, it establishes persistence on the compromised system. The malware then reconfigures the device to function as a SOCKS5 proxy server.

A SOCKS5 proxy acts as an intermediary, routing network traffic between a client and a destination server. For threat actors, this provides a critical layer of anonymity, obscuring the true origin of their malicious traffic. By chaining multiple compromised devices, attackers can create complex, difficult-to-trace proxy networks. This infrastructure becomes invaluable for a range of cybercriminal operations, including:

  • Credential Stuffing: Launching automated login attempts against various online services from diverse IP addresses.
  • Spam Campaigns: Distributing large volumes of unsolicited emails while evading sender reputation filters.
  • Fraudulent Transactions: Masking the source of financial transactions or account takeovers.
  • Bypassing Geoblocks: Accessing region-restricted content or services.
  • Command and Control (C2) Obfuscation: Concealing the communication channels between the botnet operator and the infected devices.

This shift to proxy services reflects a more sophisticated monetization strategy for botnet operators, moving beyond the direct disruption of DDoS to facilitating a wider array of cybercrimes that leverage compromised network resources.

Broadening Implications and the Threat to Digital Trust

The rise of Evooo1Bot highlights several critical trends in the cybersecurity landscape. Firstly, it underscores the persistent vulnerability of edge devices. As the number of connected IoT and operational technology (OT) devices proliferates, so too does the attack surface. Many of these devices are deployed with minimal security considerations, often operating with default settings or unpatched firmware for extended periods. This creates a fertile ground for botnets like Evooo1Bot to establish a foothold.

Secondly, the focus on SOCKS5 proxies represents a strategic evolution in botnet utility. While DDoS attacks remain a potent threat, the ability to create anonymized proxy networks provides a more versatile and stealthy platform for ongoing criminal enterprises. This makes detection more challenging, as the compromised device's activity might blend in with legitimate traffic, albeit with unusual outbound connections. For organizations, a compromised edge device not only consumes bandwidth and resources but also introduces a significant risk of reputational damage, as its IP address could be implicated in other cyberattacks. From a MITRE ATT&CK perspective, Evooo1Bot demonstrates several techniques:

  • Initial Access (TA0001): Specifically, by exploiting public-facing applications (T1190), leveraging known vulnerabilities in internet-facing devices.
  • Persistence (TA0003): Mechanisms to ensure the malware restarts with the system.
  • Command and Control (TA0011): Crucially, the use of proxy (T1090.002 – SOCKS Proxy) to obscure C2 communications and facilitate other malicious traffic.
  • Resource Development (TA0042): By acquiring infrastructure (T1583) – in this case, the compromised edge devices themselves become part of the attacker's infrastructure.

This pattern of attack demonstrates a clear intent to leverage compromised resources for sustained, covert operations rather than mere disruption.

Fortifying Defenses: Actionable Recommendations for Security Teams

Protecting against threats like Evooo1Bot requires a multi-layered and proactive approach, particularly given the distributed and often unmanaged nature of edge devices. Security teams and IT leaders should prioritize the following recommendations:

  • Robust Patch Management: The most critical defense against botnets exploiting "known flaws" is a rigorous patch management program. Ensure all internet-facing devices, including routers, IoT, and embedded systems, are updated promptly with the latest security patches and firmware. Many botnet infections leverage vulnerabilities that have patches available but remain unapplied.
  • Eliminate Default Credentials: Change all default usernames and passwords on every device. Implement strong, unique passwords or multi-factor authentication (MFA) wherever supported. Default credentials are a primary entry point for Mirai-based botnets.
  • Network Segmentation: Isolate edge devices onto dedicated network segments or VLANs. This limits the lateral movement of malware if a device is compromised and prevents it from directly impacting critical internal systems.
  • Implement Ingress and Egress Filtering: Configure firewalls to restrict inbound connections only to necessary services and to block unusual outbound traffic, especially SOCKS5 proxy connections (typically on port 1080) or other unexpected high-port activity from edge devices.
  • Monitor for Anomalous Behavior: Deploy network monitoring tools (NIDS/NIPS) to detect unusual traffic patterns, excessive outbound connections, or communication with known malicious IP addresses or command-and-control servers. Behavioral analytics can help flag devices acting as proxies.
  • Regular Security Audits and Vulnerability Assessments: Periodically scan your external-facing infrastructure for exposed services, open ports, and known vulnerabilities. Tools like those offered by scan your site free at ScanLabs AI can help identify potential weaknesses that Evooo1Bot or similar threats might exploit.
  • Apply the NIST Cybersecurity Framework: Organizations should align their security posture with established frameworks like the NIST Cybersecurity Framework. Focusing on the "Identify," "Protect," "Detect," "Respond," and "Recover" functions provides a holistic strategy for managing cyber risks associated with edge devices.

The emergence of Evooo1Bot serves as a stark reminder that the battle against botnets is constantly evolving. As attackers refine their techniques, defenders must remain vigilant, prioritize fundamental security hygiene, and embrace continuous monitoring to safeguard their digital assets.

Frequently Asked Questions

What is the Evooo1Bot botnet?

Evooo1Bot is a newly identified Linux botnet family that shares its foundational code with the infamous Mirai botnet. Unlike Mirai's primary focus on DDoS attacks, Evooo1Bot specializes in turning internet-facing edge devices into SOCKS5 proxies, facilitating anonymous cybercriminal activities.

How does Evooo1Bot turn devices into SOCKS5 proxies?

Evooo1Bot gains initial access to internet-facing Linux devices by exploiting known vulnerabilities. Once compromised, the malware establishes persistence and configures the device to act as a SOCKS5 proxy, routing malicious traffic through it to obscure the attacker's true origin.

What steps can I take to protect my devices from Evooo1Bot?

To protect against Evooo1Bot, ensure all edge devices have the latest security patches, change all default credentials to strong unique passwords, segment your network, and monitor for unusual outbound traffic. Regular security audits and vulnerability assessments are also crucial to identify and remediate potential entry points.


Source: thehackernews.com — this analysis is based on reporting from thehackernews.com.

Related reading

#cybersecurity#security#malware#audit#ddos#sso#router#ttp

Related articles

ScanLabs AI Security Team

Researched and written by the ScanLabs AI Security Team — the researchers behind ScanLabs AI, an automated website security scanner that checks sites against thousands of known vulnerabilities and the OWASP Top 10. Our team tracks emerging threats daily to help businesses find and fix exposures before attackers do. Articles are AI-assisted and reviewed for technical accuracy.

Run a free security scan