Slashdot Mirror


The Biggest Cloud Providers Are Botnets

Julie188 writes "Google is made up of 500,000 systems, 1 million CPUs and 1,500 gigabits per second (Gbps) of bandwidth, according to cloud service provider Neustar. Amazon comes in second with 160,000 systems, 320,000 CPUs and 400 Gbps of bandwidth, while Rackspace offers 65,000 systems, 130,000 CPUs and 300 Gbps. But these clouds are dwarfed by the likes of the really big cloud services, otherwise known as botnets. Conficker controls 6.4 million computer systems in 230 countries, with more than 18 million CPUs and 28 terabits per second of bandwidth."

116 comments

  1. where did they get their numbers from? by beh · · Score: 4, Insightful

    And they came up with that number how?

    28 terabit/s == 28.000 gigabit/s == 28.000.000 megabit/s

    28.000.000 megabit/s / 6.400.000 systems would average out to 4.375 megabit/s AVERAGE bit rate over those 6 1/2 million systems in 230 countries... (oh - and to fully utilize that, it would also require the UPLOAD rate to be in the same ballpark figure; to have more than 4 megabit/s upload speed on average over that many systems in that many countries...?)

    18.000.000 cpus in 6.400.000 systems is on AVERAGE 2.812 CPUs per system - so, most of the systems would already have been dual or even quad cores... ...oh - and in order to qualify such numbers, that would have to be the average number of systems online at any given moment; if half of them are switched off (while someone is asleep, away, ...) - the numbers go down.

    I would believe, that conficker and similar botnets are huge, but the numbers depend strongly on 'estimates'. Also, if conficker really managed to 'rent out' the computing power, the botnet would likely quickly decrease in size, as more and more people would take their systems to repairs, because they are so slow all of a sudden...)

    So, how do they get to those numbers? Apart from, obviously, pulling them out of thin air? ...and apart from the desire, to get the name of the company coming up with the number out on slashdot?

    1. Re:where did they get their numbers from? by ZorbaTHut · · Score: 2, Interesting

      Also, if conficker really managed to 'rent out' the computing power, the botnet would likely quickly decrease in size, as more and more people would take their systems to repairs, because they are so slow all of a sudden...)

      You'd be surprised how true that isn't. Even Windows is reasonably good at idletime priority processes - unless they intentionally used CPU that the user was trying to use, people would probably never notice.

      A bigger problem is that there are very few useful problems that are practical to calculate on a distributed botnet of that fashion. It's been tried and failed before, more than once - most real-world problems involve large databases of confidential data, which is obviously inappropriate for a network like this on multiple levels.

      --
      Breaking Into the Industry - A development log about starting a game studio.
    2. Re:where did they get their numbers from? by Anonymous Coward · · Score: 0

      Are you trolling or is this serious (and just really needlessly caustic)? 95%? Really?

    3. Re:where did they get their numbers from? by Gudeldar · · Score: 5, Insightful

      I can't even figure out how they got to 230 countries. The UN has 192 members, Wikipedia lists 203 de jure and de facto states.

    4. Re:where did they get their numbers from? by Anonymous Coward · · Score: 3, Funny

      95% of the world use's periods only American's use commas

      at least we know how to use an apostrophe, retard

    5. Re:where did they get their numbers from? by Anonymous Coward · · Score: 0

      3 (point) 2 -> 3,2 ...huh?

      Maybe comma is pronounced differently in other countries.

    6. Re:where did they get their numbers from? by Glonoinha · · Score: 1

      Somehow I don't think the guys running the Conflicker botnet are particularly concerned with the practical implementation of ethical computing.

      --
      Glonoinha the MebiByte Slayer
    7. Re:where did they get their numbers from? by Anonymous Coward · · Score: 5, Funny

      Oh my God! The Botnets are creating their own countries!

    8. Re:where did they get their numbers from? by beh · · Score: 1

      sorry - my mistake with the thousands separator. For that I apologize...

    9. Re:where did they get their numbers from? by bunratty · · Score: 2, Interesting

      A bigger problem is that there are very few useful problems that are practical to calculate on a distributed botnet of that fashion. It's been tried and failed before, more than once - most real-world problems involve large databases of confidential data, which is obviously inappropriate for a network like this on multiple levels.

      Probably a bigger problem is that not many useful problems are "embarrassingly parallel". The nodes performing the computations need fast communication between other nodes in most parallel algorithms. The distributed algorithms that can be farmed out to idle computers need no communication with other nodes -- they perform work on the unit they were given and send the results back when they're done.

      --
      What a fool believes, he sees, no wise man has the power to reason away.
    10. Re:where did they get their numbers from? by Anonymous Coward · · Score: 0

      The comma is used as a thousands separator in the US, Japan, Australia, North and South Korea, Israel, Singapore, English Canada, and the Philippines. That's about 9.5% of the world population. And the Chinese and Indians don't use a period as a separator so that's another 37% of the global population. I don't know where you get your data.

    11. Re:where did they get their numbers from? by dskoll · · Score: 5, Insightful

      Probably a bigger problem is that not many useful problems are "embarrassingly parallel".

      Sending spam is. DoSing a victim is. Brute-forcing passwords is.

      It's unfortunate, but a lot of problems of interest to unethical people are indeed embarrassingly parallel. :(

    12. Re:where did they get their numbers from? by danny_lehman · · Score: 5, Informative

      here you go. you made me curious. http://www.filibustercartoons.com/allcountries.htm

    13. Re:where did they get their numbers from? by johndiii · · Score: 0, Offtopic

      Oops. Period for the radix point in those countries, not as a digit separator.

      --
      Floating face-down in a river of regret...and thoughts of you...
    14. Re:where did they get their numbers from? by Anonymous Coward · · Score: 0

      And what about the number of countries, 230 ?? This site (http://www.worldatlas.com/nations.htm) does not agree and comes in under 200.

    15. Re:where did they get their numbers from? by Anonymous Coward · · Score: 0

      I don't have redneck issues. I just prefer to be able to actually understand what I'm reading.

    16. Re:where did they get their numbers from? by Anonymous Coward · · Score: 0

      I find it hard to believe that so many people mod-ed you up to 5: Insightful when I doubt half those people actually read (and were able to understand) what you were talking about

      Alternatively, *you* weren't able to follow the pretty simple math and are blaming GP and moderators both for your shortcoming?

    17. Re:where did they get their numbers from? by ZorbaTHut · · Score: 1

      Getting your botnet removed from the user's computer makes bad financial sense, especially when you can get 95% of the same computational power while being totally invisible. They'd be fools to do otherwise.

      --
      Breaking Into the Industry - A development log about starting a game studio.
    18. Re:where did they get their numbers from? by Anonymous Coward · · Score: 1, Insightful

      3 (point) 2 -> 3,2 ...huh?

      Maybe comma is pronounced differently in other countries.

      Most countries that use the comma as a decimal separator have a non-English first language, so they wouldn't use the English words "point" or "comma". Whatever word they do use would make sense locally.

      I spent some time in South Africa, where they do speak English, and they would pronounce your example as "three-comma-two". To them, that is the natural way of vocalising a decimal number. As a visitor, it took a bit of getting used to.

    19. Re:where did they get their numbers from? by Mordocai · · Score: 1

      I'm brand new to the international internet "scene", yet I understood. I'd never seen anybody use periods as thousands separators(yeah, I'm from America), but I managed to get what he was saying pretty easily. That being said, it would be nice to use -something- different for the decimal point or for the thousands separator, so that it's not the same.

    20. Re:where did they get their numbers from? by Anonymous Coward · · Score: 0

      Here's a really simple question,
        Are all these Millions inept and don't have major updated anti-virus on these machines ? or is this saying that anti-virus mostly doesn't work? I'd really like to hear educated answers to this question

    21. Re:where did they get their numbers from? by Nadaka · · Score: 1

      Using anything for a thousands separator is an unforgivable sin in computer science. What happens when you put the data in a whitespace seperated format like xml? What happens when you put the data in a comma seperated format like CSV? What happens some dumbshit converts using a different localization format?

    22. Re:where did they get their numbers from? by Anonymous Coward · · Score: 0

      Slashdot isn't computer science, its an over glorified internet forum. Here, you should be using something to separate the thousands out. Its common courtesy so that people can easily read what you wrote.

    23. Re:where did they get their numbers from? by natehoy · · Score: 2, Funny

      Right. Except in most of the world the dot (what we in America use as the decimal point) is actually the thousands separator and the comma (what we use as the thousands separator) is actually the decimal point.

      American: 1,000,000.00

      Most of the rest of the world: 1.000.000,00

      I'm sure we'll switch as soon as we go Metric. ;)

      --
      "This post contains words, known to the State of California to cause thought. Wash brain thoroughly after reading."
    24. Re:where did they get their numbers from? by BarryJacobsen · · Score: 1

      here you go. you made me curious. http://www.filibustercartoons.com/allcountries.htm

      That list has 239 countries total. I have to wonder which 9 aren't infected...

    25. Re:where did they get their numbers from? by Rogerborg · · Score: 1

      "Belgium"? I call bullshit on that list.

      --
      If you were blocking sigs, you wouldn't have to read this.
    26. Re:where did they get their numbers from? by bigredradio · · Score: 2, Insightful

      Yeah, with 230 countries, I am starting to question that 6.4 million computer number as well.

    27. Re:where did they get their numbers from? by Anonymous Coward · · Score: 0

      Did you include second life (and all of the countries there)? HMMMMMMMM? Betcha didn't!

    28. Re:where did they get their numbers from? by Anonymous Coward · · Score: 0

      Oh my God! The Botnets are creating their own countries!

      There are 9 "cyber" countries! The governments of the world have been hiding them from us all these years... Also that is where all the physical countries money has been going - they are living like kings in these cyber countries-- but they do not have any health care benefits. oh well...

      fact check this comment, ahh why bother, the headline sounds sensational, why ruin it with little things like facts...

    29. Re:where did they get their numbers from? by Galestar · · Score: 1

      That would be fine, so long as you actually use that. To use the dot (.) for BOTH is just plain wrong.

      --
      AccountKiller
    30. Re:where did they get their numbers from? by epine · · Score: 1

      Using anything for a thousands separator is an unforgivable sin in computer science.

      From the internal Google storage report, all nodes considered:

      19182135223730150 bytes free.

      Time to worry? Or back to your copy of Hadoop Monthly?

      Computer science will become so much easier once the sloppy wetware is eliminated from the data and control chains. We can't even eyeball a simple group of 20 FFS.

      Here's a popular joke on the cyborg circuit. Why did the rabbi, the priest, and the minister vote to leave the Muhammad standing on the sidewalk outside the pub? Because the stupid humans can't count that high and it would ruin the joke. Har. It's a real digital knee slapper. Between the lines, the computers are beginning to suspect we're a mite touchy about certain subjects.

      It won't be long before the computers are chattering to each other, hey, have you heard joke about humans #19182135223730150? It's a real knee slapper.

      0.6 x 10^10 humans are trapped on a ball of mud. The first human says ... [7109mS later] Funny! That's a nice one. Too bad it ended so soon. Brain the size of a planet, and they've got us shuffling packets all day. Say, have you seen the 32,768 piece ending in Boltzmann chess? It's quite cute once you solve the nested attractors.

    31. Re:where did they get their numbers from? by aztracker1 · · Score: 1

      Considering this is an American site, that may not be the appropriate attitude. I could honestly care less, as long as there were significantly large enough numbers to avoid ambiguity. The fact is, /. is an American site, and I would guess used mostly by americans. That isn't flamebait, just a fact. It would seem to make sense to follow local conventions.

      --
      Michael J. Ryan - tracker1.info
    32. Re:where did they get their numbers from? by Yvanhoe · · Score: 1

      But comparing them to Google's cloud seems unreasonable. Their numbers may be higher but they can't outmatch google when it comes to quickly make a search on petabytes of data or to compute millions of user recommendations on amazon.

      --
      The Wise adapts himself to the world. The Fool adapts the world to himself. Therefore, all progress depends on the Fool.
    33. Re:where did they get their numbers from? by Yvanhoe · · Score: 1

      Laugh while you can, monkey boy.

      --
      The Wise adapts himself to the world. The Fool adapts the world to himself. Therefore, all progress depends on the Fool.
    34. Re:where did they get their numbers from? by hesaigo999ca · · Score: 1

      I tend to agree that many glamorize the evidence they have to help construe certain facts about botnets and what not.
      If we had a real number based on fingerprinting scheme, sort of like each one logged on marks itself in some way on a global scale, to then be able to document stats from, i am sure at any one time you will never have more then xxx active infected pcs....seeing as there is also timezones to consider and also when the control centers are temp. shot down either on purpose (to avoid detection) or by accident (forced shut downs)

    35. Re:where did they get their numbers from? by eleuthero · · Score: 1

      Wonderful how you provided something informative and helpful to finishing off the (admittedly) offtopic OP. If I had mod points, I'd fix this. Hurrah for perspective bias affecting mods.

    36. Re:where did they get their numbers from? by b4dc0d3r · · Score: 1

      That list has 239 countries total. I have to wonder which 9 aren't infected...

      232) VIRGIN ISLANDS, BRITISH
      233) VIRGIN ISLANDS, U.S.

      That's two likely to be uninfected. And Poland, I forgot Poland.

    37. Re:where did they get their numbers from? by BlurryEyed · · Score: 1

      Did anyone else wonder what Do-Sing'ing was?
      I think I need some more coffee.

    38. Re:where did they get their numbers from? by natehoy · · Score: 1

      Oh, sorry, I actually missed that in the original post, but you make an excellent point. Yes, using the dot for both decimal point AND thousands separator is really, horribly bad practice.

      --
      "This post contains words, known to the State of California to cause thought. Wash brain thoroughly after reading."
    39. Re:where did they get their numbers from? by b4dc0d3r · · Score: 1

      232) VIRGIN ISLANDS, BRITISH
      233) VIRGIN ISLANDS, U.S.

      That's two likely to be uninfected. And Poland, I forgot Poland.

      172) POLAND
      95) HOLY SEE (VATICAN CITY STATE)
      42) CHAD

      If there's anywhere we should guess is uninfected, it's the Vatican - amirite? And I know Chad, he says he's clean. Also, not on the country list: Sealand

      That's 6, 3 left to identify.

    40. Re:where did they get their numbers from? by b4dc0d3r · · Score: 1

      BlurryEyed, meet Solfege. Solfege, may I introduce BlurryEyed. He'll shake your hand once he's had his morning dose of crack to get moving this afternoon.

    41. Re:where did they get their numbers from? by Anonymous Coward · · Score: 0

      I could honestly care less, ....

      I could too. But maybe you mean you couldn't care less. That would make more sense.

      That isn't flamebait, just a fact.

    42. Re:where did they get their numbers from? by Jaysyn · · Score: 1

      I bet North Korea is one. You'd have to have power & Internet access to become part of a botnet.

      --
      There is a war going on for your mind.
    43. Re:where did they get their numbers from? by JoshuaJ · · Score: 2, Informative

      Ha! I think I found where they got at least some of these numbers: confickerworkinggroup.org. To quote the source: "it is with a lot of trepidation that we even show any values for conficker knowing that they will most likely be taken out of context and quoted by many." Oh well. They show conficker traffic hitting their honeypots from about 6.2 million unique IPs in 225 geographic areas (presumably based on ccTLDs, which use a liberal definition of "country") -- interestingly close to the stats quoted.

    44. Re:where did they get their numbers from? by spazdor · · Score: 2, Insightful

      At least we know how to properly capitalize and terminate sentences while using the correct diversity-sensitive language, Palin-American.

      --
      DRM: Terminator crops for your mind!
    45. Re:where did they get their numbers from? by cbiltcliffe · · Score: 1

      Here's a really simple question,

        Are all these Millions inept and don't have major updated anti-virus on these machines ? or is this saying that anti-virus mostly doesn't work? I'd really like to hear educated answers to this question

      Yes.

      Probably 75% of the machines I clean up for clients don't have antivirus. Most of them didn't realize they didn't, and they never would have noticed, if their machine didn't start sending spam to their email contacts, popping up porn ads, or some other such thing.

      The other 25% have functional, updated antivirus software, but got infected anyway, because modern antivirus is just a small step away from useless. I've been saying for years that current antivirus methods are going to collapse, and now other experts are saying the same thing, and we can see it happening.

      Most infected files I get from those 25% of machines with A/V, when uploaded to virustotal, are detected by less than a third of their scanners. I've even had some from a machine that I cleaned up and sent back, then got to checking out a backup of the infected files that I'd kept. Over 2 months after I saw the infection on the customer's machine, virustotal scan results were up to about a 52% detection rate. The scanners that caught the infection were mostly the small, relatively unknown ones. The big companies that computer neophytes have heard of completely missed it.

      --
      "City hall" in German is "Rathaus" Kinda explains a few things......
    46. Re:where did they get their numbers from? by Anonymous Coward · · Score: 0

      And like the he has noted, it was a mistake/typo/whatever. Everyone still got the point.

    47. Re:where did they get their numbers from? by kextyn · · Score: 1

      While a lot of Americans are limited to less than 4Mbps upload there are plenty of people in other countries (and even a lot in the US) who have faster connections. I personally have a 100Mbps (up and down) connection in Japan. I have seen above 90Mbps both ways in real world tests to an FTP server...in the US. A lot of European countries have higher speeds and anyone on FiOS would have decent speeds at least. I'm sure they're also including bandwidth from servers which are infected and have access to high bandwidth connections. I wouldn't doubt that number but I'd like to see how they came up with it.

    48. Re:where did they get their numbers from? by Anonymous Coward · · Score: 0

      1. The 230 could possibly represent the top 230 internet provider domains (ie aol.com rr.com verizon.com etc etc etc), in which case:
      2. 4.4Mbit download is a pretty low average, since most of the aforementioned offer far greater (10-30Mbit) standard. Having said that: (having said that pt II, transit bandwidth within the USA is only somewhere between 4 and 10 Tbit, so really that is the limit)
      3. Yes, the upload bandwidth is infinitely more important, as you can actually:
      4. Using sophisticated DDoS techniques, you could easily achieve results effective to 10Kbit/s removing 1Mbit/s of connectivity. put another way, a single home ADSL user could knock a 100Mbit server off the internet.

      5. 18 million cpus across 6.4 million systems isn't too hard to believe, especially if you assume all those intel with HT are double what they actually are. ie, there are dual/quad/oct core systems out there, suddenly 18 mil isn't very much at all.

      I know many /. users are cynical as anything, but seriously it seems to be even more silly to do your own quick analysis of the data and get it totally wrong.

    49. Re:where did they get their numbers from? by Anonymous Coward · · Score: 0

      95% of the world use's periods only American's use commas

      at least we know how to use an apostrophe, retard

      says the dickhead that forgot a period.

  2. Cloud providers? by advocate_one · · Score: 1

    bollox...

    --
    Donald 'Duck' Dunn: We had a band powerful enough to turn goat piss into gasoline.
    1. Re:Cloud providers? by beh · · Score: 1

      Yeah, thought about that, too - even if they can provide vast amounts of CPUs and stuff, and even have the knowledge of how to get to results, what would make a customer believe, that people who break into PCs might not also steal the customers data/results, too - and sell them on for even more profit...?

    2. Re:Cloud providers? by sopssa · · Score: 1

      It's perfectly valid to difference cloud based hosting and dedicated servers and so on. It's just an issue when some companies do it badly or customers don't understand what it really is. After all, it's just a network of servers who work on-demand. In addition it should offer backups and such, but these are always just per-contract service details and shouldn't be assumed.

      Wikipedia has a good diagram on why "cloud computing" term makes sense. I really can't think of any better one.

      In some cases it makes sense to offload the performance, hard drive, memory and bandwidth balancing to other people, in this case Amazon or other service. Sure you could buy new servers and do all of that yourself, but it's not always the best solution.

      Like any tool, use it correctly when it makes sense.

    3. Re:Cloud providers? by Glonoinha · · Score: 4, Insightful

      Regarding whether it's better to host in the cloud or buy your own environment - I often ask when designing a software solution to process a given business requirement 'Does this need to be repeatable (forever, using different datasets) or is this a one time run?' If they only want the answers to a problem once against a single data set, I can crank out a one-pass solution with about 1/10th the time (and effort, and cost) that it would take me to engineer a long term solution that I can hand over to their business users to use forever using different data sets.

      I would take the same stance on something applicable to cloud computing. If you only need the results from a small limited set of runs or you will only run it a very small portion of the time, it makes sense to lease someone else's environment. If you are going to need this solution as part of your day to day business and it runs wide open 24x7 - it's probably more cost effective to procure your own environment.

      Need a massive render farm to do a proof of concept showing a four minute preview of Toy Story 4? Cloud computing.
      Need a massive render farm to actually generate every CGI frame for every movie Disney or Lucas is going to produce the next four years? Buy your own environment.

      --
      Glonoinha the MebiByte Slayer
    4. Re:Cloud providers? by DragonWriter · · Score: 1

      Need a massive render farm to do a proof of concept showing a four minute preview of Toy Story 4? Cloud computing.
      Need a massive render farm to actually generate every CGI frame for every movie Disney or Lucas is going to produce the next four years? Buy your own environment.

      You seem to be comparing remote application hosting vs. in-house application hosting; cloud computing (dynamic server provisioning by divorcing logical instances from physical servers) is somewhat orthogonal to that. While certainly its popularly used by companies that want to offer remote application hosting, there are solutions available (including open source ones) for companies that want to use cloud computing in their own data centers.

    5. Re:Cloud providers? by Anonymous Coward · · Score: 0

      Thing is its still going to cost you a arm and leg average frame taking hour not to mention caching. So your looking at something like

      6000*16 cpu hours of load at 4 gigabytes of memory. now at the prices of of rackspace hours that would give you a grand total of 20 304$. Now i doubt youd get it done this way because the data to pump is enormous

  3. shit. people... by Anonymous Coward · · Score: 0

    lets not give google any ideas here... you already allowed them into your systems for email, chat, photos and god knows what else... they are in the perfect position for that.

  4. How long before... by Lord+Lode · · Score: 3, Interesting

    How long before these botnets are so big and complex that they become similar in structure to the human brain and start thinking on their own?

    1. Re:How long before... by Anonymous Coward · · Score: 4, Funny

      Seeing some troll comments here, I wonder whether they (the botnets) already do - and post to slashdot... ;-)

    2. Re:How long before... by dogfolife69 · · Score: 1, Troll

      dude... your killing my secret plan here, i have been working on joining different botnets together using AI technology, and the more botnets are connected, the more powerful they get

    3. Re:How long before... by Smidge207 · · Score: 0, Funny

      Yeah, I think there was a movie about this concept...can't for the life of me remember what it was called...The Verminator? The Exterminator?

      Damn, why has IMDb failed me now?!

      --
      Is it just my observation, or is eldavojohn an idiot?
    4. Re:How long before... by Anonymous Coward · · Score: 2, Funny

      > How long before these botnets are so big and complex that they become similar in structure to the human brain and start thinking on their own?

      Now?

    5. Re:How long before... by rolfwind · · Score: 1

      Wouldn't that question apply to the Internet in general?

    6. Re:How long before... by Galestar · · Score: 1

      Or maybe they are modding down any post that speak of their intelligence... IN B4 BOTNET CENSOR

      --
      AccountKiller
    7. Re:How long before... by Galestar · · Score: 1

      They'll make bigger botnets and bigger networks, and soon, they will make a botnet on a network so big, it will destroy them all!

      --
      AccountKiller
    8. Re:How long before... by Anonymous Coward · · Score: 0

      thats what they want you to think. they will start attacking other network devices... tvs, fridges, security systems, etc, in their bid to take over the world

    9. Re:How long before... by Anonymous Coward · · Score: 0

      I would say most bot nets already show more signs of intelligence then most people I meet on a daily basis.

    10. Re:How long before... by wvmarle · · Score: 1

      Interesting and funny at the same time. And after all the funny replies let me give you a serious one.

      Botnets as we know them will never become anything like a neural network (let alone self-aware) simply because the nodes do not communicate with each other, but only receive commands from a central server. And all that inter-node communication is necessary for a neural network.

  5. Something where academia should learn from by Pegasus · · Score: 4, Insightful

    I'm impressed how while academia is all high on grids, billable cpu time, fault tolerant and robust distributed computing, in place live upgrades, all that is already in natural evolutional development out there in the wild. I'm sure that the botnet uptime numbers they get are much higher that any commercially available cloud, while running on household PCs with household broadband connectivity.

    I think it's time to embrace the true nature of wild wild web. Where can I rent this botnet legally?

    1. Re:Something where academia should learn from by Cragen · · Score: 1

      Yet, they are not paying a penny for their access, right? (Or rather, the poor schmucks whose pcs they have pwned are the ones paying.) Wild, wild, and stolen web, I believe.

    2. Re:Something where academia should learn from by WillAdams · · Score: 2, Interesting

      I believe you want access to systems running xGrid:

      http://www.macresearch.org/openmacgrid

      William

      --
      Sphinx of black quartz, judge my vow.
    3. Re:Something where academia should learn from by oranGoo · · Score: 0

      At a place that legally sells illegally obtained resources.

    4. Re:Something where academia should learn from by bunratty · · Score: 2, Interesting

      Where can I rent this botnet legally?

      BOINC is an academic platform to do exactly what you describe.

      --
      What a fool believes, he sees, no wise man has the power to reason away.
    5. Re:Something where academia should learn from by theIsovist · · Score: 2, Interesting

      Where can I rent this botnet legally?

      you can't because the botnets are created illegally. There are "botnets" created for scientific use, such as folding@home, but these do not spread on their own and are completely opt in (and, more importantly, opt out). Perhaps someone should create an opt in cloud system where users who provide cpu power are given a cut of the profit from the distributed super computer use. Perhaps someone already has, as I'm not an expert on these things. I would doubt that the income from this would offset the increased electrical bills, though.

    6. Re:Something where academia should learn from by Bearhouse · · Score: 1

      Easy, my new friend.
      Please post here your social security number, bank account and credit cards details plus all logins and passwords and you'll be part of our network in no time!!!

    7. Re:Something where academia should learn from by spazdor · · Score: 1

      They sell botnet access at pawn shops? Wowee!

      --
      DRM: Terminator crops for your mind!
    8. Re:Something where academia should learn from by cbiltcliffe · · Score: 1

      At a place that legally sells illegally obtained resources.

      So, a government auction? :)

      --
      "City hall" in German is "Rathaus" Kinda explains a few things......
  6. Microsoft is the biggest cloud provider ... by Lazy+Jones · · Score: 1, Troll

    ... with their 0-day exploitable Windows installations.

    --
    "I love my job, but I hate talking to people like you" (Freddie Mercury)
  7. interesting... by Anonymous Coward · · Score: 3, Interesting

    So it's actually Windows which is good at distributed computing...

    1. Re:interesting... by spazdor · · Score: 1

      In the same sense that the Ford Pinto is good at demolitions, sure.

      --
      DRM: Terminator crops for your mind!
  8. Curious how these compare to the voluntary botnets by cmiller173 · · Score: 1, Interesting

    How about a comparison to say folding@home or other distributed projects? http://en.wikipedia.org/wiki/List_of_distributed_computing_projects

  9. The BotNet Song! by GPLDAN · · Score: 4, Funny

    Rustok was a real piss cock
    Who was very rarely stable.

    Cutwail, Cutwail was a woozy beggar
    Who could dos you under the table.

    Bobax aka Kraken could out-consume
    Nagle!

    And Maazben was a leery swine
    Who was just as poorly coded as Bagle!

    There's nothing Grum couldn't teach ya
    'Bout the razing of the kernel.
    Mega-D, itself, was permanently pissed.

    Festi-ville, of its own free will,
    On half a gig of pipe was particularly ill.

    Xarvester, they say, could stick it away--
    Half a dozen XP machine every day.

    Donbot, Donbot was a bugger for the lot.
    Conficker was fond of its spam,

    And Gregory King was a drunk on bling.
    'I spam, therefore I am.'

    Yes, ZeuS, itself, is particularly missed,
    A lovely little thinker,
    But a bugger when it's pissed!




    -- Apologies in advance to the Pythons

    1. Re:The BotNet Song! by L4t3r4lu5 · · Score: 1

      You damn well should be sorry. That is some of the worse timing I've ever seen!

      That sixth line should have six syllables! SIX! You chop it down to two, leaving a gap of FOUR syllables! That's a whole bar of rests!

      I'm sorry, GPLDAN, but it's a No from me. Simon?

      --
      Finally had enough. Come see us over at https://soylentnews.org/
    2. Re:The BotNet Song! by GPLDAN · · Score: 1

      I.... I..... didn't show enough voice and wasn't unique enough, but you know.... that's okay... because I know who I am and I know the Lord.... he will never keep me down... I will just keep on keepin' on, ya know?

  10. Skynet is amongst us. by Anonymous Coward · · Score: 0

    The Judgment Day is approaching..........

  11. There still is a difference by houghi · · Score: 2, Insightful

    Google will have availability of those 100% of the day and 100% of processor. The bot while impressive in numbers won't. People turn of their computers. Many for most of the day. And many of the cycles will still be used not for the Botnet, but for playing games and other things people do on their PC.

    --
    Don't fight for your country, if your country does not fight for you.
    1. Re:There still is a difference by TubeSteak · · Score: 1

      Google will have availability of those 100% of the day and 100% of processor. The bot while impressive in numbers won't. People turn of their computers. Many for most of the day. And many of the cycles will still be used not for the Botnet, but for playing games and other things people do on their PC.

      If you have a 6.4 million strong botnet, you can run anything Google wants on 10 different computers and still have 1.4 million hosts leftover.
      (6.4 M - (500K * 10))

      Do you think 10 distributed computers can give you uptime & processor power equal to Google's?
      (I personally think the bandwidth claims are a load of crap, since the upload is what matters)

      --
      [Fuck Beta]
      o0t!
  12. Could be put to good use by Arancaytar · · Score: 5, Insightful

    The fact is that most Windows users firstly don't care what runs on their computer, and secondly don't use even a non-negligible fraction their computer's power.

    Suggestions have been made, by frustrated sysadmins, for a "destructive" counter-virus, a large-scale attack that cripples botnets by destroying infected computers. That's not only morally wrong but also just impractical - the average computer user just buys a new computer, and all the virus does is destroy property to satisfy lust for vengeance. Value is lost.

    A more practical idea may be to re-purpose this vast resource of free computing power and put it to better use than churning out advertisements. A botnet worm could instead hook these computers up to a grid computing project like Folding or SETI, or distributed file transfer, cloud storage, providing uncensored communication to authoritarian countries. The worm could at the same time inoculate computers against more damaging viruses and botnets. The user gets free protection instead of the overpriced crud by McAfee & co; the world gets free computing infrastructure, the internet gets less spam. Everybody gains value.

    It would be like a very lenient security tax - for letting their computers pose a risk to the network at large, users donate a share of their computing power/bandwidth for the good of society, at no real cost to themselves.

    (And yes, the obvious ethical dilemma here is whether it is morally wrong to manipulate a person's property without their knowledge or consent, even to their own benefit. This suggestion takes a strict utilitarian perspective, which doesn't always lead to the best option.)

    1. Re:Could be put to good use by dargaud · · Score: 1

      Suggestions have been made, by frustrated sysadmins, for a "destructive" counter-virus, a large-scale attack that cripples botnets by destroying infected computers. That's not only morally wrong but also just impractical - the average computer user just buys a new computer, and all the virus does is destroy property to satisfy lust for vengeance. Value is lost.

      Your argument sounds wrong and trite. If Billy-Bob's computer gets knocked out by a well-placed grey-hat command, for instance a MBR format, he will then either: go buy a new computer (with a more recent and hopefully less hole-ridden version of Windows on it). It may not be very ecological, but it's a WIN against the botnet. Or he'll get his brother in law to reinstall on his old hardware, hopefully better this time. His precious collection of prOn is not lost in either case so I really don't see the argument against this.

      --
      Non-Linux Penguins ?
    2. Re:Could be put to good use by Anonymous Coward · · Score: 0

      Slashdot's ironic quote of the day: "For every problem there is one solution which is simple, neat and wrong."

      It is true that it may present a win against the botnet, but I believe the OP's suggestion's point is that it provides the same benefit at less ecologic/economic cost.

    3. Re:Could be put to good use by flappinbooger · · Score: 0, Flamebait

      I could foresee that happening on a national level some day.

      When you get your computer with windows 12 on it you automatically are a part of the ISA Net. ISA Net is the Information Safety Administration Network, and it is a vast command and control network providing constant real-time analysis of your computer for security purposes. Constant registry and system file monitoring. Once a threat is found on one if the ISA Net computers the signature is instantly propagated throughout the network, instantly squashing any attempt at subterfuge.

      Failure to "participate" in the ISA Net is an immediate red flag that you are a terrorist at worst, a non-patriot at best, and re-education will be mandated - at your own expense. Obviously, "non-compliant" operating systems like the archaic and cobbled together linux will be forbidden, as they are a threat to national security and are only used by "information terrorists".

      --
      Flappinbooger isn't my real name
    4. Re:Could be put to good use by shentino · · Score: 1

      Kinda sucks when the bad guys get away with cheating.

    5. Re:Could be put to good use by Anonymous Coward · · Score: 0

      Someone's going to do it. Might as well be the good guys.

    6. Re:Could be put to good use by flappinbooger · · Score: 1

      Flamebait??!?! **I'm** not the one saying linux is cobbled together and archaic, I'm saying what THE MAN will be saying via the propaganda machine when they actually DO this. Come on, you can surely see how something like this is a little more than just possible.

      Linux IS NOT cobbled together and archaic. This is windows 12 timeframe, probably about 10-15 years from now assuming 2-3 years between releases. IF there is federally mandated OS usage and "botnet" participation they will do whatever kind of FUD or penalties are necessary to prevent people from running a *free* OS like linux.

      Under conditions like that, FREE software will be even more vital.

      --
      Flappinbooger isn't my real name
  13. Does this mean Microsoft has the lead? by miffo.swe · · Score: 3, Interesting

    Does the fact that 100% of these machines run Windows XP/Vista/7 mean that Microsoft is the biggest supplier of Cloud OS computing software (if you disregard the small patches from the botnet owners)?

    --
    HTTP/1.1 400
  14. Nuclear cloud by gmuslera · · Score: 1

    Not only does massive damage, affect the entire world climate, and those living around them mutates in so strange ways, that the only solution is reform... i mean, euthanasia.

  15. makes me nostalgic for the good old days by circletimessquare · · Score: 3, Funny

    when all we could do was imagine quaint toothless beowulf clusters of something

    --
    intellectual property law is philosophically incoherent. it is your moral duty to ignore it or sabotage it
  16. Period confusion by tivoKlr · · Score: 2, Insightful

    "18.000.000 cpus ... is on AVERAGE 2.812 CPUs per system

    Now judging by the illogic of using periods for expressing these two quantities, one large and one small, you create confusion in the reader, hence the appropriate use of commas to clarify a large number, and a period as a decimal point to elucidate a fraction.

    Now, I'm all about the metric system, euro socialized medicine and other progressive concepts, but using the same piece of punctuation to express two completely different numerical concepts, in the same sentence, IS CONFUSING.

    --
    Ocean is land, covered with water.
  17. it will become self-aware by circletimessquare · · Score: 1

    at 2:14 am Eastern Time on August 29th, 1997

    --
    intellectual property law is philosophically incoherent. it is your moral duty to ignore it or sabotage it
  18. Ya Know... by Anonymous Coward · · Score: 0

    I would much rather have Googles 500k machines than cornflickers 6 million e-machines any day of the week

  19. Hey You... by trurl7 · · Score: 2, Funny

    ..get off of my cloud!

    1. Re:Hey You... by Anonymous Coward · · Score: 0

      but i want to use it to take over the world.... join my cloud and we will be twice a powerful

    2. Re:Hey You... by religious+freak · · Score: 1

      Oh man, I can tell this is going to be stuck in my head for the rest of the day now!

      Here's a vid, in case anyone wants a fix (or to know what you're talking about): http://www.dailymotion.com/video/xqu69_rolling-stones-get-off-of-my-cloud_music

      Mick "dances" like a freak...

      --
      If you can read this... 01110101 01110010 00100000 01100001 00100000 01100111 01100101 01100101 01101011
  20. Botnets by ziggybit · · Score: 1

    Imagine a beowulf cluster of these...

  21. Social engineering... The worst culprit... by AgentMagneta · · Score: 2, Interesting

    I might be offending some people. But botnets are not made by users who are technically proficent. Sometimes I find it interesting that you find Linux imperviuos to this threat... You would have to defend Linux like any other system... Just because, well most often than not it exploits the user. Not the os. I am a user like no other. I use Windows 7 and many microsoft os:es. And I can never think of any time in my 25 years of using a computer I really caught a virus... Finally after 10:s of years I got a virus scanner, haha. But to this date I have never had any use for it. But I always recommend a virus scanner to my friends. Virus operators just have to influence you personally to have a virus on your computer. Social engineering works much better than any technical exploit :( All you can do is to inform people of the dangers. And still we have people playing street games... :D

    1. Re:Social engineering... The worst culprit... by VGPowerlord · · Score: 1

      I can remember once in the last 20 years that I had an honest-to-goodness virus on one of my computers. This was back in the DOS days, and I got it while pirating Novell Netware Lite.

      To this day, I still keep some form of on-access anti-virus program running when using Windows, just in case.

      That and, as someone else mentioned earlier, I rarely use all of my computer's processing power, so I can afford the slight performance hit an on-access scanner takes.

      --
      GLaDOS for President 2016! "Well here we are again. It's always such a pleasure." -- GLaDOS, 2011
  22. Unsupported assumptions. by nuckfuts · · Score: 1

    The fact is that most Windows users firstly don't care what runs on their computer, and secondly don't use even a non-negligible fraction their computer's power.

    What a moronic statement. Where exactly did you pull this "fact" from? A common side-effect of malware infection is noticeably slow system performance, and I can assure you that users do care when their computers are sluggish to respond. If Windows users didn't care what ran on their computers, there would not be a huge worldwide market for antivirus software.

    As for Windows users not using a "non-negligible" fraction of their computers power, that's equally moronic. Are you suggesting that, (as a Linux user perhaps), your disk is constantly grinding, or that your CPU or other resources are frequently pinned? If so, is that something to feel smug about?

    1. Re:Unsupported assumptions. by NeoSkandranon · · Score: 1

      well because hurf durf if they cared they wouldn't use windows!

      --
      If you can't see the value in jet powered ants you should turn in your nerd card. - Dunbal (464142)
  23. 230? by LuminaireX · · Score: 1

    Conficker controls 6.4 million computer systems in 230 countries

    Are there even 230 countries in the entire world?

  24. How they got the numbers. by hellop2 · · Score: 1

    Maybe computer systems include virtual servers. And virtual servers are usually run on computers with multiple CPUs with high bandwidth.

    --
    How many more years will slashdot have an off-by-one error on your Score in your profile?