Slashdot Mirror


IBM To Unveil Secure Open Wireless At Black Hat

Trailrunner7 writes "Researchers from IBM's ISS X-Force plan to unveil a new system for running an open wireless network in a secure mode at the Black Hat conference here this week. The system mimics the way that Web sites browsers use digital certificates to establish a trusted connection with one another. X-Force researchers have been working on the system for a while now and the company plans to demonstrate the technology on Thursday during the conference. One of the main problems with public wireless networks is that they're susceptible to a number of simple attacks, including passive sniffing and man-in-the-middle. The X-Force system is designed to get around these problems by using a digital certificate to assure users that they are communicating with the wireless hotspot that they think they are."

9 of 91 comments (clear)

  1. So how do I know... by camperdave · · Score: 3, Interesting

    One of the main problems with public wireless networks is that they're susceptible to a number of simple attacks, including passive sniffing and man-in-the-middle. The X-Force system is designed to get around these problems by using a digital certificate to assure users that they are communicating with the wireless hotspot that they think they are.

    So... How do I get the digital certificate of the wireless hotspot that I think I'm communicating with? How do I even know which hotspot I am communicating with?

    --
    When our name is on the back of your car, we're behind you all the way!
    1. Re:So how do I know... by phantomfive · · Score: 3, Informative

      Use a domain name as the SSID, and use the existing certificate framework that your browser currently uses. At least, that is the solution mentioned in the article.

      --
      "First they came for the slanderers and i said nothing."
    2. Re:So how do I know... by Anonymous Coward · · Score: 3, Funny

      But... that would have required reading the article.

  2. Re:I could be wrong but... by Desler · · Score: 3, Interesting

    Which defeats the whole point of it being "open" wireless. Yes, if you make the hotspot private it can't be accessed by the public. Wow, you're sooo smart! Except that the point if this is to make it open and public.

  3. Re:I could be wrong but... by TheRaven64 · · Score: 4, Informative

    No, not at all secure. You just need to sniff the traffic that nodes that know the SSID broadcast and you can connect.

    --
    I am TheRaven on Soylent News
  4. Re:I could be wrong but... by DrgnDancer · · Score: 4, Interesting

    The idea here is that you can have an open, public, wireless system that is not vulnerable to sniffers or MITM attacks. It's not for keeping your private wireless secure. As it stands right now, when I use the wireless in Starbucks I need to be careful. I need to make sure that all connections are HTTPS, or otherwise encrypted less I inadvertently give username or password information to anyone sniffing packets on the air; or setting up a rogue access point claiming to be Starbucks, but really on someone's laptop. With this technology you have a signed digital certificate and an encrypted connection. The one protects against rogue access points or MITM attacks, the latter again sniffers.

    It's a clever use of a known paradigm (chain of trust) to protect something that hasn't previously been very safe. The trick will be adoption, and setting up a chain of trust. I imagine the existing CAs could issue the certificates to handle the chin of trust issues, but adoption will require some cooperation from industry. Hardware and software vendors will have to create WAPs and clients to use this tech; and companies like Starbucks and even mom and pop cafes will have to invest in the new WAPs and deploy them.

    --
    I don't need a million points of light, just two points of multi-mode fiber and a 10 Gig-E router.
  5. Re:Wait by DrgnDancer · · Score: 3, Informative

    But if you're at IBM's headquarters, and they have a big sign saying "Our public wifi network is "IBM.com" and is digitally signed" then you can be reasonably sure that you're OK. Not perfectly sure, but much more so than with current implementations. So Starbucks hangs a little sign that says "Join SSID Starbucks.com for free wifi!" Is it still possible that someone sets up a "storbucks.com" SSID and catches a few fish? Sure, but it's a Hell of a lot better than nothing. If you pay a little attention you should be much more secure than you would be otherwise.

    --
    I don't need a million points of light, just two points of multi-mode fiber and a 10 Gig-E router.
  6. torture test by kent_eh · · Score: 3, Insightful

    It sounds like they have chosen a reasonable venue for torture testing their new tech.
    It'll be interesting to see how long their shiny new system survives in the "most hostile wireless networking environment on the planet"

    --

    ---
    "I can't complain, but sometimes still do..." Joe Walsh
  7. Re:What the title really should read by grimmjeeper · · Score: 3, Interesting

    True story. I was working on some avionics systems back in the day and there was a team running a test on a transponder in a Faraday cage in the lab. For some reason they were picking up clear transmissions from a digital radar system. Sure enough, the team on the other side of the lab was running some tests inside their own Faraday cage. Come to find out that the two cages had a common ground so they ended up transmitting between each other. If you tap into the cage ground, the cage becomes a perfect antenna. So I wonder if a Faraday cage can truly make a wireless network completely secure.

    As an alternative, you could implement an additive cipher using a sufficient length one-time-use key made from truly random data each time you send a packet. I seem to remember that encryption like that was mathematically proven to be uncrackable. It's been many years since I worked on encryption systems so my memory has faded so please feel free to correct me if I have that wrong. The trouble with implementing that system though is how cumbersome it is to exchange the keys. You certainly can't do it over the network you're using. While systems like that are alright for certain applications, the key handling makes it impractical for a general purpose network. Then again, a Faraday cage makes the network less than useful too.