Skip to main content
root@rebel:~$ cd /news/threats/netherlands-seizes-800-servers-linked-to-russian-intelligence-proxies_
[TIMESTAMP: 2026-05-25 16:51 UTC] [AUTHOR: Runtime Rebel Intel] [SEVERITY: HIGH]

Netherlands Seizes 800 Servers Linked to Russian Intelligence Proxies

AI-Assisted Analysis
READ_TIME: 3 min read
// executive briefing tl;dr
  • [01] Dutch authorities seized 800 servers used by Russian intelligence to launch cyberattacks and disinformation campaigns throughout the European Union.
  • [02] Affected infrastructure involves Lofoten and Omserv, hosting companies that inherited the digital footprint of the sanctioned provider Stark Industries Solutions.
  • [03] Security teams should audit logs for traffic originating from ASNs previously associated with Stark Industries and its operational proxies.

Authorities in the Netherlands have executed a significant disruption against the technical infrastructure supporting Russian state-sponsored cyber operations. According to KrebsOnSecurity, the Dutch National Police’s Team High Tech Crime arrested the co-owners of two interconnected hosting companies, Lofoten and Omserv. These individuals are accused of facilitating a wide array of cyber threats, including DDoS attacks and large-scale disinformation campaigns coordinated by Russian intelligence services.

The Technical Legacy of Stark Industries Solutions

The investigation centers on the resurgence of infrastructure previously associated with Stark Industries Solutions. Stark was a notorious Internet Service Provider (ISP) sanctioned by the European Union in 2024 for acting as a staging ground for Russian state-sponsored APT groups. After the sanctions, the technical assets of Stark were reportedly absorbed by Lofoten and Omserv. This maneuver allowed Russian actors to maintain their operational tempo while attempting to evade the scrutiny of international law enforcement and financial regulators.

By seizing 800 servers, Dutch authorities have effectively neutralized a massive volume of C2 nodes and hosting environments. These servers were not merely storage units; they served as the backbone for various TTP sets used in influence operations. The co-owners are alleged to have provided a ‘bulletproof’ hosting environment where malicious activity was ignored or actively shielded from legal requests. This type of complicit hosting is a critical component for Russian intelligence, providing a stable platform for Phishing campaigns and the dissemination of state-aligned propaganda.

Russian state-sponsored infrastructure mapping

For threat intelligence teams, performing effective Russian state-sponsored infrastructure mapping requires looking beyond traditional IP blacklists. This case demonstrates that when one node of a malicious network is sanctioned, the assets often shift to ‘clean’ shell companies or secondary hosting providers. Analysts must track Autonomous System Number (ASN) migrations and the movement of IP blocks between providers like Lofoten and Omserv to identify persistent threats. The use of European-based hosting allows these actors to reduce latency for attacks against EU targets and adds a layer of perceived legitimacy to their traffic.

How to detect Stark Industries Solutions traffic

Identifying and mitigating threats from these resurrected networks is a priority for any SOC. To understand how to detect Stark Industries Solutions traffic, defenders should begin by auditing NetFlow data for any historical or current connections to AS44477 or related blocks assigned to Omserv.

  1. Log Analysis: Review your SIEM for spikes in DDoS traffic or unauthorized access attempts originating from known ‘bulletproof’ hosting ranges in the Netherlands and Eastern Europe.
  2. Traffic Filtering: Implement strict ingress filters on infrastructure known to be utilized by the remnants of Stark Industries.
  3. Threat Hunting: Use IoC sets from the Dutch police and trusted intelligence feeds to scan for Lateral Movement within your network if traffic from these providers is discovered.

Actionable Recommendations for Defenders

The most effective defense against infrastructure-level threats is a Zero Trust architecture that does not grant inherent credibility based on the geographic origin of the traffic. Organizations should prioritize the following:

  • Enhanced Egress Filtering: Prevent internal systems from communicating with unverified or high-risk hosting providers that have a history of hosting Russian C2 infrastructure.
  • Provider Reputation Scoring: Incorporate hosting provider reputation into your EDR and firewall policy decisions. Providers with opaque ownership or those linked to sanctioned entities should be blocked by default.
  • Intelligence Sharing: Participate in industry-specific ISACs to receive real-time updates on infrastructure shifts following major law enforcement seizures.

Advertisement