Slashdot Mirror


What a Botnet Looks Like

Esther Schindler writes "CSO has an annotated, zoomable map of real botnet topologies showing the interconnections between the compromised computers and the command-and-control systems that direct them. The map is based on work by security researcher David Voreland; it has interactive controls so you can zoom in and explore botnets' inner workings. Hackers use botnets for spamming, DDoS attacks and identity theft. One recent example is the Storm botnet, which may have comprised 1 million or more zombie systems at its peak. As with any networking challenge, there are good (resilient) designs and some not-so-good ones. In some cases the topology may be indicative of a particular botnet's purpose, or of a herder on the run."

122 comments

  1. Flash site, very funny. by inTheLoo · · Score: 5, Funny

    To get a good look at a botnet they say, "You need to upgrade your Flash Player". How true!

    --
    No calls now, I'm ...
    1. Re:Flash site, very funny. by gnutoo · · Score: 1, Informative
    2. Re:Flash site, very funny. by Bryansix · · Score: 4, Funny

      They say you can get a good look at a botnet by upgrading your flash player but I'd rather take your word for it.

  2. Anonymous Coward by Anonymous Coward · · Score: 0

    that's just beautiful

    1. Re:Anonymous Coward by Anonymous Coward · · Score: 5, Funny

      No, it sucks. I zoomed in to close and saw my IP!

    2. Re:Anonymous Coward by Anonymous Coward · · Score: 0

      I was thinking its designed very well. Someone should build an internet on that thing.

    3. Re:Anonymous Coward by innerweb · · Score: 1

      To make this truly useful, the addresses should be in a text searchable format. Then, one could truly look for one's own address, or a client's address, or a friends address, or just block email from them, or whatever. This is only eye-candy, and we all know what that is only useful for.

      InnerWeb

      --
      Freud might say that Intelligent Design is religion's ID.
  3. What a Botnet Looks Like by sm62704 · · Score: 5, Funny

    here's a photo of a botnet. Ok, it's a small botnet but if the botnet was a semi you wouldn't see the computers, now would you?

    --
    mcgrew's razor: Never attribute to stupidity that which can be explained by greedy self-interest
  4. Thanks for posting... by Thelasko · · Score: 3, Funny

    all of the IP addresses. Can I get that in a text format? I want to add them to my hosts file.

    --
    One of our competitors trademarked the term "hypothesis". From now on, we will call them "boneheaded ideas".
    1. Re:Thanks for posting... by Thelasko · · Score: 1

      all of the domains and IP addresses. Can I get them in text format please? I want to add the domains to my hosts file and the IP addresses to my firewall's blacklist.

      Had a brain cramp a moment ago.

      --
      One of our competitors trademarked the term "hypothesis". From now on, we will call them "boneheaded ideas".
    2. Re:Thanks for posting... by Anonymous Coward · · Score: 0

      I'll give you a copy once this port scan is done.

    3. Re:Thanks for posting... by gammygator · · Score: 1

      Um, I think you meant hosts.deny

      --

      No Nyarlathotep, No Chaos
      Know Nyarlathotep, Know Chaos
    4. Re:Thanks for posting... by Anpheus · · Score: 1

      On Windows machines the hosts file can be used to deny certain domains or IP addresses by defining them to 127.0.0.1

    5. Re:Thanks for posting... by multipartmixed · · Score: 5, Insightful

      I don't think you'd want to do that.

      My current RBL has about 6.5 million entries, and is extremely permissive. It is also updated bi-hourly.

      I sure wouldn't want my machine to traverse a hosts table of 7 million hosts every time I tried to look up a name in the DNS.

      Same for your firewall, 7 million entries will cripple iptables. Hell, 30,000 entries causes visible slowness on a dual-core opteron system.

      Of course, you might get better performance out of iptables with the ipsets kernel patch. But that's still a damned big list.

      --

      Do daemons dream of electric sleep()?
    6. Re:Thanks for posting... by apt-get+moo · · Score: 2, Funny

      I heard 192.168.1.1 is among...

      --
      ...."Have you mooed today?"...
    7. Re:Thanks for posting... by VeNoM0619 · · Score: 1

      Not to mention... why blacklist them? It sounds reasonable at first, but blacklisting an IP cause it has a botnet is a poor idea of security, because all it takes is a new IP/new machine. If you are that afraid of getting hit by one, just try to keep up to date on your security information(at least patch monthly).

      Like parent stated, it will only slow down your packets. No real benefits will be gained.

      --
      Disclaimer: I am not god.
      We may not be created equal
      But we can be treated equal.
    8. Re:Thanks for posting... by shentino · · Score: 1

      Strange...

      Apart from memory constraints, why should there be a slowdown?

      Aren't IP addresses a numeric type that can easily be looked up in a hash table or a balanced binary tree?

      If the lookup algorithm is O(N) then I'm going to kill someone.

    9. Re:Thanks for posting... by antdude · · Score: 1

      Isn't that pointless? Do we even know how old these datas are (didn't see any dates with a quick glance)? I am sure they change. It would be nice if we could get up to date ones often.

      --
      Ant(Dude) @ Quality Foraged Links (AQFL.net) & The Ant Farm (antfarm.ma.cx / antfarm.home.dhs.org).
    10. Re:Thanks for posting... by nschubach · · Score: 1

      At first I thought he same thing. If we were only talking about IPs, there's only ~4 million possible in IPv4 and it would be cake to traverse that. However, he corrected and asked for the host names as well.

      I'm not quite sure why you'd block on host names instead of IPs for this purpose, but whatever.

      --
      Every time I start to have faith in humanity, I ruin it by driving to work between 7 and 8 am.
    11. Re:Thanks for posting... by gammygator · · Score: 1

      Ah. I had not thought of that. That's what I get for being a smart ass, I guess. : -)

      --

      No Nyarlathotep, No Chaos
      Know Nyarlathotep, Know Chaos
    12. Re:Thanks for posting... by Matey-O · · Score: 1

      What ELSE are you gonna do with three of four cores idle?

      --
      "Draco dormiens nunquam titillandus."
    13. Re:Thanks for posting... by Anonymous Coward · · Score: 0

      there's only ~4 million possible in IPv4
      Err. 32-bit = ~4 billion

    14. Re:Thanks for posting... by Anonymous Coward · · Score: 1, Informative

      You don't want to use iptables for that kinda thing, you use ipset, arange all those IP addresses in a giant hash map and match against that :)

    15. Re:Thanks for posting... by nschubach · · Score: 1

      Lol, good catch. I can't believe I missed that. Either way, it's not like it's a plain text search. The numbers are delimited and easily partitioned into smaller sets to search.

      --
      Every time I start to have faith in humanity, I ruin it by driving to work between 7 and 8 am.
    16. Re:Thanks for posting... by Anonymous Coward · · Score: 0

      "why blacklist them? It sounds reasonable at first, but blacklisting an IP cause it has a botnet is a poor idea of security, because all it takes is a new IP/new machine. If you are that afraid of getting hit by one, just try to keep up to date on your security information(at least patch monthly)." - by VeNoM0619 (1058216) on Thursday May 08, @03:11PM (#23341642) Come on man - that sounds like something a botmaster WOULD say! Keeping up on them's relatively child's play if you have good solid sources like:

      http://mtc.sri.com/

      &/or

      http://ddanchev.blogspot.com/

      "Oh, don't BOTHER 'blacklist' those sites in your HOSTS file, bots are my lifeblood" etc. et al... which is what anyone who runs these botnet herds would most likely say + tell others to do most likely!

      QUESTION: Do you know that a great program called SpyBot "Search & Destroy" also helps you this way, & the reason? S E C U R I T Y!

      (That is EXACTLY what you can do, & spybot even does, for you to get security from using a custom HOSTS file)...

      Just by using a custom HOSTS file to secure yourself vs. virus/spywares/trojans & more!

      In essence, using a custom HOSTS file gets you this:

      "If you can't go into that bad URL poisoned code or adbanner kitchen, you can't get burnt"

      (+ IF you do it right, you can go a LOT faster, blocking out adbanners (which have had a load of bad javascript code in them the past few years now no less, Fortune 100's-500's no less as well) & use less CPU cycles running their code in scripted banners & more, & data bandwidth downloading it, & disk I/O & RAM also).

      USING A HOSTS FILE FOR SECURITY, Works...

      & In addition to that, stopping the indiscriminate use of tools & methods trojans/virus/spyware & the like use/take advantage of in webbrowser & email programs, like javascript/activescripting/IFrames/bad plugins...

      By trimming (if not outright stopping) the 'wholesale use' of javascript &/or IFrames on every site under the sun, you stay safer too, becaue face it - not every site's javascript code's to your advantage (certainly not in speed & NOT in security sometimes even per my examples above). Limit it to where you really need it, data access sites like shopping & banking ones are examples thereof.

      (Do that, especially vs. bogus javascript etc. like you see in adbanners the past few years now in fact? If you do that, end-user/clientside even on corporate networks to EXTERNAL sources? You stay a LOT cleaner vs. infestations, hands-down (implementable in group policies fairly easy on an NTFS/AD network) Local standalone systems as well benefit too, same way (more speed & more security))

      It works, don't say otherwise either, for speed & security, no questions asked. Editing it is simple via notepad.exe too, for instance, & a child could do it.

      APK

      P.S.=> Sure, occasionally, (on scripting) - You HAVE to/are forced to use scripting for banking &/or shopping sites, so do so, for data access & to get full function, but be S M A R T, & limit those sites to that type only, ones you know & trust...

      Also, use better browsers! IE specific sites yes, you have to sometimes use IE on, but using a safe(r) browser, like Opera (safer, AND F A S T E R, w/ 0% known defects per SECUNIA in its shipping non-beta 9.27 model)? Opera's better & faster stuff, especially on low memory rigs (I saw it run like a champ on a Pentium II 400mhz Celeron w/ only 64mb of RAM on it, under XP)

      BUT, in addition to HOSTS files usage? Hey - to stay truly safe & clean online, TURN OFF unlimited usage of scriptings/plugins/adbanners & the like and keep a system you can keep running a decade or more, w/out constant rebuilds... especially today, vs. virus & the like... apk

    17. Re:Thanks for posting... by szap · · Score: 1

      Interactive Flash controls my foot. It looks like a raster image output of the Graphviz's dot command. Which takes a text file as an input, meaning we could have the source to generate the dang map in the first place.

    18. Re:Thanks for posting... by multipartmixed · · Score: 1

      First of all, the lookup in iptables appears to be O(N), when you use a single rule to block a single IP.

      Second, when you have many rules in iptables, it becomes extremely expensive to insert another one. It will take a long time, and no other iptables administrative operation can happen at the same time.

      Third, inserting rules with iptables-restore helps but not enough. I also mentioned ipsets as a solution, but that requires patching your kernel. I also don't know if it's good enough or not.

      Fourth, 2^32 is not four million, it's four BILLION

      Oh, and the OP wants to block on hostnames because they often stay constant. Say you want to move your C&C around, just flip the hostname randomly through 1000 boxes. Piece of cake.

      --

      Do daemons dream of electric sleep()?
  5. Maybe it's my ignorance... by mpapet · · Score: 1

    because I don't work in this area, but I think a simpler explanation for the crazy hodge-podge of IP's on the map is dynamic IP's being given to a few infected PC's.

    How can one say with confidence that the design is purposeful?

    --
    http://www.maxineudall.com/2010/02/should-economists-be-sued-for-malpractice.html
  6. reminds of the sexual partners mapping... by Anonymous Coward · · Score: 5, Interesting

    http://www.artsci.washington.edu/news/Autumn05/largermap_sexualnetworks.htm

    1. Re:reminds of the sexual partners mapping... by erlenic · · Score: 1

      I looked through this pretty closely (it's amazing what boredom will do :). I could only find one same-sex encounter, and it wasn't in the largest group. It's in the second to the right structure along the top. Right in the middle of that group there's a triangle with a female-female encounter. I wonder if that triangle was three separate incidents, or one very lucky guy :D

      Anyone see anything else interesting? What's the highest number of partners for one individual?

      Extra note: I just went and looked again before hitting submit, and I did find two male-male encounters. I'll leave finding them as an exercise for the reader.

    2. Re:reminds of the sexual partners mapping... by IBBoard · · Score: 1

      I found one male-male in the big blob, but I've not spotted the other one yet.

      As for the actual groupings, did anyone else notice that in all except the big huge "we sleep around a lot" map then the girls were more likely to have multiple partners? Both the two in the top-right and the star pattern that's not quite in the bottom-left have clusters around a pink blob and then mainly single partner chains from there.

      Yes, there's more lone guys with two female partners, but other than that then the girls seem more likely to have had multiple partners.

    3. Re:reminds of the sexual partners mapping... by Anonymous Coward · · Score: 0

      Anyone see anything else interesting?

      There's no virgins. Considering they used numbers under the structures to represent repeats, there's no reason to leave out single people. The map also doesn't consider the order of sexual relations. The legend talks about a hundred people being linked, but it's unlikely they are linked in a way that could spread an STD to all one hundred.
    4. Re:reminds of the sexual partners mapping... by erlenic · · Score: 1

      As far as the big loop, I think it's less promiscuous than it seems as first. If you look closely, there are a lot of two partner people, and most of the branches are formed by someone with three. Considering this is an 18 month study in a high school, it's not unheard of for them to have two or three somewhat long term relationships, especially if one ended right at the beginning of the study.

      I see what you mean about the ratio of males to females among multiple partners. The most I could find was a male with nine partners, but the next five highest I see are all females.

      And the two Y shaped pairs and the V shaped pair (bottom right) are mirrors of each other with respect to gender.

      I'd love to get the raw data, but all I've found so far is that the article appeared in the American Journal of Sociology, 110(1):44-99. It won an American Journal of Sociology Roger Gould Prize for Best Article.

    5. Re:reminds of the sexual partners mapping... by Anonymous Coward · · Score: 0
    6. Re:reminds of the sexual partners mapping... by erlenic · · Score: 1

      Bad form, I know, but I had to add this.

      I found the article. http://faculty.washington.edu/stovel/chains.pdf. Still no raw data though.

    7. Re:reminds of the sexual partners mapping... by erlenic · · Score: 1

      The purpose of the map is to demonstrate sexual networks. In the case of a virgin, there is no sexual network. The full article is available at http://faculty.washington.edu/stovel/chains.pdf, she does have maps and discussion that take time into account.

    8. Re:reminds of the sexual partners mapping... by antdude · · Score: 1

      Obviously for a typical /.er like me, it is just one dot. :(

      --
      Ant(Dude) @ Quality Foraged Links (AQFL.net) & The Ant Farm (antfarm.ma.cx / antfarm.home.dhs.org).
    9. Re:reminds of the sexual partners mapping... by Anonymous Coward · · Score: 0

      There is the blue-blue dot on the top of the BIG cluster... but directly to it's right - a small cluster about 8 dots big - there is a pink-pink-blue triangle so there's no clue as to whether it's a 3-way or just 3 2-ways.

      Where was this shit when I was in high-school?

    10. Re:reminds of the sexual partners mapping... by Anonymous Coward · · Score: 0

      More interesting, they excluded me from the mapping. Unfortunately, I would lack any black bars extending from my location :(

    11. Re:reminds of the sexual partners mapping... by Anonymous Coward · · Score: 0

      I can see a couple of motherfuckers in there.

    12. Re:reminds of the sexual partners mapping... by Zebedeu · · Score: 1

      And there is this one blue dot with 9 female connections on the largest group (on the top-right).

      The lucky bastard!

    13. Re:reminds of the sexual partners mapping... by jotok · · Score: 1

      IIRC there is something about this in Mathematics and Sex but
      1. It is easier for women to get laid,
      2. 10% of men sleep with 90% of women, and
      3. It is easier for women to get laid.

      Say you're an attractive woman. You walk into a party. Instantly the vast majority of guys and an appreciable minority of women want to take you home.

      Say you're an attractive guy. You walk into a party. Instantly the vast majority of women consider that they might signal to you in some subtle fashion that they are interested in talking and maybe going out on some dates and keeping you around if you're funny and then, yeah, there might be sex. Then there's the minority of men & women who want to just take you home.

      We all want the same thing, but we go about it differently, and the playing field is definately not level.

    14. Re:reminds of the sexual partners mapping... by Anonymous Coward · · Score: 0

      Mod down uninteresting! Mod down uninteresting!

  7. Then stop them all! by jack2000 · · Score: 0

    If they know which ips/subnets are most prolific with botnets just nullroute them all and tell the isps/owners to get their act straight if they want back on the net!

  8. Ob. XKCD reference by DrYak · · Score: 5, Funny

    Ok, it's a small botnet Randall Munroe's botnet look like that.
    --
    "Sufficiently advanced satire is indistinguishable from reality." - [Tips: 1DrYakQDKCQ6y52z6QbnkxHXAocMZJE61o ]
  9. Wow - I can see my house from here! by jmichaelg · · Score: 2, Interesting

    It would be nice to be able to search my static IP or a range of IPs to see if they are on the map.

  10. Check out the losers by Hoplite3 · · Score: 5, Funny

    There are lots of well constructed stars, where a handful of master nodes control several slaves. Each slave knows two or three masters for redundancy. That's good design, and I expected it.

    But what's hilarious is that there are some ip addresses that are slaves to four or five different botnets. I wonder what the owners of those machines think?

    "Man, the internet sure is slow today!"

    "I need a new computer, this one's all slow."

    "Sweet! Five botnets and counting! I'm part of something! I belong!"

    --
    Use the Firehose to mod down Second Life stories!
    1. Re:Check out the losers by Esther+Schindler · · Score: 5, Insightful

      I do know what those users think, and it's very much like you posited: "My computer has become unusably slow, and I don't know why or how to fix it!" Unfortunately that was followed by, "Aunt Esther, can you tell me what's wrong?"—and thus I spent half a day killing enough of the junk that I could install a firewall, antivirus, etc.

      People like my nephew aren't unwilling to learn. They're just lost when it comes to their computers. And they don't particularly mind being ignorant as long as the equipment works right (or appears to). Just as most of us don't feel the need to understand how a car works in order to drive one.

      Some of us remember the days when we wistfully wanted computers to become easy enough for ordinary people to use them. Alas, we got our wish.

    2. Re:Check out the losers by Volante3192 · · Score: 3, Interesting

      And they don't particularly mind being ignorant as long as the equipment works right (or appears to). Just as most of us don't feel the need to understand how a car works in order to drive one.

      Yes, but people are often more familiar with what a car needs. Regular oil changes, maintenance, gas; they might not know (or care) why the car needs these, but they know that if they don't, the car will fail to work.

      People don't even know that much about computers, about what they shouldn't do, even if they don't know why.

    3. Re:Check out the losers by Anonymous Coward · · Score: 0

      They know not to drive on a flat tire though (at least most people do). At the very least they know how to turn the lights on and that it needs gas.

    4. Re:Check out the losers by shawn(at)fsu · · Score: 1

      Wow thats a pretty detailed map, in fact I think I see one of my IP address.

      Wait what?

      --
      500 dollar reward for tip(s) leading to the arrest of the person(s) who stole my sig.
    5. Re:Check out the losers by Esther+Schindler · · Score: 3, Insightful

      Not everyone does understand basic maintenance. You'd be amazed. Plenty of people wait until the car breaks down before they think to get it serviced.

      And they don't like to gain even basic knowledge. In the gas crisis of the late 1970s, my (then-)mother-in-law waited 40 minutes at a gas station before she got to the pump. When she discovered it was self-serve, she drove away, because she didn't know how to use the pump herself. (Yes, obviously all she had to do was ask the person behind her—who'd be motivated to help—but she didn't.)

      Also, even when people take the car in for maintenance, it's something they do out of distrust for the practitioners. That's better than not taking it in, of course, but it's inherently a combative relationship: what's the mechanic gonna tell me I need this time?

      The thing is, few of us want to be experts in every technology we use. We just want it to work.

      None of which excuses ignorance, mind you, but it does explain it.

    6. Re:Check out the losers by blitzkrieg3 · · Score: 1
      from tfa:

      One thing to remember when looking at the map is that the information takes place over time. In that sense it's like time-lapse photography, a composite of 24 snapshots a day for 60 days. That means the more lines and points you see, the more activity you're looking at. The two connected stars to the left spent more time moving around than the single star below during the two months Vorel collected data.
      Maybe that's what you are seeing?
    7. Re:Check out the losers by Anonymous Coward · · Score: 0

      Rob Glaser, CEO of Real Networks, blew out the motor in his Porsche Boxter twice, because he couldn't figure out or be bothered to monitor the oil status.

      I know this, I was there.

    8. Re:Check out the losers by Jarik_Tentsu · · Score: 1

      It's scary. You get a friend, sibling, nephew, whatnot coming to you asking for you to fix their computer. And you just sit there and think "HOW IS THIS POSSIBLE!?"

      Pre-SP2, I only ever ran Spyware searches when I installed software I *knew* came with spyware, with no way to install it otherwise. I've since found better alternatives...but apart from tracking cookies, I get nothing now. Anyways, so even after doing a new installation of XP, along with 5-10 or so spyware filled programs, I'd get about 50 or so things popping up in Ad-Aware SE.

      My sister asks me to fix her computer. I run it, return and almost fall over in shock. Somehow she had accumulated 1500+ pieces of spyware. HOW!?

      I remove it.

      A week later, I check it again, out of professional curiosity. Somehow, within a week she managed to accumulate another 600.

      How!?

      ~Jarik

  11. Oh come on. by willeyhill · · Score: 2, Interesting

    Who modded this "offtopic"? The site requires the latest and greatest flash player to look at a freaking image when everyone knows that Flash has big fat holes in it. They might as well made it IE only.

    1. Re:Oh come on. by nschubach · · Score: 0, Offtopic

      If Slashdot wanted to stop him from creating multiple accounts from the same IP and posting from the same IP, they would have. Ever think of that? Frankly I'm sick of all the people trying to discredit the useful information he posts because they are hellbent on some crusade to "prove" something they cannot actually prove. When I get mod points these days (15+ points per shot) I WILL mod you troll if you continue to harass him for making informative posts. If you want to point it out when he's trolling himself I don't care, but using this "crusade" to discredit relevant information is absurd. What you are doing is trolling. Period. Granted, you are not trolling an idea, but you are actively trolling a person or group of people who are most likely having fun with you. Instead of posting and losing karma, try using your karma to mark his "troll" accounts down if you feel so vigilant, but don't make this a crusade to hide information because it comes from someone you dislike.

      Meta-moderators will determine if you are doing the right thing and you will be rewarded or punished. It's quite a simple and elegant system.

      Personally, I think you are getting worked up for nothing special, and someone out there has a freaky sense of humor. Otherwise, why would they create accounts similar to your names and use them for their devious purposes? Have you ever worked with children? If you give them attention for doing something wrong, they will continue to crave that attention. Just leave him/them and he/they will eventually get bored and stop.

      --
      Every time I start to have faith in humanity, I ruin it by driving to work between 7 and 8 am.
    2. Re:Oh come on. by Red+Flayer · · Score: 0, Offtopic

      Frankly I'm sick of all the people trying to discredit the useful information he posts because they are hellbent on some crusade to "prove" something they cannot actually prove
      Useful: I do not think it means what you think it means. Though, I will admit, that his posts have recently (over the past6 mos or so) increased in quality, and some do have valid points.
      That said, I think it reprehensible that he uses sockpuppets.

      Anyway, I think your post makes a lot of sense, and can be summed up in a few short words: Don't feed the trolls.
      --
      "Trolls they were, but filled with the evil will of their master: a fell race..." -- J.R.R. Tolkien on Olog-hai
    3. Re:Oh come on. by nschubach · · Score: 2, Insightful

      Useful
      Not necessarily this post, but if I'm to believe what these folks (willhill, et al.) are telling me, twitter has had some informative posts and if he feels the need to "sockpuppet", mod the puppets, leave the information. Coming into this war fairly fresh, it looks like someone is trying to discredit a logical poster instead of informing people. Stick it in your signature if it's that important to you and contribute to the site so you get modded up instead of spamming.
      --
      Every time I start to have faith in humanity, I ruin it by driving to work between 7 and 8 am.
    4. Re:Oh come on. by thePowerOfGrayskull · · Score: 2, Insightful

      Dude... seriously, move on. Take a deep breath, and just... move on. In the grand scheme of things, he can have 2351 different IDs- and it would not matter one iota. Why on earth do you let him have so much control over you?

    5. Re:Oh come on. by willyhill · · Score: 1, Offtopic
      I suppose that's OK, since if I follow your logic here all I need to do is just create four or five accounts, complain about your moderation and paste in a few links. You wouldn't mind if I did that, would you?

      Then, the next time I see you posting something I disagree with, I'll jump in with all my sockpuppets and create the illusion of a discussion between many people, most of which happen to agree with me. Then someone else who thinks they're using their moderator points in for a righteous cause will mod you down, and you will lose karma. Eventually you'll lose your posting bonus, and who knows, maybe even descend into negative karma territory.

      But you wouldn't mind that at all, would you? As long as I paste a few "informative" links into my comments and repeat the obvious in slightly different ways. Right?

      --
      The twitter monologues. Click on my homepage and be amazed.
    6. Re:Oh come on. by Red+Flayer · · Score: 1, Insightful

      Unfortunately, modding the puppets doesn't work when the puppets are used to mod posts, and I'm not convinced that metamoderation is agile enough (especially considering the tendency of user-generated feedback to be overwhelmingly positive) to combat sockpuppets when they are used to mod posts.

      The best way to combat sockpuppets is to raise awareness of their existence and the parent-child relationship. Sure, sometimes that info is OT when post IS actually informative, or insightful, or whatever... in which case the posts should rightly be modded offtopic. However, I think it's healthy for the slashdot community for these posts to come through and be seen once a month or so.

      --
      "Trolls they were, but filled with the evil will of their master: a fell race..." -- J.R.R. Tolkien on Olog-hai
    7. Re:Oh come on. by Anonymous Coward · · Score: 0, Offtopic

      And this ladies and gentlemen, is the power of sockpuppets. Bad moderation? No problem, just use the mod points on another one of your accounts that you didn't use to post to this article and mod yourself up. Profit!

    8. Re:Oh come on. by nschubach · · Score: 0, Offtopic
      Nothing in life is free. It's your time, your life, and your money. If you feel that somehow your karma and my loss of karma is worth your time, then why should I stand in your way? If Slashdot popularity is that important to you, I suggest you step back for a while and contemplate what your life is and what you seek to achieve from "being popular" on a web site.

      But you wouldn't mind that at all, would you? As long as I paste a few "informative" links into my comments and repeat the obvious in slightly different ways. Right?
      Honestly? I wouldn't mind nor care either way. If you felt hellbent enough to create your own "sockpuppets" and do what you apparently despise the most just to get back at me, that's your prerogative. Just don't spam and troll the site like you have been and you won't have negative moderation karma. Like I said, it's not my time you'd be wasting. Well, maybe a little bit of my time when I drop down that moderation box and select Troll or Offtopic. It's your choice.
      --
      Every time I start to have faith in humanity, I ruin it by driving to work between 7 and 8 am.
  12. I, for one.. by oodaloop · · Score: 4, Insightful

    ...would like to see more. Was there actually an article there, or was that just a picture? How about something about the methodologies used, a description of the organization of the network, maybe even some metrics like centrality. Something other than a picture, ferchrissakes.

    --
    Tic-Tac-Toe, Global Thermonuclear War, and relationships all have the same winning move.
  13. How it looks like? by gmuslera · · Score: 2, Funny

    There are fields, Neo. Endless fields where bot beings are no longer born. Are grown. For the longest time I wouldn't believe it and then I saw the fields with my own eyes...

  14. Re: Better way needed by Anonymous Coward · · Score: 0

    Thanks for clearing that up.

  15. Ha Ha! by Thelasko · · Score: 2, Funny

    One of the nodes backendportal.info is registered to Horatio Nelson!

    --
    One of our competitors trademarked the term "hypothesis". From now on, we will call them "boneheaded ideas".
    1. Re:Ha Ha! by maxwell+demon · · Score: 1

      So if we find the controlling IP, we have found an internet connection to afterlife!

      --
      The Tao of math: The numbers you can count are not the real numbers.
  16. Re:Obligatory by maxwell+demon · · Score: 1

    I, for one, welcome our new botnet overlords. Yes, but do they run Linux?
    --
    The Tao of math: The numbers you can count are not the real numbers.
  17. Honeynets seem to be doing their thing by Lucas123 · · Score: 3, Interesting

    If you zoom in, you'll see a lot of the concentration of spiderwebs are around sites like honeynet.cz.

  18. Hey, by Layer+3+Ninja · · Score: 1

    I can see my house from...oh wait..oh :/

    --
    Power corrupts. Absolute power...is even more fun.
    1. Re:Hey, by OhHellWithIt · · Score: 1

      I was wondering something similar: Isn't that my office LAN over in the top left corner?

      --
      "Who controls the past controls the future. Who controls the present controls the past." -- George Orwell
  19. Anonymous Coward by Anonymous Coward · · Score: 0

    was wondering what techniques could have been used to mask an ip address as 1.3.3.7

  20. Re: Better way needed by Red+Flayer · · Score: 2, Funny

    can be shut down by shut down by just shutting down computers that don't have secure computers.
    Gee thanks thanks captain obvious captain obvious for your observe your observations.

    Was it just me, or did anyone else imagine parent as speaking in the voice of max headroom?
    --
    "Trolls they were, but filled with the evil will of their master: a fell race..." -- J.R.R. Tolkien on Olog-hai
  21. 127.0.0.1 by Anonymous Coward · · Score: 4, Funny

    Wait, 127.0.0.1 is in there. That is my IP address!

    1. Re:127.0.0.1 by Anonymous Coward · · Score: 0

      :o

    2. Re:127.0.0.1 by Doug+Neal · · Score: 1

      So you're the guy that's been DOSing me!

      Stop it.

  22. Re: Better way needed by Tenebrousedge · · Score: 1

    Is perfect security possible? Serious question.

    If the answer is yes, then there would be some point to your idea. It would probably not be practical to do what you're suggesting, and it may run counter to some people's ideas of personal freedom. Probably you would piss off a hell of a lot of people.

    If the answer is no, then the same flaws apply as above, except that it would be ultimately pointless. There's an evolutionary principle called the Red Queen effect that you should be aware of. It's kind of a consequence of selective pressure in an environment. Basically, if you close off all the security holes you know about, this creates a strong pressure for someone to find another security hole.

    So, should we use draconian methods to try to achieve a perfectly secure internet? It seems like the same argument as the anti-terrorism efforts. I do not think such efforts would be successful, or worth the cost.

    --
    Those who advocate genocide deserve every protection afforded by law, and none afforded by common human decency.
  23. Bad Idea? by Shadow_139 · · Score: 0

    Any I the only one who thinks it is a bad idea it publish a list of infected IP address? I know you can get the from Anti-Spam site to set as black-hole on your gateway but still....

  24. Where is the big arrow? by Alsier · · Score: 0

    I can't find the big arrow that says "You are here" on the map. How am I supposed to use it without that?

  25. How does eNom... by Thelasko · · Score: 2, Funny

    allow people to register with information like:
    Registrant Contact:
    elnopic
    elnopic elnopic (elnopic@elnopic.com)
    +1.2435543
    Fax: +1.5555555555
    123 sdhdsa g
    asdf, AD 34215
    US
    Do they not even try to verify this information?

    --
    One of our competitors trademarked the term "hypothesis". From now on, we will call them "boneheaded ideas".
    1. Re:How does eNom... by Thelasko · · Score: 2, Interesting

      after further investigation, it appears the above domain was registered by a company called namecheap also known as HostingAnime a company known for hosting al-Qaeda websites.

      Coincidence? I think not!

      --
      One of our competitors trademarked the term "hypothesis". From now on, we will call them "boneheaded ideas".
    2. Re:How does eNom... by Anonymous Coward · · Score: 0

      Through resellers.

  26. Image!!! by Fuzzums · · Score: 1

    And this, dear parents, is why you make an image of your kids computer and just put it back when the computer gets "slow".

    It will save you that day of irritation and removing all the junk.

    I guess that's worth a few bucks, isn't it?

    --
    Privacy is terrorism.
  27. Re: Better way needed by TheHorse13 · · Score: 1

    If it was this easy, then all of the crap you've installed would be blocking botnet activity - but it's not. Reality is that botnet activity is obfuscated and buried in normal transactions and behaviors. All the firewalls on the planet cannot stop bot activity no matter what vendor marketing slicks say.

  28. Too many bots! by IBBoard · · Score: 2, Funny

    There must be too many bots - I can't even get it to render! All I get is a white page with no nodes and no links :\

    Either that or they've rendered the botnet on a white background in apple white with light grey lines.

    (i.e. it seems to be Slashdotted ;) )

  29. Re: Better way needed by peragrin · · Score: 1

    isn'that the point though? Close off all easy security holes(put some dead bolts on those doors, and poly films to prevent glass breakage) security holes will still exist but will both be harder to take advantage of(robbery at gun pint for keys, social engineering) Or brute forcing passwords.

    *nix's aren't hacked very often in mass groups, yet you put a non patched windows system on the net and it will be pwned by the time you can download the security updates.

    Lock the windows and force the crackers to find other flaws. let them be your Quality control team, and your consumers are used to being beta testers anyways.

    --
    i thought once I was found, but it was only a dream.
  30. i can see.. by Anonymous Coward · · Score: 0

    cool i can see my home IP from there!

  31. yeah... and by spikedvodka · · Score: 2, Interesting

    And why's this so much news?
    Any self-respecting revolutionary knows that you have a distributed network, so that even if a cell goes down, you can still pass messages.

    Hell... I wish IRC could learn from this, I've had enough of netsplits. By rights only the server that goes offline should be affected if it goes down, it shouldn't split the network into 2 massive sections.

    Yeah the image looks nice, and is all "ooohhhh ahhhh" and lends itself to "Hey... that's me", but really "News"? I think not

    Call me when they have an article as to how they got this information

    -1 "Cynical Bastard"

    --
    I will not give in to the terrorists. I will not become fearful.
    1. Re:yeah... and by Anonymous Coward · · Score: 0

      Seriously, two days in a row with non-text articles. 5-7 NEVER FORGET

    2. Re:yeah... and by drew · · Score: 1

      I certainly hope there aren't too people here saying "Hey... that's me!"

      --
      If I don't put anything here, will anyone recognize me anymore?
  32. Mirror by Anonymous Coward · · Score: 0
  33. everybody should have a botnet by Anonymous Coward · · Score: 0

    they are wonderful tools. botnets keep the world running.

  34. Some nice-focal points there by LighterShadeOfBlack · · Score: 1

    ...And people say nobody uses IRC anymore.

    --
    Spelling mistakes, grammatical errors, and stupid comments are intentional.
  35. Tool? by flibuste · · Score: 1

    Anyone knows if there's a tool to check an IP and see if it's part of a botnet?

    1. Re:Tool? by marcosdumay · · Score: 1

      It's called anti-virus :)

  36. Re: Better way needed by Anonymous Coward · · Score: 0

    y y y y y y y y y yes yyyyyyyyes es es yes

  37. Re: Better way needed by Tenebrousedge · · Score: 1

    *nix's aren't hacked very often in mass groups, yet you put a non patched windows system on the net and it will be pwned by the time you can download the security updates. Okay, so *nixes (*nices?) have a better security model. That's good, but how different would things be if we had one vast monoculture of *nix machines? That's the question. Is there a perfect security system that we're getting closer to, or are we just running as fast as we can just to stay in the same place?

    I'm not arguing against increased security efforts. I'm just arguing against draconian methods of doing so, on the basis that they may ultimately be ineffective, in the sense that they would not alter the eventual outcome.
    --
    Those who advocate genocide deserve every protection afforded by law, and none afforded by common human decency.
  38. Hey.... by losethisurl · · Score: 2, Funny

    That looks alot like the map of our network where I am emplo... oh crap...

    --
    Seriously, is it supposed to look like that?
  39. Funny IP: 1.3.3.7 by slysithesuperspy · · Score: 1

    I zoomed in and saw "pimpin.opendns.be" attatched to 1.3.3.7 Has someone been messing with them or something? Anyone else seen any weird ones?

  40. Re: Better way needed by zymano · · Score: 1

    LOL.

    I had a computer error. Swear i didn't write it like that.

    haha.

  41. Really now. by conureman · · Score: 0, Flamebait

    I too, felt violated. It's like the CGI thing in movies. Just because you can, doesn't mean you have to. Useless.

    --
    The cost of that cleanup, of course, will be borne by taxpayers, not industry.
  42. Ant Martha by Tablizer · · Score: 1

    Wow, I can see my house's IP address from the zoom-out. It looks like a little ant from up here.

  43. No need for flash after all by Anonymous Coward · · Score: 0

    Looks like you can get the image right from the guy who collected the data.

    check
    http://www.honeynet.cz/img/big.jpg

    and even http://www.honeynet.cz/img/small-circo.jpg (if you mostly just want to get an idea of what it all looks like)

  44. If he generated a KML file... by EmbeddedJanitor · · Score: 1

    you could hook it up to Google Earth. That would allow Google to do all the pan/joom heavy lifting.

    --
    Engineering is the art of compromise.
  45. Netsplits still happen on IRC? by Anonymous Coward · · Score: 0

    Man, that is certainly very old. I remember using IRC about 15 years ago (dammit I really am getting old) and netsplits happening. It was ever so much fun using them to boot OPs out and so on, but damn... I didn't know that an age old problem was still, an age old problem. I'd have thought that this far on, we'd have implemented (we have already learned) distributed systems. I bet it those guys on Usenet or Google groups that are scuppering distributed information of this kind. PS: I have viagra for sale.

  46. hacker != blackhat by conan1989 · · Score: 1

    hacker != blackhat
    ... come on, this is /. we're smarter then this, we not supposed MSM misinformed terminology

  47. Re:Thanks for posting... 0. = 127. by Anonymous Coward · · Score: 0

    0.0.0.0 is faster than 127.0.0.1 in a CUSTOM BLOCKING (or, speeding up type HOSTS file), because:

    1.) 0.0.0.0 is smaller than 127.0.0.1 (& thus, loads faster from disk)
    2.) 0.0.0.0 occupies less RAM than 127.0.0.1 redirects, especially once it is loaded (into your local DNS cache)

    That's the first set of benefits using 0.0.0.0 yields vs. 127.0.0.1 (savings in initial loads + RAM occupancy)...

    (AND - that's actually pretty "elementary" to understand, just do the math)

    Mainly/Simply because if your HOSTS file is like mine, with 55,000++ entries? You gain 110,000 bytes right off the bat, in my case, in reduced size (for faster loads from disk into RAM initially), + less RAM occupancy (once it is loaded) since 0. is tinier than 127. (on the first octet of BOTH IP addresses, compared side-to-side basically)).

    ----

    Also, iirc? 0.0.0.0 takes less "CPU power" (etc.) to process redirect requests than using 127.0.0.1 (localhost) entry!

    (This last point - I would like clarification on, because I recall that 0.0.0.0 is like a copy > NUL (copying to "insta-trash", vs. making your IP & Network stack have to actually look @ it & see if it can field said requests TO ITSELF (vs. the servers you block)).

    APK

    P.S.=> Blocking adbanners, even if NOT 'infested/infected' as many have been the past few years now (& many "famous" sites online, including Fortune 100/500 companies no less due to javascript &/or iFrame exploits in banners or just malicious code on website pages) speeds you up too!

    Webmasters &/or Adbanner folks may not like this, but, I pay for my online linetime myself & I want ALL of the possible speed I pay for (even if it comes @ their expense) + SECURITY too (due to adbanner infection happening QUITE A LOT the past few years online) by blocking adbanners (HBO Internet/NO COMMERCIALS faster, & safer)!


    First off, you gain by blocking banners in SPEED:

    A.) Your system does not waste time calling out to & loading data across the web from adbanner servers you block (for security AND speed)
    B.) Your system does not waste time resolving blocked sites via your DNS (especially if you use the registry file below as a Windows NT-based OS user)

    (FOR POINT B SPECIFICALLY? Hey- HOSTS &/or LOCAL DNS CACHE = Faster! Even more than a more secure one like OpenDNS &/or ScrubIT DNS for example & simply because they are remote nonetheless, & that, takes time)

    Mainly because local HDD's access that data (for speeding up your fav sites too, NOT just blocking adbanner servers OR known malicious ones by introducing their actual TRUE IP address = URL into your HOSTS file, & even if your DNS servers get poisoned OR go down? You STILL GET TO YOUR FAV. SITES TOO, just faster)

    You can also CHANGE THE ORDER OF SEEK PREFERENCE, on remote DNS server, vs. HOSTS, vs. LocalDNS Cache too even, here in Windows 2000/XP/Server 2003 (possibly VISTA too):

    ----

    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\ServiceProvider]
    "DnsPriority"=dword:00000007
    "HostsPriority"=dword:00000006
    "LocalPriority"=dword:00000005
    "NetbtPriority"=dword:00000008

    Lower #'s = GREATER PRIORITY

    ----

    HOWEVER - Occasinally though, this need change/maintenance (IF you "hardcode" your own HOSTS file to resolve your fav sites... MAINLY, this has one small downside, but it's rare (since sites change hosting providers or network topology in server IP addresses too, etc. on occasion)!

    Using a HOSTS file vs. dns servers? It's just far, FAR, F A R faster than roundtrip URL - to - IP Address resolutions from a DNS server.

    Secondly, you gain MORE IN SPEED STILL, via:

    Nor do you waste CPU time & electricity running any adbanner servers' script code + rendering images in your browser for adbanners, even NON-INFECTING ones (which is DEFINTELY potential

  48. David VOREL, not Voreland. by MadMidnightBomber · · Score: 1
    Is that too much to ask?

    David is lead on the Czech Honeynet Project - http://www.honeynet.cz/?mmenu=home&smenu_int=0&lang=en&vmetr=1

    --
    "It doesn't cost enough, and it makes too much sense."
  49. THIS IS WHAT A BOTNET LOOKS LIKE: by Anonymous Coward · · Score: 0
  50. How do do that? by Dausha · · Score: 1

    A little off topic, but my use of non-text tools is a bit limited. :) How would one go about mimicing the ability to make that Botnet map?

    --
    What those who want activist courts fear is rule by the people.
  51. Re: Better way needed by peragrin · · Score: 1

    there hasn't been a *nx monoculture since the 1970's when it was first developed. Even in Linux you have 4-5 major distributions, with different libraries and software versions.

    There is no monoculture in *nix. There never really was one.

    --
    i thought once I was found, but it was only a dream.
  52. Re: Better way needed by jotok · · Score: 1

    Actually the vast majority of botnet infections right spread by e-mail trojans and drive-by installs. These are not problems firewalls are meant to address. For the latter, you can sandbox your browser or at least keep your patches up to date. For the former, we expect people not to be idiots.

    So, in reality, what you should say is that all the security advice on the planet cannot stop bot activity, no matter how smart people claim to be.

  53. Re:Thanks for posting... 0. = 127. by Anpheus · · Score: 1

    Wow, uhm...

    0.0.0.0 is smaller in RAM than 127.0.0.1 because the numbers look smaller? ... How much RAM do you have that the loading of the ASCII-encoded file is a serious difficulty?