Iranian 313 Team DDoS'd Ubuntu Servers for 4 Days in May 2026
Quick summary
Iranian hacktivists 313 Team sustained a 4-day DDoS against Canonical Ubuntu infrastructure May 1-4, 2026. Package downloads and Launchpad were disrupted.
Read next
- MuddyWater Pre-Planted Backdoors in US Banks, Airports, and Defence Firms Before Iran ConflictIranian APT MuddyWater (Seedworm) planted Python backdoors inside US financial institutions, airports, and defence contractors before Operation Epic Fury. CISA and Unit 42 confirmed. Here is what security teams need to do now.
- Volt Typhoon and Salt Typhoon: China's Pre-Positioned Hackers Are Inside US Power Grids and TelecomsFBI and CISA confirmed Chinese state hackers Volt Typhoon and Salt Typhoon have been dormant inside US power grids, water systems, and telecoms for years. Here is what happened, why it matters, and what infrastructure teams must do now.
The Iranian hacktivist group 313 Team launched a sustained distributed denial-of-service attack against Canonical's Ubuntu infrastructure from May 1 through May 4, 2026. The attack disrupted Ubuntu package downloads, Launchpad (Ubuntu's development and bug tracking platform), and the Ubuntu snap store for periods of between 4 and 18 hours across the four-day window. 313 Team posted an extortion demand on May 2 — Canonical did not pay.
Canonical confirmed the incident on May 5 after service was fully restored. The company described the attack as "a sustained volumetric DDoS campaign with extortion elements." No data breach, no package tampering, and no infrastructure compromise were identified.
Who Are 313 Team
313 Team is an Iranian-linked hacktivist collective that has been active since at least 2023. The group is ideologically motivated — its public communications reference resistance to Western influence and support for Palestinian causes — but operates with tactical sophistication more associated with state-sponsored groups than typical hacktivist crews.
The name is a reference to the number 313, which holds significance in Twelver Shia eschatology. The group first gained significant attention for attacks on Israeli industrial control systems in 2023 and has since broadened to targeting Western technology and media infrastructure.
313 Team's capability set is notable: the DDoS campaigns it runs are multi-vector (combining application-layer exhaustion with volumetric amplification), which requires access to a substantial botnet or rented DDoS-as-a-service infrastructure. The group is assessed by several threat intelligence firms as having passive backing from Iranian state actors, though it maintains plausible independence from official attribution.
Prior targets include Israeli power grid monitoring systems (2023), a UK financial data vendor (late 2024), and a French government open data portal (early 2025). Ubuntu is the highest-profile target in its Western technology campaign to date.
What Was Disrupted
The attack vector was volumetric flooding of Canonical's package mirror infrastructure and the Launchpad web servers. The group did not attempt to inject malicious packages or compromise the cryptographic signing infrastructure — the attack was purely availability-focused.
Developer impact during the attack window:
apt package installation: The primary Ubuntu package archive (archive.ubuntu.com) was intermittently unreachable. apt update and apt install commands timed out or returned connection refused errors. CI/CD pipelines that install packages from Ubuntu's default mirrors during build steps failed or required manual intervention to switch to regional mirrors.
Launchpad: Bug reports, code reviews, and Ubuntu PPA (Personal Package Archive) operations were unavailable for approximately 18 hours across the four-day period. Ubuntu developers maintaining packages and triaging bugs in Launchpad lost productivity during the outage windows.
Snap Store: Canonical's snap package distribution was disrupted intermittently. snap refresh and snap install commands failed during peak attack periods.
What was not disrupted: The Ubuntu ISO download infrastructure (cdimage.ubuntu.com) uses separate CDN routing and was not meaningfully affected. Ubuntu cloud images on AWS, Azure, and Google Cloud were unaffected — cloud providers cache images internally and do not pull in real time from Canonical's infrastructure.
The Extortion Demand
313 Team posted a message on May 2 via Telegram claiming responsibility and demanding payment to stop the attack. The amount demanded was not disclosed by Canonical. The group framed the demand within the context of UK government support for US military operations — the attack is presented as political retaliation rather than financially motivated crime.
Canonical's response was to not engage with the demand and to proceed with mitigation. This is the standard recommended response and consistent with UK government guidance on ransomware and extortion payments.
How Canonical Restored Service
Canonical activated its upstream DDoS mitigation provider (Cloudflare's DDoS protection layer, which Canonical uses for edge protection) to filter volumetric traffic. The attack was large enough to saturate the mitigation layer during peak periods, causing the intermittent outages throughout days 1-3. By day 4, traffic filtering rules were tuned sufficiently to maintain service continuity even as 313 Team continued the attack.
For developers who were affected, the workaround during the attack was to configure apt to use regional mirrors rather than the primary archive. Ubuntu maintains a list of official regional mirrors at launchpad.net/ubuntu/+archivemirrors — switching the sources.list to a geographically local mirror bypassed the attacked infrastructure.
The Broader Pattern
This attack fits a pattern that has been escalating since the Iran-US-Israel conflict intensified in early 2026. 313 Team and affiliated Iranian hacktivist groups have shifted from targeting Israeli and Middle Eastern infrastructure to targeting Western technology infrastructure as a pressure campaign against countries perceived as supporting US military operations against Iran.
The UK has been a specific focus — Canonical is a UK-registered company (CEO: Mark Shuttleworth operates from London), and 313 Team has explicitly called out UK companies in its public messaging.
Ubuntu is used by approximately 80% of cloud deployments that run Linux. A sustained multi-day attack on Canonical's package infrastructure is a meaningful disruption to the global developer ecosystem even if no data is stolen and no packages are tampered with. The 313 Team operation demonstrates an understanding of which chokepoints in software supply chains generate maximum developer-facing disruption without requiring actual system compromise.
The more significant risk is an escalation from availability attacks to supply chain attacks — attempting to inject malicious code into packages rather than just disrupting downloads. Canonical's package signing infrastructure uses hardware security modules and is architecturally separated from the distribution infrastructure that was attacked. The current attack did not reach that layer, but it is the threat model worth defending against if 313 Team's capabilities continue to expand.
Key Takeaways
- 313 Team DDoS on Canonical: May 1-4, 2026; Iranian hacktivist group; sustained volumetric DDoS on Ubuntu package mirrors, Launchpad, and Snap Store; no data breach, no package tampering, no supply chain compromise
- Developer impact: apt package installation failed intermittently; Launchpad down ~18 hours total; snap install disrupted; CI/CD pipelines that pull from Ubuntu default mirrors were affected
- Workaround: Switch apt sources.list to a regional mirror (launchpad.net/ubuntu/+archivemirrors) to bypass the attacked infrastructure
- Extortion demand: 313 Team demanded payment May 2; Canonical did not pay; standard guidance against engaging with extortion demands
- Attribution: 313 Team assessed as Iranian hacktivist with passive state backing; targets Western tech and media as retaliation for UK/US support of military operations against Iran
- Escalation risk: Current attack is availability-focused; the higher-threat scenario is a pivot to package injection attacks — Canonical's signing infrastructure is architecturally separated and was not compromised in this incident
For the ConnectWise RCE with a CISA deadline, read CVE-2026-32202: ConnectWise ScreenConnect RCE — CISA KEV May 12 Deadline. For the broader Iran cyber and geopolitical context, read Iran War Powers Resolution: $25B Cost, UAE OPEC Exit, Brent $112.
FAQ
Frequently Asked Questions
Who are 313 Team and why did they target Ubuntu in May 2026?
313 Team is an Iranian-linked hacktivist group active since at least 2023. The group is ideologically motivated, referencing resistance to Western influence in its communications, and is assessed by threat intelligence firms as having passive backing from Iranian state actors. The Ubuntu attack in May 2026 was framed as political retaliation against UK companies due to UK government support for US military operations against Iran. 313 Team has previously targeted Israeli industrial control systems, a UK financial data vendor, and French government infrastructure. Canonical, as a UK-registered company, fits its target profile for Western technology infrastructure attacks.
What Ubuntu services were disrupted by the 313 Team DDoS attack?
The attack disrupted three Canonical services: the Ubuntu package archive (archive.ubuntu.com), causing apt update and apt install commands to fail or time out; Launchpad, Ubuntu's development and bug tracking platform, which was unavailable for approximately 18 hours across the four-day period; and the Snap Store, which was intermittently unavailable. Ubuntu ISO downloads (cdimage.ubuntu.com) were not significantly affected due to separate CDN routing. Ubuntu cloud images on AWS, Azure, and Google Cloud were not affected because cloud providers cache images internally.
How do I work around Ubuntu package download failures from a DDoS attack?
Switch your apt configuration to use a regional mirror rather than the primary archive. Edit /etc/apt/sources.list (or files in /etc/apt/sources.list.d/) and replace archive.ubuntu.com with a geographically local mirror. Ubuntu maintains an official list of regional mirrors at launchpad.net/ubuntu/+archivemirrors — choose one in your region and update your sources.list accordingly. Run apt update after the change to confirm the new mirror is reachable. For CI/CD pipelines, configure this at the Docker base image level or in your pipeline setup step.
Was there any Ubuntu package tampering or supply chain compromise in the 313 Team attack?
No. Canonical confirmed on May 5, 2026 that the 313 Team attack was purely availability-focused — volumetric DDoS flooding of package mirror and web servers. There was no data breach, no package tampering, and no compromise of the cryptographic package signing infrastructure. The attack did not reach Canonical's hardware security module-protected signing systems, which are architecturally separated from the distribution infrastructure that was attacked. All packages distributed during and after the attack window have valid cryptographic signatures.
Free Weekly Briefing
The AI & Dev Briefing
One honest email a week — what actually matters in AI and software engineering. No noise, no sponsored content. Read by developers across 30+ countries.
No spam. Unsubscribe anytime.
More on Cybersecurity
All posts →MuddyWater Pre-Planted Backdoors in US Banks, Airports, and Defence Firms Before Iran Conflict
Iranian APT MuddyWater (Seedworm) planted Python backdoors inside US financial institutions, airports, and defence contractors before Operation Epic Fury. CISA and Unit 42 confirmed. Here is what security teams need to do now.
Volt Typhoon and Salt Typhoon: China's Pre-Positioned Hackers Are Inside US Power Grids and Telecoms
FBI and CISA confirmed Chinese state hackers Volt Typhoon and Salt Typhoon have been dormant inside US power grids, water systems, and telecoms for years. Here is what happened, why it matters, and what infrastructure teams must do now.
How North Korea's Lazarus Group Stole $6.7 Billion in Crypto — and Is Funding AI and Missiles With It
The Lazarus Group has stolen approximately $6.7 billion in cryptocurrency since 2018. UN investigators confirmed the funds flow directly to North Korea's ballistic missile and AI research programmes. Here is the full strategic picture and what crypto and fintech developers must do.
Iran Hackers Take Down Stryker: Biggest Wartime Cyberattack on US Soil Yet
Iran-linked hackers forced Stryker Corporation offline on March 11, 2026, affecting tens of thousands of employees globally. US officials called it the most significant wartime cyberattack on an American target.
Written by
Software Engineer based in Delhi, India. Writes about AI models, semiconductor supply chains, and tech geopolitics — covering the intersection of infrastructure and global events. 952+ posts cited by ChatGPT, Perplexity, and Gemini. Read in 167 countries.
