Technology

The Oldest Hack in the Book

How WikiLeaks supporters tried to take down Visa and MasterCard.

As a political statement, a distributed denial-of-service attack ranks somewhere between running naked across your college campus and throwing a brick through a shop window. It’s juvenile, not very pretty, and not especially articulate. On the plus side, anyone can do it, it’s usually not too damaging, and you do get your point across—the point being that you want the world to start taking you seriously already.

The DDoS, as it’s known, has hit the news this week because it’s the main tool of the online flash mob that calls itself Anonymous. In the last couple of days they’ve launched DDoSes on the Web sites of Visa, MasterCard, and various other entities who they believe have hurt or maligned WikiLeaks and its founder Julian Assange. Early on Thursday morning, @Op_Payback, one of the Twitter accounts that seems to be associated with the group, gave out instructions to begin attacking Amazon.com. The plan, though, was quickly abandoned—Amazon, the group determined, was too big to be affected by a DDoS attack, and it was better to stick to smaller, less tech-savvy victims.

The distributed denial-of-service is one of the oldest hacks on the Internet. It’s been around for more than a decade, and it first hit the mainstream in 2000, when a Canadian teenager who went by the handle Mafiaboy used a DDoS to take down Amazon, eBay, Yahoo, and other big sites. A DDoS attack is sort of akin to the Mean Girls-esque trick of having your friends prank-call your loser enemy all night long to tie up her phone line. The Internet equivalent of this is getting all your friends—or even strangers, whose computers you’ve wrangled into a “botnet” via a contagious computer worm—together and directing a bunch of bogus requests at a single Web server all at once. The target machine gets overwhelmed by the requests, knocking it offline for all legitimate users.

It’s striking that DDoS attacks can still happen at all anymore. The Internet is very different from the anarchic place it was in the 1990s, and we’ve conquered many of the earliest threats— spam, e-mail viruses, Nigerian scams—to a peaceful life online. But DDoSes persist. According to a survey (PDF) of network operators conducted by Arbor Networks—which makes tools for systems administrators to detect and fight denial-of-service attacks—just about every network operator working on a large site sees at least at least one DDoS attack every month, and some see dozens. The attacks are getting larger, too. In 2002, a big DDoS attack might consume only around 400 megabits per second of network bandwidth; today’s big attacks, which are usually the product of enormous botnets created by worms like last year’s Conficker, consume 100 times more bandwidth, up to 49 gigabits per second. Why have DDoS attacks persisted? And why, after all this time, haven’t we found a way to quash them?

It’s because the means of attack have been baked into the architecture of the Internet. A Web server’s main job is to respond to incoming requests, to serve up Web sites based on public demand. Web servers were originally designed not to discriminate—they didn’t look to see where a request originated from, or what it asked for, or whether lots of other machines had been asking for the same thing many thousands of times during the last few minutes. All the server knew how to do was respond—that was its reason for being, its only purpose in life. And that’s precisely the weakness that a DDoS exploits.

Jose Nazario, a security researcher at Arbor Networks, says that network operators have tried to build more intelligence into Web servers. A lot of major Web sites use anti-DDoS systems that look for deviations from normal traffic—if requests are spiking beyond the baseline, that’s a sign the site could be under attack. Security software also analyzes the kinds of requests that outside machines are making, how often they’re asking, where they’re located on the network, and what software they’re using to connect to your server. Through this analysis, the server can determine which computers on the Web are sending malicious requests and blacklist them. “These tools have been remarkably successful at keeping the net up and running,” Nazario says. “Considering the number of attempted attacks that we see and the scale, you don’t hear about them very often.”

But DDoS-defense tools aren’t perfect, and Nazario says they never will be. That’s because attackers are getting smarter, too. The savviest hackers have begun to analyze their targets for weaknesses. If they find a page on a site that generates a lot of internal processing, or makes a lot of database calls, then they craft their attack to take advantage of that resource-hogging feature. “We’ve seen them do a lot of reconnaissance to find out the best place on the site to attack—if they find that a handful of requests on this page, say, will bring down the whole site, they’ll attack that,” Nazario says. What’s more, the tools to launch an attack are now much more easily available than in the past. Twitter and Facebook also make it simpler for attackers to recruit and organize their efforts. Anonymous, the group behind the pro-WikiLeaks attacks, has been launching its DDOS efforts using a program called LOIC, which stands for “Low Orbit Ion Cannon.” Followers can download LOIC and instantly join a hive whose target is set by a central administrator.

The denial-of-service attacks that make the news are often ones that are launched for some ideological purpose. The most famous such example occurred in 2007, when hackers brought down the sites of banks, newspapers and other public institutions in Estonia. Although the attackers were never formally charged, many experts blame the attack on a group of Russian hackers who used DDoSes as a kind of cyber warfare, possibly with the blessing of the Russian government. Smaller, ideologically motivated attacks pop up all the time. In September, the meme-inspiring, prank-obsessed message board 4Chan took down the site of the Motion Picture Association of America. Last month, 4Chan set its sites on Tumblr, the blogging platform that 4Chan folks believe is overrun with lazy hipsters. That attack doesn’t seem to have worked.

But ideological attacks, Nazario says, are the minority—most DDoSes are launched for much more pedestrian reasons. The main one is business competition; a shady company might hire the operators of a botnet to take down its rivals’ site. Extortion is also a big thing, with hackers threatening to take companies offline unless they pay up. “Believe it or not,” Nazario adds, “one of the big growth areas we see is people building small botnets to get an upper hand in online gaming. You’ve identified someone who’s better at the game than you, but maybe you can knock his computer offline with an attack and then win the game.”

This week’s attacks didn’t result in that sort of direct kill. While parts of the Visa, MasterCard, PostFinance (a Swiss bank that closed Assange’s account), and PayPal Web sites went down for a brief while on Wednesday, the attacks don’t seem to have done any serious damage to these companies. In particular, none of their primary operations were down—the attacks did nothing to prevent people from using their Visa and MasterCard accounts, or from paying with PayPal. It’s unlikely that the DDoS can achieve much more than that. Still, for no money and very little time, the attackers made headlines around the world. That’s not a bad return on their investment.

Become a fan of Slate  and  Farhad Manjoo  on Facebook. Follow us on Twitter.