Wikileaks Servers "Tremendously Overloaded"

EricMack 0 Tallied Votes 531 Views Share

A day after Wikileaks dropped one of the biggest leaked bombshells on the U.S. government, perhaps since the Pentagon Papers, typing wikileaks.org into a browser is likely to get you nothing more than a blank browser window.

The somewhat mysterious collective site released over 91,000 secret reports related to the Afghan War that paint a bleak picture of the war effort. The New York Times, (UK) Guardian and Germany's Der Spiegel were given access to the documents a month previous to their going live on Wikileaks. The New York Times released its reporting on the document on Sunday.

The posting of the secret documents online drew condemnation from the White House, has put "wikileaks" or "wikileaks afghanistan" at the top of Google Trends for much of the past 48 hours, and has brought Wikileaks' servers to their knees.

In Monday's early morning hours, a post from the Wikileaks Twitter account redirected the world to another one:
WikiLeaks is tremendously overloaded. Please use http://bit.ly/9RlJQA

Under the mask is a new subdomain - http://wardiary.wikileaks.org/ which is located, well, who knows where. Wikileaks founder, Australian (also quite popular on trends today) has said that the organization has servers on several continents and that packets to and from the site pass through countries like Iceland and Sweden whose laws have strong free speech and information rights protections.

Since the "War Diaries" went live, it's been reported that Wikileaks' servers have been shut down in some countries, but the system redirects to other countries as the traffic demand allows. In the past, Wikileaks has also used the Pirate Bay as a backup server.

Wikileaks has been in the midst of a fundraising campaign to improve its technical capability, something that the site is likely to need, as its founder says that more explosive revelations will be forthcoming .

Interestingly, one of Wikileaks' server overload pages does include a link to a fundraising page on the same domain which has no problem loading.

Dani AI

Generated

raised the visible symptom: high-profile dumps often make a site go blank because the underlying stack was not sized or routed for a massive, simultaneous load. That failure can be an unintentional traffic surge or a deliberate DDoS — both exhaust DNS, bandwidth, or application resources and look similar to end users. (en.wikipedia.org)

Practical resiliency starts at the network edge. Putting static content behind a CDN and using edge caching dramatically reduces requests that hit the origin server; Anycast routing (shared IPs served from many PoPs) spreads incoming connections across many locations so no single origin takes the entire burden. Combining CDN + Anycast with rate limits and a WAF is the quickest way to absorb legitimate spikes and blunt volumetric attacks. ()

For very large datasets, push out static dumps and publish torrent/magnet files: peer-to-peer seeding moves bandwidth off the origin and keeps files available even if web hosts drop. Pre-seed from multiple high-bandwidth hosts and provide checksums so downstream mirrors and users can verify integrity. This is a low-cost, high-impact distribution layer for bulky archives. (britannica.com)

Additional layers: publish an onion service so Tor users can reach the content even when clearnet routing or DNS is disrupted, but note usability and discovery tradeoffs. Also be realistic about intermediary pressure: registrars, hosts, and payment processors have historically suspended services in high-profile leaks, and volunteers hosting mirrors can face legal and operational risk — plan for that and get legal advice if needed. ()

Short checklist for future releases: prepare fully static dumps in advance, create and seed torrents from multiple strong peers, front static files with a CDN/Anycast provider, enable basic WAF/rate-limits, and document mirror/verifier procedures so media and mirrors can coordinate distribution quickly.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.