17,000,000+
Dutch law enforcement, including the Dutch Politie (Police) and the National Cyber Security Center (NCSC), has successfully dismantled a massive botnet infrastructure comprising at least 17 million infected devices worldwide. The operation targeted a criminal enterprise operating a residential proxy service known as "Asocks." Authorities seized over 200 servers located in the Netherlands, effectively decapitating the botnet's command and control (C2) network. The infected devices, which included a mix of computers, mobile phones, and IoT hardware, were unknowingly routing traffic for cybercriminals, facilitating a wide range of illicit activities.
The Asocks service operated as a 'proxyware' platform. It offered paying customers access to a vast pool of IP addresses belonging to residential, corporate, and mobile devices. While marketed for legitimate uses like web scraping and ad verification, its foundation was a botnet of malware-infected devices. Users of the infected devices were unaware that their bandwidth and IP address were being sold and used by third parties.
Cybercriminals leverage such services for numerous malicious purposes:
The takedown operation involved identifying the C2 servers hosted with a provider in the Netherlands and executing a legal seizure, forcing the provider to take the infrastructure offline.
The Asocks botnet was built by distributing malware that turned victim devices into proxy nodes. This type of malware is often bundled with free software, cracked applications, or delivered via phishing. Once installed, the malware establishes a connection to the C2 server, registers the device, and awaits instructions. This technique is a form of Proxying (T1090).
The scale of the operation—17 million devices and over 200 servers—indicates a sophisticated and well-managed infrastructure. The business model of selling proxy access provides a continuous revenue stream for the botnet operators. The PROXYLIB campaign mentioned in previous research highlights that Android devices were a key target, likely infected via malicious apps sideloaded outside of official app stores (T1475).
The immediate impact of the takedown is the disruption of the Asocks service and the neutralization of the botnet, preventing its 17 million nodes from being used for further criminal activity. This is a significant blow to the cybercrime ecosystem that relies on such large-scale proxy networks for anonymity. However, the underlying malware likely remains on the millions of infected devices. Without a coordinated effort to notify victims and provide removal tools, these devices remain vulnerable to being co-opted by other botnets in the future.
No specific technical Indicators of Compromise (IOCs) such as IP addresses, domains, or file hashes were provided in the source articles.
Security teams can hunt for signs of proxyware infection on their networks.
network_traffic_patternprocess_namelog_sourcenetwork_traffic_patternM1033): Prevent users from installing unauthorized software, especially from untrusted sources. Use application allowlisting to ensure only approved software can run.M1017): Educate users about the dangers of downloading software from unofficial sites, torrents, or clicking on suspicious links.M1051): Keep all operating systems and applications up to date to prevent malware from exploiting vulnerabilities for initial installation.Use egress filtering to block outbound connections on non-standard ports and to known malicious or suspicious domains associated with botnet C2.
Use application control or allowlisting to prevent users from installing unauthorized or untrusted software, which is a primary vector for proxyware.
Deploy and maintain updated endpoint security solutions to detect and remove known proxyware malware.
Implement a policy of default-deny for outbound network traffic from user endpoints. Create explicit allow rules for necessary business traffic (e.g., HTTP/S to the internet via a proxy, specific application ports). This strategy is highly effective against botnet malware like Asocks, which relies on establishing a connection back to its C2 server, often over a non-standard port. By blocking these unauthorized outbound connections, the infected device cannot register with the botnet or receive commands, rendering it inert. Monitoring blocked connection attempts provides valuable intelligence on potentially infected hosts within the network.
Deploy application control policies that prevent the execution of unauthorized software. Since proxyware like Asocks is often bundled with pirated software or freeware from untrusted sources, a strong application control policy can prevent the initial infection. In a less mature environment, a denylisting approach using an EDR solution can be used to block known malicious executables. For a more robust defense, an allowlisting approach should be adopted, where only explicitly approved and signed applications are permitted to run. This effectively closes the door on the primary infection vector for this class of malware.

Cybersecurity professional with over 10 years of specialized experience in security operations, threat intelligence, incident response, and security automation. Expertise spans SOAR/XSOAR orchestration, threat intelligence platforms, SIEM/UEBA analytics, and building cyber fusion centers. Background includes technical enablement, solution architecture for enterprise and government clients, and implementing security automation workflows across IR, TIP, and SOC use cases.
Help others stay informed about cybersecurity threats
Every tactic, technique, and sub-technique used in this threat has been identified and mapped to the MITRE ATT&CK framework for consistent, actionable threat language.
Observables and indicators of compromise (IOCs) have been extracted and cataloged. Risk has been assessed and correlated with known threat actors and historical campaigns.
Detection rules, incident response steps, and D3FEND-aligned mitigation strategies are included so your team can act on this intelligence immediately.
Structured threat data is packaged as a STIX 2.1 bundle and can be visualized as an interactive graph — relationships between actors, malware, techniques, and indicators.
Sigma detection rules are derived from the threat techniques in this article and can be converted for deployment across any major SIEM or EDR platform.