<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>Stephen Foskett, Pack Rat &#187; IP address Archives  &#8211; Stephen Foskett, Pack Rat</title>
	<atom:link href="http://blog.fosketts.net/tag/ip-address/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.fosketts.net</link>
	<description>Understanding the accumulation of data</description>
	<lastBuildDate>Fri, 10 Feb 2012 17:40:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
	<atom:link rel="hub" href="http://superfeedr.com/hubbub" />
			<item>
		<title>MAC Addresses Are Bad Passwords</title>
		<link>http://blog.fosketts.net/2008/08/19/mac-addresses-bad-passwords/</link>
		<comments>http://blog.fosketts.net/2008/08/19/mac-addresses-bad-passwords/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 03:07:48 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Terabyte home]]></category>
		<category><![CDATA[Cradlepoint]]></category>
		<category><![CDATA[IP address]]></category>
		<category><![CDATA[MAC address]]></category>
		<category><![CDATA[PHS300]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[WEP]]></category>
		<category><![CDATA[Wi-Fi]]></category>
		<category><![CDATA[WPA]]></category>

		<guid isPermaLink="false">http://blog.fosketts.net/?p=446</guid>
		<description><![CDATA[As I posted the other day, my new Cradlepoint PHS300 3G router is just awesome, and I would happily recommend it to anyone. If you do get one, however, be sure to change the default password immediately. The seemingly-strong password is worse than insecure &#8211; it&#8217;s available to anyone who asks whenever the router is [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_435" class="wp-caption alignright" style="width: 190px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; float: right;"><a href="http://blog.fosketts.net/wp-content/uploads/2008/08/img_2073a.png" ><img class="size-medium wp-image-435 " title="Cradlepoint PHS300 and Novatel U720" src="http://blog.fosketts.net/wp-content/uploads/2008/08/img_2073a-300x209.png" alt="Sprint USB EV-DO + Cradlepoint personal hotspot = sweet!" width="180" height="125" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Sprint USB EV-DO + Cradlepoint personal hotspot = sweet!Default password = bad!</p></div>
<p>As I posted the other day, <a href="http://blog.fosketts.net/2008/08/18/my-iphone-is-on-sprints-ev-do-network-and-so-are-my-pcs/"  target="_self">my new Cradlepoint PHS300 3G router is just awesome</a>, and I would happily recommend it to anyone. If you do get one, however, be sure to change the default password immediately. The seemingly-strong password is worse than insecure &#8211; it&#8217;s available to anyone who asks whenever the router is powered on!</p>
<p>Let&#8217;s back up, though. When I first set up the router, I was impressed by how simple it was. Turn it on and its Wi-Fi LAN appears almost immediately. Connect to the LAN and your browser is redirected to the router&#8217;s management interface (at 192.168.0.1).</p>
<p><span id="more-446"></span></p>
<p>I was happy to see that, unlike nearly all router manufacturers, <strong>Cradlepoint does not use a default password</strong>. Rather, each router has its own unique password &#8211; <strong>the last six hexadecimal characters of the MAC address, which is printed on a sticker on the bottom of the unit</strong>. At the time, this seemed much better than the big manufacturers, which tend to use the easily-guessable &#8220;admin&#8221; or another short, simple-to-crack word.</p>
<p>But the Cradlepoint <em>also</em> uses the last three characters of the MAC address as its default <strong>Wi-Fi SSID</strong>. So three of the password&#8217;s six characters are broadcast constantly to anyone who cares to see, regardless of whether they are even connected to the LAN! This literally makes the password 4,096 times easier to guess. My router&#8217;s SSID was &#8220;PHS-28a&#8221;, and the password was &#8220;02828a&#8221; &#8211; see the problem?  Amazingly enough, though, <strong>this isn&#8217;t the worst problem</strong>!</p>
<p>Most people know that DNS servers translate domain names (like &#8220;blog.fosketts.net&#8221;) into IP addresses (like &#8220;208.113.206.204&#8243;). But Ethernet networks (including Wi-Fi) use a different addressing scheme, and IP addresses themselves must be translated into a MAC address (like &#8220;00:30:44:02:82:8a&#8221;) before it can transmit data. Any connected client can use a command line program called arp to look up a MAC address, which means they can simply ask the router for the MAC thus discover the password. See my password in that example? But wait, it gets worse still!</p>
<p>Cradlepoint suggests setting a connection password, which will keep people from using its 3G connection but will do nothing to prevent them from using arp to find out the router&#8217;s password. Smarter people will turn off the SSID broadcast or use a WEP password, which will keep them from connecting to the router&#8217;s Wi-Fi network. Although this will stop the arp attack, the password is <em>still</em> vulnerable. See, the address is included as part of every Wi-Fi packet in plaintext, and as any wardriver will tell you, it&#8217;s simple to snoop on Wi-Fi packets. So the router is continually transmitting its password, whether one is connected or not. One would need to figure out the WEP password in order to connect, but there are techniques that allow this, and the attacker would then be able to use the administrator password to reconfigure the router.</p>
<p>The Cradlepoint also supports WPA/WPA2, which is <em>much</em> more secure than WEP and would dramatically improve the situation, but not all devices support it. But the real solution is much simpler &#8211; <strong>change the administrator password to something much more secure</strong>. Sadly, most people won&#8217;t do any of this &#8211; they&#8217;ll leave the password as it is and thus leave their router totally open to attack.</p>
<p>But let me just take a moment to beg those who read this post: <strong>Don&#8217;t ever use a MAC address as a password</strong>!</p>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://blog.fosketts.net/2008/09/03/att-down-sprint-ev-do/"  rel="bookmark" class="crp_title">AT&#038;T Down, Sprint Saves My Bacon</a></li><li><a href="http://blog.fosketts.net/2011/03/02/cradlepoint-phs300-3g-router/"  rel="bookmark" class="crp_title">Get a Cradlepoint PHS300 Portable 3G WiFi Router For Just $79!</a></li><li><a href="http://blog.fosketts.net/2010/12/14/cradlepoint-phs300-portable-3g-wifi-router-99/"  rel="bookmark" class="crp_title">Get a Cradlepoint PHS300 Portable 3G WiFi Router For Just $99!</a></li><li><a href="http://blog.fosketts.net/2008/08/18/iphone-on-sprint-ev-do/"  rel="bookmark" class="crp_title">My iPhone is on Sprint&#8217;s EV-DO Network (and So Are My PCs!)</a></li><li><a href="http://blog.fosketts.net/2009/11/30/configure-drobo-dashboard-email-gmail-google-apps/"  rel="bookmark" class="crp_title">How To Configure Drobo Dashboard Email for Gmail and Google Apps</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://blog.fosketts.net/2008/08/19/mac-addresses-bad-passwords/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© sfoskett for <a href="http://blog.fosketts.net">Stephen Foskett, Pack Rat</a>, 2008. |
<a href="http://blog.fosketts.net/2008/08/19/mac-addresses-bad-passwords/">MAC Addresses Are Bad Passwords</a>
<br/>
This post was categorized as <a href="http://blog.fosketts.net/category/everything/apple/" title="View all posts in Apple" rel="category tag">Apple</a>, <a href="http://blog.fosketts.net/category/everything/terabytehome/" title="View all posts in Terabyte home" rel="category tag">Terabyte home</a>. Each of my categories has its own feed if you'd like to filter out or focus on posts like this.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.fosketts.net/2008/08/19/mac-addresses-bad-passwords/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

