Slashdot Mirror


DDoS Extortion Attempts On the Rise

John Flabasha writes "There's an excellent article that originated on the LA Times and was syndicated to Yahoo News about DDoS attacks on online gaming and one of the solutions out there. Since when did ISP null routes go out of style?" We've run a number of previous stories about DoS blackmail attempts, like this one or this one.

66 of 277 comments (clear)

  1. Null routes? by IversenX · · Score: 4, Informative

    Sure, Null Routes are great for throwing away traffic, but they don't work against DDoS (notice the extra "D"!). The whole _point_ of DDoS is that the traffic comes from so many sources that the manual work involved in blocking it is huge.

    --
    With great numbers come great responsibility!
    1. Re:Null routes? by antifoidulus · · Score: 4, Insightful

      Not to mention that the zombies you are blocking may very well be potential customers(note that they are attacking gambling sites), never a good idea to block your customers.....though educating them might not hurt.

    2. Re:Null routes? by Rares+Marian · · Score: 3, Insightful

      Exactly why is letting a DDoS crush your service to everyone when they attack on of your sites better than blocking customers in one group?

      --
      The message on the other side of this sig is false.
    3. Re:Null routes? by tomstdenis · · Score: 4, Informative

      Um you can easily do an hour ban on excessive hits from a given IP. Write a module for Apache that counts the hits from a given IP. If it hits a certain threshold [say > 100 hits a minute or >x KB per second] then it simply adds the ip to a firewall [ipchains, netfilter, etc].

      By making the banning automated you can easily cope with a DDoS.

      Some other things to help cope

      - Make small pages, well compressed images

      - Don't make highly detailed pages you can get to without loging in first [e.g. avoid server cpu load]

      - Load balance ;-)

      Tom

      --
      Someday, I'll have a real sig.
    4. Re:Null routes? by Matthew+Weigel · · Score: 2, Insightful

      From the perspective of the host going down... no.

      --
      --Matthew
    5. Re:Null routes? by Erik+Hollensbe · · Score: 2, Informative

      Those customers complain and somebody makes an overbearing stink about it, and new customers don't come.

      Reference: here

      The stink gets advertised long before it's put into context.

    6. Re:Null routes? by Cramer · · Score: 2, Informative

      It doesn't work like that. BGP doesn't specify a destination for a prefix -- it's more a "give me X" type thing; the destination is the peer announcing the prefix. Likewise, you cannot easily punch a hole in the middle of your netblock with a null route. (in fact, the null route is how you ensure the netblock is always announced.) Add to that all the peering filters and the minimum prefix length (/20, btw), and "it's just not gonna happen". That traffic is going to show up at the ISP along with all the traffic you really do want. There's no way to get the entire internet to filter it for you. That's why the DDoS is such an annoying bugger.

    7. Re:Null routes? by tomstdenis · · Score: 3, Insightful

      um ... a socket is only allocated to a connect() call. If you ban the IP on the firewall side the SYN is simply ignored.

      So yes, the 40 byte SYN packet consumes bandwidth coming in. But you don't expend bandwidth or cpu time otherwise [e.g. no ACK/SYN going the otherway]

      Although that raises an interesting question. Who should pay for the bandwidth coming in? Just like who should pay for SMS? I didn't choose to have a SMS plan [well ok by signing up I did, but they don't have non-SMS plans]. So if some ass decides to SMS-bomb my cell why should I pay for it when my cell company didn't protect me?

      So if you firewall some jackass with a fat-pipe who decides to connect flood you and you do your part by not opening the connections who should pay for it?

      I think this is a good way to transfer some responsibilities back to the ISPs [in particular the originating ISP, something fishy about the same or similar HTTP request occuring 1000s of times a minute from a DSL...] and ultimately the user. Just like how spam should [ideally] be handled....

      Oh yeah...

      Tom

      --
      Someday, I'll have a real sig.
    8. Re:Null routes? by Kent+Recal · · Score: 3, Informative

      Unfornationally this doesn't really work.
      Zombie software is usually smart enough to be set on a target domain name, not ip address. Once your hostname starts resolving to a new ip the zombies will attack the new target. If you change to a completely different domain you'll have to announce it to your customers - and the attacker will likely pick it up on the same channel.

  2. Pay up by Anonymous Coward · · Score: 5, Funny

    Pay up or I'll suggest a /. article about you, and you know the editors will accept it too!

  3. Send money, or else. by Kenja · · Score: 3, Funny

    If you dont send 1,500$ to the following PayPal acount I will post an article about your company on Slashdot.

    --

    "Have you ever thought about just turning off the TV, sitting down with your kids, and hitting them?"
    1. Re:Send money, or else. by LiquidCoooled · · Score: 5, Interesting

      Its amusing to note peoples reactions when they hear that XYZ is suffering a DDOS attack.
      They invariably open the browser and attempt to open the site.
      Its natural human instinct, they open it, say "Yup, its still down" and either click refresh a few times, or close it.

      Watching how slash/fark folks handle flooding a site is similar.

      --
      liqbase :: faster than paper
  4. How long... by Tyndmyr · · Score: 5, Funny
    Ever been tempted to track the random people who attempt to hack/spam you, and beat them senseless? If only we could network this...I'll beat the people that live near me, and we can all post our catches on a forum somewhere...

    If only it were that simple.

    --
    Support more choices in goverment-Vote 3rd party.
    1. Re:How long... by YankeeInExile · · Score: 5, Funny

      While fantasizing about vigilanteism is entertaining, it really is not a good idea, just because of the lack of control.... to-wit:

      Hey, HeadCrackers Ltd. I was recently DDoSed by a group of hackers, led by someone who uses the slashdot handle Tyndmyr. I don't know anything else about him, but I would really appreciate it if someone would lop off a few fingers. Not only did he totally scrag my website "e-My-pretty-pony", costing me millions of dollars in lost sales revenue overnight, but he sent henchmen to my house who dyed my cat blue! I really hate him! MURDER! DEATH! KILL!
      I think this should illustrate the potential for abuse.

      HAND

      --
      How does the Slashdot Effect happen given that no slashdotters ever RTFA?
    2. Re:How long... by eln · · Score: 4, Funny

      Oh that's it, Tyndmyr is totally dead. I'm so sick of that bastard pulling this crap. Your wish is my command. Tomorrow Tyndmyr's cat will be purple with pink polka dots.

    3. Re:How long... by red+floyd · · Score: 4, Funny

      So that would be a DBSOT Attack? (Distributed Beat the Shit Out of Them)

      --
      The only reason we have the rights we have is that people just like us died to gain those rights. -- Cheerio Boy
    4. Re:How long... by Ced_Ex · · Score: 2, Funny

      Nothing funnier than computer nerds threatening other computer nerds!

      But good idea though. I can video tape it and we solve two problems. 1. We get rid of hacks/spam. 2. We profit on the videos!

      Sidenote: Wasn't there a video clip with some guy getting his buddy to hit him in the face with a keyboard?

      --
      Live forever, or die trying.
  5. Not all attacks can be blocked. by Carnildo · · Score: 4, Funny

    You can't null-route a slashdotting.

    --
    "They redundantly repeated themselves over and over again incessantly without end ad infinitum" -- ibid.
    1. Re:Not all attacks can be blocked. by Carnildo · · Score: 3, Informative

      You can't block incoming referrals from a particular site? I know with my website tracking software at least, it displays the referring URL. I'd figure you could set a filter based on that info... Weird.

      I know my web browser sets the referrer URL to that of the site I'm going to, and I suspect many other people do the same thing. It prevents blacklisting based on referrer, and it has the side benefit of allowing hotlinking from Geocities and other cheap hosting.

      --
      "They redundantly repeated themselves over and over again incessantly without end ad infinitum" -- ibid.
  6. DOS Blackmail by Anonymous Coward · · Score: 5, Funny

    Noone's going to blackmail me into using DOS again...

    was that MS-DOS TRS-DOS, or Apple DOS?

    1. Re:DOS Blackmail by Shakrai · · Score: 2, Funny

      I would pay to not use DOS.

      I guess a lot of people do.

      --
      I want peace on earth and goodwill toward man.
      We are the United States Government! We don't do that sort of thing.
  7. They get rather annoying... by mc_wilson · · Score: 5, Interesting

    The school network here has been getting attacked about once a week for the last month. I am really tired of the internet going down and getting 60% packet loss this often.

    I am not sure why we would be getting DoS attacks at a major university. The people who run resnet have a site that says what a current problem is. Their solution to DoS attacks appears to be waiting them out. When the problem becomes "solved" the "solution" normally states "DoS attack has finished." I wish they would try something that would prevent them. Stupid CIS...

    1. Re:They get rather annoying... by josecanuc · · Score: 2, Interesting

      oh man... It was great when I was in school there (where you are)... It was about 2 years after they started wiring the dorms for student network access (ethernet anyway -- prior to that there were serial terminals...) So few people had computers in the dorms, coupled with the fact that the campus had not yet "shaped" all dorm traffic to a 100 Mbit virtual pipe. Student printing was not limited -- I printed over a dozen 500+ page programming books straight from the dorm to the Teague building without question from those in charge. (I might be a small part of the reason they did impose print limits, though.)

      But even then CIS was stupid... Nothing's changed there!

      Last I heard they were planning on getting a 10 Gbit pipe to the "regular" Internet and another 10 Gbit pipe to Internet2. Makes a DoS of one server on campus a large threat with that much incoming bandwidth.

    2. Re:They get rather annoying... by dougmc · · Score: 4, Interesting
      I am not sure why we would be getting DoS attacks at a major university.
      It's probably aimed at one individual. I get packeted at home on my cable modem because people want the nick I use on IRC, for example. Typically if they can flood me badly enough, it only takes 10 minutes to kick me off and get my nick, but sometimes they'll leave the flood going for hours or even days, I guess to `teach me a lesson' or something. What lesson have I learned? To log everything, and make phone calls while it happens, and emails to all the IP addresses involved when it's done. I've nailed one guy already that I know of (in Romania no less -- visited by the local police. I don't know how it turned out, however.) -- it's rarely effective, but if you keep at it, it'll eventually work.

      I wish they would try something that would prevent them. Stupid CIS...
      Tell us, how should they prevent them? Since you've labeled them as stupid, I'm sure you have the answer all figured out? We'd love to hear what the victim of a DDoS attack can do to prevent an arbitrary DDoS attack.

      Filtering on your router doesn't work, because it's usually your pipe that's overloaded. (Though schools often have huge pipes.) Having your provider filter can be effective, but not all attacks are easy to filter. Buying more bandwidth and faster routers is usually effective -- I'm sure you won't mind your tuition going up to cover the costs? Turning off the campus resnet completely would probably be effective ...

      You got any better ideas?

      No, I don't work for your school's CIS. But I certainly understand their position.

  8. The Other-Other Operation by centauri · · Score: 5, Funny

    "That's a nice StarCraft server you have set up there. Be a shame if anything happened to it."

    Honestly, that's what I thought when I read "extortion" and "online gaming."

    --
    Don't blame me, I voted for Durga.
  9. Comment removed by account_deleted · · Score: 2, Insightful

    Comment removed based on user account deletion

  10. well by Fiddy+Cent · · Score: 2, Insightful

    Sooner or later they're gonna try to extort the wrong people, and then Luca Brasi shows up at their doorstep.

  11. Prolexic Technologies by Flabasha · · Score: 3, Informative

    Apparently, Prolexic Technologies is the company that's providing the DDoS Solution.

  12. DDOS and 2nd and 3rd world countries by Monkelectric · · Score: 5, Interesting
    Criminials in 2nd and 3rd world countries *LOVE* the internet because it gives them *ACCESS* to first world country victims. If a russian guy can steal 100$, thats less then a days pay for me, but 6 months salary to him.

    I don't have the link anymore, but MSNBC did a writeup on my mother who some russian jerkoffs tried to extort. They basically got her with a fish page, we caught on and shut down her accounts. Then they sent threats saying unless we sent money they would this and that, then when that didn't work they sent messages *BEGGING* for us to send them 150$ claiming they were poor and destitute and it was nothing to us.

    --

    Religion is a gateway psychosis. -- Dave Foley

  13. IP Spoof Filtering... by Autonin · · Score: 5, Interesting

    I agree - Null Routes aren't the answer here. But something that ISP's *can* do, and could have done all along but have yet to, is to incorporate anti-spoofing measures in their networks.

    It's a fairly simple concept, but a lot of work to do it with routers. Every customer end-point should have ACL's on them that block any traffic coming out of their segment that isn't assigned to their IP space. This keeps end-points honest, regardless of what IP's they try to use, which also makes zombie isolation a lot easier. They have to use their own IP, or at least a valid IP on their network, just to affect the target they are trying to attack.

    Apparently this is such a Herculean effort, however, that no ISP's I know of do this consistantly. There's really no upside for them anyway, except for a warm fuzzy that they're contributing to the health of the Internet.

    Maybe if these sort of extortion schemes happen enough, proper pressure can be brought to bear on the ISP's to do this.

    --
    -AutoNiN
    1. Re:IP Spoof Filtering... by dnoyeb · · Score: 2, Insightful

      Zombies don't spoof.

  14. Not knowledgable on topic but... by Psychotext · · Score: 2

    ...aren't there firewalls that can handle this yet? Ok, so you probably can't stop it initially but surely we have equipment capable of detecting which clients are hitting the site in an abnormal manner and ignoring their traffic - at least in the short term (Hours / Days).

    That should realistically mean that whilst you might lose the site for half an hour you shouldn't be losing it for days at a time. Anything like this exist? I would have thought that the bigger gambling sites would be all over it by now.

    --
    People that believe in their opinions don't post AC.
    1. Re:Not knowledgable on topic but... by radish · · Score: 2, Informative

      The problem is that the bad traffic still has to get to your firewall, so your inbound bandwidth is still all used up. A DDoS isn't usually about overloading the app server, it's about saturating all your connections.

      --

      ---- Den ene knappen er powerknapp, den andre er Bender voice knapp "Bite My Shiny Metal Ass"

    2. Re:Not knowledgable on topic but... by Autonin · · Score: 4, Informative

      There's a couple of problems with handling the issue on the victim-side. Generally, a DDOS attack is a flood of packets with spoofed IP's (thus my eariler comment). This makes back-tracking or attacker isolation next to impossible to do. And since most attackers aren't following RFC 3514 (http://slashdot.org/articles/03/04/01/133217.shtm l) the firewall can't inherently detect which packets are 'naughty' and which packets are 'nice'.

      Firewalls sometimes deal with connection overload by proxying the TCP three-way handshake and only allowing the completed handshakes through to the end server. Under attack, however, the firewalls themselves can have these connection queues saturated and then they begin selectively dropping a percentage of the connection requests. Since it can't tell valid from hostile, real users experience connectivity issues.

      For UDP-based protocols, used by many real-time online games, there's simply no way to stem the flood other than drop packets above a certain threshold, also causing a partial DOS for valid users.

      All of these measures also cannot address the bandwidth consumption issue. This can *only* be addressed upstream.

      With IP spoof protection in place at end points where hostiles live, or at gateways to foreign networks, we can at least keep attackers to real IP's that we can then isolate and prosecute.

      --
      -AutoNiN
    3. Re:Not knowledgable on topic but... by Drantin · · Score: 3, Funny

      if only they would follow the rfc specifying the evil bit...

      --
      Actio personalis moritur cum persona. (Dead men don't sue)
  15. Clarify by Kallahar · · Score: 5, Informative

    Just to clarify for everyone, this is extortion against online *gambling* companies, not online gaming.

    You can call gambling "gaming" in the offline world, but not the online -- "online gaming" is already taken :)

  16. Sounds like he learned a lot while in IRC... by Juvenall · · Score: 2, Interesting

    From the article
    But that's good for his new business, Prolexic Technologies Inc., which is based in Hollywood, Fla. His sting operation for BetCRIS produced a dozen clients. Prolexic is on track to bring in $2 million this year.

    "Pay us and we'll save you from DDoS". Where have I heard that before?

    I really can't be the only one who finds it hypocritical he's starting his own protection racket, can I?

    1. Re:Sounds like he learned a lot while in IRC... by Anonymous Coward · · Score: 2, Insightful
      I really can't be the only one who finds it hypocritical he's starting his own protection racket, can I?

      How is it a protection racket?

      Comparing a security company which helps defend against DDOS attacks to the DDOS attackers themselves is like comparing a security guard whom you hire to guard your business to the local gang who shake you down for "fire insurance".

      Yes, both are getting paid to prevent harm to your livelihood. But the DDOS attackers and the gang are the ones threatning that livelihood in the first place. There is absolutely no moral equivalence here.

    2. Re:Sounds like he learned a lot while in IRC... by PitaBred · · Score: 2, Informative

      It's an anti-protection 'racket' though. He learned a lot from his troubles, and is now starting a business with what he learned in order to help other people who may not have the same skills or opportunities. For a fee.
      Sounds pretty much like standard capitalism to me... perhaps you're one of those people who thinks that everything should be free.
      In short, yes, you are the only one who thinks it's hypocritical.

  17. Re:Worldpay and Paypal, that hurt bad by eln · · Score: 4, Insightful

    Your friends are obviously not real e-commerce people. Everyone who has ever worked in tech support knows that all businesses lose millions of dollars a second every time anything related to their Internet service goes down.

  18. This is the reason why we cant get world peace. by jellomizer · · Score: 4, Insightful

    When ever we make someting available to the general public there is a matter of time until some jirk finds a way to cause problems. The internet has been around for about 30 years and has been popular for about 10 years. So after this short time we have turned a means of comunication ( And what a lot of people think as a step to peace ) into a complete war zone. And because no one directly (Indirectly some one may) gets hurt, and it is a lot harder to track someone down, they will attack sites and ingage in Mob beheavior much more esially then in real life. So a person who is on the outside will seem like an ordanry citizan when on the internet becomes a massive crime lord extrorting thousands of dollars from companies. They should bring back public flogging as a form of punishment, it seems a suitable punishment for a criminal who comits his crime in anonmity.

    --
    If something is so important that you feel the need to post it on the internet... It probably isn't that important.
    1. Re:This is the reason why we cant get world peace. by jhagler · · Score: 3, Informative

      Yep, it's commonly referred to as the tragedy of the commons and the Internet is a perfect example.

      --
      Never underestimate the power of human stupidity -RAH
    2. Re:This is the reason why we cant get world peace. by RajivSLK · · Score: 2, Interesting

      They should bring back public flogging as a form of punishment

      Yes, but instead of being held in the town square we'll setup a webcam and webcast it around the world.

  19. Time for a 'retrovirus' ? by MaineCoon · · Score: 4, Interesting

    As much as I hate to suggest it, it seems like underground vigilantism may be the only way to deal with the problem currently.

    It seems like we are approaching a time when the need for friendly "retroviruses" that patch/disinfect (or at least warn the user and attempt to disable invasive services) is more critical to the internet's survival than before, given law enforcement's general inability to deal with the problem (not that it is really their fault, but it is beyond their capabilities).

    At a minimum, "retroviruses" that can find and identify compromised zombie systems and report them, would be useful to build reports for ISPs of infected customers, and allow them to deal with the problem. Unfortunately, most of the infected PCs are probably in countries where people don't care or can't really deal with the problem anyways (can't afford anti-virus software or are running pirated versions of Windows that they can't patch.

    The only other alternative I can come up with is infrastructure changes to identify incoming attack addresses at a router, automatically report them to their source (or to something up stream), and implement blocking at that end. But that's talking expensive hardware...

    --
    Hunt your preferred prey at Aliens vs Predator MUD. Join the war at avpmud.com port 4000
    1. Re:Time for a 'retrovirus' ? by Croaker · · Score: 4, Interesting

      Actually, there might be an easier way to take down zombie networks than creating a roaming virus... As I understand it, most zombie networks take their marching orders by watching an IRC channel on some server someplace. If you can figure out where the channel is, and can manage to compromise it, you should be able to hijack the zombie network and make it patch itself and then uninstall the viruses.

      Instead of polluting the net even more with "retrovirus" traffic, this would be a surgical strike, although timing would be critical. I assume they shift IRC servers and channels fairly frequently, and the IRC servers might be well hardened.

  20. I'm not a very good network admin by scribblej · · Score: 5, Interesting

    Or at least, I like to think I'm not very good. There's so much to know, and I only know a tiny part of it.

    My boss keeps coming to me with printouts of articles just like this one. Then he likes to say, "What can we do to prevent this happening to us?"

    I like to respond, "Nothing."

    But it's never a satisfying response. What do the slashdot network gurus do to prevent DDoS attacks on their systems?

    I would suggest the standard netowrk security tips - close off any ports that aren't needed, etc --

    I would suggest a null route, but that only helps against a known attacking IP address. A DDoS comes from many IP addresses.

    I woudl suggest blocking (or null routing) them ALL, but then the DDoS attacker will just go buy another set of zombie PCs and renew the attack. You can't win that one.

    I would suggest getting a service provider with more bandwidth, but then the attacker will just get an equivalent number of more zombie PCs to attack from.

    I would suggest a fancy setup with multiple servers at multiple Colos but then the DDoSer will just launch multiple attacks.

    Is there any way to win?

    Is there any way I can tell my boss something other than "nothing?"

    Save me Slashdot! Pleeeeease!?

    1. Re:I'm not a very good network admin by Anonymous Coward · · Score: 3, Interesting

      To quote WarGames:
      Strange game, The only way to win is to not play.

    2. Re:I'm not a very good network admin by scribblej · · Score: 2, Funny

      Awesome. The next time my boss asks me what we can do to prevent DDoS attacks, I know what I'll tell him now.

      "Start a grassroots campaign!"

      That'll get me promoted, no doubt.

  21. Why not just block the method of communication? by hrieke · · Score: 2

    So most of these bots use IRC to get their marching orders- so why not disrupt that method of communication?
    This can be done on the ISP level, or at a personal level by blocking ports or what have you- or even by DDoS'ng known IRC servers themselves (a taste of their own meds?).

    Just a thought

    --
    III.IIVIVIXIIVIVIIIVVIIIIXVIIIXIIIIIIIIVIIIIVVIIIV IIVIIIIIIVIII...
    1. Re:Why not just block the method of communication? by bruns · · Score: 4, Insightful

      Yes, there are legit IRC users left. Its my primary method of communication with the people who host services on my equipment, or to coordinate upgrades, or whatever we need to do that requires real time communication.

      To attack IRC servers just because thats the place where the bots go, is assanine and illegal. Some servers have 5000+ users on them, and the people who own/run those servers have enough problems as it is dealing with attacks from packet monkeys.

      How would you like it if I DDoS'd your server because one of your users sent out spam? You'd probably be screaming bloody murder to the FBI about it.

      Unless you are willing to allow other people to do the same things you want do to them at the exact same levels, don't even suggest that attacks are a way of dealing with a problem.

      --
      Brielle
  22. exactly by bani · · Score: 2, Informative

    for some reason people in many 2nd and 3rd world countries are raised on propaganda (often from their government) believing that every single american is a millionaire.

  23. Money laundering services by Animats · · Score: 5, Informative
    Extortion scams like that require a money laundering service to process the payments. e-Gold is apparently popular.

    Another is WebMoney, mentioned on the spammer board SpamForum.biz. It's a anonymous money transfer service in Moscow. Elaborate crypto. Special downloaded applications. Schemes for transferring money between customers, and finally out into the banking system. Accounts can be in euros, dollars, rubles, or hryvnias. Address is supposedly 71 Sadovnicheskaya Street, Moscow, Russia, 115035. Same address as the "Three Monkeys", which is a gay nightclub.

    There are a number of services like this. They come and go. There's Gold-Cash, in Latvia. There's EvoCash, at an undisclosed "offshore" location. (Well, there was EvoCash; they ceased operations on October 19th.) They even have a trade association, which rates services as "Platinum", "Gold", "Silver", "Copper", "Carbon", or "Chlorine", which gives a hint of the problems in this area.

    Then there are brokers who transfer money between these services. These can be used to perform the "rinse cycle" in money laundering. But that's another story.

  24. DDoS Heart Attack by Grokko · · Score: 2, Interesting

    If one were to know the irc channel that a DDoSer uses to communicate with the zombie machines, is it possible to spam the channel with commands that will physically shut down the zombies, like a poweroff command in Linux, thus mitigating the effect?

    It could be a Denial of Denial of Service Attack, or DoDos. I confess I might be simplifying the issue too much.

    In this case, you'd have to:

    1. Identify a DDoS is in progress.
    2. Pick one of the zombie IP addresses.
    3. Identify the type of DDoS it is performing, by trying all known ones (if it is out there in quantity, it is likely known).
    4. Find it's IRC channel and spam it with poweroff commands.
    5. DDoS stops happening.

  25. random figures stated as fact - film at 11... by cliveholloway · · Score: 5, Informative

    Pull your head out of your ass and check before you state a wild guess as a fact:

    "The average Russian salary is about $245 a month, but most state sector workers earn only a little more than a half of that."

    So an average Russian earns $1470 in 6 months. Well, you were only out by a factor of 15 - source.

    You don't have anything to do with elections in Florida by any chance?

    cLive ;-)

    --
    -- Trinity in high heels carrying a whip: The donimatrix - there is no spoonerism
  26. Null routing vs intelligent DDoS defense by twigles · · Score: 4, Informative

    Null routes are indeed a terrible way to defend against DDoS attacks. ISPs nowadays are investing up to millions of dollars in *intelligent* defenses. These are mostly anomaly-based Network Intrusion Detection Systems (NIDS) from companies like Riverhead Networks, Top Layer and Vsecure Technologies sometimes referred to as "attack mitigators". Instead of a full-fledged NIDS like Snort, these systems focus primarily on DDoS attacks, and while I haven't used one professionally I have spoken with several people who have (old-school, cynical networking/unix guys) and they say that they are very good at not blocking innocent traffic.

    Basically they look for anomolies like the rate of traffic hitting a specific site, then they start to look for patterns in the traffic (source IP, packet size, packet interval, page requested, etc.). From there the detection boxes inform a second machine that "scrubs" the traffic, in other words drops all nefarious stuff. Some of these guys sit inline (inline=the packets must physically pass through them as light/electricity) or sit off the path, but send BGP Updates to the routers passing these packets. The BGP Update technique is interesting because it allows the normal routers to send traffic destined to the IP under attack through the scrubber because the router has a very specific route to that machine, while the rest of the subnet is routed normally. Anyone familiar with BGP knows that you advertise the biggest supernet possible (/20, /22...) so this is nice in that it leaves your other stuff alone.

    I'm sure some products use null routing at the end of this process, but it isn't some geek sitting at a keyboard typing in IPs. It's intelligent automation (at least one product actually checks to see if its remedy fixed the problem, and if it didn't it undoes the fix). I can tell you for a fact that AT&T is deploying a bunch of these attack mitigators (Riverhead - now part of Cisco) in their routing core.

    As for writing an Apache module or taking steps on the actual target web site ... the success of those will always be limited by the fact that they can only reduce the load somewhat, and a bandwidth exhaustion attack won't care if your site requires a login.

  27. Solution by Anonymous Coward · · Score: 2, Interesting

    1) Log zombie IP.
    2) Expoit zombie using the same exploit used to 'zombify' it in the first place.
    3) Patch zombie machine.
    4) Repeat.

    Is this feasible?

  28. Bah! by daishin · · Score: 2, Funny

    Theres always DDOS extortion attempts on IRC, like this case...

    <h4ckrr> gimme opz or i fl00d u!
    <Daishi> no
    *h4ckrr has quit (Ping timeout)

    --
    (\_/)
    (O.o) This is Bunny. Add Bunny to your signature
    (> <) to help him achieve world domination.
  29. My Regime... by Greyfox · · Score: 3, Funny
    My regime would require an "internet license" which would be a card with a magstripe. The magstripe would contain your crypto key (passphrase required to unlock yadda yadda.) All computers would be outfitted with magstripe readers and to access the net you'd have to insert your license. All traffic from you would be signed with said license. Border routers would validate licenses and reject unsigned traffic.

    First license would be free if you can pass the multiple-choice test. If it's revoked, you have to take a class and pay $50 to have it reinstated. Reasons for revocation would include, among other things, having your system compromised and used to attack other systems. That'd take care of all those zombie systems in one easy step. Having your Internet license revoked more than three times would be grounds for revoking your breeding license (Which will have somewhat more stringent entry requirements to begin with.)

    Other countries which my regime has not yet assimilated will not be left out. They can either adopt my policies or have their traffic signed by a generic key when it enters my country. Of course, if the generic key gets revoked, everyone using it will be out of luck...

    --

    I'm trying to teach myself to set people on fire with my mind... Is it hot in here?

    1. Re:My Regime... by the_weasel · · Score: 4, Funny

      My regime plans to overthrow your regime using rhetoric and innuendo, and replace it with a mildly anarchistic commune run by warlords and charismatic pop idols. Then we will declare your supporters as non-humans, and hunt you through the streets.

      I intend to make this country profitable by selling the right to watch the country on television to countries like Russia and China. This effectively combines their dislike of Americans with their youths addiction to our media.

      Just kidding. :->

      --
      - sarcasm is just one more service we offer -
  30. How about an RBL? by phorm · · Score: 2

    There can only be so many zombies out there. Sure, the number is growing, but one can probably pick them out of a crowd over time. Why not have an RBL for zombies... when X clients to the RBL report getting hit by the same zombie (before getting swamped, or after the DDOS finishes), add it to the RBL. Then perhaps we could start thinking about routering off IPs listed in the RBL, subnet blacklisting when a DDOS starts, or other countermeasures.

    Cutting an infected machine off from the net entirely isn't such a bad option... having an infected machine spewing out spam and DDOS is similar to an HIV patient in a bordello...

  31. Re:Easy Solution by elambi · · Score: 2, Insightful

    Unfortunately Lativa is not in Russia.

    --
    Sig, we don't need no stinking Sig!
  32. It's kind of ironic... by adiposity · · Score: 2, Insightful

    Back when SCO was claiming they were being DDoSed, many experts made claims that resulted in stories like the following:

    The debate touches on more subjects than we could possibly cover here, but experts are claiming that SCO could have taken countless preventative measures to stop the attack affecting their services.

    (see here)

    Groklaw had a bunch of "experts" claiming it was easily stopped, as well, and suggested it was faked by SCO.

    The truth is, as people here have pointed out, that it really doesn't matter what preventative action you take; if your pipe is full, your pipe is full, even if you drop all the packets when they hit your routers.

    You can't easily beat a bandwidth saturating attack.

    -Dan

  33. Authorize.Net is getting HAMMERED by JohnnyGTO · · Score: 3, Interesting

    Our CC processing company is getting HAMMERED again today with a DDOS. Now how am I going to process those fraudulant Nigerian orders?

    --
    Si vis pacem, para bellum! For evil to succeed good men need only do nothing!
    1. Re:Authorize.Net is getting HAMMERED by sevinkey · · Score: 3, Interesting

      I work for a credit card processor, and DDOS is now the norm for us. Everyday. Fortunately it only took a couple of days to get the system completely stable while accepting daily DDOS attacks as the norm.

  34. Re:4 things to do... bad to good order by scribblej · · Score: 2

    Tell me (and the rest of Slashdot) a little more about how your service works. I work for an ecommerce provider with some money to throw at the problem, if you really can make it go away. I tend to think in technical terms, though, so you won't make a sale here unless I really end up feeling like I understand how you can help.

  35. Rush Limbaugh Coordinates Denial of Service Attack by tomwhore · · Score: 2, Informative

    The amazing Trevor Blake posted this fine news up to http://www.amsam.org/ recently..

    Rush Limbaugh Coordinates Denial of Service Attack

    Transcripts from Rush Limbaugh's own Web site from his show confirm that he coordinated a Denial of Service attack on a third party's Web site. This is a crime punishable by up to 5-10 years incarceration, according to one source[1]. The victim of this attack has elected to
    not seek legal compensation, but that does not make the attack any
    less illegal.

    Rush Limbaugh, September 28, 2004:[2] "Let's shut this website down,
    folks. Shall we? [...] I don't often suggest this kind of thing, but
    this could be fun here. [...] And, you know, we've shut down the
    server, folks. That's why you can't get through. Don't tell me the
    address is wrong, that's what happens when you ask about five million
    people to go to the same website at once, you shut it down, that was
    the objective here. We want them to get all excited and say wow, our
    website is taking off. Essentially in the computer world what we've
    created here is a DOS, a denial of service attack, so many people
    trying to get in at one time."

    Rush Limbaugh, September 30, 2004:[3] "And so when I heard about this
    I thought we'd have a little fun with it. [...] I said, 'Let's go shut
    'em down, folks,' meaning not put 'em out of business, but let's just
    flood them with activity knowing full well that that's always gonna
    happen when I give a web address here and suggest people go look at
    it. There are simply too many millions of people here, and this is
    obviously a small website. Shut it down for awhile. "

    [1] http://www.seifried.org/security/network/20020305- ddosfaq.html#3.0
    [2] http://www.rushlimbaugh.com/home/daily/site_092804 /content/cutting_edge.guest.html
    [3] http://www.rushlimbaugh.com/home/daily/site_093004 /content/cutting_edge.guest.html

    --
    Poor little clams! Snap! Snap! Snap! Poor little clams! Snap! Snap! Snap! Poor little clams! Snap! Snap! Snap!