Slashdot Mirror


Feds Hack Wireless Network in 3 Minutes

xs3 writes At a recent ISSA (Information Systems Security Association) meeting in Los Angeles, a team of FBI agents demonstrated current WEP-cracking techniques and broke a 128 bit WEP key in about three minutes. Special Agent Geoff Bickers ran the Powerpoint presentation and explained the attack, while the other agents (who did not want to be named or photographed) did the dirty work of sniffing wireless traffic and breaking the WEP keys. This article will be a general overview of the procedures used by the FBI team.."

501 comments

  1. Not too surprising by SeanTobin · · Score: 0, Offtopic

    They didn't do a full brute force on the key (which takes around a gig of captured packets and a few cpu-hours to do). What they did was exploit the fact that many wireless AP's allow you to select a pass-phrase and generate a set of keys from that. They then ran a dictionary attack against the pass-phrases and checked the resulting keys. Not a bad job, but they could do much better. Here's how:

    First, the first 24 bits of the key are transmitted in clear text. This allows you to narrow the field of keys by 2^24. Not too useful on its own - but...

    Secondly, pre-compute the keys of all words in a dictionary attack. Select only the resulting keys whose first 24 bits match your target. You now have ((dictionary size*4) / 2^24) keys to check through. (dictionary size is multiplied by 4 since most AP's allow you to select one of four keys for any given pass-phrase.)

    Now, this will handle most novices who setup their router with a weak passkey. For defense against this attack, simply don't use a password/phrase. MD5ing a certain length of /dev/urandom and using that as a passkey is almost certain to thwart this attack, although it can still be brute forced with enough captured data and cpu time.

    Of course, if you really care about people sniffing your traffic, you should be using ipsec anyway.

    --
    Karma: SELECT `karma` FROM `users` WHERE `userid`=138474;
    1. Re:Not too surprising by Anonymous Coward · · Score: 5, Informative
      Wow, you didn't read the article did you?

      They didn't do a dictionary attack. What they did was use aircrack that uses a statistical method to crack the key. You need lots and lots of packets and they got those using void/deauth and a replay attack. It's all in the article.

      Also, you also only need one packet to brute force a key.

    2. Re:Not too surprising by Qzukk · · Score: 5, Informative

      I only managed to get to the third page of the useless article (seriously people, put more than 2 paragraphs on a page!)

      But so far I have "He encrypted the access point with a 128 bit key--made by just keying in random letters and numbers." which makes me wonder if they actually used a dictionary attack...

      Finally loaded the 4th page. Apparently they knocked an authorized user off the AP repeatedly and collected the resulting flood of reauthentication packets, plus used packet replay attacks to get the AP to respond to replayed ARP requests (apparently they are easy to spot in a pcap dump despite encryption). This gave them all the IVs they needed to crack the key.

      --
      If I have been able to see further than others, it is because I bought a pair of binoculars.
    3. Re:Not too surprising by Cruithne · · Score: 5, Funny

      What is surprising is that such a l33t cr3w used powerpoint for their presentation :/

    4. Re:Not too surprising by Flying+Purple+Wombat · · Score: 2, Interesting

      Interesting post, too bad I used up my mod points earlier today.

      Question: what is a suitable length for a random passkey? I always use random strings for stuff like this, but wonder how long they should be.

      --
      If God had meant for man to see the sunrise, He would have scheduled it later in the day.
    5. Re:Not too surprising by NardofDoom · · Score: 2, Interesting
      Sure, you could md5 some random string... if you didn't want to remember it.

      Or you could use someone's handy-dandy Random Password Generator and come up with something you'll actually remember.

      </shameless plug>

      --
      You have two hands and one brain, so always code twice as much as you think!
    6. Re:Not too surprising by Taladar · · Score: 1

      As long as possible.

    7. Re:Not too surprising by Dr.+Evil · · Score: 2, Interesting

      Establishing plausible deniability for an upcoming information leak scandal.

    8. Re:Not too surprising by AppyPappy · · Score: 5, Funny

      Bull. They just walked around looking under keyboards.

      --

      If you aren't part of the solution, there is good money to be made prolonging the problem

    9. Re:Not too surprising by flibuste · · Score: 4, Insightful

      Random password generator? On a website? And it's not logging my IP and the password it has generated for me? I would have to be paid to believe this

      Seriously, how secure is that?

    10. Re:Not too surprising by QuietLagoon · · Score: 5, Informative
      I only managed to get to the third page of the useless article (seriously people, put more than 2 paragraphs on a page!)

      I always click on the printer-friendly format. That usually gives you the article and pictures on one continuous page.

    11. Re:Not too surprising by afd8856 · · Score: 1

      I didn't check the website, but if it would use a "clean" javascript generator, it wouldn't be possible to record your generated password.

      --
      I'll do the stupid thing first and then you shy people follow...
    12. Re:Not too surprising by Anonymous Coward · · Score: 2, Informative

      Sure, you could md5 some random string... if you didn't want to remember it.

      Or you could use someone's handy-dandy Random Password Generator and come up with something you'll actually remember.


      When it comes to passwords that tend to be set and forget for a while or only entered once for the lifetime of any given password, I would prefer to take advantage of the full key space.

      For passwords that require daily entering by myself, I prefer 9-11 character random alphanumerics. At the moment I'm using about 5 different ones like this and remember them all.

      I guess it depends on what you're protecting and how paranoid you are.

    13. Re:Not too surprising by baudbarf · · Score: 1

      Well... it WOULD be possible, actually. Personally, I'd use the technique of requesting an image from my web server using the generated password as a GET variable.

      --
      You can run but you can't hide, except, apparently, along the Afghan-Pakistani border.
    14. Re:Not too surprising by alexandreracine · · Score: 0

      Well, there is one thing that they did not think of! The site is now under the slashdot attack. oh... tomsnetworking.com is not FBI? My bad.

      --
      No sig for now.
    15. Re:Not too surprising by m50d · · Score: 1

      30 characters alphabetical non-dictionary. 20 if you mix in some numbers and one alphanumeric. Probably less if it's completely random ascii.

      --
      I am trolling
    16. Re:Not too surprising by NardofDoom · · Score: 3, Informative

      Don't trust me? Download the source and run it yourself. Or use the Javascript. Or ride the camel.

      --
      You have two hands and one brain, so always code twice as much as you think!
    17. Re:Not too surprising by normal_guy · · Score: 3, Funny

      I'm suprised you're not using shielded VGA cables to prevent direct snooping of your screen, Steven.

      --

      Linux: Free if your time is worthless.
    18. Re:Not too surprising by HvitRavn · · Score: 1

      What should they have used instead? And depending on your answer, would it be substantially faster to create a presentation for/in the given software?

    19. Re:Not too surprising by smittyoneeach · · Score: 1

      What about the light-sensitive panel, cleverly disguised as a wall, behind Steven, that has been collecting everything shown on the screen for the last __ years?
      Or are we still keeping that on the down-low?

      --
      Get thee glass eyes, and, like a scurvy politician, seem to see things thou dost not.--King Lear
    20. Re:Not too surprising by Anonymous Coward · · Score: 0

      Now thats one of the best tips I've read in a long time. Cheers bud!

    21. Re:Not too surprising by fshalor · · Score: 1

      Keynote or beamer/lyx

      yes.

      And it would look better.

      --
      -=fshalor ::this post not spellchecked. move along::
    22. Re:Not too surprising by PalmMP3 · · Score: 0, Funny
      Wow, you didn't read the article did you?

      You must be new here...

      --
      Laughter is the best medicine, but in certain situations the Heimlich maneuver may be more appropriate.
    23. Re:Not too surprising by elgatozorbas · · Score: 2, Informative
      To you and other replies making fun of him, IMHO parent was right.

      Maybe in this case, where you can download the source etc, his suspicion was unnecessary, but the reason why people ever get in security problems is exactly by _not_ thinking like him. Especially in this case: I would NEVER let my password leak out in such a foolish way as letting it be generated by an (unchecked) on-line source. Best way to let someone else know your password before you even do.

    24. Re:Not too surprising by Anonymous Coward · · Score: 0

      "... Wow, you didn't read the article did you?..."

      As the previous post said: you must be new here. And another clue would be you should have said:
      Wow, you didn't RTFA! Which is not suprising here at /.

    25. Re:Not too surprising by Anonymous Coward · · Score: 0

      Keynote costs about $1000 more and runs a lot slower (factor in outrageously expensive and slow Apple hardware).

    26. Re:Not too surprising by jp10558 · · Score: 1

      IDK, Has anyone given serious thought to using something like HTML + CSS media .projection style? Like in Opera Show?

      www.opera.com/support/tutorials/operashow/

      --
      Opera, Proxomitron-Grypen,GPG 0x0A1C6EE3
    27. Re:Not too surprising by Smurf · · Score: 1
      Keynote costs about $1000 more and runs a lot slower (factor in outrageously expensive and slow Apple hardware).


      Well, this troll was kind of funny, so I'll bite.

      First, as you can read here, " many of the computer security folks back at FBI HQ use Macs running OS X, since those machines can do just about anything: run software for Mac, Unix, or Windows, using either a GUI or the command line. And they're secure out of the box. In the field, however, they don't have as much money to spend, so they have to stretch their dollars by buying WinTel-based hardware."

      So they were giving their demo using Windows XP because they are poor, but they actually prefer Macs.

      Second, you can get Keynote and Mac hardware that will run it flawlessly for far less than $1000. Even portables, although you may have to settle for a second hand one. (Or get an edu discount for an iBook, etc).

      Third, since you haven't used Macs seriously recently (if ever), you can't really say they are slow. Leave those claims to people who actually know what they're talking about.

      And last, even if a particular Mac is slow by today's standards, that is actually a moot point since you don't need a lot of power to run a decorous Keynote (or PowerPoint) presentation.
    28. Re:Not too surprising by Anonymous Coward · · Score: 0

      Alternating vowels & consonants compromises the randomness.

      But then, using any web form over a non-secure HTTP session is automatically compromised.

    29. Re:Not too surprising by Master+of+Transhuman · · Score: 1


      Really?

      And where do you FIND the "printer-friendly format" on Tom's Networking?

      I looked all over the damn page. Not visible. Point it out to me.

      They WANT you to page through five fucking pages of their goddamn ADVERTISING to read anything on their site.

      Then they wonder why their advertising revenues dry up and the site blows away...

      Fucking morons.

      --
      Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
    30. Re:Not too surprising by Master+of+Transhuman · · Score: 1


      On another look, I finally found the TINY, TINY printer image next to the heading.

      Which does not obviate my complaint in any way.

      Nitwits.

      --
      Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
    31. Re:Not too surprising by QuietLagoon · · Score: 1
      And where do you FIND the "printer-friendly format" on Tom's Networking?


      Just the the right of the "The Feds can own your WLAN too" title of the article is a little printer icon.

      Some site use the phrase "printer friendly", some just use the icon. Some use both.

      Take a deep breath, calm down, click on the printer icon, and enjoy the article. :-)

    32. Re:Not too surprising by Hrrrg · · Score: 1

      Isn't WPA2 supposed to start becoming commonplace by now?

    33. Re:Not too surprising by fshalor · · Score: 1

      More importantly, there's not the click----(delay)---response of Powerpoint. I know you can probably turn it off, but I *ALWAYS* get annoyed at the delay of PPt.

      PDF's in preview from lyx either manual or using beamer are instantanrous page switched on my aging g3 700 iBook.

      Keynote switches occur just as you hit the key.

      And the poster who flamed about the cost of keynote vs ppt vs Lyx/latex is also missing a few figures.

      1. wintel laptop: $1000
      2. FULL version of office $500 (you *need* if for scientific formulas, else you get into trouble sometime.)
      3. Mathtype or other real equation editor for the office app, since equation editor bundled sucks major wind. $300 or so.

      Latex on a PII 300 with linux : about $300 and an hour to learn how to use beamer.

      --
      -=fshalor ::this post not spellchecked. move along::
    34. Re:Not too surprising by flibuste · · Score: 1

      Oh..It's not that I don't trust you personnaly. Thanks for the code, that's what open source is all about.

      But you have to admit that trusting a web site to generate passwords is very low on the scale of security...

  2. First DEAD BEEF by jargoone · · Score: 5, Funny

    Note to self: change WEP key to something other than "DEADBEEFDEADBEEFDEADBEEFDE".

    1. Re:First DEAD BEEF by Tackhead · · Score: 5, Funny
      > Note to self: change WEP key to something other than "DEADBEEFDEADBEEFDEADBEEFDE".

      Note to poster: DEADFEDDEADFEADDEADFED is also a poor choice.

    2. Re:First DEAD BEEF by jargoone · · Score: 5, Funny

      Note to poster: DEADFEDDEADFEADDEADFED is also a poor choice.

      Indeed it is. It's several characters too short.

    3. Re:First DEAD BEEF by British · · Score: 2, Funny

      Alternate Wep key(er, something like this): BA DB 0B 13 37 (bad bob leet)

    4. Re:First DEAD BEEF by Dimentox · · Score: 1

      OMG, How did you guess my WEP key? Guess ill have to go back to 0000. Or was that my Luggage?

      --
      string sig = llGetSig("dimentox"); llSay(0,sig);
    5. Re:First DEAD BEEF by cp.tar · · Score: 2, Funny
      Note to poster: DEADFEDDEADFEADDEADFED is also a poor choice.

      You don't want typos in your WEP key now, do you?

      --
      Ignore this signature. By order.
    6. Re:First DEAD BEEF by karnal · · Score: 1

      Your luggage is 1-2-3-4-5.

      Thanks, have a nice day...

      --
      Karnal
    7. Re:First DEAD BEEF by mrgreenfur · · Score: 3, Funny

      Whats the deal with dead beef?

      At the school I go to the wireless gateway for campus's MAC is DEADDEADBEEF.
      Is this just a popular phrase to spell with hex?

    8. Re:First DEAD BEEF by intangible · · Score: 0, Offtopic

      Somehow, I read "Bad Boob" in there.

    9. Re:First DEAD BEEF by RFC959 · · Score: 5, Interesting

      Is this just a popular phrase to spell with hex?


      Pretty much. It does have some historical meaning, although most people are probably unaware of it. See DEADBEEF in the Jargon File.
    10. Re:First DEAD BEEF by coreman · · Score: 1

      I thought everybody used DEADBABE... no? Guess I'm safe for a while...

      doh!

    11. Re:First DEAD BEEF by Matt_Joyce · · Score: 1


      "Note to self: change WEP key to something other than "DEADBEEFDEADBEEFDEADBEEFDE"."

      you too eh ?
      and i though I was being clever with my used-to-name-my-novell-network magic.

  3. WEP = weak by null+etc. · · Score: 4, Insightful

    WEP was almost a weak afterthought for wireless technology. This is just a demonstration of why WEP users should switch to WPA.

    1. Re:WEP = weak by gad_zuki! · · Score: 5, Insightful

      Is WPA a solution? WPA is just as, if not more, susceptible to a dictionary attack because its password based. WEP isnt usually, but in this case they were using a dictionary attack to crack APs which generate keys from english words. Like Linksys does.

      More info here.

    2. Re:WEP = weak by null+etc. · · Score: 1
      WPA is just as, if not more, susceptible to a dictionary attack because its password based.

      One problem is that many routers allow the user to enter a "password", which is then hashed into a WEP key. I personally know several people who use passwords to generate their WEP key.

    3. Re:WEP = weak by C10H14N2 · · Score: 3, Interesting

      This is a demonstration of why anything that is not isolated should be treated as inherently insecure.

      Put the AP on the outside of the firewall and your network security is no more compromised than it is by simple fact of being connected to the internet in the first place. Your internet connection is FAR more dangerous. Secure yourself against that and treat any wireless connection no differently.

      I use WEP _purely_ to limit leeching, nothing more. Beyond that, I don't see the point in bothering worrying about it, since if your primary network connection is LESS secure than your WiFi connection, you have MUCH bigger problems. Bandying around about encrypted APs just seems pennywise in that context. I mean, would you feel terribly secure if your wired network connection was absolutely secure for 500ft from your building and totally wide open at either end? Seems rather pointless to me and that is EXACTLY what you have with WiFi. Who the fsck cares and if so why?

    4. Re:WEP = weak by BJZQ8 · · Score: 2, Funny

      How will Windows Product Activation help us?

    5. Re:WEP = weak by Anonymous Coward · · Score: 0
      but in this case they were using a dictionary attack to crack APs which generate keys from english words.

      No they aren't. They used aircrack.

    6. Re:WEP = weak by Serveert · · Score: 2, Informative

      Sniffing WEP traffic allows you to better determine the session key, sniffing WPA key won't help you since the session key is regenerated regularly. Of course the WPA PSK(private shared key) is susceptible but just choose a large random key and you're fine.

      --
      2 years and no mod points. Join reddit. Because openness is good.
    7. Re:WEP = weak by Lumpy · · Score: 5, Insightful

      My WAP is directly connected to my internal network and has NO WEP enabled or anything else. it's "wide open" and it's more securethan any company wireless access point I have ever seen.

      If you can not recieve the signal, you can access or hack it. My home has aluminum siding with aluminum screening. my accesspoint is in the basement on the street side with another sheet of aluminum 1 wavelength away from the antennas in the direction of the street.

      so far even holding a wireless card AGAINST the windows screens will give you no signal, you must be in the house to get a signal, and then it's strong.

      The first thing in security is to make sure that your wireless signal is not going places you do not want it to.

      --
      Do not look at laser with remaining good eye.
    8. Re:WEP = weak by Anonymous Coward · · Score: 0

      Maybe if you are lucky to have that stuff in place already, no fortune 500 company I've ever worked at has made structural changes to secure wireless, they just add more security on the lan side so wireless users must auth to access internet or lan.

    9. Re:WEP = weak by festers · · Score: 1

      Sounds like you've taken the "tin-foil hat" theory and applied it to your house. Brilliant! :)

      --


      -------
      "Every artist is a cannibal, every poet is a thief."
    10. Re:WEP = weak by Anonymous Coward · · Score: 0
      So I tap your phone line or cable TV and use half of the pair as an antenna.

      Owned.

    11. Re:WEP = weak by BorgCopyeditor · · Score: 1

      It also prevents your brain waves from "leaking" into the street where unmarked vans with parabolic superconducting electromagnet arrays can focus and decrypt them.

      --
      Shop as usual. And avoid panic buying.
    12. Re:WEP = weak by thgreatoz · · Score: 1

      That's "pwned".

      --
      When their numbers dwindled from 50 to 8, the dwarves began to suspect Hungry.
    13. Re:WEP = weak by Anonymous Coward · · Score: 0

      dare you.

      you OBVIOUSALLY dont know a thing.

      tap the CATV, oops cince most net acces is via CATV you just hozed it. oh and forget about the voltages in there. Yup DC voltage cook that card. Telephone... ring voltage is 90VAC and battery is around 24 and high watts.

      come back later kiddie when you havew some skillz

    14. Re:WEP = weak by Anonymous Coward · · Score: 0
      Wow. Just.. .. Wow.

      The goal isn't to leave the WAN link intact, the goal is to access computers in the protected area which are behind NAT. Clip a fax line or an inactive alarm circuit and hang off one of the pairs. You're not dealing with voltage since you're not even connected to the PSTN. Just because you aren't smart enough to succeed, don't think that the rest of the world isn't.

    15. Re:WEP = weak by Anonymous Coward · · Score: 0

      "come back later kiddie when you havew some skillz"

      Like typing, spelling, and grammar?

    16. Re:WEP = weak by Anonymous Coward · · Score: 0

      I heard that originally WEP was limited to 64 bit in the USA because that government doesn't allow strong Cryptographic technology. But when they found out it was easy to crack, they allowed 128bit. Anyone know if that is true?

      I guess that is why OpenBSD has to be compiled outside the USA in "free" countries that allow stronger cryptographic measures. So, hum, does that mean US software companines are at a disadvantage for encrypting passwords and things like implementing TCP/IP stacks? All because the government doesn't want you to export too strong (ie read crack your) encryption.

    17. Re:WEP = weak by Anonymous Coward · · Score: 0

      "...oops cince most net acces is via CATV you just hozed it...."[sic]

      How many home users have a CAT5 cable connecting them to their ISP? None, I'm sure. It is usually a phone line or a coax cable.

    18. Re:WEP = weak by Anonymous Coward · · Score: 0

      CATV being the well-known shortening of Cable TV. I'm surprised you didn't figure that one out.

    19. Re:WEP = weak by infinii · · Score: 1

      Tell me, was it fun making the movie Conspiracy Theory with Julia Roberts. Is she really a bitch?

    20. Re:WEP = weak by wyncollier · · Score: 1

      Good one. That had me cracking up for a while.

    21. Re:WEP = weak by Anonymous Coward · · Score: 0

      Of course, the three-letter agencies have had a backdoor to your tinfoil house installed...

    22. Re:WEP = weak by Cervantes · · Score: 1
      Yeah, but that won't protect you from someone who's overhead.... perhaps The Democrats in the Moon!

      Or the aliens. What about the aliens who want to hack your WAP? I've heard about them....

      --
      If I knew the wedgies I gave you back in 6th grade would have resulted in this . . . I might have taken a moments pause.
  4. How is this news? by Nintendork · · Score: 4, Insightful

    Do we really thing the FBI is so ignorant that they aren't aware of WEP and WPA cracking utilities?

    1. Re:How is this news? by LiENUS · · Score: 1

      The FBI as of yet has not made any announcements to any projects involving WiFi. One of the key things about WiFi is that as of right now you are pretty much untraceable. Their next step is to do data logging, and then finally triangulation of the location of a given user on a WiFi network.

    2. Re:How is this news? by Atryn · · Score: 1
      Their next step is to do data logging, and then finally triangulation of the location of a given user on a WiFi network.
      One problem with that idea... triangulation only works if you are communicating with 3 geographically diverse AP's... How often are you on a WiFi network and doing that?
      --
      Come play Moral Decay!
    3. Re:How is this news? by LiENUS · · Score: 2, Insightful

      Why would htey need 3 geographically diverse AP's, the wireless nic's broadcast uniformly, there is no directionialization. 3 geographically diverse listening stations should be enough to triangulate someones location.

    4. Re:How is this news? by Anonymous Coward · · Score: 0
      FTA:
      The FBI demonstrated this attack to the computer security professionals at the ISSA meeting in order to show the inadequate protection offered by WEP. It is one thing to read stories of WEP being broken in minutes, but it is shocking to see the attack done right before your eyes. It was fast and simple.
    5. Re:How is this news? by afidel · · Score: 1

      That would only be true if the antenna on your card was a perfect omni. It's not. However it might be close enough for it not to matter over short distances like what would typically be involved in a mobile 802.11 network. Still you only need two recievers to triangulate a position, the third point is the source.

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
    6. Re:How is this news? by ignorant_newbie · · Score: 1

      >and then finally triangulation of the location of
      >a given user on a WiFi network.

      heh. given the size of most wifi networks, ( i.e., just slightly larger than the coffee shop ) wouldn't it be easier to just walk around and look over everyone's shoulders at their screen ?

    7. Re:How is this news? by |<amikaze · · Score: 1

      Still you only need two recievers to triangulate a position, the third point is the source.

      Not true. Grab a piece of paper. Draw three dots on it, preferably in a triangle and not in a straight line. Pick one of them to be the source, and the other two to be the APs. Grab a compass (or just do it by hand) and draw a circle who's centre is at one of the access points, and who's radius touches the source. Do the same for the other AP. You'll notice that these two circles intersect in two places, resulting in an ambiguity.

      If you throw a third AP into the mix though, you'll see that all three of them intersect at the same spot, the signal source.

      For getting a measurement in n-dimensions, you need n+1 sources. That's why GPS needs to see at least 4 satellites to figure out your position in 3D.

  5. Those Crazy Feds by clarus · · Score: 2, Funny

    Was the password public?

    I bet it was public:public

    Silly FBI

    1. Re:Those Crazy Feds by Cumstien · · Score: 2, Funny

      No linksys like the ID.

    2. Re:Those Crazy Feds by lucabrasi999 · · Score: 5, Funny
      I bet it was public:public

      Actually, the Password was 1-2-3-4-5.

      I found that to be rather disturbing, since I have the same combination on my luggage.

    3. Re:Those Crazy Feds by robbyt · · Score: 1

      i bet the password was ether "love" "secret" "god" or "sex" YOUR TAX DOLLARS AT WORK! HACK THE GIBSON!!

    4. Re:Those Crazy Feds by morcego · · Score: 1

      For crying out loud. Please lets stop calling passwords what really are nothing but SNMP Community names.

      And SNMPv2, for that sake. So, there is no encryption, no security (attempt), and NO PASSWORD.

      Please see RFC1901 for furute reference. Also check RFC3410 (and its errata) for reference on SNMPv3, which allows for some degree of encryption, being dated back to 2002.

      Using SNMPv2 for this kind of administration, over a public network, is one of the dumbest things I ever saw.

      --
      morcego
    5. Re:Those Crazy Feds by gunix · · Score: 1

      They should change the password to -13
      since 1-2-3-4-5 = -13.

      --
      Evolution of Language Through The Ages: 6000 BC : ungh, grrf, booga 2000 AD : grep, awk, sed
    6. Re:Those Crazy Feds by Anonymous Coward · · Score: 0

      I knew it, I'm surrounded by Assholes!

    7. Re:Those Crazy Feds by tehmorph · · Score: 1

      Do we ever get a Slasdot post without a Spaceballs reference somewhere in the comments? ;)

      --
      Could not open .sig for reading- sanity error
    8. Re:Those Crazy Feds by Anonymous Coward · · Score: 0

      Never!

      The world would end!

      Of course, you don't see a lot of Hot Grits posts anymore...so maybe one day we will.

    9. Re:Those Crazy Feds by FuzzyBad-Mofo · · Score: 1

      No one will ever crack this code!

      1-2-3-5-8-13-21
  6. takes me longer than 3 minutes by amichalo · · Score: 5, Funny

    Damn those feds are good.

    It takes me longer than 3 minutes just to type the WEP key from my router into my client!

    --
    I only came here to do two things; kick some ass, and drink some beer...looks like we're almost out of beer.
    1. Re:takes me longer than 3 minutes by ahsile · · Score: 0, Offtopic

      ... ... ...
      bwa ha ha ha ha ha.

      This is so true.

    2. Re:takes me longer than 3 minutes by WwWonka · · Score: 0

      It takes me longer than 3 minutes just to type the WEP key from my router into my client!

      Yeah I know, it takes me forever to remember how to spell kwyjibo as well!

    3. Re:takes me longer than 3 minutes by SirTalon42 · · Score: 2, Informative

      Thats not a WEP key. A WEP key is a hex value. The 'password' feature only is used to generate a key. Also the same password will generate different keys on different manufacturer's products (sometimes they are different for the same manufacturer).

    4. Re:takes me longer than 3 minutes by Jeff+DeMaagd · · Score: 1

      I could have sworn that some equipment accept ASCII strings as WEP keys, it may not be standard for all equipment, but it's pretty common in my experience. I expect that to be a bit weaker than hex because that rules out quite a few keycodes.

    5. Re:takes me longer than 3 minutes by xSauronx · · Score: 1
      my parents have a microsoft wireless router, which allows you to enter ascii characters as your WEP key...and another program my mother used to use on her laptop with her wireless card allowed the same.

      the thing was, i could never get WEP to work on any of it, as soon as i turned it on and set all the keys on everything...nobody could connect. theres not exacly alot of people in this small town that would use wireless, and certainly none of their neighbors, so i ended up just using MAC filtering so only my family could get on...but how secure is that? my guess is "not very"

      --
      By and large, language is a tool for concealing the truth. -- George Carlin
    6. Re:takes me longer than 3 minutes by amichalo · · Score: 1
      --
      I only came here to do two things; kick some ass, and drink some beer...looks like we're almost out of beer.
  7. The feds can do this too? by llzackll · · Score: 0

    I've been doing this for years. Now the feds have their hands on this technology. Run for cover!

  8. Suprise! by ptrangerv8 · · Score: 0

    But who's suprised that the *feds* can brute force a WLAN? From my own (albiet limited) understanding, it's not to hard to packect sniff and crack on your own... The feds have moer CPU power than *most* average joes anyhow, so I'm just suprised that they decided to go public with this...

    1. Re:Suprise! by Patrick+Mannion · · Score: 0, Troll

      The EFF and ACLU conspiracy types will be crawling out of the woodwork now. RUN FOR COVER!

      --
      In America, you spam computers In Soviet Russia, computers spam you!
  9. No worries. by unstable23 · · Score: 5, Funny

    I live in the middle of nowhere. I think I may notice two men sitting with a laptop in an ominous black car with government plates, as the only place they could be close enough is my driveway.

    Still, it may be time to look at running an IPSEC tunnel over the wireless network.

    1. Re:No worries. by B3ryllium · · Score: 5, Funny

      But what if they have special FBI antennas? Made from FBI pringles cans?

    2. Re:No worries. by _Sprocket_ · · Score: 5, Funny

      ....black, ominous pringles cans?

    3. Re:No worries. by the_pooh_experience · · Score: 1

      But they'll be hiding. Their ominous black car will not have government plates on it.

    4. Re:No worries. by Anonymous Coward · · Score: 0

      With silent black helicopter blades...

    5. Re:No worries. by Striikerr · · Score: 1

      " I live in the middle of nowhere. I think I may notice two men sitting with a laptop in an ominous black car with government plates, as the only place they could be close enough is my driveway."

      Shortly after this was posted, the ominous black car sped off. Moments later, an ominous black van with the company name

      Flowers
      By
      Irene

      on the side pulled up and parked.

    6. Re:No worries. by Anarke_Incarnate · · Score: 1

      They don't need pringles cans. They hack you using frickin' laser beams.

    7. Re:No worries. by BigGerman · · Score: 1

      yeah it will have some nice unconspicuous business name on its side: Flowers By Irene ;-)

    8. Re:No worries. by B3ryllium · · Score: 1

      With big yellow letters that say EFF BEE EYE

    9. Re:No worries. by Anonymous Coward · · Score: 0

      I'd rather not have anything long, black, and rigid hanging around my house sniffing for holes. Just my opinion.

    10. Re:No worries. by AvantLegion · · Score: 2, Funny
      >> ....black, ominous pringles cans?

      I don't know about that, but I have a four year old Pringles can in my pantry. One glance through the clear lid reveals the chips are looking black and ominous themselves...

    11. Re:No worries. by korbin_dallas · · Score: 1

      Awww, you beat me to it.

      That Irene, she knows all the gossip.

      Also don't forget, not mentioned here, but you can be sure that the Major League Baseball satellites can crack WEP in 90 seconds.

      I luv the Simpsons.

      --
      They Live, We Sleep
    12. Re:No worries. by 0racle · · Score: 1

      Flowers
      By
      Irene

      --
      "I use a Mac because I'm just better than you are."
    13. Re:No worries. by lgw · · Score: 1

      There are panel vans aound my town from "Florida Business Interiors". I always wondered about them.

      --
      Socialism: a lie told by totalitarians and believed by fools.
    14. Re:No worries. by Tenebrious1 · · Score: 1

      ....black, ominous pringles cans?

      1. Buy Pringles Can.
      2. Eat Pringles.
      3. Spray Paint Flat Black.
      4. Sell to FBI for $$$$
      5. Profit!

      Maybe you need to stencil some warnings in yellow, and maybe do a 7-pass wipe of the interior just to ensure it's clean, but I think there's a lot of profit to be made here.

      --
      -- If god wanted me to have a sig, he'd have given me a sense of humor.
    15. Re:No worries. by sharkey · · Score: 2, Funny

      Agent Starling: "He said he could smell my Pringles"

      --

      --
      "Outlook not so good." That magic 8-ball knows everything! I'll ask about Exchange Server next.
    16. Re:No worries. by FinestLittleSpace · · Score: 1

      Fellated
      Bukkake
      Imagery

    17. Re:No worries. by GSloop · · Score: 1

      I surely hope you're joking.

      Last defcon w/ two directional (big ass) antenna they got around a 50 mile link. Non amplified. 30mw.

      LOS, I suspect we're talking a fairly easy 5 miles with any decent antenna and a spectrum analyzer. (Heck, IIRC two omni's at defcon were at better than 5+ miles, but I'm not positive.)

      Cheers,
      Greg

    18. Re:No worries. by clickster · · Score: 1

      "Black, ominous Pringles cans"

      Don't forget "silent"

      --
      If you mod me down, I shall become less powerful than you could possibly imagine.
    19. Re:No worries. by marnerd · · Score: 3, Funny

      Particularly because you live in Wisconsin!

      --
      Not so much a sig as a lack of one.
    20. Re:No worries. by AlreadyStarted · · Score: 1
      > But what if they have special FBI antennas? Made from FBI pringles cans?
      That's a good point. The only thing I got out of this is mildly annoyed. This prez is one what the lug group in town gives nearly every year. They should pay the lug kids six figures to give these. Meanwhile the big $$ men could be looking for those wmds.
    21. Re:No worries. by Anonymous Coward · · Score: 0

      They don't need pringles cans. They hack you using frickin' laser beams.

      That's not as easy as it sounds friend.

      Sure you can do all sorts of strange and wonderous things with frickin' laser beams. It's the sharks those laser beams are attached to that make them so frickin' hard to work with.

    22. Re:No worries. by Provocateur · · Score: 1

      THose two men, they weren't wearing the jackets that have "FBI" on the back in big bright bold letters now, did they?

      --
      WARNING: Smartphones have side effects--most of them undocumented.
    23. Re:No worries. by Anonymous Coward · · Score: 0

      You'd be a government contractor, so technically #5 should include the 'huge' modifier. About $500 a 'wireless amplificiation' device.

      However, you might wat to start exercising a bit more as you're likely to get quite fat with this business model.

    24. Re:No worries. by Eristone · · Score: 1

      F*cking
      Ball-busting
      Imbeciles

      (now for 20 extra points, what movie is that line from?)

  10. Tongue, Meet Cheek by American+AC+in+Paris · · Score: 5, Interesting
    Thankfully, the FBI are the good guys.

    When I first read the closing line of the article, I chuckled.

    Then I felt dismayed.

    It really is a shame when the prevailing "geek" attitude towards agencies like the FBI is mistrust and fear, not confidence and respect.

    --

    Obliteracy: Words with explosions

    1. Re:Tongue, Meet Cheek by Threni · · Score: 1, Informative

      > It really is a shame when the prevailing "geek" attitude towards agencies like
      > the FBI is mistrust and fear, not confidence and respect.

      I can't tell if you're being sarcastic or not. Perhaps you're an American and have therefore been brainwashed into not looking too hard at what the FBI, CIA etc have been up to for the last 30 years! How about you give the books "hegemony or survival" or "understanding power" by Noam Chomsky a couple of evenings of your time?

    2. Re:Tongue, Meet Cheek by SeattleGameboy · · Score: 5, Interesting

      It really is a shame when the prevailing "geek" attitude towards agencies like the FBI is mistrust and fear, not confidence and respect.

      Shame... but well earned. Just read the history of FBI.

    3. Re:Tongue, Meet Cheek by Robotron23 · · Score: 1

      But we geeks HAVE to make out we think their the good guys...otherwise they'll get us!

    4. Re:Tongue, Meet Cheek by be-fan · · Score: 4, Insightful

      Confidence and respect should not get in the way of pragmatism. To a great degree, the FBI's interests and one's own align. To a lesser degree, they are divergent. This is particularly true in the realm of privacy, where it is in the FBI's interest to violate it, and your own interest to protect it. In cases where interests do not coincide, it is completely rational to not be at least wary.

      --
      A deep unwavering belief is a sure sign you're missing something...
    5. Re:Tongue, Meet Cheek by be-fan · · Score: 2, Insightful

      Let's try that again. "It is irrational to not be at least wary".

      --
      A deep unwavering belief is a sure sign you're missing something...
    6. Re:Tongue, Meet Cheek by Boronx · · Score: 2, Insightful

      Woah. You don't have to read Chomsky to know that these guys are quite often up to no good.

    7. Re:Tongue, Meet Cheek by Verteiron · · Score: 3, Interesting

      Well, I would be pretty disappointed if the FBI couldn't do this. I'm also pretty confident that if they are publicly announcement a 3-minute crack, they've probably got a 30-second cracking process down in the basement. Of course, that won't be announced until the 10-second one is working...

      My respect for the FBI borders on paranoia because it is their job to have access to things that I do not. I'm pretty sure it's human nature (at least for -this- human) to keep a respectful, watchful eye on those with more knowledge than I have.

      --
      End of lesson. You may press the button.
    8. Re:Tongue, Meet Cheek by Ogive17 · · Score: 1
      It really is a shame when the prevailing "geek" attitude towards agencies like the FBI is mistrust and fear, not confidence and respect.
      Here comes my off topic/flamebait comment. The prevailing "geek" attitude is to congregate in large online communities and complain about the daily news while hiding behind monikers. Everything government is automatically taboo.
      --
      "Action without philosophy is a lethal weapon; philosophy without action is worthless."
    9. Re:Tongue, Meet Cheek by Anonymous Coward · · Score: 3, Insightful

      Sometimes biased people are the only ones willing to present certain FACTS at all.

      Actually, replace "sometimes" with "almost always".

      Honestly, the only people who should worry about bias to the extent of ignoring an entire publication or speaker are the ones too fucking stupid to cross-reference citations. Chomsky is usually damned thorough and rigorous about referencing neutral media - in fact at least 25% of his communication, in my experience, has been debunking "leftist" bullshit. Intelligent people on the "right" do the same kind of self-policing. It's only the sheep-like extremist newbies that howl about bias day-in and day-out.

    10. Re:Tongue, Meet Cheek by erikkemperman · · Score: 5, Insightful

      I think I see your point. Individual FBI agents are probably very highly skilled.

      The problem is that, as an agency, it is their collective duty to enforce bad policies. Increasingly, they are defeating their own purpose and becoming a threat to the very freedoms they supposedly protect. The war on drugs and PATRIOT spring to mind.

      "They're only doing their job" is never an argument: unethical practice is not magically justified or even mitigated by being paid for it. If anything I'd say the opposite is in fact true.

      And in that regard, the fact that their agents are such able individuals is really just sad: think of what they might accomplish if only they were not busy hatching plans to penetrate my tinfoil hat?

      IMHO, no offense.

      --
      Gosh, thanks. That must be why the other ships call me Meatfucker -- GCU Grey Area (Eccentric)
    11. Re:Tongue, Meet Cheek by Gregg+M · · Score: 1
      Right, because Chomsky is such an objective, unbaised, informed author. Not.

      Right... Because a man chooses to have his own opinion. He's biased
      Prove him wrong or keep your comments in the peanut gallery.

      --
      Linux is only free if your time has no value. Windows is only free if you threaten to use Linux.
    12. Re:Tongue, Meet Cheek by dido · · Score: 5, Informative

      At least we "geeks" have not been so foolish as to forget history. The FBI *earned* the mistrust and fear that we, and other people who haven't already been brainwashed yet. The story of COINTELPRO is a case in point. There are many other similarly creepy programs that they've embarked on in their history, and since the Patriot act has practically removed the checks on their authority that once existed, there is more reason than ever to be mistrustful and fearful of them.

      --
      Qu'on me donne six lignes écrites de la main du plus honnête homme, j'y trouverai de quoi le faire pendre.
    13. Re:Tongue, Meet Cheek by Bongzilla · · Score: 1, Interesting

      They aren't called spooks for nothing.

      Hey it's part of the design of the system we're in. In a country in which we are told from grade school ages that we are free people, invariably boundaries get tested, and the government has a huge job on its hands trying to prevent crime and revolt, not to mention it needs to have the ability to prevent unrest, if need be. . .

      In a government by, for the people, it's simply one element.

      So, it seems like a general distrust of the government, especially such parts of it as the FBI, is healthy, and after all, they have a general distrust of people themselves.

      --

      ;///////////////////////////////////////////////// /
    14. Re:Tongue, Meet Cheek by GMFTatsujin · · Score: 1

      It's even better if you can get a history that's not already sanitized for national security reasons (or just plain old pride)...

    15. Re:Tongue, Meet Cheek by Anonymous Coward · · Score: 0

      I'm pretty sure it's human nature (at least for -this- human) to keep a respectful, watchful eye on those with more knowledge than I have.

      Well said, fellow /.er, I couldn't agree more.

    16. Re:Tongue, Meet Cheek by drinkypoo · · Score: 1

      The problem is that, as an agency, it is their collective duty to enforce bad policies.

      Amen to that. I was thinking about applying for a dispatcher job, they only needed someone who could talk and type, but I can't stomach working for the cops the way the laws are now. Legalize Marijuana use and other victimless crimes, and I might think about it, but I can't stand to be one of the bad guys.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    17. Re:Tongue, Meet Cheek by shic · · Score: 3, Insightful

      It really is a shame when the prevailing "geek" attitude towards agencies like the FBI is mistrust and fear, not confidence and respect.

      What a loaded sentence! It is sufficiently ambiguous that despite feeling I disagree, the multiple potential interpretations make it difficult to make a counter argument.

      I do think it is a shame that historic institutional dishonesty demands contemporary suspicion. The vast majority of people have nothing to fear from the likes of the FBI - mainly because they are likely to be insignificant. Neither mistrust or fear are mutually exclusive with respect. I feel I'm cross-over Gen-X to Gen-Y... Respect is automatic; disrespect is earned. Reverence is most likely an indication of fear or stupidity. Mistrust is a pragmatic reaction under whenever strong personal relationships can't be relied upon.

    18. Re:Tongue, Meet Cheek by Johnny+Mnemonic · · Score: 1


      It really is a shame when the prevailing "geek" attitude towards agencies like the FBI is mistrust and fear, not confidence and respect.

      If you want reasons why, you can start here: SJ Games vs. the Secret Service. I know the SS is different than the FBI, but it still gives you an insight to their mindset.

      --

      --
      $tar -xvf .sig.tar
    19. Re:Tongue, Meet Cheek by HiThere · · Score: 1

      They represent a concentration of power. Ever concentration of power tends to become occupied by individuals more interested in the power than the ostensible purpose for which the power was created.

      Every.

      It seems to be a natual law of social systems. (Mind you, sometimes it takes awhile. Classically it takes three generations of management, but that's not an invariant.)

      The cause appears to be that a certain number of people are psychotically driven towards power. These people, while not usually obviously mad, are so fixated on power that they are able to devote an amount of energy towards achieving it that others find impossible. As a result of their fixation, they don't even notice that they are engaging in immoral activities. (I'd say illegal, but some of these are the people who write the laws.)

      Fortunately, it is necessary for them to somewhat disguise their motivation, or we would end up being governed by raving madmen rather than by reasoning psychotics.

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
    20. Re:Tongue, Meet Cheek by nametaken · · Score: 2, Insightful

      "They're only doing their job" is never an argument: unethical practice is not magically justified or even mitigated by being paid for it. If anything I'd say the opposite is in fact true.

      If what you meant was, individual agents shouldn't break the law, then I agree with you entirely. If you mean they shouldn't do anything we might consider unethical, even if its the law, then I might disagree a bit.

      I tend to think we should strive to change laws we believe are wrong, not complain about FBI agents who carry out the law.

      I think its important that FBI agents aren't making their own laws in the course of duty. Its our job to make the law, using our elected officials.

    21. Re:Tongue, Meet Cheek by GigsVT · · Score: 1

      It's a right and duty to disobey an injust law. Otherwise it's just the Nuremberg Defense.

      --
      I've had enough abrasive sigs. Kittens are cute and fuzzy.
    22. Re:Tongue, Meet Cheek by Anonymous Coward · · Score: 0

      Mmm, nothing like a tasty tinfoil-hat DU story for lunchtime!

    23. Re:Tongue, Meet Cheek by Anonymous Coward · · Score: 0

      So... how's the food at 935 Pennsylvania Avenue?
      I've heard they serve a rather savory roasted Pig every thursday; and let's not forget those hot and creamy cups of STFU! Yummy!

    24. Re:Tongue, Meet Cheek by thiophene · · Score: 1

      Victimless crimes? Like punching someone in the dark?

    25. Re:Tongue, Meet Cheek by Anonymous Coward · · Score: 0

      "It really is a shame when the prevailing "geek" attitude towards agencies like the FBI is mistrust and fear, not confidence and respect."

      And whose fault would that be? These attitudes don't come about for no reason, or exist in a vacuum.

    26. Re:Tongue, Meet Cheek by Geoff-with-a-G · · Score: 2, Informative

      "Spook" refers an agent of the CIA, not the FBI.

    27. Re:Tongue, Meet Cheek by Anonymous Coward · · Score: 0

      I'm equal opportunity about mistrust and fear.

    28. Re:Tongue, Meet Cheek by Anonymous Coward · · Score: 0

      The point is the US government has quite a few black spots in its record. Anything from performing experiments on citizens without thier permission, lying, and in general being nothing more then a federally subsidized crime ring. Of course I know that there are good guys out there. But go ahead an look at the Freedom of information act of some of the stuff thats been declassified. You will see that our government is not all stars and stripes at times. What bothers me is corruption, because its the opposite of democracy. Apparently there are always a group of people that think they are entitled to power over you and me, and they think they don't need our permission. Its not a Democratic or Republican thing, because those are just labels. In some cases the criminals in power know each other and collaborate! But in public they appear as opposites. Let me ask you, if a bad FBI agent trumped up charges against you, what could you do as a citizen to fight it? How does losing your job sound and your kids going hungry because you were detained for some stupid reason. How about being harassed?

    29. Re:Tongue, Meet Cheek by rindeee · · Score: 1

      Indeed. It is full of mostly honorable men and women who work very hard and sacrfice a great deal (time, money, etc.) to protect your ungrateful asses. Have there been problems? Yes, of course. I would contend that the good enormously outweigh the bad in terms of people, actions and such.

    30. Re:Tongue, Meet Cheek by Anonymous Coward · · Score: 0

      if you believe the government is looking out for you then you should be wearing the tin foil hat.

    31. Re:Tongue, Meet Cheek by elgatozorbas · · Score: 1
      And in that regard, the fact that their agents are such able individuals is really just sad: think of what they might accomplish if only they were not busy hatching plans to penetrate my tinfoil hat?

      In that case they would probably be called nerds and be hatching plans to hack the FBI...

    32. Re:Tongue, Meet Cheek by Anonymous Coward · · Score: 0

      Which FBI are you referring to? Do you mean the FBI that drives tanks into Waco, Texas compounds? Or the one reading this post and logging my IP as I type?

    33. Re:Tongue, Meet Cheek by Anonymous Coward · · Score: 0

      But who decides what is just?

      The only recourse is to follow the published laws, and attempt to use legal methods to changes ones that you feel are unjust. If I feel they are just however, I'll use the same methods to fight against you to preserve those laws.

    34. Re:Tongue, Meet Cheek by Anonymous Coward · · Score: 0

      Especially since they are using off-the-shelf, publicly available, open-source tools... They are not telling you what they got in the basement, they are telling you what anybody a bit knowledgeable can do...

    35. Re:Tongue, Meet Cheek by Anonymous Coward · · Score: 0

      Chomsky's book `understanding power` doesn't contain footnotes. Instead, the book points you at a webpage (www.understandingpower.com) which contains the footnotes. The PDF file containing the footnotes is a larger `book` than `understanding power` itself!

      I'm not sure you can condemn him for being uninformed. Perhaps he's uninformed compared to you. But perhaps not.

    36. Re:Tongue, Meet Cheek by teflaime · · Score: 1

      Because Chomsky is such a good source for political opinion. People should rather examine what the FBI is doing and realize the implications that those actions have on them. And then (re)read 1984 and see how our government is moving towards that path. It would be far more productive and enlightening than reading Chomsky.

  11. WPA is just as 'weak' against Brute Force by Phoenixhunter · · Score: 4, Insightful

    As long as people continue to use dictionary based passwords, it doesn't really matter how good the encryption is.

    1. Re:WPA is just as 'weak' against Brute Force by 0kComputer · · Score: 0, Redundant

      Yeah, but the article said he used random letters and numbers.

      --
      Top 10 Reasons To Procrastinate
      10.
    2. Re:WPA is just as 'weak' against Brute Force by hey! · · Score: 4, Interesting

      Personally, I use "random.org" to generate 152 bit keys. These should be reasonably secure from brute force attacks.

      This is reasonably secure for most of my clients, but I'm still a bit worried about those mind-control-rays penetrating my tinfoil hat. How do I know the numbers weren't intercepted. Granted, I'm not advertising the customers they're going to, but you can never be too careful.

      Anybody have experience with building and integrating a hardware random number generator?

      --
      Post may contain irony: discontinue use if experiencing mood swings, nausea or elevated blood pressure.
    3. Re:WPA is just as 'weak' against Brute Force by triumphDriver · · Score: 1

      You can still use a phrase.

      Just simplly combine words from different languages.

      --
      I grew up in the Fulda Gap, where did you?
    4. Re:WPA is just as 'weak' against Brute Force by Anonymous Coward · · Score: 0
      Personally, I use "random.org" to generate 152 bit keys. These should be reasonably secure from brute force attacks.

      Except this article isn't about a brute force attack. Even a fully random key can be cracked in a few minutes. Of course that's if you aren't stealthy and generate traffic like the FBI did. If you want to be stealthy you have to wait for enough traffic, but it's not very long with the newest methods.

    5. Re:WPA is just as 'weak' against Brute Force by Speare · · Score: 3, Funny

      Just simply combine words from different languages. "Gandalf said 'mellon,' and the doors to Khazad-dum opened wide."

      --
      [ .sig file not found ]
    6. Re:WPA is just as 'weak' against Brute Force by Serveert · · Score: 1, Informative

      mod this down.

      WPA is much better since it uses for example changing session keys. The FBI took advantage of this WEP disadvantage to crack keys, they cannot do this with WPA.

      --
      2 years and no mod points. Join reddit. Because openness is good.
    7. Re:WPA is just as 'weak' against Brute Force by HiThere · · Score: 1

      Not a bad idea. Write your own password program that chrunches down a memorable phrase into the correct number of letters. (It doesn't need to be reversible, so this isn't hard. You could even just divide it into a number of chunks that you could use as a seeds to a standard random number generator, use that to select a number of 32 bit integers, and read the array of integers as a string.)

      The weakness of this approach is that a software upgrade might "improve" the random number generator, and then you couldn't regenerate your keys from the pass phrase. So better include the random number generator into your code.

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
    8. Re:WPA is just as 'weak' against Brute Force by wirelessbuzzers · · Score: 3, Informative

      Anybody have experience with building and integrating a hardware random number generator?

      Yes. But I can also tell you, a hardware RNG is overkill for these purposes. There is easily enough randomness available through /dev/random based on disk timings and such to make strong 152-bit keys. Alternatively, you can roll a bunch of dice.

      If you really, really want a hardware RNG, go for a Soekris card or a C3 processor, or make your own RNG (integrating that would be tougher, though).

      --
      I hereby place the above post in the public domain.
    9. Re:WPA is just as 'weak' against Brute Force by hey! · · Score: 3, Funny

      I'm not so sure. Wireless security has been historically so bad, every bit of key randomness we can get is probably worth it.

      It's like the old joke about the two hikers who encounter an enraged, ravenous bear. The first hiker quickly strips off his hiking boots and starts pulling on his running shoes.

      "You fool, an adult bear can run 30 miles per hour," the other hiker says, "you can't possibly outrun it."

      "I don't have to outrun the bear," the first replies, "I just have to outrun you."

      --
      Post may contain irony: discontinue use if experiencing mood swings, nausea or elevated blood pressure.
    10. Re:WPA is just as 'weak' against Brute Force by El · · Score: 1

      Have you tried flipping a coin 152 times?

      --

      "Freedom means freedom for everybody" -- Dick Cheney

    11. Re:WPA is just as 'weak' against Brute Force by Anonymous Coward · · Score: 2, Funny

      you should read your sig

    12. Re:WPA is just as 'weak' against Brute Force by Seigen · · Score: 2, Informative
      Anyone using WEP to secure anything important needs to get a clue.

      That being said, skimming the slashdot responses it wasn't WEP's weakness but the weakness of the text to key algorithm in this case.

      As far as dictionary best passwords go, it can be phrased more simply as reducing the cardinality of the keyspace. It doesn't matter how you reduce it, it is just the end result that the total keyspace is smaller allowing an easier search.

      That being said I'm not willing to say that dictionary based passwords are completely useless in all cases. They are a very bad idea, and make things orders of mangnitudes easier, but in some cases they might be adequate for low levels of security. It just depends on how long the system needs to remain secure and the cost of that security being violated..

    13. Re:WPA is just as 'weak' against Brute Force by mrjackson2000 · · Score: 1

      that would only give you a binary output, you need alot more flips than that

    14. Re:WPA is just as 'weak' against Brute Force by Entropy · · Score: 0

      Try lavarnd.org

      They have an open source implementation of a cryptographically strong random number generator that gets it's chaos from a webcam.

      --
      The sea changes color, but the sea does not change.
    15. Re:WPA is just as 'weak' against Brute Force by Anonymous Coward · · Score: 1, Interesting

      You asked my to mod you down? I did. Honestly, I think the whole "mod me down" thing is a stupid way to get attention. And yes, I logged out and changed my IP to post this. Now to mod myself up as insightful. Bastard.

    16. Re:WPA is just as 'weak' against Brute Force by Anonymous Coward · · Score: 0

      Truth is difficult to handle, eh.

    17. Re:WPA is just as 'weak' against Brute Force by wirelessbuzzers · · Score: 1

      I'm not so sure. Wireless security has been historically so bad, every bit of key randomness we can get is probably worth it.

      Using a reasonably long passphrase which isn't a word, two words, a well-known sequence of numbers or a family member's birthday already puts you above the vast majority of people and essentially all attackers. They'd try an AirSnort attack long before true brute force, and if you're vulnerable to AirSnort, no amount of entropy will save you.

      If you have a feasible attack on /dev/random, allowing you to guess even a single bit with substantially greater than 1/2 probability, which can be mounted interactively by non-root on a standard Linux machine -- or even on a Mac in which /dev/random doesn't pretend to have real entropy -- it's a major, publishable result. If this attack works after the fact to allow an attacker to break a wireless network set up a week ago using this method, it's nothing short of revolutionary. Someone holding such a major cryptographic breakthrough (a) probably doesn't exist, (b) would almost certainly be a major government if it did exist, (c) probably has enough money/power to get in more easily in other ways, and (d) will not waste such a break just to crack your stupid network (unless you are a Three Letter Agency or the like, in which case you're probably using fiber optics and have your building in a Faraday cage).

      Even then, you're probably OK. Even at a bank, if your "152 bit" password really only has 80 bits of entropy, nobody gives a damn. Nobody can mount an 80-bit brute-force attack, even though it's offline, with possible exception of abovementioned Three Letter Agencies, and to mount an attack with less than brute force requires breaking RC4 much worse than it's already broken. Again, major break, and if a TLA has it, they're going to sit on it.

      --
      I hereby place the above post in the public domain.
    18. Re:WPA is just as 'weak' against Brute Force by kingkoopaunion · · Score: 1

      why not just use an md5 checksum of a small file containing a string?

    19. Re:WPA is just as 'weak' against Brute Force by rpdillon · · Score: 1

      He was referring to the parent post, not his own post.

    20. Re:WPA is just as 'weak' against Brute Force by Anonymous Coward · · Score: 0

      You don't know what you're talking about.

    21. Re:WPA is just as 'weak' against Brute Force by hey! · · Score: 1

      Of course, I'm wearing my tinfoil hat here, but I think you misunderstand me. I'm not concerned about brute force cracking of 80 bit keys. I'm concerned that a future vulnerability will be discovered in the wireless protocol that will make me wish I'd chosen a longer key. For that reason, I always go with the longest key available when setting up a wireless network.

      I agree /dev/random is probably good enough for any practical purposes, but it bothers me that while Google turns up many assertions that it is "cryptographic quality" and "good enough for practical purposes", I haven't turned up any measurements of exactly how well it performs. Granted, it is not consistent because of the way it is generated, but I'd like to know at least to the nearest bit how many bits per byte of entropy I'm getting.

      --
      Post may contain irony: discontinue use if experiencing mood swings, nausea or elevated blood pressure.
    22. Re:WPA is just as 'weak' against Brute Force by Anonymous Coward · · Score: 0

      Wasn't there an article a while back that suggested using a combination of phrases (or sentences)? Would that have been an improvement?

      I'm glad though that at least these Feds can hack it if they had to.

    23. Re:WPA is just as 'weak' against Brute Force by Anonymous Coward · · Score: 0

      Except you modded down with your login id.. Mistake.

    24. Re:WPA is just as 'weak' against Brute Force by antic · · Score: 1


      And the same thing again -- your house need not be impossible to break into, it should just appear more secure than those of your neighbours.

      --
      'Thats they exact same thing a banana wrench monkey.'
    25. Re:WPA is just as 'weak' against Brute Force by MoralHazard · · Score: 1

      (I wasn't clear whether you're using WEP or WPA, so here goes nothing...)

      IF YOU'RE USING WEP

      Whoa... are you saying that you use 152-bit WEP with random keys? Because this ISN'T secure. The newer WEP attacks work reasonably well against WEP at all key sizes. Since WEP attacks aren't brute force, the average attack length isn't directly proportional to the size of the key space.

      And when you think of "attack length", here, remember that the amount of computing time is trivial. The thing that usually takes a while is collecting the packets to examine. 104-bit WEP will usually (much more than half the time, in my experience) break with less than a half-million encrypted packets collected--about a day or less on any busy network. BUT, once you've collected the traffic (with tcpdump or ethereal), it only takes minutes to run the crack. Seriously--less than 10 minutes, almost guaranteed, on a Pentium-M 1.5 GHz.

      So yes, cracking 104-bit keys takes longer than cracking 40-bit keys, and cracking 152-bit keys takes longer still, but it just doesn't matter if you're using WEP: you're still fucked. Use 512-bit WEP for all a cracker cares. He'll still break it in a reasonable amoun of time.

      IF YOU'RE USING WPA

      Forget everything I just said. The only current attack on WPA is a brute force attack on the passphrase/key, meaning that the attack length (in terms of time and packets needed) is proportional to the key space size. 152 bits is, what, like 19 bytes? Brute-force password cracking on hashed /etc/passwd files suggests that random alphanumeric+symbol passwords of more than about 12 characters are basically unbreakable by a single modern desktop machine.

      So you should be fine, but keep an eye out for news on WPA security. Oh, and keep in mind that you're still vulnerable to DoS attacks, since the frame headers aren't encrypted. You'll have to wait for that one.

    26. Re:WPA is just as 'weak' against Brute Force by gfody · · Score: 1

      10000 random bits..

      int x = now

      for i = 0 to 10000
      x += (x >> 1)
      print(x && 1)

      --

      bite my glorious golden ass.
    27. Re:WPA is just as 'weak' against Brute Force by Anonymous Coward · · Score: 0

      What makes you think that they [random.org] won't trace you IP, find where you live and crack you router(unlikely, but possible)? Or, if you are being attacked specifically as a target someone could use a packetsniffer to find the key you received. And i really hope that you don't receive your new key over your old, weak WEP encrypted link.

  12. Comment by pete-classic · · Score: 5, Funny

    None of the agents could be reached for comment, as they were all busy arresting eachother citing the Patriot Act and the DMCA.

    -Peter

    1. Re:Comment by liposuction · · Score: 1

      JPFO kicks.

      =)

      --
      "Thoughts are more powerful than any weapon, and I don't even let my people own guns." --Joseph Stalin
    2. Re:Comment by pete-classic · · Score: 1

      You must have stopped by my web page. I used to link to the JPFO in my sig, but that's been some time.

      For anyone else reading, the JPFO is an organization that supports all the bill of rights for all citizens. Check 'em out!

      -Peter

    3. Re:Comment by dmccarty · · Score: 1
      Heh, pretty funny.

      On a slightly more serious note, let me just point out that despite all the bashing we give the Patriot Act, it's not actually been abused as much as some people would like to think (as this article explains, or just search Google News for "patriot act abuse" for recent articles on the Congressional hearings).

      --
      Have fun: Join D.N.A. (National Dyslexics Association)
    4. Re:Comment by pete-classic · · Score: 1

      I think the stronger defence of the act is that it doesn't say what people think and fear it says for the most part.

      The fact that it has only been abused minimally to date is small comfort.

      -Peter

    5. Re:Comment by naoursla · · Score: 1

      On a slightly more serious note, let me just point out that despite all the bashing we give the Patriot Act, it's not actually been abused as much as some people would like to think (as this article [washingtontimes.com] explains, or just search Google News for "patriot act abuse" for recent articles on the Congressional hearings).

      Said the frog in the slowly boiling pot of water.

      "Look! Even though the stove is turned on high the water isn't that hot."

  13. Website DOSed in less than three minutes. by Anonymous Coward · · Score: 0

    Mirror???

  14. Script Kiddies by Anonymous Coward · · Score: 0

    So what this is telling us is the Feds are really just script kiddies?

  15. Encryption is now useless by d'oh89 · · Score: 5, Insightful
    Guess it's time to pack it up and go home? Course not. No one in their right mind would trust 128 bit encryption over a wireless network for enterprise sensitive data. That's why we have other methods available (Secure token comes to mind). Now if someone really wanted your credit card number when you buy Doom 3 from Amazon.com, they're gonna get it. Luckily you'll probably get your money back when they buy a nice new 30" Mac display and a dual 2.5 gHz system.

    People just need to realize that nothing is infalliable, maybe when this is mentioned on Fox News or CNN the general public will learn that they shouldn't trust their network for sensitive data. I know I don't.

    1. Re:Encryption is now useless by gregor_b_dramkin · · Score: 3, Informative

      "No one in their right mind would trust 128 bit encryption over a wireless network"

      No one in their right mind makes absolute statements. Yes, I know. This sentence is a paradox. Or is it?

      The number of bits is not the problem. The (a) problem with WEP is that it contains weaknesses which allow shortcuts that take less time than an exhaustive search of the keyspace would take. The effective strength of 128 bit WEP is regarded as much weaker than 128 bit AES encryption.

      --
      You can never equivocate too much.
    2. Re:Encryption is now useless by Flying+Purple+Wombat · · Score: 2, Insightful

      People just need to realize that nothing is infalliable, maybe when this is mentioned on Fox News or CNN the general public will learn that they shouldn't trust their network for sensitive data. I know I don't.

      The general public will do nothing of the sort, because:

      1. They are stupid.

      2. They assume the Feds are the only ones with uber-1337 hacking tools required for this "difficult" task.

      3. Network vendors will threaten to pull advertising money if the media runs the story.

      --
      If God had meant for man to see the sunrise, He would have scheduled it later in the day.
    3. Re:Encryption is now useless by jacksonj04 · · Score: 1

      I have a great method for network security. It's called wired networking.

      Not to be awkward, but physical access control is far superior to any form of electronic only (Note: This does not mean don't have decent network security on a wired network).

      Our AP is in the firewall's DMZ. If you need net access it works brilliantly, and there's very limited access to some shared folders (non-essential documents), but apart from that it needs serious work to get anything essential. If you want full access, we have sockets around the house. Grab a cable and plug yourself in.

      --
      How many people can read hex if only you and dead people can read hex?
    4. Re:Encryption is now useless by displague · · Score: 4, Funny

      640 bits of encryption ought to be enough for anybody.

      --
      Marques Johansson
    5. Re:Encryption is now useless by gnuman99 · · Score: 1
      Although it is possible to sniff packets from wired LANs, you need much better equipment and closer distances than wireless. Additional aluminum shielding for all wires and electronics helps a lot to cut down on any sniffing. Using IPSec is even better.

      One great advantage of wired over wireless is that it is impossible to break into the network if you don't have access to the wire.

    6. Re:Encryption is now useless by alienw · · Score: 1

      I've yet to see a network vendor advertising in mainstream media.

    7. Re:Encryption is now useless by Drakonian · · Score: 2, Insightful

      Hold on there turbo. Your ecommerce transactions are still encrypted (with something much more secure than WEP). It's not like your CC is transmitted in clear text. It's no more insecure than buying something on a LAN like at work or on campus.

      --
      Random is the New Order.
    8. Re:Encryption is now useless by Lodragandraoidh · · Score: 1

      Attach a VPN access concentrator with IPSEC to your wireless access point - and the problem will go away.

      --

      Lodragan Draoidh
      The more you explain it, the more I don't understand it. - Mark Twain
    9. Re:Encryption is now useless by autocracy · · Score: 2, Insightful
      WHOA... slow down buddy. 128 bits of a secure algorithm is definitley stable. The problem is wep has more holes than swiss cheese. They took advantage of weak keys, known plaintext, expected responses... they had all the advantages in the world.

      Cracking WEP is still far from cracking AES or TwoFish.

      --
      SIG: HUP
  16. Filter by MAC Address by Anonymous Coward · · Score: 0

    On top of WEP encryption, you should also try to filter access to your wireless network using MAC addresses. I do not think a hacker would be able to easily get around that....

    1. Re:Filter by MAC Address by Kevoco · · Score: 1
    2. Re:Filter by MAC Address by PerspexAvenger · · Score: 1

      Given that they're attacking an access-point in use in this case (with validated clients connected), all they need do is snarf the MAC of a good client, wait till they disconnect, and they can reconfigure their card to present a perfectly valid address.
      Finding the WEP key is the harder bit.

  17. Already acting slow... by Theaetetus · · Score: 5, Informative
    Seems this is also an article in how to /. a server in 3 minutes...

    Assembled, for your pleasure:
    -------

    Title: The Feds can own your WLAN too

    Introduction
    Millions of wireless access points are spread across the US and the world. About 70% percent of these access points are unprotected--wide open to access by anyone who happens to drive by. The other 30% are protected by WEP (Wired Equivalent Privacy) and a small handful are protected by the new WPA (Wi-Fi Protected Access) standard.

    At a recent ISSA (Information Systems Security Association) meeting in Los Angeles, a team of FBI agents demonstrated current WEP-cracking techniques and broke a 128 bit WEP key in about three minutes. Special Agent Geoff Bickers ran the Powerpoint presentation and explained the attack, while the other agents (who did not want to be named or photographed) did the dirty work of sniffing wireless traffic and breaking the WEP keys.

    This article will be a general overview of the procedures used by the FBI team. A future article will give step-by-step instructions on how to replicate the attack.

    WEP Cracking - The Next Generation

    WEP is an encryption scheme, based on the RC-4 cipher, that is available on all 802.11a, b and g wireless products. WEP uses a set of bits called a key to scramble information in the data frames as it leaves the access point or client adapter and the scrambled message is then decrypted by the receiver.

    Both sides must have the same WEP key, which is usually a total of 64 or 128 bits long. A semi-random 24 bit number called an Initialization Vector (IV), is part of the key, so a 64 bit WEP key actually contains only 40 bits of "strong" encryption while a 128 bit key has 104. The IV is placed in encrypted frame's header, and is transmitted in plain text.

    Traditionally, cracking WEP keys has been a slow and boring process. An attacker would have to capture hundreds of thousands or millions of packets--a process that could take hours or even days, depending on the volume of traffic passing over the wireless network. After enough packets were captured, a WEP cracking program such as Aircrack would be used to find the WEP key.

    Fast-forward to last summer, when the first of the latest generation of WEP cracking tools appeared. This current generation uses a combination of statistical techniques focused on unique IVs captured and brute-force dictionary attacks to break 128 bit WEP keys in minutes instead of hours. As Special Agent Bickers noted, "It doesn't matter if you use 128 bit WEP keys, you are vulnerable!"

    On with the Show

    Before we get into the steps that the FBI used to break WEP, it should be noted there are numerous ways of hacking into a wireless network. The FBI team used publicly available tools and emphasized that they are demonstrating an attack that many other people are capable of performing. On the other hand, breaking the WEP key may not necessarily give an attacker complete access to a wireless network. There could also be other protection mechanisms such as VPNs or proxy servers to deal with.

    For the demonstration, Special Agent Bickers brought in a NETGEAR wireless access point and assigned it a SSID of NETGEARWEP. He encrypted the access point with a 128 bit key--made by just keying in random letters and numbers.

    Note that normally, you have to find wireless networks before you can crack them. The two wireless scanning tools of choice are Netstumbler for Windows or Kismet for Linux. Since the other WEP cracking tools are mainly Linux-based, most people find it easier to stick with Kismet, so they don't have to switch between Windows and Linux.

    Another FBI agent started Kismet and immediately found the NETGEARWEP access point. Just for fun, a third agent used his laptop and ran FakeAP, a program that confuses scanning programs by putting up fake access points.

    Attack!

    After a target WLAN is found, the next step is to start capturing packets and convert th

    1. Re:Already acting slow... by ccalculus · · Score: 1

      What if the MAC based filtering is enabled??!

    2. Re:Already acting slow... by Anonymous Coward · · Score: 0

      MAC addresses can be easily spoofed.

    3. Re:Already acting slow... by Anonymous Coward · · Score: 0

      MAC filtering would only be good if you wanted to prevent the attackers from using the network connection. But it wouldn't prevent from capturing data and decrypting it, say if you are buying something from Amazon with your credit-card. Of course, hopefully your browser is sending data through SSL.

  18. In Splinter Cell They Break PGP In 3 Seconds! by Pants75 · · Score: 1, Troll
    Sam, I mean Me, got hold of some encrypted data out of a "Data Stick" and that Grim girl back at the office had it cracked in no time!

    I didn't even have to hang around in the dark waiting for her to load up her secret PGP cracking software!

    1. Re:In Splinter Cell They Break PGP In 3 Seconds! by Anonymous Coward · · Score: 0

      In Soviet Russia, we crack YOU.

  19. Protection by dpace32 · · Score: 5, Interesting

    I am surprised that wireless A/P dont block a MAC address after X number of attempts

    1. Re:Protection by PerspexAvenger · · Score: 1

      Would be a very easy way to perform a denial-of-service against an authorised user, unfortunately - find who you want locked offline, clone their MAC, and simply spew crap against the access point till it gets the hump and closes the door on that MAC addy.

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

      Not half as surprising as that the attacker doesn't change its MAC address after every X number of attempts..

    3. Re:Protection by Sunspire · · Score: 1

      That would be entirely pointless, the attacker will simply change his MAC which takes him half a second, while legitimate users may lock themselves out or be subjected to DoS attacks.

      --
      It's like deja vu all over again.
    4. Re:Protection by utexaspunk · · Score: 4, Insightful

      It's not too difficult to change a MAC address anyway. I'd think it would be trivial, especially for the FBI, to modify the MAC address between attempts.

      Now what would be really spiffy would be generating MAC-specific keys, so that (combined with blocking after X attempts) no progress could be with a dictionary attack...

    5. Re:Protection by NardofDoom · · Score: 1

      And I'm suprised they don't make you change the login/password from the defaults when you first set them up...

      --
      You have two hands and one brain, so always code twice as much as you think!
    6. Re:Protection by powdered+toast+dude · · Score: 1
      I am surprised that wireless A/P dont block a MAC address after X number of attempts

      Good idea, but unfortunately it would only help as an additional nuisance factor, since many interfaces can spoof MAC addresses.

      $0.02,
      ptd

      --
      I'm an animal lover -- they're delicious!
    7. Re:Protection by Anonymous Coward · · Score: 0

      Nope.

      Access points don't do this for a very good reason: if an attacker sniffs the MAC address (unencrypted, mind you) of a legitimate user, they could send packets using that good MAC address and a bad WEP key. It would be a very effective method for tricking the AP into kicking off valid users.

    8. Re:Protection by El · · Score: 1

      Uh, what if they simply change their MAC address to match an existing in-use MAC address? Seems to me that a system wherein anybody can shut off your communication just by spoofing your MAC address for a little while is inherently flawed.

      --

      "Freedom means freedom for everybody" -- Dick Cheney

    9. Re:Protection by jd · · Score: 1
      Shouldn't be hard. The article talks of using some of the key as an "initialization vector" for the encryption. There would be nothing to stop you using the MAC address for the same purpose, which would not only give you a different IV per MAC, but would also increase the number of bits available for actual strong encryption, thus hardening the system from both directions.


      IPSec is good, and I happen to think it should be more widely used for fixed-line connections, but it isn't good on unreliable connections - at least, according to Sun, who developed the SK/IP protocol to provide encrypted communications over lines that aren't that great. It would seem that the use of SK/IP over wireless would be an ideal combination. Assuming Sun designed something right for once. :)

      --
      It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
    10. Re:Protection by xchino · · Score: 1

      Well with MAC address spoofing being as easy as it is, that would make it trivial to circumvent by constantly changing MAC addresses, and it also opens up a new avenue of DoS by spoofing your victims machine's mac address and getting them blocked.

      --
      Everyone is entitled to their own opinion. It's just that yours is stupid.
    11. Re:Protection by lullabud · · Score: 1

      Arp poisoning is a problem on any network, not just wireless. Blasting out RF doesn't even require a network device and it'd take down everybody in range so DOS is hardly something you can work around. DOSing somebody is not breaking the security of the protocol, it's a whole different matter altogether.

    12. Re:Protection by Anonymous Coward · · Score: 0

      I'm somewhat surprised that every other grandparent poster missed this fact of the parent's. Sheesh.

  20. Hmm... by Robotron23 · · Score: 1

    This is a good development, considering how heavily law enforcement authorities worldwide have been criticised regarding their dealing with cyber crime, reflected in low conviction rates and a general obscurity about such agencies, not to mention in ever sensationalizing press reports.

    Perhaps this'll lead to a surge in cyber operations, and probably new employment oppurtunities within the FBI and other such organizations?

  21. WEP is only useful for by josepha48 · · Score: 4, Interesting
    preventing people from accidentally accessing your network. In basic wireless security, you should change the SSID, and use wep. That way your neighbor, if they have a wifi card they cannot just see your network and start surfing on it right away. It will take them 3 minutes (LOL). Actually just changing the SSID and WEP will help prevent the potential issue of what happens when you have 3 wifi networks all with the same SSID. What will a client do when it tries to access the network. It should find the strongest signal, but sometimes you may have 2 signals that are the same strength and the client will get a DHCP ip address from one and then try to surf through the other and may have flaky access. I change SSID for that reason and add WEP the honest people out.

    WEP is like gun laws in the US. They only keep the honest people from having guns. What a great society we live in.

    --

    Only 'flamers' flame!
    Does slashdot hate my posts?

    1. Re:WEP is only useful for by beavis88 · · Score: 1

      WEP is like gun laws in the US. They only keep the honest people from having guns

      Of course, if everyone in society was honest, we wouldn't need any laws, right?

    2. Re:WEP is only useful for by i.r.id10t · · Score: 1, Troll

      An armed society is a polite society.

      --
      Don't blame me, I voted for Kodos
    3. Re:WEP is only useful for by CynicalGuy · · Score: 1

      WEP is like gun laws in the US. They only keep the honest people from having guns

      Of course, if everyone in society was honest, we wouldn't need any laws, right?

      Wouldn't need any guns either..

    4. Re:WEP is only useful for by rworne · · Score: 1

      Yes, if laws were only for things like theft, perjury, libel and the like.

      Laws cover other issues. For example: quality of life and revenue generation. Just because your neighbor blasts polka music and "banana phone" all hours of the night doesn't make him dishonest. But it can be illegal.

      I can drive in excess of the speed limit. It doesn't make me dishonest but it does allow local law enforcement to extract revenue from me with fines.

      --
      I tried every decent and legal way I could think of to resolve the issue w/the business before I rented the chicken suit
    5. Re:WEP is only useful for by glesga_kiss · · Score: 1
      In basic wireless security, you should change the SSID, and use wep.

      I had to change my SSID through other reasons. The default on Cisco kit is "tsunami", and seeing as I set it up just after Christmas it seemed neccessary to change it...

    6. Re:WEP is only useful for by Anonymous Coward · · Score: 5, Interesting

      WEP is like gun laws in the US. They only keep the honest people from having guns. What a great society we live in.

      Um no, WEP is like a lock on your door and shades on your curtains. It provides you with a certain level of protection and privacy. They won't stop the prof. thief or the determined voyeur. If you need/want a higher level of privacy/safty, then one needs to take additional steps to try to attain them.

      Note too that having WEP enabled also is a useful tool when it comes time to prosecute. If you leave your packets unencrypted for the world to see, then someone might have a reasonable argument for "accidentally" capturing your data (hey, there is no law against sniffers right). However, if you have WEP enabled (regardless of how strong), then someone would have to be actively trying to break your key to get to your data. You can then prove intent.

    7. Re:WEP is only useful for by daeley · · Score: 3, Insightful

      An armed society is a polite society.

      Perhaps, but a polite society isn't necessarily an armed one.

      --
      I watched C-beams glitter in the dark near the Tannhauser gate.
    8. Re:WEP is only useful for by Anonymous Coward · · Score: 0

      You owe me a new keyboard for referencing polka and bananaphone in the same post. ^_^

    9. Re:WEP is only useful for by drinkypoo · · Score: 1

      You must provide SOME incentive for people to be polite, or they won't be. I just had a government contractor try to merge into me because I didn't let him in. I guess he thinks that putting on his turn signal gives him a god-given right to merge that requires anyone coming up faster than him to slow down so he can jump in front of them and be a pain in the ass. He made his manouver deliberately, and I called 911 on his ass. Some people think a deadly weapon (aka an automobile) is a toy that can be played with without regard for the consequences...

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    10. Re:WEP is only useful for by Anonymous Coward · · Score: 0

      That reminds me: After installing and configuring my AP, my Notebook connected via WLAN. Everything worked, but I was surprised I dind't had to enter my password. I configured about half an hour without changing anything, just to realize I my Notebook was using the AP of my neighbour, who choosed the same SSID as me but didn't feel like enabling *any* sort of access control...

    11. Re:WEP is only useful for by Abcd1234 · · Score: 1

      *sigh* What really disappoints me is the fact that you were modded insightful...

    12. Re:WEP is only useful for by Anonymous Coward · · Score: 0
      WEP is like gun laws in the US. They only keep the honest people from having guns. What a great society we live in.

      Hey, if you hate America so much, why don't you just leave, commie bastard.

    13. Re:WEP is only useful for by bjelkeman · · Score: 1

      You haven't been to NY recently I see.... :b

      --
      Akvo.org - the open source for water and sanitation
    14. Re:WEP is only useful for by Atryn · · Score: 3, Insightful
      An armed society is a polite society.
      I think certain middle-eastern situations might be proving otherwise.
      --
      Come play Moral Decay!
    15. Re:WEP is only useful for by Atryn · · Score: 1
      You must provide SOME incentive for people to be polite, or they won't be. ... because I didn't let him in
      Yes, clearly you didn't have any incentive to be polite and let him in... I see how your example of yourself being impolite illustrates the point.
      --
      Come play Moral Decay!
    16. Re:WEP is only useful for by Albio · · Score: 1

      Actually, I don't think a society without laws would work. Others have posted some reasons that I will not restate, but I started thinking about murder. This is somewhat of a fringe case since people in general do not go on rampages but how dishonest is murder? There is not much deceit involved in the plain act of killing a person. This falls squarely under "moral issues" though...

    17. Re:WEP is only useful for by feloneous+cat · · Score: 2, Funny

      You must provide SOME incentive for people to be polite

      I use $100 bills and exotic vacation packages as an incentive. It is freaking amazing how polite people are when you do that...

      --
      IANAL, but I've seen actors play them on TV
    18. Re:WEP is only useful for by drinkypoo · · Score: 1

      I could have been polite and let him in, except he was already a dick to me earlier (passed me fast on the right where he shouldn't have.) Why let him in? I mean, unless I'm afraid he'll hit or shoot me, but I refuse to live in fear, too. Besides, I'll take my benz in a collision with a mid-size chevy any day :P Seriously though, it's true that it would have been courteous of me, but he does not have a RIGHT to merge there regardless. Meanwhile, unless I have a good reason to (such as work-related) I am not polite to people who are rude to me. I consider myself an agent of karma, so to speak - but so is everyone else, too.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    19. Re:WEP is only useful for by Anonymous Coward · · Score: 0


      Note too that having WEP enabled also is a useful tool when it comes time to prosecute. If you leave your packets unencrypted for the world to see, then someone might have a reasonable argument for "accidentally" capturing your data (hey, there is no law against sniffers right). However, if you have WEP enabled (regardless of how strong), then someone would have to be actively trying to break your key to get to your data. You can then prove intent.


      Kind of like how most everyone on Slashdot thinks that it's okay for Canadians to take a DirecTV signal (hey, DirecTV should find some way to block their own signal if they down't want us to receive it, am I right?) and watch it. Even though that DirecTV signal is encrypted?

    20. Re:WEP is only useful for by Pozican · · Score: 1

      Very good point -- intent is always a good thing to be able to prove.

    21. Re:WEP is only useful for by jd · · Score: 1

      Testing the theory only on yourself isn't valid. I think it only fair you should verify this claim by giving me large amounts of money.

      --
      It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
    22. Re:WEP is only useful for by panaceaa · · Score: 1

      Until they start accusing you of child molestation, eh Michael?

    23. Re:WEP is only useful for by markandrew · · Score: 1

      "WEP is like gun laws in the US. They only keep the honest people from having guns. What a great society we live in."

      You say that as if no 'honest' person ever shot anyone. Or as if everyone in the world is either 'honest' or 'dishonest' with nothing inbetween.

      Sometimes nice guys kill people. Sometimes bad guys do good things. The world is a complex place - but it only gets more complex, and the stakes only ever go up, when everyone has a gun.

    24. Re:WEP is only useful for by markandrew · · Score: 1

      you're *so* right - no one was ever insulted by a corpse.

  22. Wifi: Feds best friend on a stakeout by 9mm+Censor · · Score: 4, Funny

    So now when the feds are parked out in front of your house waiting for you to leave your apartment, they can leech off your neighbours wifi...

    1. Re:Wifi: Feds best friend on a stakeout by Anonymous Coward · · Score: 0

      Fortunately, you never leave your apartment as you are too busy reading /. on your neighbours wifi...!

  23. Re:Countermeasures & Conclusion by Anonymous Coward · · Score: 5, Informative
  24. IOW: Do as we say, not as we do... by denis-The-menace · · Score: 1, Flamebait

    Government hypocrisy at its best.

    --
    Obama's legacy: (N)othing (S)ecure (A)nywhere and (T)error (S)imulation (A)dministration
    1. Re:IOW: Do as we say, not as we do... by Anonymous Coward · · Score: 0

      actually, i would say telling other countries not to have nuclear weapons when we have em is hypocrisy at its best.

      and dont give me the "but free democracies dont go about attacking other countries for no reason at all" because after iraq we dont have that moral high ground either. Spreading democracy is not a valid reason to attack another country (why havent we attacked china yet?) and the main one we used was false. Whether it was willfully or ineptly false makes no difference, we are just as bad as two bit dictator countries that invade other countries for false reasons.

    2. Re:IOW: Do as we say, not as we do... by untaken_name · · Score: 1

      Government hypocrisy

      Redundant.

      Cops take drugs all the time. To, you know, "get closer to suspects" or "avoid suspicion". My belief is that if *anyone* is above a law simply because of their job, no one should be subject to it. We should not allow police, the FedGov, and especially Congress to be above the law. Conversely, we shouldn't be obligated to follow any law they are not obligated to follow.
      I guess all men are equal, but some are more equal than others. (yes, it's a paraphrase of Orwell)

    3. Re:IOW: Do as we say, not as we do... by CFTM · · Score: 1

      While I would argue that drugs should be legalized, I do not believe that we should force the "good guys" to fight a war with their hands tied behind their backs. There are instances where narcotic use is not really about getting closer to suspects rather about getting high but it also is a tool used to bring down crime rings. It's a heavy cost but some are willing to pay it and I'm not going to tell them otherwise ...

    4. Re:IOW: Do as we say, not as we do... by dnaSpyDir · · Score: 1

      (why havent we attacked china yet?)

      cuz they wouuld kick US ass.

    5. Re:IOW: Do as we say, not as we do... by untaken_name · · Score: 1

      Why can they choose to 'pay the price' when I can't? That is bullshit. Do cops have to kill people in order to solve murderers? Should they be allowed to, with no investigation? Should they be allowed to steal in order to catch thieves? Should they be allowed to rape in order to catch rapists? My point is, if the behaviour is truly 'bad' enough that you can be thrown in jail for doing it, POLICE SHOULD NOT DO IT. I find it amazing that police can confiscate the homes of drug users but can themselves use drugs without fear of repercussion. It's bullshit. It isn't just drug laws, though. Cops break traffic laws all the time here in Houston, where I live. I've seen tons and tons of people pulled over by cops. Not one of them has ever been another cop car, with the cop inside getting a ticket. It's bullshit. Pure bullshit. Either no one is above the law or the law is bullshit.

  25. Not really WEP weakness by Jaime2 · · Score: 5, Insightful

    This doesn't show that WEP is insecure... simply that the key-generation schemes favored by many manufacturers are insecure. Netscape 2.2 was vulnerable to the same type of weakness by using 22 bits of information to build it's 40 bit session key for SSL.

    BTW, assuming a similar key generation scheme, this technique could break AES or 3DES, the encryption algorithm is irrelevant here. Why is it that vendors of security products can't figure out security?

    1. Re:Not really WEP weakness by DustMagnet · · Score: 1
      This doesn't show that WEP is insecure... simply that the key-generation schemes favored by many manufacturers are insecure.

      Even a fully random key can be cracked in a few minutes. WEP is that insecure. They are using aircrack and generating their own traffic using a reply attack.

      --
      'SBEMAIL!' is better than a goat!!
    2. Re:Not really WEP weakness by Jaime2 · · Score: 1

      I completely agree that WEP has problems. But this is not evidence of those problems. This attack would have been successful against ANY security scheme using the same key-generation method.

      The article mentioned that aircrack would have taken a significant amount of time to get the key in this case.

    3. Re:Not really WEP weakness by DustMagnet · · Score: 1
      The article mentioned that aircrack would have taken a significant amount of time to get the key in this case.

      The article used aircrack. It says so and it even shows a picture of aircrack's key found message.

      This was not an dictionary or brute force attack. The key generator doesn't make any difference.

      I'll say it again, "You can crack a totally random WEP key in a few minutes using these methods." The article I linked waits for real traffic, but the FBI generated their own without knowing the WEP key.

      --
      'SBEMAIL!' is better than a goat!!
    4. Re:Not really WEP weakness by Anonymous Coward · · Score: 0

      it _is_ a wep weakness. Other encryption methods, AES, DES, 3DES, do not use such methods. This is the way wep was built, therefore it is a wep problem. Other encryption algos were not designed that way, so its not their problem.

    5. Re:Not really WEP weakness by Anonymous Coward · · Score: 0

      What article did you read???

    6. Re:Not really WEP weakness by Anonymous Coward · · Score: 0

      BTW, assuming a similar key generation scheme, this technique could break AES or 3DES, the encryption algorithm is irrelevant here. Why is it that vendors of security products can't figure out security?

      Wow, the mods are on especially large amounts of crack today. Please, don't mod if you have no clue about the validity of an argument.

      There are so many caveats to the above (weak key generation, context of the disclosure of information, basic differences in the ways the protocols are designed to work) that it's a almost a totally meaningless statement to say that 'AES or 3DES can be broken this way'.

      Any of the information in this article has almost no relation to various aspects of cracking AES or other of today's stronger cyphers.

    7. Re:Not really WEP weakness by Anonymous Coward · · Score: 0

      Wow, the mods are on especially large amounts of crack today. Please, don't mod if you have no clue about the validity of an argument.

      And view context when you meta-moderate to see comments like this.

  26. It's simple - use WAP-PSK by Vrejakti · · Score: 1, Interesting

    Just need an actual "pasword". My 63 character WAP password does me quite nicely, and I don't have to change it once in my lifetime since it would take near a googlplex years to crack with brute force anyways. If there's a problem in the firmware, well that's another story.

    For those interested, my WAP passphrase is t2h4e1r0e4a1r0e5XXXXXXXXXXi7d1e6s1t1o9e0v5e9r1y5s7 t6o0r9y5y6o1u
    (Those 10 X's are just for my protection, can't give it all away now or I might have to think about changing it!)

    And yes, I DO have that memorized.

    1. Re:It's simple - use WAP-PSK by cbiffle · · Score: 1

      Assuming that's your real passphrase, and assuming you've continued the English sentence as a mnemonic device, you've really only got five Xs there, since half of them are a four-letter word followed by 's'. Judging from the sentence, it's probably a number, either 'four' or 'zero'.

      If one of those is correct, there's the five decimal digits to bruteforce, giving a total of 100,000 possibilities.

      Even if they're not correct, only the digits need be bruteforced; the remaining characters can be dictionary-searched.

      Not sure where you got the 'near a googolplex' figure. It's an English phrase with interspersed decimal digits.

    2. Re:It's simple - use WAP-PSK by tomstdenis · · Score: 1

      Or just be smart and not use wifi if it's a threat....

      At my house the neighbours don't have wifi so we leave WEP off. I ssh to my boxes and scp files... so the transfers are encrypted/mac'ed.

      If my neighbours started messing with my wifi I would just a) burn their houses down and failing that b) stop using wifi and use the HORDES OF EXISTING CAT-5 IN MY HOUSE!

      Tom

      --
      Someday, I'll have a real sig.
    3. Re:It's simple - use WAP-PSK by murphyslawyer · · Score: 1

      I really hope this is a joke - that's an awful passphrase. You'd be better off using just the first/last/some other letter of the words instead of the entire words themselves.

      --
      I ain't evil, I'm just good looking.
    4. Re:It's simple - use WAP-PSK by PHP+Addict · · Score: 1

      Why can't more people be like us? Post-it notes are a security engineer's worst enemy.

      --
      Laziness, check. Impatience, check. Hubris, double check!
    5. Re:It's simple - use WAP-PSK by Anonymous Coward · · Score: 0

      Hmm..

      t2h4e1r0e4a0r0e5tXwXoXsXi7d1e6s1t1o9e0v5e9r1y5s7 t6 o0r9y5y6o1u

      now just to work out the sequence of numbers.

      sure not that easy...

    6. Re:It's simple - use WAP-PSK by CDarklock · · Score: 1

      Interlaced text and numerals:

      there are many sides to every story you
      24104 105 xxxx x7161 19 05915 76095 61

      Granted, the "many s" is just a guess, but it's *probably* right. I haven't looked too hard for a pattern in the digits, but if you have it memorised, I'll bet there is one.

      Bits of security remaining: about 16. Think about changing it... unless, of course, you already have. (*I* certainly wouldn't post a password I was still using, but I might post a little "bait" just for fun.)

      --
      Microsoft cheerleader, blue flag waving, you got a problem with that?
    7. Re:It's simple - use WAP-PSK by dagnabit · · Score: 2, Interesting

      t2h4e1r0e4a1r0e5XXXXXXXXXXi7d1e6s1t1o9e0v5e9r1y5s7 t6o0r9y5y6o1u

      did you leave out some x's?? i get that it should be

      txhxrxexexsx

      which is 2 characters too long for your string (assuming the phrase "there are three sides to every story - yours, theirs and the truth")...

      or maybe it's

      mxaxnxyxsx

      damn i need to find something better to do with my time...

    8. Re:It's simple - use WAP-PSK by Anonymous Coward · · Score: 0

      YHBT

    9. Re:It's simple - use WAP-PSK by Vrejakti · · Score: 1

      Well it does seem my attempt to karma whore failed.
      It was meant as a joke but no +5 Funny :(

      The text is a quote I stole from a /. sig or something "There are four sides to every story: Your side their side the truth and what really happened" as for the numbers, just a collection of random IP address from back in the day.

      Thanks for the comments; I might just look into an APG (http://www.adel.nursat.kz/apg/) password replacement.

    10. Re:It's simple - use WAP-PSK by apt-get+dist-upgrade · · Score: 1
      Another idea is to use IPSec or OpenVPN over wireless. Going this route would end up costing a bit more money to achieve better wireless security and may be a bit more difficult to setup, though.

      One could use IPSec over wireless by purchasing a separate VPN router and then connecting the wireless access point to the WAN port of the VPN router. VPN client software could then be installed on all wireless client machines that will be connecting to that wireless access point. The VPN router itself could be configured to only allow LAN-side access to clients using IPSec with the proper key.

      For OpenVPN, since I haven't seen any dedicated OpenVPN hardware myself (but I haven't tried looking), you would need a dedicated machine that has two network ports. One would be for wireless, the other for your LAN. You would then have to setup that machine to route packets to your LAN only if they use valid OpenVPN keys and also would have to configure each and every machine's copy of OpenVPN individually. One thing that I am unsure of is how much either IPSec or OpenVPN affect wireless's performance.

    11. Re:It's simple - use WAP-PSK by jea6 · · Score: 1

      The first step was pretty simple. Strip the numbers and you get "thereareXXXXXXXXXXidestoeverystoryyou".

      My first guess (because I remember an old saying) is "therearefoursidestoeverystoryyou".

      If I had the time, I'd try and figure out "24104105#####716119059157609561".

      Nonetheless, assuming you kept the letter-number pattern, you've narrowed your key to a trivial 10^5 possibilities:

      "t2h4e1r0e4a1r0e5f#o#u#r#s#i7d1e6s1t1o9e0v5e9r1y 5s 7t6o0r9y5y6o1u"

      Maybe it's time to change your password. Maybe not.

      If I recall correctly, the four sides are "your side", "my side", "the truth", and "what really happened".

      --

      sarchasm: The gulf between the author of sarcastic wit and the person who doesn't get it.
    12. Re:It's simple - use WAP-PSK by Anonymous Coward · · Score: 0

      Yes, there are usually two sides to every story. Nice passphrase. Weak though.

    13. Re:It's simple - use WAP-PSK by Dogtanian · · Score: 1

      At my house the neighbours don't have wifi so we leave WEP off.

      They don't need WiFi; they're using *your* access point :)

      --
      "Slashdot - News and Chat Sites Deviant". (Click "homepage" link above for details).
  27. other way around by 404forbidden · · Score: 2, Funny

    i read to fast, at first i read "fed wireless network hacked in 3 minutes" ... "old news" i thought..

    1. Re:other way around by Anonymous Coward · · Score: 0

      You even type too fast...

  28. I'm in shock by oil · · Score: 1

    Here, all this time I thought that those G-Men were just clean cut, straw hat wearing good guys. My world is shattered.

    Oh well, back to Vice City.

  29. so they can crack wep, big deal? by Anonymous Coward · · Score: 0

    So what can do with this info? watch what you browse on the web???

    In order for them to get anything out of my network they would have to hack my ssh keys & password since all my internal traffic is ssh protected.

  30. You are joking right? by Anonymous Coward · · Score: 4, Informative

    On top of WEP encryption, you should also try to filter access to your wireless network using MAC addresses. I do not think a hacker would be able to easily get around that...

    OK, just in case you seriously don't know, MAC addresses are not encrypted, so it is dead simple to sniff traffic to find valid MAC addresses and then change the MAC address of the hacking box to the valid MAC address (usually during a time when that machine is not actually connected). I've heard that this is a good way to gain access at pay to play locations like Starbucks ;) MAC filtering will only stop the very casual person from gaining access to your network.

    Also keep in mind that MAC filtering only prevents someone from joining the network, you can still sniff at will at the packets.

    1. Re:You are joking right? by Anonymous Coward · · Score: 0

      Thank you very much. I didn't know.

    2. Re:You are joking right? by Anonymous Coward · · Score: 0

      MAC filtering is my only choice at this point, being that neither WEP nor WPA seem to want to play nice between my DLink AP and my Linksys PCI card. My solution: just leave the damn things connected 24X7X365 and place the AP on the WAN side of my firewall.

      I need to just get motivated and run some copper to living room....

  31. Just Leave It Open by duffer_01 · · Score: 5, Funny

    Glad I didn't go through the effort of locking mine down. Who has the last laugh now, Mr. "You gotta lock that thing down"?

    1. Re:Just Leave It Open by naaaaak · · Score: 1

      "Mr. You Gotta Lock That Down" is Michael Bluth, from the very funny Arrested Development.

      Michael: "Don't you think they're a bit too young?"
      Pastor Veal: "Oh, we got serious around his age."
      Michael: "Well, who could blame you? You got to lock that down." ...later...
      Pastor Veal: "You kissed my wife?!"
      Michael: "No, she started kissing me. You really should lock that down."

  32. Re:Countermeasures & Conclusion by Homology · · Score: 3, Informative
    Even more secure :

    1) Install a OpenBSD after plugging in a wireless card that can be used in hostap mode.

    2) Install OpenVPN (that has a nice Windows client), and generate server and client certificates. There are howto and scripts for this.

    3) Configure the built-in OpenBSD packet filter to only accept connections to/from OpenVPN ports on the wireless NIC.

    4) Show war drivers the finger.

  33. What about japanese? by Anonymous Coward · · Score: 0

    What if my passphrase is based on one or more foerign languages?

  34. sniff, sniff, sniff, Ew, MAC address! by denis-The-menace · · Score: 1

    Change MAC address of my nic
    Try again. (probably wait until the other guy shuts off his Laptop, though.)

    --
    Obama's legacy: (N)othing (S)ecure (A)nywhere and (T)error (S)imulation (A)dministration
  35. Great, reasonable doubt in a pringles can by maird · · Score: 5, Insightful

    So, just about any law you can break with a computer is now fair game. When you go to court just refer to the three minutes it could have taken some nefarious hacker to use your network without your knowledge. Since the likelihood of such an attack is low then I recommend everyone use a dictionary entry to generate keys. It will keep your neighbours off your network and you'll leave yourself with a perfect reasonable doubt defence when sued or prosecuted.

    1. Re:Great, reasonable doubt in a pringles can by cyberwave · · Score: 1

      I want to know: has the "somebody else was on my network" defense been used by somebody sued by the RIAA? If so, did it work?

    2. Re:Great, reasonable doubt in a pringles can by maird · · Score: 1

      Someone did succeed in defending themselves against criminal charges relating to some use of their PC based on trojan horse software found on their PC. The defence was, IIRC, that the trojan was responsible for the criminal activity. That's what made me think this was an effective get out of jail free card.

      My understanding is that civil suits have a lower burden of proof and I believe the RIAA is using the civil process. But my guess is that it would be an argument with a fair chance of success, especially before a jury of average PC users. It would probably come down to whether or not the RIAA could do a hands on analysis of your PCs. If so then they'd find the MP3 files and the playlists that refer to them. You could try to argue away the presence of the files as the hacker's use of your storage but you'd have trouble with the playlists I guess. I have a lawyer friend that I might ask about this.

    3. Re:Great, reasonable doubt in a pringles can by cyberwave · · Score: 1

      I hope the RIAA goes down in flames; what assholes.

  36. Read it and WEP by krough · · Score: 1

    All your EVERYTHING are belong to us.

  37. Re:Countermeasures & Conclusion by Pxtl · · Score: 1

    #4 is the main reason I haven't moved to WPA. It just takes too much time to go through and figure out how to get each machine onto it - especially since WPA is a new feature on the WinXP boxes and I have had enough of a headache with XP's wireless system (SP2 and my wifi card didn't really get a long).

  38. Yeah? well, decrypt this! by ylikone · · Score: 0, Troll
    Here is an encrypted message which uses a method I made up myself. I know nothing about cryptography... so maybe this is easy to crack, but maybe not. Try to crack it if you can, the decoded message will give further instructions.

    57636C3U5O5V5Z445K5U5J6A2X5S5V3Z5V5T3L6J
    6B643P5L5L323M5P5U66685E6668683P5L622P5H
    5Z3Z665V5M6D445M5W5M5P1A3M3W543U605E5Y61
    3R5Q623S395U3W646B665I66623R5I5W5O0W5Z67
    5W3U5W5X426J5R5M5W3S213M6B5S60673L6E6B3R
    605N5Y2S3M5T655P65626A6G5O5L3Q5P315F5X63
    65493L42593R5N5R5R395W5T3Z655W5R5X613R5Q
    623S2X5X625N41673L696A5O3P5X5Q0W5Y5W5W3U
    665X5V6A5N5I605O183M5Z65616A5R42615X5K60
    69345Y5X66603V5X5Z5Z5R5V5R61395J674B3U67
    5L5V6G3R5Q623S375M636C5Y5R3L5W613R635N62
    3D3M5W5S645R3L6E6B3R5K605L2R5P4A3Z3U4T5Y
    6E444W3P5V5L3D3M5Q5W3U5Q5S676C5V5M625P30
    633W6E64625R61445L5M5L5L395X5T3Z4Z3V5V5Z
    5X5V5T673S2Z5S636E3U615S6E645S5V5P3S2P5G
    636C663V5G6C6L5Z615X5R365F645Z6B493L4259
    5P3P675Z393M5R5S603V5J6363645Z5N3S385M5X
    6A3U625Y6E4G3R5X5U5P2P5X5T3Z655S5R5Y445W
    5M3Q5L323M5T645N5W5P425X633P5V5L365P634V
    5Y5W5R6F6K455K5J3S2P5S5S3Z5R6B5T665X5S5V
    3Q64333M615W3U5V5S6H44685W633S2S5N5S3Z5V
    673Z4244575P5N622T3M61605T5V5X425X5V605X
    3S2Q5J3W6A61605I42675S5V5M3S335K3W695R6A
    5E6C604543443S3B5J6063463V5Q5V6L5L5M3Q5Y
    335Y4A

    Good luck.

    --
    Meh.
  39. one word: by Run4yourlives · · Score: 0, Offtopic

    email.

  40. And I always thought... by jessecurry · · Score: 0, Troll

    ...that the feds were clueless when it comes to technology :)

    --
    Those who know, do not speak. Those who speak, do not know. ~Lao Tzu
    1. Re:And I always thought... by ch-chuck · · Score: 0, Offtopic

      that's what they want you to think.

      --
      try { do() || do_not(); } catch (JediException err) { yoda(err); }
    2. Re:And I always thought... by jessecurry · · Score: 1

      I guess that someone didn't catch our humor....I thought that the smiley would help 'em out a bit, but I guess that I'm a troll now...boo hoo

      --
      Those who know, do not speak. Those who speak, do not know. ~Lao Tzu
  41. Pffft Cracking? The Feds have backdoors! by Phoenixhunter · · Score: 5, Funny

    Nah, they have the manufacturers build in a backdoor! Didn't you watch 24 last night? All they needed was the manufacturer ID and they got root access!

  42. With my help.. by JFlex · · Score: 1

    ..they could do it in under 2.

    1. Re:With my help.. by 9mm+Censor · · Score: 0

      With me we could do it in 1 minute.

    2. Re:With my help.. by dmdollar · · Score: 1

      And with me we could do it 30 SECONDS AGO!

      Hack the planet!

  43. Is wireless security overrated? by loopsandsounds · · Score: 2, Insightful

    Maybe 10% of the population are aware of WEP's weaknesses, but would the other 90% understand what/where/how to conifugre WPA on an AP or gateway? I'm not quite sure that Joe home user should be so worried about his WEP key. Most home users don't have any security policy or strategy (ie. millions of exploited Windows machines sitting directly on the internet), and most businesses have a poor network security policy. As a consultant for a large networking manufacturer, I am amazed at the lengths corporations will go to in securing their wireless network, meanwhile you can walk into unsecured parts of the building and just plug in (no 802.1x), or they have a substandard VPN or internet gateway solution. Maybe it would make more sense for our government to do seminars on security practices for computing(including wireless networking) versus demonstrating a 4 year+ old IV weakness vulnerability?

    --
    I was throwing you the 48, but you made me switch to the 132.
    1. Re:Is wireless security overrated? by UlfGabe · · Score: 1

      pretty much ya, my university got owned the other day. Some dude patched into the school library wireless and uploaded into all of the computers some worm. For the most part the boxes were using IE with those dumb windows services turned on, and the thing propogated into the computer design labs.(which i was using at the time).

      Not fun.

      and one year, the engineers broke the wifi signals used in the lecture speakers(they are transmitted to wirelessly around the room) they just ended up playing fart noises and stuff over and over.

      --
      Check journal for info on Anti-TextBook, an idea by me.
    2. Re:Is wireless security overrated? by KillerBob · · Score: 1

      but would the other 90% understand what/where/how to conifugre WPA on an AP or gateway?

      A better question would be "Would the other 90% want to configure WPA?".

      Personally, my own network has WEP enabled. I'm well aware of the level of "security" that provides, but it's there as a deterrent to the neighbourhood brats; all of the important stuff is secured through other methods. If a wardriver manages to borrow some bandwidth, so be it. They get a free internet connection for a bit, and it doesn't really cost me anything since the firewall gives first priority to wired clients, and second to known MAC addresses.

      They'll also have a hard time doing that in the first place, since the siding on my house makes it an effective faraday cage. Cellular reception goes from 5 bars to 1 bar when you enter the house, and wireless signal drops to zero about 5 feet away from it. :-)

      Don't get me wrong. I can understand coroprations wanting to protect their IP, but the average home user probably doesn't have a good reason to worry about securing their wireless network, WEP, WPA, or whatever's next.

      --
      If you believe everything you read, you'd better not read. - Japanese proverb
  44. I personally prefer by arglesnaf · · Score: 4, Funny

    DECAFC0FFEEBADBADBADBADBAD

    1. Re:I personally prefer by Anonymous Coward · · Score: 1, Funny

      15EEDEADD00D5BAADDEADD00D5

    2. Re:I personally prefer by mattjb0010 · · Score: 1

      Interestingly the "magic number" for Java class files is CAFE BABE.

  45. Re:Pffft Cracking? The Feds have backdoors! by PedanticSpellingTrol · · Score: 1

    Backdoor? More like "Unchanged default settings". Works just fine IRL.

  46. Most likely /.'er response by Cereal+Box · · Score: 2, Funny

    How dare they! The feds have no right to break into someone's wireless network, no matter how simple the password! I want to see the FBI taken down for this! <continues ranting about "the feds">...

    I'm sure we'll hear many comments along those lines from Slashdotters who are no doubt using a wireless connection that they've broken into...

    1. Re:Most likely /.'er response by Ghetto_D · · Score: 1
      Actually that would be the Fed's response to a /.er breaking into an insecure network. I haven't seen any responses like this and I don't expect to.

      I think this is a good thing and maybe it will make manufacturers more aware that by offering key generation, they're weakening the protection they're providing.

    2. Re:Most likely /.'er response by hobbesx · · Score: 1
      I'm sure we'll hear many comments along those lines from Slashdotters who are no doubt using a wireless connection that they've broken into.


      That would depend on your defenition of 'broken', now wouldn't it? :)

      --
      This rating is Unfair ( ) ( ) Fair (*) Funny
      Sigh... If only. Modding would be so much more fun.
    3. Re:Most likely /.'er response by lgw · · Score: 1

      Excpet, as was pointed out in TFA and a million times in the comments, the Feds didn't use any sort of dictionary attack. The strength of the key is no portection in WEP, no more than it was in that terrible 802.11 standard. Just exhaust the IV space and you're golden.

      --
      Socialism: a lie told by totalitarians and believed by fools.
    4. Re:Most likely /.'er response by HiThere · · Score: 1

      Isn't that just a paraphrase of the DMCA...with some significant alterations.

      I believe that the feds DON'T have the right to do this. And that it is illegal, and they should be arrested (being the people in charge of enforcing the laws). (Mind you, I also believe that the law is crazy as written. And I also believe that what they are here reported as having done is perfectly justifiable, if not legal.)

      I think you are confusing moral and legal. Here they are breaking into their own network, and that ought to be perfectly legal, even though I don't believe that it is. This is (to me) a clear conflict between legal and moral with the Feds, for a change, on the correct moral side. Usually in case of a conflict the feds will be on the legal side...which is stipulated to be immoral (or you don't meet the premesis of the argument).

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
    5. Re:Most likely /.'er response by v1 · · Score: 1

      I've got a wap in my attic that I use maybe once a week if I'm lucky. It's for convenience sake, and since I know I appreciate open WAPs, I leave mine open. Sure, it's outside the router on its own IP address so I keep the snoops out, but it's unrestricted. I get mailed the logs once a week and there's four or five laptops in the area that access my WAP occasionally, some just touch it and some actually DHCP and use the connection. I have no idea who they are, but for kicks I changed the SSID to "call (my phone number)" though I have yet to actually have anyone ring me up to say thanks for the net.

      --
      I work for the Department of Redundancy Department.
  47. Corporate Espionage by SunFan · · Score: 3, Insightful


    This is why I always get a little nervous seeing wireless routers stuck to the ceilings of some offices. Given the average security of most offices with wired networks, the outlook for un-wired networks isn't good, IMO.

    Pulling cable is a PITA, but it is a layer of physical security that shouldn't be dismissed too soon.

    --
    -- Microsoft is the most expensive commodity operating system and office suite vendor in the marketplace.
  48. DMCA by Anonymous Coward · · Score: 0

    I hope they arrested themselves on DMCA charges.

  49. Re:Yeah? well, decrypt this! by aventius · · Score: 1

    It reads: "I like Adam Sandler movies. O'Doyle rules!"
    Am I right?

    --
    [insert lame joke here]
  50. Re:Yeah? well, decrypt this! by Anonymous Coward · · Score: 0

    It says "Get stuffed". oh no, sorry - That what I say.

  51. Re:Yeah? well, decrypt this! by 2MuchC0ffeeMan · · Score: 0

    This deserves a lot more credit than it's getting.

    Does Langley know about this?

    --
    Runnin' On Empty .... I'm Still Alive
  52. Obligitory Special Agent Gag by celseven · · Score: 1

    Diane, it 10:37 PM. We just finished cracking the WEP keys for Benjamin Horne's office at the Great Northern Hotel and concluded that he looks at a lot of porn. I would have to comment that I would like more pie, I'm going to be up looking at few more things. Goodnight, Diane.

  53. teh Fedz got mad skillz by Anonymous Coward · · Score: 0, Offtopic

    FBI r l33t!

  54. Hint by ylikone · · Score: 1
    To make it easier, here is the exact same message encrypted with my home-grown encryption, using only a 5 letter dictionary based word.

    58696M405X365K4262655X3E5O686840652U3N6J
    6G6D442R5G68495T5Z38605V6D646L0W5I6C625V
    670W5Z626A6B442R5U5Y664E440W4S426E5T602T
    3N636L406H343N676Q6B61305L426266600W606D
    664065383N6H695X6A0W4S426O5T6A383N6E6G40
    6F2T5T5Y495X6A2R5X6J6H6C612S3N5Z6E5T6530
    5Y4G4940590W5L63686D6E2T3N6D6A665Z2T3N63
    6L4065375T5Q5X5O4B383N696F5X44335L426L60
    610W5Y6E6266602P5X5Y4L4067325U6H6F406132
    5I6C6Q686G2X5U68496C612R5N686A696H2T5Y4E
    496C642P5Z426A6C44375N696M64600W5H5Z496E
    61366442695T6E2S3N6E6G405Z365G5X6C4E440W
    4L6F6L40590W5S5V6Q405Y2T3N5X6G656C305K6E
    66646L0W626C6G66630W5H5Z645T6H375K425E40
    6E2T5G666D6H442Z5T696O406A335Z626A66630W
    5G5W6G6D6G0W5I6C6Q686G335M6C6268643D4142
    4955620W64696M405Z2P5T42676163395X5Z496C
    642X5Y426G6D6G183N6A6D5X5X375K426K5X6A2S
    3N6766405X323N5Z6E5T65303N5V6L40692P5X65
    6G4W682X5T6F6P4E5Z2P3N5V6F5W442T636A6D5T
    65323N6E6G40692T3N626G6F443D5U6F495W652S
    3N636L4E440W5362666A610W5S6368606G0W5G66
    6K67442Q5K426K67692T3N656A66600W5U60496A
    613B5G6C654E4I1A3N6H666468183N67626H5Y2T
    3N686G6C4I

    --
    Meh.
  55. Re:Countermeasures & Conclusion by Momoru · · Score: 2, Funny

    6) Tinfoil. And LOTS of it.

  56. So what? Use SSL by SumDog · · Score: 1

    People keep bringing up the problems with WEP. It's obvious it doesn't work very well at all, however most of your really secure traffic, credit card numbers etc, are going to be sent over SSL anyway.

    People can park a car outside your house, break WEP and sniff your non-SSL traffic, but people at an ISP can do that anyway. Although using wireless does make it easier for them, the most they're gonna be able to do is read your email (if you don't use secure pop or secure imap) or logon your IM.

    Although these things can be annoying, as long as you keep your private traffic restricted to SSL (https, pops, imaps, etc) you should be fine.

    -Sumdog

  57. My WEP key by claussenvenable · · Score: 3, Funny

    is one of the 600,426,974,379,824,381,952 ways to spell \/14grA

    dictionary-attack that, G-man!

    1. Re:My WEP key by Danimoth · · Score: 1

      I can bs on 500,426,974,379,824,381,952 ways. Basicly they list a bunch of varous characters that can be used in place. They add a character to the begining, one in the middle and one in the end, and have multipul repeating options, 8 ? options in a single catagory in one case. You can end up getting things such as ?V?????A?

      --
      No smoking sigs indoors.
  58. WEP is dead by DustMagnet · · Score: 3, Informative

    Sorry about replying to myself, but here's a better link for explaining how this attack works.

    --
    'SBEMAIL!' is better than a goat!!
  59. Watch the FBI take credit for somebody else's work by Deker · · Score: 2, Interesting

    So, since nobody has mentioned it, I'll actually break my normal ./ silence and point this out.

    The attacks they're using were developed by KoreK and released last summer. Then Christophe Devine re-implemented the attacks in Aircrack.

    The FBI had nothing to do with development of this, they're just advertising that they're script kiddies. On top of that, the methods they used to for packet generation so they had something to capture were freaking LAME. Anybody with any form of wireless IDS would see this a mile away (oh yeah, they couldn't even write their own deauth tool...they had to be skript kiddies again and use void11...).

    I wasn't AT the talk, any maybe the Tom's Networking guy didn't properly convey the message, but I feel that credit should go to the folks who deserve it, not script kiddies who got some face time at a conference.

    -d

  60. Isn't it against the law by TheLastUser · · Score: 0, Flamebait

    Isn't it against the law in the US to circumvent encryption?

    1. Re:Isn't it against the law by hany · · Score: 1

      IANAL, but in case of FBI agents doing it, it depens on whether they have wiretap warrant for it. Or maybe more precisely, it depens on whether judge thinks they need one (and then whether they have one) or not.

      --
      hany
  61. 128 bit = teh suk by solios · · Score: 1

    Doesn't the gubment recommend 128 bit encryption specifically BECAUSE it can be brute-forced in a heartbeat?

    I remember reading something about that somewhere when MacOS 9 came out with Finder-Level encryption (128-bit, naturally)... and something OS X still doesn't have. :P

    1. Re:128 bit = teh suk by lgw · · Score: 1

      128 bits can't be brute forced. The FBI used an attack unrelated to the strength of the key. Cryptography is rarely about the number of bits in the key.

      --
      Socialism: a lie told by totalitarians and believed by fools.
  62. And then the unthinkable happened... by IdJit · · Score: 1

    In the middle of the PowerPoint presentation, Special Agent Geoff Bickers' Windows machine got H4x0rD!!

  63. Re 4) HA! Don't make me laugh by Anonymous Coward · · Score: 0

    Most vendors don't update firmware. They simply sell a new version with the new feature. Maybe the high end ala cisco cards offer firmware updates, but for the average $75 crap from Worstbuy if its isnt' in the box, don't expect a firmware update for it.

    btw, next time site your source.

  64. Wrong by DogDude · · Score: 1

    You're making it entirely too complicated, and too open to security holes. The answer is:

    1. Don't use wireless.

    --
    I don't respond to AC's.
  65. Next to go Wardriving with the FBI by drewzhrodague · · Score: 1

    It seems time to go wardriving with the FBI. In the last interview I did with them, the agent said he's be interested in going out for a wardrive. It's prolly time to schedule that, and pick up a few more soundbites.

    --
    Zhrodague.net - I do projects and stuff too.
  66. IPSEC! by Anonymous Coward · · Score: 0

    Don't trust your data to a crypto spec not crafted by actual cryptographers! I myself have all data that travels across open air, or wires I don't control (actually, even wires I do control where privacy is that important) encrypted with AES-256, with the keys rotating hourly (and exchanged with perfect forward secrecy). Let us not forget that you should turn on random packet padding as well. To ensure that traffic analysis doesn't give away enough information to invade your privacy.

  67. I hope my boss doesn't read this by Anonymous Coward · · Score: 0

    There goes my next two weeks!

  68. Who cares... by khelms · · Score: 1

    My goal is to keep the teenage wannabe hackers in my neighborhood from downloading pr0n over my wifi connection, not to block the FBI, CIA, NSA, or any other government TLA.

    1. Re:Who cares... by Flying+Purple+Wombat · · Score: 1

      Yeahbut...according to TFA, the FBI used freely available tools, the same ones your local script kiddies use. Anyone can duplicate the FBI's demonstration.

      --
      If God had meant for man to see the sunrise, He would have scheduled it later in the day.
  69. Fine, but how is this useful against TKIP? by AugstWest · · Score: 2, Interesting

    Seriously, when each packet is encrypted with a different key, it seems like this would become a lot more difficult.

    A lot of APs and hubs are coming with it now.

  70. Look Up by Anonymous Coward · · Score: 0

    Would you notice an ominous black satellite with an american flag slapped on the side snooping your AP from space? Or a different flag for that matter?

  71. You and The Founders by Ungrounded+Lightning · · Score: 4, Insightful

    Then I felt dismayed.

    It really is a shame when the prevailing "geek" attitude towards agencies like the FBI is mistrust and fear, not confidence and respect.


    I find it refreshing.

    The founders of our government were quite aware that the greatest threat to freedom was the very government intended to secure and maintain it. That governments are run by people, that people are fallible, and that the power of government tempts them to sieze still more power- to simplify their jobs, to enhance thier own lives, or just for the fun of it.

    They knew that some people and some institutions would be corrupted, did their best to put roadblocks in the way of corruption to slow the process down, and to warn their successors (us) to be on watch, so we could catch the inevatable slippages and correct them.

    An attitude of healthy suspicion combined with grudging respect and occasional heartfelt praise is precicely right, when it comes to agencies such as the FBI. Healthy suspicion because agents - singly, in groups, or institutionally - have gotten out-of-hand repeatedly. Grudging respect (which must be earned but is honest when it is), because the government and its agencies houseclean from time to time, the agency mostly stays on track, and many of its agents are honest, hard-working, and often heroic, doing their best to identify, protect us from, and bring to justice some truly evil people. Occasional heartfelt praise - when they earn it (which they often do), spending their sweat, smarts, and blood to make the rest of us safer.

    The reason I find "the 'geek' attitude" refreshing is that it show that a new generation - no, a large social group that crosses several generations - have "gotten it". Like most powerful tools, law-enforcement and investigative agencies can do significant when used properly, and even greater harm when misused or broken. Eternal vigilance is needed to keep them in good repair and on the right job. Now we have yet another generation that understands the need for this vigilance and is standing guard.

    --
    Bantam Dominique roosters crow a four-note song. Once you've heard it as "Happy BIRTHday" you can't NOT hear it that way
    1. Re:You and The Founders by Anonymous Coward · · Score: 0

      How much you wanna bet this same guy believes in gun "control". Funny, they always seem to.

    2. Re:You and The Founders by Mac+Degger · · Score: 1

      Hear, hear!

      The only thing that I find is a shame is that this attitude is not nearly as wide-spread as it should be (or even half as widespread as you make it seem [not a dig, per se, just thinking we aren't there by a long shot]).

      --
      -- Waht? Tehr's a preveiw buottn?
    3. Re:You and The Founders by Anonymous Coward · · Score: 0

      No, I believe in gun freedom.

      Every cop and every arm of the criminal justice is FREE to shoot anyone any time for any reason they please, just so long as I'm allowed to have the same FREEDOM to plug them too with the same terms.

      Sheesh.

      Ruby Ridge comes to mind. Waco, tipping off the press to watch the big balls FBI round up the cock-suckers.

      Or how about the Anthrax scare and Hatfield?

      Or how about Brandon Mayfield and the sneek and peeks, not to mention his material witness detention? (Portland Oregon)

      If it's antigun to think your Gvmt is capable of terrible abuse, and bad judgement - then where to I sign up to be "anti-gun"

    4. Re:You and The Founders by LordPhantom · · Score: 1

      And, so, when the government goes too far, a group of wild-eyed geeks will defend us all with their gigbit routers and spools of cable?

      I think not.

    5. Re:You and The Founders by jayteedee · · Score: 1

      Very well said, however I would replace the word "some" with "all". I.E, to read "they knew that all people and institutions would be corrupted..." The founding fathers believed that government was established among imperfect men, essentially a necessary evil, but one that required layers of oversight because of the corrupt nature of man. They firmly believed that ALL men were fallible and would give in, it was only a matter of level (money, power, control, prestige, pride, etc.). Their model for this concept was biblical " for all have sinned and fall short"-Romans 3:23. Even the deists followed this line of reasoning.
      Excellent write-up.

      --
      Religion and science are both 90% crap..but that doesn't negate the other 10%.
    6. Re:You and The Founders by ScentCone · · Score: 1

      I find it refreshing

      So do I, but only to a point. Here in the slashdot echo chamber, and to a larger degree in the anarchy-between-designer-coffee-breaks crowd, the issue isn't a healthy, informed urge to supervise/monitor the federal law enforcement structure, but the assignation of profound, malignant malice to all of the people within those institutions.

      I live in the DC area. Many acquaintences are employed within the intel/spooky/DHS/justice universes. They are, to a person, some of the most honest, earnest, hard working people I know, and they earn squat compared to what they would make in the private sector. A lot of them looked at careers in those areas as stepping stones to bigger ticket jobs elsewhere, but saw 9/11 and much of the resulting tumult as a serious reason to stick it out for a while. Some are annoyed (to the point of quitting) by bureaucratic foot dragging, and others are truly energized by new found budgets, livelier management, tangible missions that matter, and (despite what you read here), a population that generally is more appreciative of the work than they used to be.

      Spending time (as many have done here) dwelling on how a given institution (say, the FBI) has "earned" our deep suspicion because of now-gone policies and management implies a bad case of not getting it. At the risk of getting a Godwin Mod, I'd say that we can pretty much get past saying that the Germans (or Japanese for that matter), as a people, are still earning our deep mistrust. Likewise, the sterotypical police officer south of the Mason-Dixon line is not firehosing peaceful protesters. Similarly, the people currently staffing the FBI aren't anymore inherently malicious working for the current administration than they were for the last one (remember their helpful delivery of private profile info into the last administration's offices?) That is to say, most of the back-office paper pushers and info-clerks don't operate with enough of a big picture to meaningfully participate in anything like the fanciful conspiracies so popularly attributed to everyone with a federal badge. Those people farther up the food chain of those agencies/bureaus have never operated under more scrutiny, or with more at stake. They are acutely aware of it, and I know this because when you live in this town, you have dinner with people like that.

      Eternal vigilance must indeed be part of the picture - but let's not forget that FBI agents, managers, directors... these people all have families, a personal longing for liberty, and a general sense of decency that gets them through their crappy days dealing with the world's true, hateful, death-dealing creeps. There are always bad eggs in every group, including PTAs, religious organizations, universities, bridge clubs, paintball teams, eco-activist groups, and so on. The difference, at the FBI, CIA, and elsewhere, is that the real loons don't generally do too well on the polygraph/psych exams or pass the basic smell-test that more experienced personnel immediately give them. I'm glad that the parent poster considers the slashdot cynicism healthy, but I think it's a little too X-Files driven, motivated by political partisanship, and would benefit from more personal friendships with people who do the jobs they're carping about. Honestly, it's like we need Take A Nerd To Work Day or something, and see how many of those ridiculous myths break down over a lunch of the cheap sandwiches that your average fed can afford to eat.

      Do I admire every federal employee, or think everything the government does is just swell? Not in the least. But I do feel some obligation to the good people I know in these areas to back them up a bit. It's a shame that popular entertainment doing the same is considered corny propoganda, while anything at all (no matter how ridiculous on closer inspection) that tears them down is seen as a clever, cool, righteous bit of art.

      The reactionary policy excesses that spring from recent events and technological developments

      --
      Don't disappoint your bird dog. Go to the range.
    7. Re:You and The Founders by Anonymous Coward · · Score: 0

      who do you think designs all those next generation fighter planes, smart bombs, and even most modern firearms? They're all designed by engineers who happen to be geeks.

    8. Re:You and The Founders by LordPhantom · · Score: 1

      True, but.... Who flies them? Who maintains them?

    9. Re:You and The Founders by godless+dave · · Score: 1

      Yes yes yes. Even if the FBI had never done anything illegal or unethical, we would still be justified in distrusting them, just as we should distrust anyone who the law gives authority over us. If there is a possibility for power to be abused, it eventually will be abused by someone. That's why the US government contains constitutional checks and balances and that's why smart people distrust all authority figures.

      --
      "If it's real, then it gets more interesting the closer you examine it. If it's not real, just the opposite is true." -
  72. Well what do you know... by sugapablo · · Score: 1

    Hey, it worked!!! This post is the proof.

    You think since the FBI did this study, they'd prevent geeks like me from breakin ginto THEIR network doing the exact same thing they bosted about. ;)

  73. 128-bit WEP is no good? by phorm · · Score: 1

    How about 1024-bit keys?

    Currently we're experimenting with using an open WLAN with logged http/https access (for guests), and then OpenVPN for all the internal users. Same network, but the VPN users have good data encryption (better than if we used WEP) and thus are allowed to access many more services.

  74. Two of them are cryptography masters ... by GNUALMAFUERTE · · Score: 5, Funny

    The other is the PowerPoint guru :-P

    --
    WTF am I doing replying to an AC at 5 A.M on a Friday night?
    1. Re:Two of them are cryptography masters ... by SomeOtherGuy · · Score: 1

      You forgot the 4th guy, he gets coffee.

      --
      (+1 Funny) only if I laugh out loud.
    2. Re:Two of them are cryptography masters ... by GNUALMAFUERTE · · Score: 1

      There is also a 5th guy ... he posts lame jokes on cheap message boards discussing the activities of the other four, and usually gets replys by some other guy ... i mean, SomeOtherGuy.

      --
      WTF am I doing replying to an AC at 5 A.M on a Friday night?
  75. Don't be skurred. by untaken_name · · Score: 1

    There's no possible way the Federal Government would ever consider doing something as base, immoral, illegal, and invasive as go around wardriving just to see what they can see. I mean, come on, these people hold a SACRED DUTY and they take AN OATH and everything. No *way* would they ever do anything bad.

    "What? I wrote it just like you-"
    *BLAMBLAMBLAMBLAM*
    *thud*

  76. The worst they can do... by argent · · Score: 1

    People can park a car outside your house, break WEP and sniff your non-SSL traffic, but people at an ISP can do that anyway. Although using wireless does make it easier for them, the most they're gonna be able to do is read your email (if you don't use secure pop or secure imap) or logon your IM.

    That's not the worst they can do.

    The worst they can do is use your wireless to attack people, send spam, and publish stuff that'll get the RIAA and MPAA including your IP in a John-Doe lawsuit.

    1. Re:The worst they can do... by Anonymous Coward · · Score: 0

      Or plant evidence of "terrorist connections" if you have, say, a writeable windows fileshare to allow you to easily move documents from your laptop to your desktop. I'd say that's worse than a lawsuit.

  77. No. by Ungrounded+Lightning · · Score: 3, Insightful

    So what this is telling us is the Feds are really just script kiddies?

    No.

    What this tells us is that the Feds are showing people just how TRIVIAL and FAST it is for script kiddies and crooks to break into WLANs. And give you pointers on keeping the petty crooks out (and drastically cut crime and reduce the load on the FBI).

    Surely you didn't expect them to give you a demo of how THEY do it and how to keep THEM out, did you? B-)

    --
    Bantam Dominique roosters crow a four-note song. Once you've heard it as "Happy BIRTHday" you can't NOT hear it that way
  78. Re:Countermeasures & Conclusion by utexaspunk · · Score: 1

    or, alternatively,

    1) Secure the individual computers on the network.

  79. Re:Yeah? well, decrypt this! by Anonymous Coward · · Score: 0

    I read that as Adam Sessler. Ug!

  80. $20 hardware random number generator. by arete · · Score: 5, Interesting

    128 bits. Roll one 8-sided die 51 times (discarding the least-significant bit of the last roll).

    To speed up the process, get one of those
    clear boxes they use to make sure people take the right number of pills per day. Get one with more than 22 boxes. (4 times a day for a week = 28, fairly common)

    Put dice in boxes. Put a sheet of something solid on the door side. Shake. Invert. voila, random byte strings. w/ 28 boxes you have 84 random bits. Repeat twice for your 152 bit key, dropping the last 16 bits.

    chessex.com has a variety of dice - you can can order single d8s for .50c. I'm fairly certain you could find cheaper prices. I estimate the total cost of this hardware randomizer at $20 if done on the cheap.

    Someone will probably complain about the non-cryptographic quality randomness of this process. But you only need cryptographic quality randomness when you're going to use it very repeatedly and someone can attack the similarity between them. Since the nonrandomness isn't known to anyone outside and you probably aren't generating a massive number of keys you're fairly safe. To increase security, buy dice from multiple manufacturers and occasionally switch around the lots.

    (every 4 d8 values converts to 3 hex values. If you're converting by hand, you could alternately use a pair of dice for a hex value, generating only 56 bits per shake but only needing a table of 16 values to convert by hand to hex. You could also use 4 sided dice for this equally well, since you're only using 4 bits per pair.)

    --
    Looking for freelance Actionscript (Flash/Flex) or ColdFusion work and/or freelance developers. Email me, put Slashdot
    1. Re:$20 hardware random number generator. by hey! · · Score: 1

      That's actually a pretty good idea.

      Granted it's not perfect, but nothing is. It certainly is better than any password system.

      I wonder how far from perfect a D8 roll is, statistically speaking.

      --
      Post may contain irony: discontinue use if experiencing mood swings, nausea or elevated blood pressure.
    2. Re:$20 hardware random number generator. by apt-get+dist-upgrade · · Score: 1

      Interesting idea. That sounds almost like the diceware method on steroids.

    3. Re:$20 hardware random number generator. by xilet · · Score: 1

      You can often get random dice by the lb on ebay for 10$, plenty of d8s in there.

    4. Re:$20 hardware random number generator. by Lord+Kano · · Score: 1

      Good idea, no, great idea but why stop with 8 sided dice?

      Going with a 10 or 20 sided die would provide more bit density. Sure, it wouldn't translate to hex as easily as an 8 or 16 sided die, but the greater bit density would make it worthwhile. It would be rather easy to code a C, C++ or even VB program to take all of the results of your rolls and convert them to ASCII for the purpose of key generation. Or you could go with an obscenely high number of bits and MD5SUM them to generate your key. The possibilities are virtually limitless.

      LK

      --
      "Hi. This is my friend, Jack Shit, and you don't know him." - Lord Kano
    5. Re:$20 hardware random number generator. by vuud · · Score: 1
      Next take the whole thing and work it in with a lego mindstorms system that spins the box around. Have it stop with a web cam focusing on the dice and read the numbers.

      Then put it on the internet so people can argue over if it is secure using someone elses password generator.

    6. Re:$20 hardware random number generator. by Anonymous Coward · · Score: 0

      that is sick.

    7. Re:$20 hardware random number generator. by arete · · Score: 1

      No, it's not the same thing. Because if you have (for instance) a 10 sided die you can't do anything but discard those extra results. And if you discard them, that means you have to roll again which is quite unacceptable in a simultaneous multiroll situation.

      That means that what matters is only the highest power of 2 in your die - so a d8 has the highest density, while a d4, d12, d20 and d100 all have exactly the same bit density.

      The only other solution is to generate a stream of bits which may be of an indeterminate length... so you keep appending the bits from each consequetive die and you don't know how many you'll end up with in the end. For instance, a d20 can provide 2 definite bits (it's always divisible by 4) and 2 more bits 4/5 of the time. It provides 2 bits if the result is divisible by 5 or 4 bits otherwise. This gives an average bit density of 3.6 bits, which is slightly higher than a d8's 3 bits. d20s are also in a smaller font, however, and a physically bigger I don't think the substantial added work is worth .6 bits/die.

      If you really want to increase bit density of the box, the larger boxes will fit 2 d8s per box. If you can reliably order them (always the darker color first, or something) this works fine. Arguably you could pick whichever one ends up more left or something, but I'd start to worry that human nonrandomness would interfere in judgement calls.

      --
      Looking for freelance Actionscript (Flash/Flex) or ColdFusion work and/or freelance developers. Email me, put Slashdot
  81. Re:Watch the FBI take credit for somebody else's w by not5150 · · Score: 5, Informative

    I'm the author of the article.

    1. Where in the article does it say the FBI developed the attacks? Did you RTFA?

    2. For the IDS comment, I did state that it is NOT a stealthy attack. Not stealthy = IDS will pick it up.

    3. You weren't at the talk, and it shows. They did give credit (a LOT of credit) to KoreK and Devine, but I didn't put it in the article. So you can blame me for it.

  82. Obligatory Simpsons Reference by phaetonic · · Score: 2, Funny

    *Homer looks outside and sees a van*

    Flowers
    By
    Irene

  83. Disabling wireless during off hours by dstone · · Score: 2, Interesting

    If the "$5 lamp timer" idea to shut down the router during off-hours doesn't work for you (eg. you need wired connections to stay up), a script to enable/disable the wl_net_mode setting on the http://192.168.1.xxx/Wireless_Basic.asp page of a Linksys WRT54GS would seem pretty doable. Put an enable/disable entry into a cron schedule and you've closed the window for hackers somewhat.

    Cooking a script up like this (with POST and HTTP Basic Authentication for login) wouldn't be very hard, but does anyone know of Linksys scripts that might already be usable?

  84. Re:Watch the FBI take credit for somebody else's w by Anonymous Coward · · Score: 0

    Dude, the guy said that the FBI was using known tools that anybody can find. They don't have to give credit to anybody.

  85. Even if WEP is trivial to crack, it's useful by Ungrounded+Lightning · · Score: 5, Insightful

    Note that even if WEP is trivial to crack it serves a purpose: The same purpose as a lock on a screen door or window.

    It doesn't keep out a burglar.

    It DOES make it clear that your INTENT was to keep him out, and that if he breaks in his INTENT was to break in.

    This is a very important legal point if/when you, or law enforcement, bring action against him.

    Similarly, the computing community has generally interpreted permission settings (on files and the like) as an expression of intent, generally honoring them even if they have the ability to bypass them.

    This transfers directly to wireless access points: Some people deliberately leave their APs open, to let others use them as a community resource. Generally this is done by leaving them at the default settings. While there may be confusion about it if an AP is in this state, there is NO confusion about the intent if WEP is enabled.

    --
    Bantam Dominique roosters crow a four-note song. Once you've heard it as "Happy BIRTHday" you can't NOT hear it that way
  86. How about MAC filtering? by Anonymous Coward · · Score: 0

    Just wondering how hard it is to spoof MAC addresses...

    1. Re:How about MAC filtering? by Make · · Score: 0, Redundant

      ifconfig eth0 hw ether de:ad:be:ef:00:00

  87. Re:Watch the FBI take credit for somebody else's w by Anonymous Coward · · Score: 0

    The point of the demonstration was to point out how easy it was to crack WEP from readily available tools.

  88. It really IS a shame by Teun · · Score: 1

    It really is a shame when only the "geek" have a prevailing attitude towards agencies like the FBI as mistrust and fear, not confidence and respect.

    --
    "The likes of Facebook and WhatsApp are free to those whose privacy is of zero value."
  89. Re:Countermeasures & Conclusion by Anonymous Coward · · Score: 0

    Typical of a blowhard nerd who thinks he knows everything, and goes for a complex solution, trying to show how much he knows instead of going for the most efficient solution.

    The real answer is:

    1) Segregate your wireless network, install VPN, and have all your users VPN into the safe network.

    There is *nothing* else you need to do besides this. You can use wireless with no encryption, it doesn't matter because you're using a higher level protocol to do the protection for you.

  90. What a surprise by Anonymous Coward · · Score: 1, Funny

    I was surprised to find that the FBI Computer Scientist mentioned in the article presenting this was... a Smith.

    Hmmm...

  91. buy crappy wireless products by Sesticulus · · Score: 0

    That's why I buy crappy wireless products. Sure I have to park my laptop within 17 inches of my base, but nobody's sniffen my network without them sitting on my lap!

  92. Ignorant Question but I need to know by auburnate · · Score: 2, Informative

    On my Netgear wireless router, I have the ability to enable MAC address filtering. If the wireless connection isn't coming from my MAC address, then the attacker can't use my router. Right? I live in an apartment complex and I had just set up my router. Within a week, I noticed someone sharing my router for some goatse action. I enabled my MAC filtering but not WEP and I haven't seen Mr goatse again. Could he come back though somehow? Also, if I don't enable WEP, an attacker could monitor my web usage without necessarily using my internet connection? Thanks for any answers.

    1. Re:Ignorant Question but I need to know by Dwedit · · Score: 1

      MAC addresses can even be changed in the Windows Device Manager. Sniff a packet, change your MAC address to match. Absolutely no security.

    2. Re:Ignorant Question but I need to know by izomiac · · Score: 2, Informative

      MAC addresses are really easy to change, especially in windows, so it isn't very good security. All someone has to do is sniff to find out what your MAC address is, and then wait until you're computer is off the network (or they could start injecting packets, but that'd be more difficult). It should keep most undetermined people out though.

    3. Re:Ignorant Question but I need to know by rhincewind · · Score: 1

      Someone probably answered this one already, but better safe than sorry... it is actually quite easy to spoof a mac-address.
      In other words: mr goatse can easily see which mac address you have been using lately (just keep that airstumbler/ running for a while) and then tell his wifi-card to use that mac address and connect again.

      And yes, if you are not running any encryption, he will be able to see whatever you are doing (eh, on the wireless network that is. And if you use a webcam, quite literaly ;-)

      --
      --Black holes are where God divided by zero--
  93. WPA better, but it's just a draft-based "pre-I" by Dogtanian · · Score: 1, Insightful

    WEP was almost a weak afterthought for wireless technology. This is just a demonstration of why WEP users should switch to WPA.

    Except that WPA is a gun-jumping SUBSET of the DRAFT of the forthcoming 802.11i standard, and isn't guaranteed to be compatible with it (rather like "pre-G" and "pre-N" products).

    So; yeah, it's better than WEP; but is it a good idea to focus on something which might need upgrading in the near future anyway? (You MIGHT be able to upgrade firmware. You MIGHT not....)

    If I considered someone's business security important enough that WEP wasn't acceptable (and it really isn't for all but the smallest businesses), then I'd advise waiting a little longer for genuine 802.11i-compatible products to arrive. Wireless *isn't* that essential yet...

    Just a thought; would it be possible to implement 802.11i "in software" for existing equipment?

    --
    "Slashdot - News and Chat Sites Deviant". (Click "homepage" link above for details).
    1. Re:WPA better, but it's just a draft-based "pre-I" by Anonymous Coward · · Score: 0

      802.11i has been approved, and is also known as WPA2. There are 802.11i products out there already, but not from the typical consumer crap of Linksys/Netgear/Cisco/whatever.

    2. Re:WPA better, but it's just a draft-based "pre-I" by Anonymous Coward · · Score: 0

      802.11i has been approved, and is also known as WPA2.

      What a bunch of weasels.

      "Yeah, this is, uh.... a new, improved WPA", so they don't have to admit that the original WPA was an incomplete implementation of something that wasn't standard anyway. Assholes.

      To paraphrase Dennis Leary (or whoever), "If you work in marketing, just kill yourself."

  94. Re:Yeah? well, decrypt this! by kpwoodr · · Score: 1

    When I decode it, I got:

    "Go Puck yourself!"

    I'm not sure what Puck means, but I'll see what I can do.

    --
    This sig has been removed pending an investigation.
  95. Re:Countermeasures & Conclusion by apt-get+dist-upgrade · · Score: 1
    4) Show war drivers the finger.

    You left off a vital step in showing the finger. Apache has to be installed and the default web page needs to be set to the appropriate image.

  96. Re:Watch the FBI take credit for somebody else's w by pjaromin · · Score: 1

    You're missing the point. I sincerely doubt the FBI did this to showcase their superior hacking skills...the point was to show how easy it would be for *anyone* to gain access to a wifi network. I doubt the FBI is interested in taking credit for the methods...otherwise they might have at least allowed their photos to be taken. Yeesh.

  97. They've gone to plaid! by TheDukePatio · · Score: 1, Funny

    Note to self: Change President Scroob's WEP key to something other than 1234567891011121314151617181920.

    --
    To Alcohol! The cause of, and solution to, all of life's problems.
  98. Special Agent Geoff Bickers? by Anonymous Coward · · Score: 0

    I think that was supposed to say:
    > Special Agent Geoff Bickers (not his real name)

  99. Why bother? When most networks are unprotected. by Masq666 · · Score: 1

    Hehe, why bother cracking the WEP key when most Wireless Networks are unprotected, for about a month i've been connected to the internet through the Wireless network belonging to a nearby shop.

    But since i've now got my own connection i now bridge those connections to boost my download speeds. hehe.. not my fault they keep there network unprotected, they've even left the default password on the router configuration panel, so i turned on Extended signal strength to get better signals.

    I know this was a bit offtopic but i guess that most people here have one or more Wireless networks in thiere neighborhood that is unprotected, at least if you live in a city!

    Yeah i know my spelling stinks..

    --
    Bits of News Giving you the latest bits.
    1. Re:Why bother? When most networks are unprotected. by Anonymous Coward · · Score: 0

      Hey, the local 7-11 doesn't lock their doors at night so I just go in and help myself to a glass of water whenever I want. The neighbor leaves the keys in his car at night. I was nice and returned it before she knew it was gone.

      How is either case not stealing ?!? Petty shoplifting and computer trespass are both illegal. It ain't just your spelling. Your morals are a bit ripe smelling as well.

      Personally, I would have gone over and asked if I could share the connection cost and offered to secure the setup as well.

  100. Re:Countermeasures & Conclusion by zanderredux · · Score: 1
    If you're going to cut-and-paste for karma, please CITE YOUR REFERENCES!

    Dude, this isn't Nature. It's /., remember?

  101. APG by Anonymous Coward · · Score: 1, Informative

    apt-get install apg

    That way you don't have to trust an external third party for your random password. Keep it all on your local machine.

  102. One question about security by Anonymous Coward · · Score: 0

    What puzzles me is why isn't software or protocols that use encrypted passwords programmed so that a password can only be sent once every second (or so).

    I started wondering this while cracking some zip files with good old brute force attack and it is amazing how fast you can find rather long a password on a desktop pc (10 mil. passwords/second).

    Now, I'm not very interested into the whole encryption thing but I bet you could easily make a zip file only accepting passwords once every second.

    With a dual Xeon I'm guessing I could probably do more than 50 mil. passwords per second. If those would only be accepted by the file once every second, brute force or dictionary attack would render useless. Even the most simple passwords would need days if not weeks to crack.

    I'm not familiar with wireless protocols but couldn't it be possible to make a protocol that wouldn't accept passwords more than 1/sec from the same IP/MAC address? Hell you could even make the machine send it's "signature" based on the hardware components, OS,... to make sure that particular machine doesn't get more than 1 pass/sec.

    Enlighten me please.

  103. bah by Anonymous Coward · · Score: 0

    Pay for mac changing software for windows? Are you for real?

    http://ntsecurity.nu/toolbox/etherchange/

  104. Wrong verb, highly offensive! by dysjunct · · Score: 1

    Every geek knows that "hack" means a creative demonstration of skill, not to make an unauthorized break-in of someone else's system.

    Therefore, the appropriate verb in this case is GNU/crack.

    Thank you.

    1. Re:Wrong verb, highly offensive! by WillAffleckUW · · Score: 1

      true, they should have said the Feds cracked the system, as hacking implies coding abilities.

      on the other hand, perhaps they did use both?

      --
      -- Tigger warning: This post may contain tiggers! --
  105. Shhhh.... by SomeOtherGuy · · Score: 1


    Don't let the everyday joe's know that their wireless connections are open to the world, or else I won't have any way to surf the Interweb on my laptop when I take my kids to the park.

    --
    (+1 Funny) only if I laugh out loud.
  106. Qui custodes custode? by WillAffleckUW · · Score: 1

    Who will guard those selfsame gaurdians - if you don't grok Latin ...

    Seriously, is this good news?

    Especially since they don't need anything more than a rumor about you, spread by a neighbor or ex-girlfriend/wife, to do a warrentless search, and institute wiretapping ...

    --
    -- Tigger warning: This post may contain tiggers! --
  107. I'm being attacked! by FirstTimeCaller · · Score: 1

    From TFA:

    Note that this is not a particularly stealthy attack, as the laptop user will notice a series of "Wireless Network unavailable" notifications in the taskbar of their desktop screen.

    Oh my gosh! I see this all the time! Someone must be trying to penetrate my wireless LAN!

    --
    Wanted: witty unique signature. Must be willing to relocate.
  108. Skip WEP, open up your access points! by cliffjumper222 · · Score: 4, Interesting

    Here at work (an R&D facility for a major electronics company) we have opened up our WLAN for anyone to use and dropped WEP completely. Instead we use VPN's. This enables the following:

    1. Any customer/vendor can get easy net access
    2. Anyone in our local area can get free Internet access and feel good about our company. The range isn't that far, but for geeks in a pinch, it's there for them.

    We don't advertise this feature but it is definitely done for these reasons.

    I strongly recommend other companies to just dump WEP or any other authentication system and open up their access points.

    1. Re:Skip WEP, open up your access points! by fluffy99 · · Score: 1

      I presume the anonymous connections are bandwidth-limited so they don't hog your internet feed and cost you actual money?

  109. With my help they could have done it in 1min. by CrachOverride · · Score: 1

    With my help they could have done it in 1min.

  110. In related news... by naoursla · · Score: 2, Funny

    A locksmith was able to pick a locked front door in a residential neiborhood in just under 3 minutes.

    However, the FBI has superior entry method that involves breaking the door down in just under 8 seconds.

  111. On automatic "confidence and respect" by Zhe+Mappel · · Score: 4, Insightful
    It really is a shame when the prevailing "geek" attitude towards agencies like the FBI is mistrust and fear, not confidence and respect.

    Others are mentioning COINTELPRO, or Hoover's reign of terror, or Waco, and on and on. No need for me to cover that territory, which any well-informed citizen knows. There's always Wikipedia if you need to bone up on the cheap.

    No, I wish to call attention to your language. Therein lies your problem: your language shortcuts thought. Do you realize you write less like a citizen than a subject?

    Agencies like the FBI, you write.

    Government agencies, law enforcement agencies, you mean. Please stop and think about that.

    "Agencies like the FBI"--which would include, of course, the CIA, the NSA, the DEA, the BATF, for starters--are nothing more than arms of power. It is that power to which we must turn, thoughtfully, and ask our questions. We cannot say de facto that an enforcement agency is worthy of "confidence and respect," as you would have it, unless we first examine whose laws and whose agenda these agencies are enforcing.

    To take but one high-profile example: the war on drugs. This irrational prohibition has stocked our prisons with the poor, but failed demonstrably by creating more crime in illegal drugs; yet it is blindly enforced by those before whom you would have us genuflect. What choice have they, after all? Yet, fortunately, we have a choice: we can think, they cannot. We can withhold automatic "confidence and respect," as we should, since a brutal and destructive prohibition depends on patsies and collaborators.

    The founders of our nation viewed overweening power with deep suspicion, and they anticipated the glamor of irrational obedience--the impulses of mob-like majorities, of good little yes-men. Examine their writings, and behold their constitutional framework: it is in sum a work of almost beautiful paranoia, conceived by men who looked on history as realists. They designed the nation to survive not terrorists or criminals but the surrender of thought by its own inhabitants.

    1. Re:On automatic "confidence and respect" by Anonymous Coward · · Score: 0

      Get a clue you nutjob. The founding fathers had an issue with concentrated power .... hence the notion of checks and balances in a representative republic that was elected by the people.

      If you have an issue with the laws ... make your case to your fellow countrymen to have them overturned. However, your cluelessness does not justify your broad brushed ignorance and disrespect of organizations that keep your contemptuous little *ss safe at night.

  112. Comment removed by account_deleted · · Score: 0, Flamebait

    Comment removed based on user account deletion

  113. Radioactive RNG by Detritus · · Score: 1

    You can build a good RNG from a cheap Geiger counter and a smoke detector (radioactive source). I did this with an old laptop computer. It wasn't fast, but it produced more than enough random bits for keys and one-time pads.

    --
    Mea navis aericumbens anguillis abundat
  114. Simple fix by jownz · · Score: 1

    Just don't broadcast your SSID! This will prevent war-drivers/feds from detecting your network, thus making them move onto a much more worthy target :p

    /me fixes his tinfoil hat

    The feds can probably crack 128bit encryption with their eyes shut.

  115. 3 minutes=so what? by BobSutan · · Score: 1

    I fail to see why this is noteworth except to those that don't understand how easy it is to crack WEP. In fact 3 minutes is barely worth writing home about. Hell, we've done the same in class for crying out loud--you only need to capture about 7-10MB of data to have all the IVs required to perform the cracking, and that's equivalent of what, an MP3 or two?

    Cracking the key is what usually takes the most time and now that can be accomplished in as little as 15 seconds these days with recently available tools.

    Add it all together, plus the time it takes to input the key into the wireless config, and you've got access in about 3 minutes or so.

    --
    "On a scale from 1 to 10, people are stupid"
    1. Re:3 minutes=so what? by thegnu · · Score: 1

      Wow! That was just like reading that story about the FBI cracking the wireless network, only boring!

      Wow!

      --
      Please stop stalking me, bro.
  116. Better be legal: Fruit of the poisoned vine! by redelm · · Score: 1
    Unauthorized access to a computer system and voice wiretapping are Federal felonies. Theft of services and other intercepts are usually state felonies. Just exactly _how_ can law enforcement legally break these laws? A search warrent is only for places & things to be seized. I suppose one might be issued for airspace.

    Not that anyone can stop them, but if police break the law in acquiring evidence, that evidence and any evidence gathered as a result is inadmissible in a US court. The "fruit of the poisoned vine" doctrine. You can bet this will come up at trial.

  117. Real Men by rezac · · Score: 0

    ...Real Men don't need passwords, they just crack their own systems...

    --
    -- my sig got /.'d
  118. RIAA by nurb432 · · Score: 1

    "See mr Judge, it really wasnt me sharing all those files. See how easy it its to break into our home network. I wasnt warned about this when i bought it, perhaps the store should be sued, but not me"

    --
    ---- Booth was a patriot ----
  119. Re:Watch the FBI take credit for somebody else's w by Anonymous Coward · · Score: 0, Insightful
    I'm the author of the article...
    3. You weren't at the talk, and it shows. They did give ... a LOT of credit..., but I didn't put it in the article. So you can blame me for it.
    On the other hand, a *well-written* article would make it hard to tell the reader wasn't there.

    Slashdot... news by nimrods dumb enough to bitch-slap themselves.

  120. If encryption does not include the MAC address by tinkerton · · Score: 1

    But is that true? I'm ignorant too, but I think it depends on the index n of 802.11n.

    My uneducated guess is, WEP leaves the mac address exposed(actually, that much I know for sure), and 802.11i (WPA2)does not expose the MAC address. For 802.11g, (WPA), i would like to know. It's supposed to be much more secure than WEP, in any case.

    1. Re:If encryption does not include the MAC address by izomiac · · Score: 2, Informative

      WEP & WPA are mostly just encryption layers (maybe some authentication as well). After the encryption is cracked then you can watch all the traffic being transmitted to and from the access point. Wireless cards are still network cards, so they still use MAC addresses to determine which card responds to which packets. If the MAC address wasn't transmitted then the access point couldn't block people by it. AFAIK, the MAC address is encrypted with the rest of the packet, but the process of cracking WEP encryption is passive, so someone could just crack it and packet sniff to find out the MAC addresses that are allowed.

  121. In other words ... by Anonymous Coward · · Score: 2, Funny

    ... You have a tinfoil house!

  122. I use the same pw as they used in atomic bombs by notany · · Score: 1
    It's hard to believe but fate of the human race was once behind this password. Read the whole article it's good.

    http://www.cdi.org/blair/permissive-action-links.c fm

    ....The Strategic Air Command (SAC) in Omaha quietly decided to set the "locks" to all zeros in order to circumvent this safeguard. During the early to mid-1970s, during my stint as a Minuteman launch officer, they still had not been changed. Our launch checklist in fact instructed us, the firing crew, to double-check the locking panel in our underground launch bunker to ensure that no digits other than zero had been inadvertently dialed into the panel. SAC remained far less concerned about unauthorized launches than about the potential of these safeguards to interfere with the implementation of wartime launch orders. And so the "secret unlock code" during the height of the nuclear crises of the Cold War remained constant at OOOOOOOO. ...

    --
    Dyslexics have more fnu.
    1. Re:I use the same pw as they used in atomic bombs by Sivart832z · · Score: 1

      If you think about it... in terms of using it as a password (rather than just a number) that is actually more secure than using any word. I don't go around guessing passwords, but guessing 00000000 would probably be the furthest from my mind - especially from something I expect to be secure. It would end up taking a brute force using numbers to finally crack it. Not that I'm saying 00000000 is ideal or anything... but it is actually much better than what the majority of people are using for passwords today.

    2. Re:I use the same pw as they used in atomic bombs by Anonymous Coward · · Score: 0

      One of the first things you do when starting a brute force is to try the ultra-common passwords, which this would be one of. Odds are, they'd even start at 00000000, as it's the lowest number to try.

  123. Good riddance by freality · · Score: 4, Insightful

    I always ask people to turn their WEP keys off anyways.. nothing like creating scarcity out of the plenty of wi-fi networks out there.

    Look, your computer ought to be secure at the TCP/IP level. If you're depending on WEP link security, you're probably hosed anyways. And you'll almost surely be hacked by the teeming swarms of infected computers on the net long before you get trouble from a neighbor, a drive-by script kiddie, or now the FBI. Unless you're a paranoid freak and you're sure they're really out to get you. The roving script-kiddies that is.

    Worried about bandwidth? If you and your neighbors cooperated instead of hording bandwidth from each other, you'd have more to go around. Heck, you could multi-home your laptop and get multiplexed bandwidth. That's more, not less.

    Now turn off those keys and rename your home wi-fi network "public"!

    1. Re:Good riddance by 4ginandtonics · · Score: 1

      Why is this modded funny?

      I totally agree with you. Why encrypt at the wifi layer when you can encrypt at the tcp/ip level with VPN, etc.

      There. Problem solved.

    2. Re:Good riddance by stinerman · · Score: 1

      Lets also not forget that Speakeasy DSL nearly encourages you to share your wireless access.

      C'est vrai!

    3. Re:Good riddance by The+Cookie+Monster · · Score: 1

      Yeah, I'm worried about bandwidth.

      So my SSID is an email address, if any of my neighbours get wifi and can see my AP then they can email me, allowing cooperation and sharing of the password.

      Hard to cooperate when you have no idea who's the network is.

  124. Re:Watch the FBI take credit for somebody else's w by Anonymous Coward · · Score: 0

    The FBI knows about the beastiality porn on your machine, and will be showing it to your mother next week.

  125. Re:Countermeasures & Conclusion by Anonymous Coward · · Score: 0
    you could also redirect any traffice not from your network and have (chroot'd)thttpd listening on port 8008 displaying a nice HTML page telling people that they've been logged and reported for posterity's sake..

    a single pf rule:
    rdr pass on $external_interface from !$wifi_interface:network -> 127.0.0.1 port 8008
  126. Uhhh...Not passive though? by Anonymous Coward · · Score: 0

    Who cares if you can crack a WEP using a non-passive attack? Well, I shouldn't say that...it's good when you wanna hack Joe Schmo around the corner (no offense Mr. Schmo), but any smart admin will have devices in place to catch floods of unusual packets slamming their WiFi device. I hope. So this isn't really all that cool.

  127. I pissed my GF off when she finally convinced.. by Hohlraum · · Score: 1

    me to install wireless in our house. WPA with a max length random password, sid broadcast turned off and MAC authorization enabled. It took awhile to get everything working cuz it (WPA) was newish and her version of XP had to be updated to support it etc. If friends come over and ask if they can use the wireless lan it takes like 10 minutes for them to type all the random shit in and for me to add their mac address to the router :) She says I'm paranoid. She's right.

  128. Hmm by MHobbit · · Score: 1

    So what this is telling us is the Feds are really just script kiddies?

    No, the feds are one of the only types of hackers that aren't script kiddies. Taxpayer money is funnelled to teach them out to both program and hack. That's why your tax return this year was a bit less than last year's.

    --
    Debugging? Klingons do not debug. Bugs are good for building character in the user.
  129. Oh, I don't know. by jd · · Score: 1

    For all you know, the gun-totting lunatics might apologize for the mess they've made afterwards.

    --
    It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
    1. Re:Oh, I don't know. by MartinG · · Score: 1

      I doubt it. Americans rarely apologize. :P

      --
      -- MartinG To mail me: echo kewyjlcxyzvjfxbqwh | tr bcefhjklqvwxyz .@adgimnoprstu
  130. A reason why we still have wired-networks? by r_jensen11 · · Score: 0

    Perhaps this is yet another reason why we have CAT5 cables? Also, I might be tempted to use the NSA-patched Linux kernel sometime, if the FBI is going around snooping without warrants.....

  131. FBI Agents in coverage by akcin · · Score: 1

    How many of you guys have FBI agents in the coverage of your wireless router/access point anyway?

  132. Nobody got it? by ylikone · · Score: 1

    And I thought you slashdot readers were all brainy and such. Oh well. I guess nobody will ever claim the cash prize.

    --
    Meh.
  133. They were not really feds ... by Rohit_K · · Score: 1

    ... they were Agent Smith, Agent Jones and Agent Brown.

    Run!

  134. hey wait a minute... by Anonymous Coward · · Score: 0

    Shouldn't they be upholding the law instead of breaking it?Waste of manpower and taxpayer money if you ask me.

  135. www.lavarnd.org by lullabud · · Score: 1

    My thoughts exactly. On top of having easy access to truly random numbers, you're getting them with a freakin' LAVA LAMP. That is so awesome, and I'm sure the chicks dig it.

  136. Put away the rubber hoses by 51mon · · Score: 1

    3 minutes is probably quicker than the "rubber hose" approach.

    Although the rubber hose approach gets you a secondhand laptop as well as the WEP key.

  137. Trust your government? Yea right by heybo · · Score: 1
    You are right it is a shame and shame on them they have earned ever right to be feared and not trusted.

    Sure you can trust the government and of course the FBI! Ask any Native American!

    FBI = Federal Bureau of Intimidation

  138. promotion coming by Anonymous Coward · · Score: 0

    Well spoken, agent Smith

  139. Power by homebrewmike · · Score: 1

    > It really is a shame when the prevailing "geek"
    > attitude towards agencies like the FBI is mistrust
    > and fear, not confidence and respect.

    It's not just the FBI, but any source of power. There was a time in US history where the country chose the president, rather than some clown deciding to run.

    We must all be careful of those who see to rule or control others.

  140. used to be harder... what changed? by menscher · · Score: 1

    Ok, this has me curious. Last time I experimented with breaking WEP, I broke a 128-bit key using aircrack in a few minutes. The catch was, it took a couple hundred meg of captured traffic (I initiated a ping flood to generate the data). So that meant taking hours to gather the data, not minutes. Anyone happen to know what changed since aircrack 2.1 (the most recent release)? Or was I just doing something wrong back then? Perhaps ping floods aren't a good way to generate the necessary data?

  141. $0.01 random number generator. by istartedi · · Score: 2, Funny

    Flip a penny 128 times. Does the same thing, and nobody will think you're a D&D player.

    --
    For all intensive purposes, "whom" is no longer a word. That begs the question, "who cares"?
    1. Re:$0.01 random number generator. by gfody · · Score: 1

      not very random.. the penny has 66/33 probability of landing on the same side as when you flipped it

      --

      bite my glorious golden ass.
    2. Re:$0.01 random number generator. by SeanAhern · · Score: 1

      the penny has 66/33 probability of ...

      A what probability?

  142. May I suggest "CAFEBABE"? by msauve · · Score: 0

    I doubt the FBI knows about that one.

    --
    "National Security is the chief cause of national insecurity." - Celine's First Law
  143. Re:Pffft Cracking? The Feds have backdoors! by the+MaD+HuNGaRIaN · · Score: 1

    LOL!!!

    Actually, they only needed the last 6 digits--and they have people on staff who know them by heart.

    My wife totally hates watching that show with me. She likes, it (and I do for the most part) but when that happened last night, I about spit my chicken wings and Dr. Pepper all over the floor I was laughing so hard. She looked at me like "WTF?" and I was like---"uh....nevermind."

  144. Cointelpro grew out of the Klan crushing by Effugas · · Score: 1

    It's worth noting from a historical perspective that COINTELPRO was the questionable result of the wildly successful program run by the FBI to finally break the back of the Klu Klux Klan in the South. From what I saw, it was a pretty brutal operation...recruited massive numbers of informants, had constant "friendly reminders" that remaining members were being watched, etc.

    1. Re:Cointelpro grew out of the Klan crushing by dido · · Score: 2, Informative

      If that's true (which I am uncertain), then this is the ultimate example of "turnabout is fair play." As everyone knows COINTELPRO then set its sights on Martin Luther King, the Black Panthers, and American leftist and civil rights advocacy organizations. Apparently they even covertly funneled aid to the Klan and other similar groups later on under the condition that they limit their activities to COINTELPRO targets.

      Either way, it was an ugly business, and a part of American history that everyone would do well to remember, especially as America begins its slide into fascism post-September 11th.

      --
      Qu'on me donne six lignes écrites de la main du plus honnête homme, j'y trouverai de quoi le faire pendre.
  145. No freakin' kidding by M.C.+Hampster · · Score: 1

    I can't believe that each week the use of technology on the show 24 gets worse and worse. People complain about CSI, but the stuff they do on 24 makes CSI look like a documentary.

    --
    Forget the whales - save the babies.
  146. Not a bad proposition... by lullabud · · Score: 1

    That might actually be a fantastic idea, it would be fantastic to use the MAC to seed the WEP keys. Right now each AP only has to handle one set of keys for the whole group of users, but this change would mean you'd need one set of keys for each user connected. You might end up having an AP that would bear more load as each client connected, but the load might not end up being so much worse since it's already having to encrypt all data anyways. The difference would be using the right keys for the right clients, and that might have very negligible overhead if implemented properly. Even if it were a heavy load this is still very reasonable in a business environment considering the security gain.

    1. Re:Not a bad proposition... by jschottm · · Score: 1

      That might actually be a fantastic idea, it would be fantastic to use the MAC to seed the WEP keys.

      The MAC address sits outside of part that's encrypted, so it doesn't really work for that. Fire up a copy of tcpdump, snort, or etherial and look at some packets coming across a wireless connection. They're trivial to find out and trivial to spoof.

      Here's a visual analysis of a packet.

    2. Re:Not a bad proposition... by lullabud · · Score: 1

      No, you're not understanding the point. Obviously the MAC address isn't encrypted because if it was we'd all have to sniff promiscuously and decrypt every single packet that came off the wire, so to speak. The idea is that you use the MAC address to salt the key, so that even with the same key the encryption would be different between two nodes because they wouldn't have the same MAC address. This would mean that you could only listen to your own traffic. Of course, now that I put it that way I see that broadcast protocols would have to be handled differently, though this could be used to an advantage in certain situations where you don't need people listening in to each other's connections, just like you can't sniff your neighbor's DSL connection In any case, it's obvious that the encryption isn't going to apply to layer 2.

  147. Lavalamp... by PaulBu · · Score: 1

    ... and a cheap webcam! ;-)

    Actually some guys in SGI (back in the days when IndyCam was a fancy novelty and apparently they were thinking what it can be used for) did just that. Of course the resulting images should be sampled at long enough intervals and MD5-hashed...

    Google for lavarand or even check out
    this /. article.

    Paul B.

  148. Screw WEP, use SSH/IPSEC by np_bernstein · · Score: 1

    Leave it open, on the outside of your firewall. Once you get an addres, vpn in with IPSEC, or just ssh -CX and run your browser off your server.

    -nick

    --
    RandomAndInteresting.comdefending the world from stupidity since 1979
    1. Re:Screw WEP, use SSH/IPSEC by Anonymous Coward · · Score: 0

      just ssh -CX

      That may take some retraining. Out of habit, I avoid any action ending in "cx".

  149. hang on... by snoozy355 · · Score: 1

    So when are the feds releasing their tool as open-source?

  150. Re:Cheap hardware RNG by Anonymous Coward · · Score: 0

    Anybody have experience with building and integrating a hardware random number generator?

    Pentium-3 and later contain hardware RNG's based on the thermal noise from a resistor. The price is that the cpu also contains a serial number, and Intel tracks these through the distribution channel via point-of-sale reporting so that the actual end-user of the cpu is known.

    It's also possible to sample the FM hiss from a radio using your soundblaster. It'd be pink noise, so you'd have to process it a bit to extract the entropy.

    Or on *nix, you can install and use something like /dev/random which graduually collects entropy from the timing of keystrokes, network traffic, etc. Not the best source of ranbdomness, but it totally beats rolling your hands across the keyboard just to try to type something "random.".

    Somweone with access to a high-speed RNG should set up shop selling one-time pads. Basically CD-ROM's filled with nothing but high-quality randomness. (Business idea!!!)

    Actually this sounds like a good topic for an "Ask Slashdot." Someone (not me) should suggest this: "How do you obtain your entropy?"

  151. I must say by heybo · · Score: 1

    I respect your right to say what you have, and I am sure that you like and are loyal to your friends, but I must point out the when they're at work and you are on the receiving end of their violence and unlawful activities then you would think different. Now I'm not talking about robbing banks I am talking about peacefully standing up for the rights of your people. I am talking about trying to hold them to the laws that they promised to up hold.

    You see I DON'T live in DC. I am a Native American that has been involved with protecting the rights of our tribes and our people. The rights that every human being should have. The ones they are suppose to protect. In the early 70's I have been thrown to the ground face down in the mud and a .357 shoved in my ear. Why? Because my skin is darker and my hair is long and I am a reminder that your government took most of this land by force. That I remind this government that they signed their treaties and the grass is still growing and the river is still flowing. I have a friend who's trailer was burned to the ground with his Mother, Wife, and children inside, and they all died. Later he was asked in private by and FBI agent if he had learned to keep his mouth shut. Lets talk about the over 600 dead Native American that died strange deaths after the FBI came to the Rez. Hummm nice people once you get to know them.

    Don't say that I don't know these people. I have worked for them and I am a Vietnam Vet. I know the government very well. This is how the war is fought. Yes as individuals they are likeable people, and they go to work and do as their boss tells them, who got their orders from another boss. Now when they come and burn down your house with you in it. It just them doing their job. They are not responsible. You go to their department and the department says they aren't responsible. Well then who is? It is a Monster with a thousands heads.

    Spending time (as many have done here) dwelling on how a given institution (say, the FBI) has "earned" our deep suspicion because of now-gone policies and management implies a bad case of not getting it. No dude living in the real world is what has given me my mis-trust and living through real life situations. We ain't talkin' TV.

    I'd say that we can pretty much get past saying that the Germans (or Japanese for that matter), as a people, are still earning our deep mistrust. Humm funny I don't feel that way towards Vietnam people. A few years back I met a Vietnamese man my age that was in the same area I was in at the same time. Did I feel threaten or not trust him? NO not at all. We met with total respect for one another. Do I feel threaten and not trust my government? YES. To be totally honest I am afraid to post this. Yet I would rather go down as a man, than to live like a coward so I am posting. After all isn't that what I went to Nam and tried to kill that nice man I met? The freedom to speak out an question my government.

    Similarly, the people currently staffing the FBI aren't anymore inherently malicious working for the current administration than they were for the last one (remember their helpful delivery of private profile info into the last administration's offices? Hey I'm in the way back machine I'm talking about the early 70's not the present administration. This has been going on in every administration. The case you are referring to is they just got caught that time. Did getting caught change things? No

    Eternal vigilance must indeed be part of the picture - but let's not forget that FBI agents, managers, directors... these people all have families, a personal longing for liberty, and a general sense of decency that gets them through their crappy days dealing with the world's true, hateful, death-dealing creeps. The problem is "Eternal vigilance" has been outlawed. You speak out you are branded a terrorist and sent to Cuba. Sure these people have families and a personal longing for liberty. Do

  152. am I missing something ? by devbobo · · Score: 1

    hasn't it been known for at least two years that WEP is insecure ?

    Since the FBI didn't write the tools, why did they bother having a FBI computer scientist at the event ?

    Looking at that photo, perhaps canivore was named after the programmers developing the application.

  153. Re:Pffft Cracking? The Feds have backdoors! by Sax+Maniac · · Score: 1

    Yeah, my wife's catching on too. I could see her BS detector starting to go off, and she asked me, in a very I-dont-believe-it-tone: "is that possible?" No, pure bullshit I said. Still a fun show, though. They should dose down on the techno-bull otherwise its starting to be like a bad Star Trek episode (see sig).

    --
    I can explanate how to administrate your network. You must configurate and segmentate it, so it can computate.
  154. big whoop by infoape · · Score: 1

    why is this news? For real.

  155. It's like anything else by Gary+Destruction · · Score: 1

    People saw wireless as being cool and convenient and dove right into it without thinking of the consequences. It's just like people getting onto the Internet for the first time. It's so cool and neat to them. But they don't understand what they're getting themselves into. It's not just a convenience. There's serious security considerations that have to be made. Just because wireless makes connections easier and more convenient, doesn't mean that people should just embrace it.

  156. For those who think encryption is useless ... by Anonymous Coward · · Score: 0

    Think again.

    Actually it is called the FMS attack. Google for it. I found it during one of my school assignments on wireless security.

    The problem is with the algorithm, and not the encrytion itself. Google for the FMS white paper (3 guy's initials, those who discovered it). Its simple math, anyone with basic computer math knowledge and some skill in programming can do it.

    The book I read explained the exploit in 4 lines .....

    Oh, and the feds are slow in letting the public know ......

  157. Tinfoil? by aug24 · · Score: 1

    Damn, and I thought lining my hat and my pants was enough!

    J.

    --
    You're only jealous cos the little penguins are talking to me.
  158. Re:Pffft Cracking? The Feds have backdoors! by Anonymous Coward · · Score: 0

    That was great wasn't it? What was it now... hold down the control key and left arrow or something ??

    I love it, oh and the laptop which he couldn't stop from deleting files from itself ??? Don't turn it upside down and remove the Battery... no no , keep pressing keys and yelling "I can't stop it".

  159. Question about a WEP-less session with VPN by ardor · · Score: 1

    Right now I'm trying to get this to work, but it is not really easy. However, once it works, how is the legal situation? If I have WEP on, and some neighbour hacks into it, I can sue him. Without WEP, I couldn't. But, what if he hacks in a VPN-enabled system? Can I still sue him? Note that WEP would be disabled in this scenario, because it would not be needed.

    --
    This sig does not contain any SCO code.
  160. Perl Version Problem by kikta · · Score: 1
    The Perl version seems a little messed up:
    [~/bin]$ perl password.pl
    How many characters?
    9
    Case sensitive?
    y
    Alphanumeric?
    y
    Symbols?
    y
    Star t with vowel or consonant?
    y
    oerugezep
    [~/bin]$ perl password.pl
    How many characters?
    9
    Case sensitive?
    n
    Alphanumeric?
    n
    Symbols?
    n
    Star t with vowel or consonant?
    n
    unovoyoqi
    Seems to ignore what I'm telling it. Haven't tried to debug yet, but it's probably easily fixed.