Public Access WIFI Security

Public Access WIFI Security

Secure Home | Search | About
 Computer Software Security    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content add this group's latest topics to your Google content
Subject Author Date
Public Access WIFI Security teh Mephisto 09-29-2005
Posted by teh Mephisto on September 29, 2005, 1:06 am
If you were  Registered and logged in, you could reply and use other advanced thread options
For those of you that don't know, Dartmouth College is the first college
to go totally wireless. I'm sure many of you have been to a coffee shop
/book store (Barns and Noble) and have seen that they offer public
access wifi hotspots. This means that you don't have to have a password
or pay anything to get connected.

Most of these places probably do not have any way of preventing
hijacking attempts. If I decided to go to my local starbucks and setup
a fake wifi, theres nothing stopping me.

But I don't even have to do that to get your passwords. All I have to
do is throw up a packet sniffer and bam I have all of your email
passwords/website passwords. POP3 is an unencrypted protocol. WIFI
access points act as hubs. Unless everything is running SSL all of your
passwords are being sent out to everyone connected to that WIFI access
point.

I'm telling you this to inform those of yall who don't already know, and
to ask a question to those of you who are in the profession and know
everything there is to know about wifi.

What is stopping me from going to Barns and Noble, firing up Ethereal,
and getting everyones passwords for email/websites? Is there a way to
disconnect a computer that shows signs of running a packet sniffer? Is
there even a way to tell that a computer is running a packet sniffer?

This is something you might expect to see at Defcon or Blackhat but
probably not in your local Starbucks. Next time you are there, think
about the security risks and don't check your email or visit a site that
requires you to have a password unless you send it via SSL (Gmail,
banking sites, etc).

I am cross-posting to get as many opinions/answers as possible.

Thank you for your time
--
Meph


Posted by Imhotep on September 28, 2005, 9:20 pm
If you were  Registered and logged in, you could reply and use other advanced thread options
teh Mephisto wrote:

> For those of you that don't know, Dartmouth College is the first college
> to go totally wireless. I'm sure many of you have been to a coffee shop
> /book store (Barns and Noble) and have seen that they offer public
> access wifi hotspots. This means that you don't have to have a password
> or pay anything to get connected.
>
> Most of these places probably do not have any way of preventing
> hijacking attempts. If I decided to go to my local starbucks and setup
> a fake wifi, theres nothing stopping me.
>
> But I don't even have to do that to get your passwords. All I have to
> do is throw up a packet sniffer and bam I have all of your email
> passwords/website passwords. POP3 is an unencrypted protocol. WIFI
> access points act as hubs. Unless everything is running SSL all of your
> passwords are being sent out to everyone connected to that WIFI access
> point.
>
> I'm telling you this to inform those of yall who don't already know, and
> to ask a question to those of you who are in the profession and know
> everything there is to know about wifi.
>
> What is stopping me from going to Barns and Noble, firing up Ethereal,
> and getting everyones passwords for email/websites? Is there a way to
> disconnect a computer that shows signs of running a packet sniffer? Is
> there even a way to tell that a computer is running a packet sniffer?
>
> This is something you might expect to see at Defcon or Blackhat but
> probably not in your local Starbucks. Next time you are there, think
> about the security risks and don't check your email or visit a site that
> requires you to have a password unless you send it via SSL (Gmail,
> banking sites, etc).
>
> I am cross-posting to get as many opinions/answers as possible.
>
> Thank you for your time

Pretty much common knowledge (at least in this news group)....

Im


Posted by Technomage Hawke on September 29, 2005, 2:55 am
If you were  Registered and logged in, you could reply and use other advanced thread options
teh Mephisto wrote:

> For those of you that don't know, Dartmouth College is the first college
> to go totally wireless. I'm sure many of you have been to a coffee shop
> /book store (Barns and Noble) and have seen that they offer public
> access wifi hotspots. This means that you don't have to have a password
> or pay anything to get connected.
<SNIP>

