<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
  <channel>
    <title><![CDATA[[SecurityRatty] tag: fon]]></title>
    <link>http://securityratty.com/tag/fon</link>
    <description></description>
    <pubDate>Tue, 15 Jan 2008 00:33:22 +0000</pubDate>
    <generator>iRatty Engine</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <item>
      <title><![CDATA[Minimizing the Attack Surface, Part 1]]></title>
      <link>http://securityratty.com/article/4cc07bb9b410d28285eec3f2156fa1e6</link>
      <guid>http://securityratty.com/article/4cc07bb9b410d28285eec3f2156fa1e6</guid>
      <description><![CDATA[What was the first thing you learned about network security? Theres a good chance it had something to do with port scanning. After scanning a few boxes, you realized that modern operating systems have...]]></description>
      <content:encoded><![CDATA[<p>What was the first thing you learned about network security?  There&#8217;s a good chance it had something to do with port scanning.  After scanning a few boxes, you realized that modern operating systems have a lot of open ports by default, meaning a lot of services.  Some had an obvious purpose, like telnet on tcp/23 or ftp fon tcp/21.  Others left you wondering, what the heck is listening on tcp/515 or tcp/7100?  And remember, you couldn&#8217;t ask Google because it didn&#8217;t exist (well, maybe it did depending on when you got into security).</p>
<p>Your first real lesson about locking down a host was how to reduce its attack surface.  You learned how to disable services using /etc/inetd.conf.  Then you learned about rc.d and how to prevent unnecessary services from being launched at startup.  Next, maybe you configured the Xserver to disallow remote connections or moved on to removing setuid permissions from files.  As you worked, you&#8217;d periodically re-scan the box to gauge progress, asking yourself &#8220;have I removed everything I don&#8217;t need?&#8221;  The underlying motivation, of course, is that an attacker can&#8217;t hack something that isn&#8217;t there.</p>
<p>You learned how to extend those concepts to the network &#8212; configuring firewall rules, router ACLs, VLANs, etc.  Segmenting the network.  Creating a DMZ.  No need to dwell on this, you get the idea.</p>
<p>Eventually, people realized that applications had an attack surface too.  Web servers and application servers got a lot of attention, followed closely by custom web applications.  &#8220;What do you mean you can execute SQL queries against my database?  That&#8217;s impossible, I have a firewall!&#8221;</p>
<p>Some companies, the ones who could afford it anyway, started to build security into their development cycle.  Doing threat modeling during the design phase made sense, because hey, it&#8217;s much cheaper to fix security holes in a whiteboard drawing than it is to rewrite your authorization module from scratch after it&#8217;s in production.</p>
<p>Let&#8217;s talk strictly about custom web applications now.  What I&#8217;ve observed is that most development groups, even the ones who actively engage in threat modeling, do not understand their web application&#8217;s attack surface.  The lead architect can whiteboard a high-level diagram of all the major components and how they interact.  Individual developers can go a bit deeper, telling you which files they touch, what database permissions they need, or how various pieces of data are encrypted in storage.  At the end of this exercise you have a complete picture of the processes, data flows, protocols, privilege boundaries, external entities, and so on, and you&#8217;re well on your way to understanding all of the potential attack vectors.</p>
<p>Or are you?</p>
<p>What often gets overlooked or glossed over is the impact of external libraries or packages.  Nobody writes everything from scratch. A typical list of third-party libraries for a Java-based Web 2.0 application might include DWR, GWT, Axis, and Dojo, plus about 30 other libraries to do everything from logging to parsing to image manipulation.  Nine out of ten times, the libraries will be installed in full, using the default configuration from page one of the README file.</p>
<p>Why is this relevant? Because just as those old Unix boxes exposed unnecessary services, libraries expose unnecessary code.  Let&#8217;s say you installed Dojo to simplify the process of creating an HTML table with rows and columns that can be sorted on demand.  Did you remember to remove all the .js files you didn&#8217;t need?  Or maybe you installed Axis or DWR or anything else that has its own Servlet(s) for processing requests.  Have you compared what that Servlet <i>can do</i> against what you <i>need it to do</i>?  </p>
<p>A fictitious example may help illustrate further.  Imagine you just downloaded a new library called WhizBang.  You follow the installation instructions to define and map two servlets in your web.xml file, WhizServlet and BangServlet, and you configure it to integrate with your web app.  After a bit of trial and error, it&#8217;s functional. Yay!  This is where most developers stop.  </p>
<p>Nobody asks, &#8220;how much of this do I actually need?&#8221;  Case in point, what if your application only uses WhizServlet?  BangServlet is still exposed, and you don&#8217;t even use it!  Similarly, what if WhizServlet takes an &#8220;action&#8221; parameter which can be either &#8220;view&#8221;, &#8220;edit&#8221;, or &#8220;delete&#8221;, and your application only uses &#8220;view&#8221;?  You&#8217;re still exposing the other actions to anybody who knows the URL syntax (pretty trivial if it&#8217;s open source).  You wouldn&#8217;t expose large chunks of your own code that you weren&#8217;t using, so why should it be any different with libraries?</p>
<p>This post is getting kind of long so I&#8217;m going to split it up.  In the next post, I&#8217;ll continue the discussion of attack surface minimization, as well as some of the tradeoffs that go along with this approach.</p>
]]></content:encoded>
      <pubDate>Tue, 24 Jun 2008 15:09:34 +0000</pubDate>
      <category domain="http://securityratty.com/tag/attack surface">attack surface</category>
      <category domain="http://securityratty.com/tag/custom web applications">custom web applications</category>
      <category domain="http://securityratty.com/tag/web">web</category>
      <category domain="http://securityratty.com/tag/services">services</category>
      <category domain="http://securityratty.com/tag/prevent unnecessary services">prevent unnecessary services</category>
      <category domain="http://securityratty.com/tag/unnecessary services">unnecessary services</category>
      <category domain="http://securityratty.com/tag/security">security</category>
      <category domain="http://securityratty.com/tag/third-party libraries">third-party libraries</category>
      <category domain="http://securityratty.com/tag/fix security holes">fix security holes</category>
      <source url="http://www.veracode.com/blog/?p=111">Minimizing the Attack Surface, Part 1</source>
    </item>
    <item>
      <title><![CDATA[Wee-Fi: Fon Founder Profiled; Creative No-Fi; Inspiair Physics-Fi; Foster City-Fi]]></title>
      <link>http://securityratty.com/article/7c689acdaa0b06e35c670e5c7b48b2ce</link>
      <guid>http://securityratty.com/article/7c689acdaa0b06e35c670e5c7b48b2ce</guid>
      <description><![CDATA[Profile of Fon founder and his plans for future in the New York Times: The head Fonero, Martin Varsavsky, gets a write-up from a confab he put together and hosted at his vacation home on Menorca....]]></description>
      <content:encoded><![CDATA[<p><img src="http://wifinetnews.com/images/weefi.jpg" align="right" border="0" hspace="5" /><a href="http://www.nytimes.com/2008/05/25/technology/25web.html?pagewanted=1&_r=2&hp"><strong>Profile of Fon founder and his plans for future in the New York Times:</strong></a> The head Fonero, Martin Varsavsky, gets a write-up from a confab he put together and hosted at his vacation home on Menorca. Varsavsky is nothing but interesting, something I've heard from everyone who has met or had business dealings with him, and this article partly details his upstart challenge and the shifting focus at Fon. I've been saying for a long time that Fon locations may be numerous and require no coordination for their growth, but only locations convenient to frequent use would have a real impact, such as in retail locations. John Markoff notes that Fon has simplified its roaming model--non-Foneros pay, Foneros don't--and that Varsavsky is now focused on bigger wins, like Fon's Time-Warmer and BT deals. Markoff also gets the detail that Fon is losing &euro;500,000 a month down from &euro;1m per month. Varsavsky is interested in WiMax to supplement Wi-Fi, but I can't see any model in which the frequencies useful for WiMax will be widely available enough for this kind of roaming system.</p>

<p><a href="http://www.electronista.com/articles/08/05/27/zen.share.scrapped/"><strong>Creative drops Wi-Fi music player:</strong></a> The formerly leading portable music player firm, before Apple and Microsoft entered the biz, confirmed a report that the Zen Share existed, but that the company chose to drop that Wi-Fi-enabled player. An under-wraps player may appear in about two months that could include Wi-Fi--the name Zen X-Fi could be revealing or not, as X-Fi is an audio-processing technology.</p>

<p><a href="http://www.techworld.com/news/index.cfm?RSS&NewsID=101590"><strong>Inspiair's physics-defying technology sold, relabeled Max-Fi:</strong></a> I express my doubts about the combination of marketing promises, including area covered, low latency, and speed, and the collision of those promises with the laws of physics as well as regulatory issues. The lack of sales, noted in the article, tends to confirm my opinion, which is precisely what happened with Vivato after early positive response led to devices being built that couldn't meet the mark. Current claims are 30 sq km with 14 access points for outdoor coverage at the port of Antwerp, a network that's in a test. I <a href="http://wifinetnews.com/archives/006926.html"><strong>wrote about Inspiair back in 2006</strong></a>. </p>

<p><a href="http://www.examiner.com/a-1407228~City_won_t_foster_free_Net_access.html?cid=rss-San_Francisco"><strong>Foster City, Calif., turns down MetroFi equipment offer:</strong></a> The city decided against paying $200,000 for MetroFi's gear, which serves about 1,500 people a month, partly because yearly operations would top $125,000.</p>]]></content:encoded>
      <pubDate>Tue, 27 May 2008 09:17:25 +0000</pubDate>
      <category domain="http://securityratty.com/tag/fon">fon</category>
      <category domain="http://securityratty.com/tag/fon founder">fon founder</category>
      <category domain="http://securityratty.com/tag/foster city">foster city</category>
      <category domain="http://securityratty.com/tag/fon locations">fon locations</category>
      <category domain="http://securityratty.com/tag/city">city</category>
      <category domain="http://securityratty.com/tag/martin varsavsky">martin varsavsky</category>
      <category domain="http://securityratty.com/tag/varsavsky">varsavsky</category>
      <category domain="http://securityratty.com/tag/article">article</category>
      <category domain="http://securityratty.com/tag/article partly details">article partly details</category>
      <source url="http://wifinetnews.com/archives/008331.html">Wee-Fi: Fon Founder Profiled; Creative No-Fi; Inspiair Physics-Fi; Foster City-Fi</source>
    </item>
    <item>
      <title><![CDATA[Three Essays on Muni-Fi You Should Read]]></title>
      <link>http://securityratty.com/article/45037ba4b3a574e07b9a0a98bfb0b3cc</link>
      <guid>http://securityratty.com/article/45037ba4b3a574e07b9a0a98bfb0b3cc</guid>
      <description><![CDATA[In the aftermath of the last man standing, MetroFi, announcing its metro-scale Wi-Fi endgame, three useful essays have appeared: If you're trying to understand the past, present, and future of the...]]></description>
      <content:encoded><![CDATA[<p><img src="http://wifinetnews.com/images/muni_icon.jpg" align="right" border="0" hspace="5" />In the aftermath of the last man standing, MetroFi, announcing its metro-scale Wi-Fi endgame, three useful essays have appeared: If you're trying to understand the past, present, and future of the space, I recommend you read these short opinion pieces.</p>

<p>First, Karl Edwards of Excelsio, a firm that consults on municipal broadband, <a href="http://www.muniwireless.com/2008/05/20/what-went-wrong-with-muni-wi-fi-what-cities-can-do-now/"><strong>lays out a pretty straight case</strong></a> as to why EarthLink, Kite, and MetroFi's networks, among other one-offs, were designed to fail. I've written about aspects of this over the last four years, but Edwards is succinct. In part, EarthLink offering to build Philadelphia's network at no cost to the city set the mold wrong for all networks to follow. We're resetting now, and Wi-Fi's moment may have passed. </p>

<p>Edwards offers as one the constraints set by cities, "Expectation that the network would cover 90-95% of the City with wireless coverage as opposed to just in the areas where there was a solid business case." This has been a problem I've had for a couple of years when it started to become clear that 90-plus percent coverage wasn't in the interest of the ISP--nor in the city's interest because these networks couldn't be completed.</p>

<p>Edwards also notes that when consulting for Grand Rapids, Mich., which chose Clearwire as its wireless partner, EarthLink told the city that they expected a conservative 22-percent uptake for their Wi-Fi service by end of the fourth year. Given that in mature markets, a high-single-digit uptake is considered very good, that's shows how the Excel spreadsheets were skewed. USI Wireless's estimates for break-even require less than 10 percent of the population in their covered areas to subscribe, and their numbers of subscribers to date are tracking that number closely.</p>

<p>He closes with a set of eight principles for wireless network builders to come to the table with and cities to adopt, all of which I agree with.</p>

<p>Next, <a href="http://www.muniwireless.com/2008/05/17/how-sf-and-other-cities-could-have-created-citywide-wi-fi-access-the-easy-way/"><strong>Esme Vos suggests a very modest proposal:</strong></a> San Francisco should have required all its cafes to offer free Wi-Fi, and then Fon or others could have aggregated and bundled access to these locations. There's a long set of comments accusing Esme of communism, socialism, utopianism, and other isms. The post and the comments make for lively reading.</p>

<p>Finally, Craig Plunkett, who operates hotspot networks around New York City and Long Island, chimes in with a summary of these opinions and the notion that <a href="http://www.cedx.com/2008/05/when-did-muniwi.html?cid=115472508#comment-115472508"><strong>muni-Fi jumped the shark</strong></a> when Ocean City, N.J., decided to put Wi-Fi in garbage cans. He points out that "an infill strategy" of providing service where needed and then extending from there is effective.</p>]]></content:encoded>
      <pubDate>Tue, 20 May 2008 08:50:08 +0000</pubDate>
      <category domain="http://securityratty.com/tag/ocean city">ocean city</category>
      <category domain="http://securityratty.com/tag/wi-fi">wi-fi</category>
      <category domain="http://securityratty.com/tag/wi-fi service">wi-fi service</category>
      <category domain="http://securityratty.com/tag/city">city</category>
      <category domain="http://securityratty.com/tag/york city">york city</category>
      <category domain="http://securityratty.com/tag/offer free wi-fi">offer free wi-fi</category>
      <category domain="http://securityratty.com/tag/percent">percent</category>
      <category domain="http://securityratty.com/tag/city set">city set</category>
      <category domain="http://securityratty.com/tag/90-plus percent coverage">90-plus percent coverage</category>
      <source url="http://wifinetnews.com/archives/008327.html">Three Essays on Muni-Fi You Should Read</source>
    </item>
    <item>
      <title><![CDATA[BT Encourages Businesses to Open Up Wi-Fi for OpenZone Expansion]]></title>
      <link>http://securityratty.com/article/b1e226f2c0f3448076a0b806948018ee</link>
      <guid>http://securityratty.com/article/b1e226f2c0f3448076a0b806948018ee</guid>
      <description><![CDATA[BT will upgrade its business customers broadband modem firmware to allow public hotspot service: This is a very, very interesting move on the part of the UK's giant telecom provider. The company will...]]></description>
      <content:encoded><![CDATA[<p><a href="http://www.unstrung.com/document.asp?doc_id=151626"><strong>BT will upgrade its business customers broadband modem firmware to allow public hotspot service:</strong></a> This is a very, very interesting move on the part of the UK's giant telecom provider. The company will upgrade the firmware for its BT Business Total Broadband customers, which number 170,000. By flipping a switch, the business's modem will create an outpost of BT OpenZone, using a separate SSID, and a "secure Internet channel," as the press release describes it, which means a VLAN or similarly segregated connection that prevents access to the business's internal network.</p>

<p>The notion is that visitors can gain Internet access by using an existing OpenZone subscription, paying a fee (the business can sell vouchers), or being a member of a roaming network. The business customers receive 50 to 500 minutes of use on OpenZone each month themselves, based on their BT contract for broadband.</p>

<p>This business hotspot option extends a previous relationship for residential users with Fon that allows BT home users to flip a switch and become a Fonero.</p>

<p>These kinds of organic extensions of networks have very little impact on the party that's sharing their broadband, because there's almost no work involved. But if enough people opt in, it can have a large impact on the amount of hotspot service that's available. While I have critique Fon for its <a href="http://wifinetnews.com/archives/007981.html"><strong>backside-utility quotient</strong></a>--how readily one can get work done or even make a phone call at many Foneros' locations--the BT business plan assures that hotspots will be in places where people work and gather.</p>]]></content:encoded>
      <pubDate>Tue, 22 Apr 2008 09:51:44 +0000</pubDate>
      <category domain="http://securityratty.com/tag/business">business</category>
      <category domain="http://securityratty.com/tag/business customers receive">business customers receive</category>
      <category domain="http://securityratty.com/tag/openzone">openzone</category>
      <category domain="http://securityratty.com/tag/business plan assures">business plan assures</category>
      <category domain="http://securityratty.com/tag/hotspot service">hotspot service</category>
      <category domain="http://securityratty.com/tag/public hotspot service">public hotspot service</category>
      <category domain="http://securityratty.com/tag/openzone subscription">openzone subscription</category>
      <category domain="http://securityratty.com/tag/network">network</category>
      <category domain="http://securityratty.com/tag/critique fon">critique fon</category>
      <source url="http://wifinetnews.com/archives/008285.html">BT Encourages Businesses to Open Up Wi-Fi for OpenZone Expansion</source>
    </item>
    <item>
      <title><![CDATA[My Open Wireless Network]]></title>
      <link>http://securityratty.com/article/561dcbc479f94b3f872a2e026fc5b508</link>
      <guid>http://securityratty.com/article/561dcbc479f94b3f872a2e026fc5b508</guid>
      <description><![CDATA[Whenever I talk or write about my own security setup, the one thing that surprises people -- and attracts the most criticism -- is the fact that I run an open wireless network at home. There's no...]]></description>
      <content:encoded><![CDATA[<p>Whenever I talk or write about my own security setup, the one thing that surprises people -- and attracts the most criticism -- is the fact that I run an open wireless network at home. There's no password. There's no encryption. Anyone with wireless capability who can see my network can use it to access the internet.</p>

<p>To me, it's basic politeness. Providing internet access to guests is kind of like providing heat and electricity, or a hot cup of tea. But to some observers, it's both wrong and dangerous.</p>

<p>I'm told that uninvited strangers may sit in their cars in front of my house, and use my network to send spam, eavesdrop on my passwords, and upload and download everything from pirated movies to child pornography. As a result, I risk all sorts of bad things happening to me, from seeing my IP address blacklisted to having the police crash through my door.</p>

<p>While this is technically true, I don't think it's much of a risk. I can count five open wireless networks in coffee shops within a mile of my house, and any potential spammer is far more likely to sit in a warm room with a cup of coffee and a scone than in a cold car outside my house. And yes, if someone did commit a crime using my network the police might visit, but what better defense is there than the fact that I have an open wireless network? If I enabled wireless security on my network and someone hacked it, I would have a far harder time proving my innocence.</p>

<p>This is not to say that the new wireless security protocol, <a href="http://en.wikipedia.org/wiki/Wi-Fi_Protected_Access">WPA</a>, isn't very good. It is. But there are going to be security flaws in it; there always are.</p>

<p>I spoke to several lawyers about this, and in their lawyerly way they outlined several other risks with leaving your network open.</p>

<p>While none thought you could be successfully prosecuted just because someone else used your network to commit a crime, any investigation could be time-consuming and expensive. You might have your computer equipment seized, and if you have any contraband of your own on your machine, it could be a delicate situation. Also, prosecutors aren't always the most technically savvy bunch, and you might end up being charged despite your innocence. The lawyers I spoke with say most defense attorneys will advise you to reach a plea agreement rather than risk going to trial on child-pornography charges.</p>

<p>In a less far-fetched scenario, the Recording Industry Association of America is known to sue copyright infringers based on nothing more than an IP address. The accused's chance of winning is higher than in a criminal case, because in civil litigation the burden of proof is lower. And again, lawyers argue that even if you win it's not worth the risk or expense, and that you should settle and pay a few thousand dollars.</p>

<p>I remain unconvinced of this threat, though. The RIAA has conducted about <a href="http://www.sptimes.com/2007/10/02/Business/Minn_woman_takes_on_r.shtml">26,000 lawsuits</a>, and there are more than <a href="http://www.npd.com/press/releases/press_0703141.html">15 million music downloaders</a>. Mark Mulligan of Jupiter Research <a href="http://www.guardian.co.uk/technology/2007/mar/22/musicnews.newmedia">said it best</a>: "If you're a file sharer, you know that the likelihood of you being caught is very similar to that of being hit by an asteroid."</p>

<p>I'm also unmoved by those who say I'm putting my own data at risk, because hackers might park in front of my house, log on to my open network and eavesdrop on my internet traffic or break into my computers. This is true, but my computers are much more at risk when I use them on wireless networks in airports, coffee shops and other public places. If I configure my computer to be secure regardless of the network it's on, then it simply doesn't matter. And if my computer isn't secure on a public network, securing my own network isn't going to reduce my risk very much.</p>

<p>Yes, computer security is hard. But if your computers leave your house, you have to solve it anyway. And any solution will apply to your desktop machines as well.</p>

<p>Finally, critics say someone might steal bandwidth from me. Despite isolated <a href="http://www.ibls.com/internet_law_news_portal_view_prn.aspx?s=latestnews&id=1686">court rulings</a> that this is <a href="http://arstechnica.com/news.ars/post/20080103-the-ethics-of-stealing-a-wifi-connection.html">illegal</a>, my feeling is that they're welcome to it. <a href="http://www.schneier.com/blog/archives/2006/06/schneier_asks_t.html">I really don't mind</a> if neighbors use my wireless network when they need it, and I've heard several stories of people who have been rescued from connectivity emergencies by open wireless networks in the neighborhood.</p>

<p>Similarly, I appreciate an open network when I am otherwise without bandwidth. If someone were using my network to the point that it affected my own traffic or if some neighbor kid was dinking around, I might want to <a href="http://www.ex-parrot.com/~pete/upside-down-ternet.html">do something about it</a>; but as long as we're all polite, why should this concern me? Pay it forward, I say.</p>

<p>Certainly this does concern ISPs. Running an open wireless network will often violate your terms of service. But despite the <a href="http://w2.eff.org/Infrastructure/Wireless_cellular_radio/wireless_friendly_isp_list.html">occasional cease-and-desist letter</a> and providers <a href="http://www.nytimes.com/2007/04/14/technology/14online.html?_r=1&ex=1181188800&en=06978ee1a8aa9cde&ei=5070&oref=slogin">getting pissy</a> at people who exceed some secret bandwidth limit, this isn't a big risk either. The worst that will happen to you is that you'll have to find a new ISP.</p>

<p>A company called <a href="http://www.fon.com/en/">Fon</a> has an <a href="http://www.iht.com/articles/2006/01/30/business/wireless31.php">interesting approach</a> to this problem. Fon wireless access points have two wireless networks: a secure one for you, and an open one for everyone else. You can configure your open network in either "Bill" or "Linus" mode: In the former, people pay you to use your network, and you have to pay to use any other Fon wireless network. In Linus mode, anyone can use your network, and you can use any other Fon wireless network for free. It's a really clever idea.</p>

<p>Security is always a trade-off. I know people who rarely lock their front door, who drive in the rain (and, while using a cellphone) and who talk to strangers. In my opinion, securing my wireless network isn't worth it. And I appreciate everyone else who keeps an open wireless network, including all the coffee shops, bars and libraries I have visited in the past, the Dayton International Airport where I started writing this and the Four Points Sheraton where I finished. You all make the world a better place.</p>

<p>This essay <a href="http://www.wired.com/politics/security/commentary/securitymatters/2008/01/securitymatters_0110">originally appeared</a> on Wired.com, and has since generated a lot of controversy.  There's a <a href="http://hardware.slashdot.org/article.pl?sid=08/01/10/1449228">Slashdot thread</a>.  And here are <a href="http://wifinetnews.com/archives/008126.html">three</a> <a href="http://www.dslreports.com/shownews/Bruce-Schneier-Wants-You-To-Steal-His-WiFi-90869">opposing</a> <a href="http://www.networkworld.com/community/node/23714">essays</a> and <a href="http://www.boingboing.net/2008/01/10/why-its-good-to-leav.html">three</a> <a href="http://techdirt.com/articles/20080110/100007.shtml">supporting</a> <a href="http://blogs.computerworld.com/open_wireless_oh_my">essays</a>. Presumably there will be a lot of back and forth in the comments section here as well.</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/schneier/fulltext?a=3Pt27yD"><img src="http://feeds.feedburner.com/~f/schneier/fulltext?i=3Pt27yD" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/schneier/fulltext?a=klny7pD"><img src="http://feeds.feedburner.com/~f/schneier/fulltext?i=klny7pD" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/schneier/fulltext?a=8LgUYvD"><img src="http://feeds.feedburner.com/~f/schneier/fulltext?i=8LgUYvD" border="0"></img></a>
</div>]]></content:encoded>
      <pubDate>Tue, 15 Jan 2008 00:33:22 +0000</pubDate>
      <category domain="http://securityratty.com/tag/wireless network">wireless network</category>
      <category domain="http://securityratty.com/tag/network">network</category>
      <category domain="http://securityratty.com/tag/fon wireless network">fon wireless network</category>
      <category domain="http://securityratty.com/tag/public">public</category>
      <category domain="http://securityratty.com/tag/public network">public network</category>
      <category domain="http://securityratty.com/tag/computer">computer</category>
      <category domain="http://securityratty.com/tag/computer security">computer security</category>
      <category domain="http://securityratty.com/tag/wireless security">wireless security</category>
      <category domain="http://securityratty.com/tag/wireless security protocol">wireless security protocol</category>
      <source url="http://www.schneier.com/blog/archives/2008/01/my_open_wireles.html">My Open Wireless Network</source>
    </item>
    <item>
      <title><![CDATA[My Open Wireless Network]]></title>
      <link>http://securityratty.com/article/e753aab48269fc9e495553e214449135</link>
      <guid>http://securityratty.com/article/e753aab48269fc9e495553e214449135</guid>
      <description><![CDATA[Whenever I talk or write about my own security setup, the one thing that surprises people -- and attracts the most criticism -- is the fact that I run an open wireless network at home. There's no...]]></description>
      <content:encoded><![CDATA[<p>Whenever I talk or write about my own security setup, the one thing that surprises people -- and attracts the most criticism -- is the fact that I run an open wireless network at home. There's no password. There's no encryption. Anyone with wireless capability who can see my network can use it to access the internet.</p>

<p>To me, it's basic politeness. Providing internet access to guests is kind of like providing heat and electricity, or a hot cup of tea. But to some observers, it's both wrong and dangerous.</p>

<p>I'm told that uninvited strangers may sit in their cars in front of my house, and use my network to send spam, eavesdrop on my passwords, and upload and download everything from pirated movies to child pornography. As a result, I risk all sorts of bad things happening to me, from seeing my IP address blacklisted to having the police crash through my door.</p>

<p>While this is technically true, I don't think it's much of a risk. I can count five open wireless networks in coffee shops within a mile of my house, and any potential spammer is far more likely to sit in a warm room with a cup of coffee and a scone than in a cold car outside my house. And yes, if someone did commit a crime using my network the police might visit, but what better defense is there than the fact that I have an open wireless network? If I enabled wireless security on my network and someone hacked it, I would have a far harder time proving my innocence.</p>

<p>This is not to say that the new wireless security protocol, <a href="http://en.wikipedia.org/wiki/Wi-Fi_Protected_Access">WPA</a>, isn't very good. It is. But there are going to be security flaws in it; there always are.</p>

<p>I spoke to several lawyers about this, and in their lawyerly way they outlined several other risks with leaving your network open.</p>

<p>While none thought you could be successfully prosecuted just because someone else used your network to commit a crime, any investigation could be time-consuming and expensive. You might have your computer equipment seized, and if you have any contraband of your own on your machine, it could be a delicate situation. Also, prosecutors aren't always the most technically savvy bunch, and you might end up being charged despite your innocence. The lawyers I spoke with say most defense attorneys will advise you to reach a plea agreement rather than risk going to trial on child-pornography charges.</p>

<p>In a less far-fetched scenario, the Recording Industry Association of America is known to sue copyright infringers based on nothing more than an IP address. The accuser's chance of winning is higher than in a criminal case, because in civil litigation the burden of proof is lower. And again, lawyers argue that even if you win it's not worth the risk or expense, and that you should settle and pay a few thousand dollars.</p>

<p>I remain unconvinced of this threat, though. The RIAA has conducted about <a href="http://www.sptimes.com/2007/10/02/Business/Minn_woman_takes_on_r.shtml">26,000 lawsuits</a>, and there are more than <a href="http://www.npd.com/press/releases/press_0703141.html">15 million music downloaders</a>. Mark Mulligan of Jupiter Research <a href="http://www.guardian.co.uk/technology/2007/mar/22/musicnews.newmedia">said it best</a>: "If you're a file sharer, you know that the likelihood of you being caught is very similar to that of being hit by an asteroid."</p>

<p>I'm also unmoved by those who say I'm putting my own data at risk, because hackers might park in front of my house, log on to my open network and eavesdrop on my internet traffic or break into my computers. This is true, but my computers are much more at risk when I use them on wireless networks in airports, coffee shops and other public places. If I configure my computer to be secure regardless of the network it's on, then it simply doesn't matter. And if my computer isn't secure on a public network, securing my own network isn't going to reduce my risk very much.</p>

<p>Yes, computer security is hard. But if your computers leave your house, you have to solve it anyway. And any solution will apply to your desktop machines as well.</p>

<p>Finally, critics say someone might steal bandwidth from me. Despite isolated <a href="http://www.ibls.com/internet_law_news_portal_view_prn.aspx?s=latestnews&id=1686">court rulings</a> that this is <a href="http://arstechnica.com/news.ars/post/20080103-the-ethics-of-stealing-a-wifi-connection.html">illegal</a>, my feeling is that they're welcome to it. <a href="http://www.schneier.com/blog/archives/2006/06/schneier_asks_t.html">I really don't mind</a> if neighbors use my wireless network when they need it, and I've heard several stories of people who have been rescued from connectivity emergencies by open wireless networks in the neighborhood.</p>

<p>Similarly, I appreciate an open network when I am otherwise without bandwidth. If someone were using my network to the point that it affected my own traffic or if some neighbor kid was dinking around, I might want to <a href="http://www.ex-parrot.com/~pete/upside-down-ternet.html">do something about it</a>; but as long as we're all polite, why should this concern me? Pay it forward, I say.</p>

<p>Certainly this does concern ISPs. Running an open wireless network will often violate your terms of service. But despite the <a href="http://w2.eff.org/Infrastructure/Wireless_cellular_radio/wireless_friendly_isp_list.html">occasional cease-and-desist letter</a> and providers <a href="http://www.nytimes.com/2007/04/14/technology/14online.html?_r=1&ex=1181188800&en=06978ee1a8aa9cde&ei=5070&oref=slogin">getting pissy</a> at people who exceed some secret bandwidth limit, this isn't a big risk either. The worst that will happen to you is that you'll have to find a new ISP.</p>

<p>A company called <a href="http://www.fon.com/en/">Fon</a> has an <a href="http://www.iht.com/articles/2006/01/30/business/wireless31.php">interesting approach</a> to this problem. Fon wireless access points have two wireless networks: a secure one for you, and an open one for everyone else. You can configure your open network in either "Bill" or "Linus" mode: In the former, people pay you to use your network, and you have to pay to use any other Fon wireless network. In Linus mode, anyone can use your network, and you can use any other Fon wireless network for free. It's a really clever idea.</p>

<p>Security is always a trade-off. I know people who rarely lock their front door, who drive in the rain (and, while using a cell phone) and who talk to strangers. In my opinion, securing my wireless network isn't worth it. And I appreciate everyone else who keeps an open wireless network, including all the coffee shops, bars and libraries I have visited in the past, the Dayton International Airport where I started writing this and the Four Points Sheraton where I finished. You all make the world a better place.</p>

<p>This essay <a href="http://www.wired.com/politics/security/commentary/securitymatters/2008/01/securitymatters_0110">originally appeared</a> on Wired.com, and has since generated a lot of controversy.  There's a <a href="http://hardware.slashdot.org/article.pl?sid=08/01/10/1449228">Slashdot thread</a>.  And here are <a href="http://wifinetnews.com/archives/008126.html">three</a> <a href="http://www.dslreports.com/shownews/Bruce-Schneier-Wants-You-To-Steal-His-WiFi-90869">opposing</a> <a href="http://www.networkworld.com/community/node/23714">essays</a> and <a href="http://www.boingboing.net/2008/01/10/why-its-good-to-leav.html">three</a> <a href="http://techdirt.com/articles/20080110/100007.shtml">supporting</a> <a href="http://blogs.computerworld.com/open_wireless_oh_my">essays</a>. Presumably there will be a lot of back and forth in the comments section here as well.</p>

<p>EDITED TO ADD (1/15): <a href="http://advice.cio.com/al_sacco/in_home_wi_fi_to_secure_or_not_to_secure">There</a> <a href="http://securosis.com/2008/01/10/why-you-shouldnt-run-an-open-wireless-network-like-bruce-or-chuck-norris/">has</a> <a href="http://www.gnucitizen.org/blog/steal-his-wi-fi">been</a> <a href="http://allegrasloman.com/wordpress/?p=1522">lots</a> <a href="http://www.dewberry.co.za/index.php/2008/01/11/freewifi_steal_my_bytes">more</a> <a href="http://yairharel.wordpress.com/2008/01/10/open-your-wireless-network/">commentary</a>.</p>

<p>EDITED TO ADD (1/16):  <a href="http://blog.stephanbuys.com/2008/01/want-to-share-your-wi-fi-like-bruce.html">Even more</a> <a href="http://www.geekzone.co.nz/foobar/4401">commentary</a>.</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/schneier/fulltext?a=nj0eIqD"><img src="http://feeds.feedburner.com/~f/schneier/fulltext?i=nj0eIqD" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/schneier/fulltext?a=iFF7ZLD"><img src="http://feeds.feedburner.com/~f/schneier/fulltext?i=iFF7ZLD" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/schneier/fulltext?a=jxjKLvD"><img src="http://feeds.feedburner.com/~f/schneier/fulltext?i=jxjKLvD" border="0"></img></a>
</div>]]></content:encoded>
      <pubDate>Tue, 15 Jan 2008 00:33:22 +0000</pubDate>
      <category domain="http://securityratty.com/tag/wireless network">wireless network</category>
      <category domain="http://securityratty.com/tag/network">network</category>
      <category domain="http://securityratty.com/tag/fon wireless network">fon wireless network</category>
      <category domain="http://securityratty.com/tag/public">public</category>
      <category domain="http://securityratty.com/tag/public network">public network</category>
      <category domain="http://securityratty.com/tag/computer">computer</category>
      <category domain="http://securityratty.com/tag/computer security">computer security</category>
      <category domain="http://securityratty.com/tag/wireless security">wireless security</category>
      <category domain="http://securityratty.com/tag/wireless security protocol">wireless security protocol</category>
      <source url="http://www.schneier.com/blog/archives/2008/01/my_open_wireles_1.html">My Open Wireless Network</source>
    </item>
  </channel>
</rss>
