Slashdot Mirror


Cybercrooks Increasingly Use Tor Network To Control Botnets

alphadogg writes "Malware writers are increasingly considering the Tor anonymity network as an option for hiding the real location of their command-and-control servers, according to researchers from security firm ESET. The researchers recently came across two botnet-type malware programs that use C&C servers operating as Tor 'hidden services.' The Tor Hidden Service protocol allows users to set up services — usually Web servers — that can only be accessed from within the Tor network through a random-looking hostname that ends in the .onion pseudo domain extension. The traffic between a Tor client and a Tor hidden service is encrypted and is randomly routed through a series of computers participating in the network and acting as relays."

69 of 99 comments (clear)

  1. I guess I don't know how these things work by beschra · · Score: 1

    Why haven't they been doing this for a long time already?

    --
    It is unwise to ascribe motive
    1. Re:I guess I don't know how these things work by houstonbofh · · Score: 4, Interesting

      No need... Cheap server hosting with little tracking was plentiful. Now, not so much... You see, as they develop new methods, lots of people study and find ways to defeat those methods. So in a small ammount of time, there will be many hackers finding a way to shatter annonomity in TOR. The NSA could not have planned it better.

    2. Re:I guess I don't know how these things work by Anonymous Coward · · Score: 1

      Because many of them are idiotic script kiddies who don't know the first thing about security?

    3. Re:I guess I don't know how these things work by stewsters · · Score: 4, Interesting

      Its pretty easy to take away the anonymity of tor if you could hypothetically record all traffic to and from each computer in the network. You can then see Alice send the message to Carlos who then forwarded it to Bob. Luckily in the US no one is recording every encrypted message you send... oh shit.

      The only way to protect yourself would to use garlic routing and make sure you send a lot of traffic. Turn your bandwidth up. To improve this, you need to create a widely used sharing client for your network to get as many others to create decoy traffic as you can.

    4. Re:I guess I don't know how these things work by houstonbofh · · Score: 2

      Its pretty easy to take away the anonymity of tor if you could hypothetically record all traffic to and from each computer in the network. You can then see Alice send the message to Carlos who then forwarded it to Bob. Luckily in the US no one is recording every encrypted message you send... oh shit.

      Next time you are on TOR look and see where your exit node is. Surprisingly often is it Virginia... Hmm... Is my tinfoil hat on tight?

    5. Re:I guess I don't know how these things work by Immerman · · Score: 1

      And then hackers on the other side find a way to make a more shatterproof alternative, which could really suck for the NSA. After all IIRC Tor is a closed-source NAVY project so it can be reasonably assumed that it includes a military-controlled backdoor, and if the NSA doesn't already have the keys I'm betting they could get them pretty quickly if they wanted them, whether via official channels, blackmail, or other maneuverings.

      --
      --- Most topics have many sides worth arguing, allow me to take one opposite you.
    6. Re:I guess I don't know how these things work by blueg3 · · Score: 1

      You can only do this if the Tor traffic rate is fairly low or through fairly sophisticated correlated-timing attacks. Each layer of indirection wraps the TCP stream in a layer of encryption, so you cannot, in fact, see the same message transit between nodes in a Tor network.

    7. Re:I guess I don't know how these things work by Jane+Q.+Public · · Score: 3, Informative

      "Its pretty easy to take away the anonymity of tor if you could hypothetically record all traffic to and from each computer in the network. "

      Tor was specifically designed to prevent exactly that.

      The vulnerability of Tor is in its exit nodes (where Tor routing ends, and regular internet routing resumes). A third party can snarf all the traffic through an exit router, and (if that traffic is from one person), they might as well have a tap at that person's ISP.

      The difficulty, of course, is that there is no way to tell in advance via which exit router your traffic will exit. So the government's scheme is to monitor as many exit nodes as possible.

      There are two ways to make this more difficult for them: hiding and switching.

      Hiding means increasing the number of Tor exit nodes (preferably vastly increasing it), as well as turning them on and off at random times (I don't mean every few minutes, but more like in blocks of 4-8 hours or so). This makes it more difficult to track traffic through any given exit node. Note, however, that in order for Tor to work effectively while turning nodes on and off like that, it would definitely need many more exit nodes. Hell, it needs lots more anyway.

      By "switching", I mean sending all your HTTP requests via multiple connections through different Tor routes. Because of the wait times to re-align packets, this is not necessarily significantly faster over Tor (as it is when using multiple connections for downloads, as some browsers do), but that is possible. It would mean that only some of your packets are exiting via any given Tor exit node, making tracing your activities much harder.

    8. Re:I guess I don't know how these things work by Electricity+Likes+Me · · Score: 2

      Tor isn't closed source.

      The more pertinent issue is that Tor exit nodes are under no obligations to allow certain types of traffic to exit. So it's perfectly possible to block known malware data. Though not much you could do about Tor running as the malware, but in that regard scanning for unintended Tor processes would be a pretty good red flag.

    9. Re:I guess I don't know how these things work by icebike · · Score: 1

      Its pretty easy to take away the anonymity of tor if you could hypothetically record all traffic to and from each computer in the network. You can then see Alice send the message to Carlos who then forwarded it to Bob. Luckily in the US no one is recording every encrypted message you send... oh shit..

      One has to wonder if this story isn't simply a trial balloon for a world wide campaign against TOR. Get some Slovakian "security researcher" company (that goes out of its way to avoid telling you anything about itself on its website) to publicly worry about TOR, and induce a few press articles. Pretty soon, the government can step in and "protect us" from the evil TOR.

      --
      Sig Battery depleted. Reverting to safe mode.
    10. Re: I guess I don't know how these things work by yahwotqa · · Score: 1

      ESET is actually a somewhat well-known company in malwar protection business, at least in Europe. Still, you might be onto something...

    11. Re:I guess I don't know how these things work by lister+king+of+smeg · · Score: 2

      mine has never popped up in Virginia, it usually pops out in some eastern block country when i use it or japan a couple of time in California.

      --
      ---Saying gnome 3 is better than windows 8 not so much a compliment as it is damning with light praise.
    12. Re:I guess I don't know how these things work by CastrTroy · · Score: 1

      Yeah, but botnets are often controlled with common protocols like HTTP and IRC, because they are simple, and the code already exists, so they don't have to write their own protocols from scratch. So it may not really be that easy to determine if traffic is botnet contol codes or just a regular browser requesting a web page.

      --

      Anthropic principle: We see the universe the way it is because if it were different we would not be here to see it.
    13. Re:I guess I don't know how these things work by tacokill · · Score: 3, Insightful

      The vulnerability of Tor is in its exit nodes
      This is true only if you intended target is on the regular internet and not within Tor itself. The article speaks to hidden services within Tor so exit nodes don't even come into play.

      There are plenty of hidden services inside the Tor network that are far worse than botnet C&Cs and those have been going on for years now. Methinks if there was a way to shutdown bad stuff on Tor, you'd have already heard about it.

    14. Re:I guess I don't know how these things work by hairyfeet · · Score: 1

      While this is true talking to a friend in the state police I frankly wouldn't be comfortable running a tor node or a freenet server as frankly the idea of it really hasn't been tested in a court of law and with the fucked up way many of the CP laws are written you could be looking at decades in PMITA prison if the courts rule against you, awful lot to risk just to be the test case.

      The way it was explained to me was like this...If I hand you a safe and tell you to deliver it, even if you don't have the key, and you willingly deliver it without bothering to find out what is inside and the cops stop you and find the safe full of CP? They can bust YOU for transportation and facilitation, even though you didn't have access to it yourself. According to my friend at the crime lab nobody really knows if the same will apply to Tor and Freenet and the like simply because no court has laid down what does and doesn't apply and how vaguely a lot of these CP laws are written leaves some of the cops saying yes, some saying no, the courts are really gonna have to chime in to get the laws defined as to what and what doesn't count as transportation and facilitation.

      So considering how truly insane the amount of time you can get for getting convicted of anything to do with CP I'd be seriously wary of touching this stuff until the courts stick their 2c in, i don't know about you but i don't have a couple of hundred thou to spend in lawyer fees to fight it, not to mention you can give up working while its going on as nobody wants a pervo working for them. Most of the guys here forget that the laws really haven't caught up with the tech and this is one of those grey areas where the courts haven't laid down a precedent and without one you are literally risking the rest of your life behind bars, that is a hell of a thing to risk just to support Tor or Freenet.

      --
      ACs don't waste your time replying, your posts are never seen by me.
    15. Re:I guess I don't know how these things work by lennier · · Score: 1

      Its pretty easy to take away the anonymity of tor if you could hypothetically record all traffic to and from each computer in the network. You can then see Alice send the message to Carlos who then forwarded it to Bob. Luckily in the US no one is recording every encrypted message you send... oh shit.

      Ding!

      I bet that's exactly what the NSA is doing. And suddenly you've shown me a real legitimate use case for their heavy-hammer total interception approach. The real hardened high-value nasties are in the Tor streams; crack those and it might be worthwhile dragnetting everyone else as collateral.

      Which, crap. I was not wanting to see it like that, but that makes a whole lot of sense from a certain point of view.

      --
      You are not a brain: http://books.google.com/books?id=2oV61CeDx-YC
    16. Re:I guess I don't know how these things work by Aryeh+Goretsky · · Score: 1

      Hello,

      I guess you didn't look very closely at ESET's web site:

      About Page - http://www.eset.com/us/about/profile/overview/

      Contact Page - http://www.eset.com/us/about/contact/

      According to their page on Wikipedia, they have over 800 employees: https://en.wikipedia.org/wiki/ESET

      Hardly obscure, and as for the U.S. government listening to them, they'd have to get in line far, far behind Symantec, McAfee, Trend, etc.

      Regards,

      Aryeh Goretsky

      --
      Dexter is a good dog.
    17. Re:I guess I don't know how these things work by Jane+Q.+Public · · Score: 1

      "The article speaks to hidden services within Tor so exit nodes don't even come into play. "

      YES, BUT...

      I was replying to GP, and GP's comment was NOT about the hidden services within Tor. It was about tracking traffic within Tor.

      My point was that it is not at this time possible to track traffic within Tor. (Unless of course you are monitoring each individual hop and that is impractical at best.) If you want to track Tor traffic, you have to do it at the exit nodes.

    18. Re:I guess I don't know how these things work by tacokill · · Score: 1

      we are saying the same thing

  2. shocking by schneidafunk · · Score: 4, Informative

    In other news, bank robbers are increasingly wearing masks.

    --
    Some people die at 25 and aren't buried until 75. -Benjamin Franklin
    1. Re:shocking by robot256 · · Score: 2

      First thing the police would do is see if they could identify the same person buying spray tan, fauxhawk wig, and fake tattoos in the last month...

    2. Re:shocking by Anonymous Coward · · Score: 2, Insightful

      The best way to rob a bank is... owning one !

      so true, and so wrong, that is not funny :-\

    3. Re:shocking by fustakrakich · · Score: 2

      Yes, and the chosen solution will be to outlaw masks. And we all know that bank robbers will balk at violating that law. But most of today's biggest bank robbers are wearing suits. They are even so brazen to keep an office in that bank with their name on the door!

      --
      “He’s not deformed, he’s just drunk!”
    4. Re:shocking by lgw · · Score: 1

      I bought mine 20 years ago.

      at a gas station in fargo.

      traded a dog for the items.

      The dog had an embedded tracking chip.

      It has been kept in cryogenic stasis, per the secret "freeze dogs traded for disguises or the communists win" law of 1954.

      The dog remembers you and your scent, and will provide positive ID.

      --
      Socialism: a lie told by totalitarians and believed by fools.
    5. Re:shocking by lxs · · Score: 1

      Who I call for black market spray-tan? Do I ask for Mr. Brown?
      Can I live in your reality for a while?

    6. Re:shocking by fustakrakich · · Score: 1

      What, robbing banks from the inside? I suppose it works everywhere.

      --
      “He’s not deformed, he’s just drunk!”
  3. Glorious Leader Obummer by Anonymous Coward · · Score: 1, Insightful

    Fear not Citizen. Glorious Leader Obummer will ban Tor and encryption so that the terrorists can never hurt you again. We now return you back to your regularly scheduled programming: American Idol.

    1. Re:Glorious Leader Obummer by MrEricSir · · Score: 1

      Nah, I'm sure DARPA considered this possibility before deciding to fund Tor.

      --
      There's no -1 for "I don't get it."
  4. Cool. by magic+maverick+ · · Score: 5, Insightful

    Of course, you shouldn't blame Tor for this. I'm sure Freenet could equally be used, but Tor is just easy. Instead, blame the OS manufactures, and the owners of the bot-ridden machines. Seriously. It's your fault if you don't know enough about your car that you ignore the oil light and it seizes up on a highway. And it's your fault if your machine is turned into a cog of part of a greater machine, bending to the whims of some "hacker".

    Maybe it's time to bring back computers with the OS stored in ROM, so that is is reset to a clean state every time the computer is restarted.

    --
    HELP MY ACCOUNT HAS BEEN HACKED BY AN ILLIBERAL ART STUDENT SET TO DESTROY THE INTERWEBZ!
    1. Re:Cool. by houstonbofh · · Score: 1

      Maybe it's time to bring back computers with the OS stored in ROM, so that is is reset to a clean state every time the computer is restarted.

      But how do you safely burn the rom every 4th Tuesday?

    2. Re:Cool. by ADRA · · Score: 2

      Yes, we often blame the victims for crimes, because they're dumb.

      --
      Bye!
    3. Re:Cool. by houstonbofh · · Score: 3, Informative

      Victims passing out in alleys in high crime areas with a Rolex on the wrist? Yes.

      Victims leaving boxes of expensive electronics in the back seat at the mall over the hollidays? Yes.
      Blame the criminal as well, but take precautions. For example, leaving the keys in your car or leaving your car running, is a crime in several staes. When it is stolen, you get a fine, and insurance may not pay out.

    4. Re:Cool. by girlintraining · · Score: 2

      Of course, you shouldn't blame Tor for this. I'm sure Freenet could equally be used, but Tor is just easy. Instead, blame the OS manufactures, and the owners of the bot-ridden machines.

      Actually, you could use magnet links, or any one of a dozen peer to peer services, embedded commands in images on Facebook... the list goes on. The vulnerability isn't Tor, it's the fact that the entire internet is a giant peer to peer network. And Tor wouldn't be in such wide use if not for (wait for it) Governments dumping mass amounts of money into spying on people. And the more they do that, the more people who legitimately just want privacy to do ordinary and perfectly reasonable things are turning to these technologies. It's like how the war on ________ has ensnared innocent people who just want their _______, but because the government had a shit fit, they have to engage in business transactions with criminals instead of proper business people. We've been making this mistake since the 1800s and the Prohibition -- and don't worry, it's not just the United States. It's pretty much all the governments of the world contributing to this problem.

      Now, as far as blaming the user... considering some of these exploits consist of "visit a webpage" to get infected, I don't think that's a valid position to hold. Users need to be responsible for their computers, sure, but we cannot expect them to have deep knowledge of the inner workings of a computer. Computers, unlike cars, don't have oil lights that come on when it's low on the secret sauce that prevents malware. And your computer, unlike a car, can very well seize up on the (information) highway for no good reason. So your car analogy, while a noble attempt to continue the tradition here on Slashdot, is busted.

      --
      #fuckbeta #iamslashdot #dicemustdie
    5. Re:Cool. by Kazoo+the+Clown · · Score: 1

      If the NSA wasn't sitting on OS bugs because they want back doors, instead of reporting them, there probably wouldn't be so many infected machines to run as botnets.

    6. Re:Cool. by John+Bokma · · Score: 1

      Maybe it's time to bring back computers with the OS stored in ROM, so that is is reset to a clean state every time the computer is restarted.

      Yeah, that worked very well for RISC OS, right? Or were you one of its users who actually believed that it was virus-free?

    7. Re:Cool. by MMC+Monster · · Score: 1

      And it's your fault if your machine is turned into a cog of part of a greater machine, bending to the whims of some "hacker".

      Actually, that sounds pretty cool. Like there's a higher purpose in my computer's existence.

      And aren't we all just cogs in the greatest machine there is, creation?

      --
      Help! I'm a slashdot refugee.
    8. Re:Cool. by rossjudson · · Score: 1

      If someone hacks into your car through the always-on wireless interface (that's so popular with new cars these days) and fires a command at your anti-lock brakes, is that *your* fault, as a driver?

      Exactly when does an owned box "turn on the oil light" and let the user know they should fix it?

    9. Re:Cool. by Splab · · Score: 1

      I'll be sure to check the malware light and virus light when I start my computer...

    10. Re:Cool. by lister+king+of+smeg · · Score: 1

      we live ins computer controled civilization willful ignorance of how to use them is a major problem.
      car ananlogy

      We expect people who own a car to be trained to drive it, and part of the training is basic maintenance and knowledge of how it works. people know how to change out spark plugs and add fluids swap light bulbs put in new filters change a tire etc.

      but with computers they don't bother to learn the don't want to learn and the actively avoid training. they don't want lo learn how to secure their computer the don't want know any of it they want to just click the magic box and have it do things for them. that is bad

      --
      ---Saying gnome 3 is better than windows 8 not so much a compliment as it is damning with light praise.
    11. Re:Cool. by Threni · · Score: 1

      This, but without the sarcasm.

      Like the policemen talking about the woman who drink 20 gin and tonics and claimed she'd been spiked with rohypnol. What were you doing drinking 20 alcoholic drinks? Which one do you think was spiked?

    12. Re:Cool. by Pubstar · · Score: 2

      I blame them for having no taste and buying a Pinto.

    13. Re:Cool. by eennaarbrak · · Score: 1

      Instead, blame the OS manufactures, and the owners of the bot-ridden machines. Seriously. It's your fault if you don't know enough about your car that you ignore the oil light and it seizes up on a highway.

      Well, if an idiot ignores his oil light and ends up stranded on the highway, that is generally his problem. If an idiot allows a bot to run on his server, that becomes everybody's problem.

  5. Well, so much for Tor. by kheldan · · Score: 2

    As if the powers-that-be weren't already looking for excuses to criminalize Tor, shut it down, and arrest people involved with it, now it's a certainty. Between overtly oppresive governments wishing to further tighten their grip on their citizens, and the U.S. and other Western countries wanting to destroy every notion of privacy for it's citizens and spying on everyone, this is just the excuse they all need to start black-bagging Tor operators and users. Thanks so much, assholes, for further ruining the world for everyone.

    --
    Are YOU using the TOOL, or is the TOOL using YOU? Think about it!
    1. Re:Well, so much for Tor. by Anonymous Coward · · Score: 1

      If the NSA wanted to kill Tor, they would stop funding it.

      This activity is not enabled by Tor. Criminals controlling lots of computers can make their own anonimizing proxy out of compromised computers, or use some other comparable service. Tor is simply easier to use, and legal, so it benefits those who follow the law.

      This just in: bribes use to control police and politicians: the powers-that-be are looking to outlaw money (and the internet, and guns, and cars, and fertilizer...)

    2. Re:Well, so much for Tor. by Desler · · Score: 1

      You do realize that in 2012, 80% of the Tor Project's funding was from the US Government, right? If they wanted to kill it they need to do nothing more than defund it.

    3. Re:Well, so much for Tor. by icebike · · Score: 2

      You do realize that in 2012, 80% of the Tor Project's funding was from the US Government, right? If they wanted to kill it they need to do nothing more than defund it.

      Originally conceived to allow un-censored access for people behind state sponsored firewalls, it has now become just another microphone bugging the net. All good things in Washington become corrupted.

      Just today there is a story on how companies are forced to turn SSL keys. http://news.cnet.com/8301-13578_3-57595202-38/feds-put-heat-on-web-firms-for-master-encryption-keys/

      And in spite of their posturing, your representatives rolled over once again just yesterday.

      --
      Sig Battery depleted. Reverting to safe mode.
    4. Re:Well, so much for Tor. by Seumas · · Score: 1

      Did Tor ever get any better? I tried using it many (ten?) years ago and while I appreciated the concept, it was miserable in practice. It literally took minutes for a page of text to load or for a single little button icon to load. I don't think I ever let an entire page load before I just finally gave up and uninstalled it.

    5. Re:Well, so much for Tor. by meta-monkey · · Score: 1

      That's an expensive honeypot.

      --
      We don't have a state-run media we have a media-run state.
    6. Re:Well, so much for Tor. by tacokill · · Score: 2

      I don't mean to point out the obvious but what makes you think the entity who created Tor (US Armed Forces, Navy) wants to shut it down?

      Or did you not realize that part of Tor's funding comes from the US government itself?

  6. Anonymity and you by intermodal · · Score: 5, Insightful

    Anonymity is a powerful force. In both directions. The anonymous writings of the late 18th century were every bit as powerful as a masked bandit.

    I, for one, do not consider the risk of Tor to be greater than the benefit.

    --
    In SOVIET RUSSIA... erm...NSA AMERICA, the Internet logs onto YOU!
    1. Re:Anonymity and you by icebike · · Score: 1

      As long as you realize its fully compromised by the NSA, you are probably correct.

      --
      Sig Battery depleted. Reverting to safe mode.
    2. Re:Anonymity and you by lgw · · Score: 1

      I see you didn't get the memo and are still wearing a tinfoil hat. HAARP is all a distraction, the real government mind control machines are underground. Only tinfoil shoes can help you - the hat just reflects and doubles the effect, which is why the government started the rumors in the first place!

      --
      Socialism: a lie told by totalitarians and believed by fools.
    3. Re:Anonymity and you by intermodal · · Score: 1

      I never doubted that it was likely compromised. I'd just rather see it exist than not.

      --
      In SOVIET RUSSIA... erm...NSA AMERICA, the Internet logs onto YOU!
  7. Before I flame by ADRA · · Score: 2

    I have a suggestion instead. Build a tor like tool but mandate personal key exchange between known parties. This would strengthen the security of the service, and it would be possible to segment bad actors from people seeking true anonymity. If I welcome job drug dealer to my networks (say by monitoring edge transactions) I may decide to pull my permission for some key's nodes to connect to mine. Problems solved and we can burn out the pedo's, criminals, and all those nasty folks who's agenda's I disagree with.

    --
    Bye!
    1. Re:Before I flame by houstonbofh · · Score: 2

      Check out Retroshare. It does exactly this. http://retroshare.sourceforge.net/

      A quick article about it. http://www.linuxadvocates.com/2013/06/retroshare-for-paranoid-in-you.html

  8. Tor is for terrorists by Anonymous Coward · · Score: 1

    Remember, Citizen, the mere act of using Tor is reason enough to suggest that you could be doing something illegal which gives the police probable cause to send in a SWAT team. Anyone using Tor is a potential terrorist or paedophile otherwise they wouldn't have anything to hide. Welcome to the no-fly list.

    1. Re:Tor is for terrorists by Desler · · Score: 2

      Then the US government better stop being the source of 80% of the project's funding.

    2. Re:Tor is for terrorists by fredrated · · Score: 1

      Tor is for torrorists.

  9. At least there's one benefit... by Gman2725 · · Score: 2

    I wondered why browsing over Tor had been getting so much faster lately. I guess these guys have at least some of their slaves set up as relays, in effect adding capacity to the network. Honestly not sure if I'm joking though because it almost makes sense.

  10. Re:What is wrong with being anonymous? by Desler · · Score: 1

    And a terrorist pedo at that.

  11. Alarmist journalism by joeflies · · Score: 3, Insightful

    The article found two examples of using Tor, and had already identified one from the past. That's the justification for the "increasingly using Tor" headline? Then again, I'm surprised that they didn't run with a headline of "Malware using Tor Doubled!"

  12. Re:NSA still funding to? I don't think so... by Desler · · Score: 3, Informative

    Nope it was the U.S. Naval Research Lab that was the original sponsor. Also as of 2012, 80% of their funding was still from the U.S. government.

  13. Re:To be expected by icebike · · Score: 1

    Perfect anonymity is always a goal for hackers

    NSA guy hiding as AC these days? Sheesh, how far you've sunken.

    --
    Sig Battery depleted. Reverting to safe mode.
  14. Re:NSA still funding to? I don't think so... by Desler · · Score: 1

    No what you saw was funding from the US government not the NSA. Nowhere in their lists of sponsors or their annual reports is the NSA mentioned.

  15. Re:NSA still funding to? I don't think so... by Desler · · Score: 1

    And no, not even a couple of months ago was that said on their site either.

  16. Ummm, yeah ... by gstoddart · · Score: 2

    Malware writers are increasingly considering the Tor anonymity network as an option for hiding the real location of their command-and-control servers

    Isn't it kind of obvious that if you build something designed to try to make you anonymous that people will try to use that anonymity for shady reasons?

    I'm not saying we shouldn't have anonymous data, but I don't think this observation is exactly new -- I've always assumed this was the case with Tor.

    --
    Lost at C:>. Found at C.
  17. Re:NSA still funding to? I don't think so... by Threni · · Score: 1

    It's WikipediaMan!

    NSA? CIA? "US Naval Research Lab"? Whatever. The authorities. The people who want to ensure things don't change because for those guys and their rich friends there's no recession, no energy crisis, no job insecurity, no risk from "terrorism" etc.

  18. Re:What is wrong with being anonymous? by meta-monkey · · Score: 1

    I believe the pejorative you're looking for is "secret muslim terrorist pedo communist."

    --
    We don't have a state-run media we have a media-run state.
  19. Re:What is wrong with being anonymous? by lgw · · Score: 3, Interesting

    The main use of TOR seems to be buying drugs. Clearly he's a drug-dealer terrorist pedo! And a hacker.

    Back when /. was young and dinosaurs walked the earth, some pundit predicted the "four horsemen of the internet apocalypse": terrorists, pedos, drug dealers, and hackers. Every freedom the internet provided would be removed over time because for each freedom the public could be sufficiently scared by one of the four horsemen.

    Sadly that was overly optimistic, having underestimated the power of the copyright lobby.

    --
    Socialism: a lie told by totalitarians and believed by fools.