Gee,
I run such a hotspot here at home (different subnet and attached to a
hardware firewall).

all my other machines are hard wired to a primary switch. the only reason
for the hotspot, in case any of my neighbors want on (I have 3 wireless).

once in a while, I start up a linux box and take a sniff at things....


oh yeah, one last thing, I use the firewall hooked to the wireless box to
limit BW to 10K/sec both ways per IP on wireless. it is amazing how well
that shuts down filesharing. :)

TMH

--
I will not be pushed, filed, stamped, indexed, briefed, debriefed, or
numbered!
My life is my own - No. 6


Posted by Jeff Liebermann on September 29, 2005, 2:56 am
If you were  Registered and logged in, you could reply and use other advanced thread options
wrote:

>Unless everything is running SSL all of your
>passwords are being sent out to everyone connected to that WIFI access
>point.

Most sane users do not poll for email with pop3. They use a VPN
tunnel provided by their ISP, a VPN tunnel provided by the hot spot
service company (i.e. Boingo), TLS (transport layer security), or web
mail using SSL encryption.

>... those of you who are in the profession and know
>everything there is to know about wifi.

Anyone in the profession that claims to know everything, doesn't.

>What is stopping me from going to Barns and Noble, firing up Ethereal,
>and getting everyones passwords for email/websites?

Not much. It's a well know problem. Just about any web site the
mumbles about wireless security mentions that polling for email via an
unencrypted wireless link is asking for trouble.

>Is there a way to
>disconnect a computer that shows signs of running a packet sniffer? Is
>there even a way to tell that a computer is running a packet sniffer?

Users can be blocked by MAC address or IP address at the wireless
router. There are IDS (intrusion detection systems) that look for
abuse and automagically isolate the offenders. For example:
http://snort-wireless.org

It is fairly easy to detect if a user is sniffing. I have a trick
that detects if a wireless device is in promiscuous mode (required for
sniffing), but it's marginally reliable and does not work with every
client. Search Google for "detect promiscuous mode" for how others
are doing the same thing. For example, a free and commercial
promiscuous mode scanner:
http://www.securityfriday.com/products/promiscan.html
I've used the free version to detect wireless sniffers.



--
# Jeff Liebermann 150 Felker St #D Santa Cruz CA 95060
# 831.336.2558 voice Skype: JeffLiebermann
# http://www.LearnByDestroying.com AE6KS
# http://802.11junk.com
# jeffl@comix.santa-cruz.ca.us
# jeffl@cruzio.com


Posted by teh Mephisto on September 29, 2005, 3:06 am
If you were  Registered and logged in, you could reply and use other advanced thread options
Jeff Liebermann wrote:
> Most sane users do not poll for email with pop3. They use a VPN
> tunnel provided by their ISP, a VPN tunnel provided by the hot spot
> service company (i.e. Boingo), TLS (transport layer security), or web
> mail using SSL encryption.

I think you give people too much credit. From what I have seen, most
people see "Wireless hotspot here" and go woopee i can get my email and
surf the web. I will guarentee you that you can go into any starbucks,
ask how many people know what VPN or SSL are and probably about 1/4 of
them would be able to tell you, if that. Then they probably don't even
realize that everyone can see what they are doing on a wireless network.

--
Meph


Similar ThreadsPosted
VPN over WiFi: How Much of a Security Risk? November 2, 2005, 7:27 pm
security at public internet points September 20, 2007, 10:55 am
Security Enhanced Linux and Mandatory Access Control October 20, 2005, 11:59 pm
Question about cryptography and public/private keys November 2, 2006, 1:25 am
Looking to block web access August 23, 2005, 1:24 am
Access is Denied August 24, 2006, 9:04 pm
small business and net access? August 26, 2005, 11:31 am
Identity and Access Management (IAM) December 8, 2005, 9:55 am
Not able to access Internet explorer July 4, 2007, 8:43 am
Do I block access from svchost to DHCP? June 14, 2005, 6:32 pm

The site map in XML format XML site map

Contact Us | Privacy Policy