<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>Schneier on Security</title>
    <subtitle>A blog covering security and security technology.</subtitle>
	<rights>Copyright 2008 Bruce Schneier</rights>
    <link rel="alternate" type="text/html" href="http://www.schneier.com/blog/" />
    <link rel="self" type="application/atom+xml" href="http://www.schneier.com/blog/atom.xml" />
   <id>tag:www.schneier.com,2008:/blog//2</id>
    <updated>2008-05-16T18:06:18Z</updated>
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type 3.2</generator>
 
<entry>
    <title>Terrorists Attacking via Air Conditioners</title>
    <link rel="alternate" type="text/html" href="http://www.schneier.com/blog/archives/2008/05/terrorists_atta.html" />
    <id>tag:www.schneier.com,2008:/blog//2.2255</id>
    
    <published>2008-05-16T18:03:00Z</published>
    <updated>2008-05-16T18:03:00Z</updated>
    
    <summary>From the DHS and the FBI, a great movie-plot threat: It is possible to introduce chemical or biological agents directly into external air-intakes or internal air-circulation systems. Unless the building has carbon filters (or the equivalent), volatile chemical agents would not be stopped and would enter the building untenanted. [...] Other scenarios involve the use of helicopters equipped with agricultural...</summary>
    <author>
        <name>schneier</name>
        
    </author>
    
    <content type="html" xml:lang="en" xml:base="http://www.schneier.com/blog/">
        <![CDATA[<p>From the DHS and the FBI, a great <a href="http://file.sunshinepress.org:54445/dhs-fbi-terrorist-aircon.pdf">movie-plot threat</a>:</p>

<blockquote>It is possible to introduce chemical or biological agents directly into external air-intakes or internal air-circulation systems. Unless the building has carbon filters (or the equivalent), volatile chemical agents would not be stopped and would enter the building untenanted.

<p>[...]</p>

<p>Other scenarios involve the use of helicopters equipped with agricultural spraying equipment to discharge large chemical or biological contaminant clouds near external or roof-mounted air intakes or ventilators.</p>

<p>[...]</p>

<p>Terrorists have considered producing a radiological dispersal device (RDD) by burning or exploding a source or sources containing radioactive material. If large quantities of easily dispersed radioactive material were released or exploded near an HVAC intake or circulation system, it is possible that targeted individuals could suffer some adverse health effects.</blockquote></p>

<p>I'm sure glad my government is working on this stuff.</p>]]>
        
    </content>
</entry>
<entry>
    <title>Crossing Borders with Laptops and PDAs</title>
    <link rel="alternate" type="text/html" href="http://www.schneier.com/blog/archives/2008/05/crossing_border.html" />
    <id>tag:www.schneier.com,2008:/blog//2.2256</id>
    
    <published>2008-05-16T12:10:33Z</published>
    <updated>2008-05-16T12:10:33Z</updated>
    
    <summary>Last month a US court ruled that border agents can search your laptop, or any other electronic device, when you&apos;re entering the country. They can take your computer and download its entire contents, or keep it for several days. Customs and Border Patrol has not published any rules regarding this practice, and I and others have written a letter to...</summary>
    <author>
        <name>schneier</name>
        
    </author>
    
    <content type="html" xml:lang="en" xml:base="http://www.schneier.com/blog/">
        <![CDATA[<p>Last month a US court ruled that border agents can search your laptop, or any other electronic device, when you're entering the country. They can take your computer and download its entire contents, or keep it for several days. Customs and Border Patrol has not published any rules regarding this practice, and I and others have written a letter to Congress urging it to investigate and regulate this practice.</p>

<p>But the US is not alone. British customs agents search laptops for pornography. And there are reports on the internet of this sort of thing happening at other borders, too. You might not like it, but it's a fact. So how do you protect yourself?</p>

<p>Encrypting your entire hard drive, something you should certainly do for security in case your computer is lost or stolen, won't work here. The border agent is likely to start this whole process with a "please type in your password". Of course you can refuse, but the agent can search you further, detain you longer, refuse you entry into the country and otherwise ruin your day.</p>

<p>You're going to have to hide your data. Set a portion of your hard drive to be encrypted with a different key - even if you also encrypt your entire hard drive - and keep your sensitive data there. Lots of programs allow you to do this. I use PGP Disk . TrueCrypt is also good, and free.</p>

<p>While customs agents might poke around on your laptop, they're unlikely to find the encrypted partition. (You can make the icon invisible, for some added protection.) And if they download the contents of your hard drive to examine later, you won't care.</p>

<p>Be sure to choose a strong encryption password. Details are too complicated for a quick tip, but basically anything easy to remember is easy to guess. (My advice is <a href="http://www.schneier.com/essay-148.html">here</a>.) Unfortunately, this isn't a perfect solution. Your computer might have left a copy of the password on the disk somewhere, and (as I also describe at the above link) smart forensic software will find it.</p>

<p>So your best defence is to clean up your laptop. A customs agent can't read what you don't have. You don't need five years' worth of email and client data. You don't need your old love letters and those photos (you know the ones I'm talking about). Delete everything you don't absolutely need. And use a secure file erasure program to do it. While you're at it, delete your browser's cookies, cache and browsing history. It's nobody's business what websites you've visited. And turn your computer off - don't just put it to sleep - before you go through customs; that deletes other things. Think of all this as the last thing to do before you stow your electronic devices for landing. Some companies now give their employees forensically clean laptops for travel, and have them download any sensitive data over a virtual private network once they've entered the country. They send any work back the same way, and delete everything again before crossing the border to go home. This is a good idea if you can do it.</p>

<p>If you can't, consider putting your sensitive data on a USB drive or even a camera memory card: even 16GB cards are reasonably priced these days. Encrypt it, of course, because it's easy to lose something that small. Slip it in your pocket, and it's likely to remain unnoticed even if the customs agent pokes through your laptop. If someone does discover it, you can try saying: "I don't know what's on there. My boss told me to give it to the head of the New York office." If you've chosen a strong encryption password, you won't care if he confiscates it.</p>

<p>Lastly, don't forget your phone and PDA. Customs agents can search those too: emails, your phone book, your calendar. Unfortunately, there's nothing you can do here except delete things.</p>

<p>I know this all sounds like work, and that it's easier to just ignore everything here and hope you don't get searched. Today, the odds are in your favour. But new forensic tools are making automatic searches easier and easier, and the recent US court ruling is likely to embolden other countries. It's better to be safe than sorry.</p>

<p>This essay originally appeared in <a href="http://www.guardian.co.uk/technology/2008/may/15/computing.security"><i>The Guardian</i></a>.</p>

<p><a href="http://www.eff.org/deeplinks/2008/05/protecting-yourself-suspicionless-searches-while-t">Some</a> <a href="http://www.eff.org/deeplinks/2008/05/border-search-answers">other</a> <a href="http://www.cnet.com/8301-13739_1-9935170-46.html">advice</a> <a href="http://www.news.com/8301-13578_3-9892897-38.html">here</a>.<br />
</p>]]>
        
    </content>
</entry>
<entry>
    <title>Crypto-Gram Tenth Anniversary Issue</title>
    <link rel="alternate" type="text/html" href="http://www.schneier.com/blog/archives/2008/05/cryptogram_tent_1.html" />
    <id>tag:www.schneier.com,2008:/blog//2.2254</id>
    
    <published>2008-05-15T17:13:10Z</published>
    <updated>2008-05-15T17:13:10Z</updated>
    
    <summary>Ten years ago I started Crypto-Gram. It was a monthly newsletter written entirely by me. No guest columns. No advertising. Nothing but me writing about security, published the 15th of the month every month. Now, 120 issues later, none of that has changed. I started Crypto-Gram because I had a lot to say about security, and book-length commentaries were too...</summary>
    <author>
        <name>schneier</name>
        
    </author>
    
    <content type="html" xml:lang="en" xml:base="http://www.schneier.com/blog/">
        <![CDATA[<p>Ten years ago I started <a href="http://www.schneier.com/crypto-gram.html">Crypto-Gram</a>.  It was a monthly newsletter written entirely by me.  No guest columns.  No advertising.  Nothing but me writing about security, published the 15th of the month every month.  Now, <a href="http://www.schneier.com/crypto-gram-back.html">120 issues later</a>, none of that has changed.</p>

<p>I started Crypto-Gram because I had a lot to say about security, and book-length commentaries were too slow and too infrequent.  Sure, I was writing the occasional column in the occasional magazine, but those were also too slow and infrequent.  Crypto-Gram was supposed to be my personal voice on security, sent directly to those who wanted to read it.</p>

<p>I originally thought about charging for Crypto-Gram.  I knew of several newsletters that funded themselves through subscription fees, and figured that a couple of hundred subscribers at $150 or so would sustain itself very nicely.  I don't remember why I decided not to -- did someone convince me, or did I figure it out myself -- but it was easily the smartest decision I made about this newsletter.  If I'd charged money for the thing, no one would have read it.  Since I didn't, lots of people subscribed.</p>

<p>There were 457 subscribers by the end of the first day.  After that, circulation climbed slowly and steadily.  Here are the totals for May of each year:</p>

<table cellpadding=5 cellspacing=0 border=0>
<tr><td>1999</td><td style="text-align:right">15964</td></tr>
<tr><td>2000</td><td style="text-align:right">33827</td></tr>
<tr><td>2001</td><td style="text-align:right">45832</td></tr>
<tr><td>2002</td><td style="text-align:right">58046</td></tr>
<tr><td>2003</td><td style="text-align:right">66368</td></tr>
<tr><td>2004</td><td style="text-align:right">75907</td></tr>
<tr><td>2005</td><td style="text-align:right">83835</td></tr>
<tr><td>2006</td><td style="text-align:right">87839</td></tr>
<tr><td>2007</td><td style="text-align:right">92488</td></tr>
<tr><td>2008</td><td style="text-align:right">98618</td></tr>
</table>

<p>Those numbers hide a lot of readers, like the tens of thousands that read Crypto-Gram via the Web.  I also know of people that forward my newsletter to hundreds of others.  There are many foreign translations that have their own subscription list.  These days I estimate that I have about 25,000 newsletter readers not included in those numbers.</p>

<p>I have no idea where the initial batch of subscribers came from. Nor do I remember how people subscribed before the webpage form was done.  I do remember my first big burst of subscribers, though.  It was following my special issue after 9/11.  I wrote something short for the September issue, but I found that I couldn't stop writing.  Two weeks later, I published a <a href="http://www.schneier.com/crypto-gram-0109a.html">special issue</a> on the terrorist attacks.  Readers forwarded that issue again and again, and I ended up with many new subscribers as a result.</p>

<p>Reader comments began earlier, in <a href="http://www.schneier.com/crypto-gram-9812.html">December 1998</a>.  I found I was getting some really intelligent comments from my readers -- especially those that disagreed with me -- and I wanted to publish some of them.  Some of the disagreements were nasty.  In <a href="http://www.schneier.com/crypto-gram-9810.html">October 1998</a>, I started a column called "The Doghouse," where I made fun of snake-oil security products.  Some of the companies didn't like being so characterized, and sent me threatening legal letters.</p>

<p>Turns out that <a href="http://www.schneier.com/crypto-gram-0504.html">publishing</a> those sorts of <a href="http://www.schneier.com/crypto-gram-0309.html">threats</a> as letters to Crypto-Gram was the best defense, even though my lawyers always discouraged it.  None of these incidents ever went past the threatening stage, even though court papers were occasionally filed.</p>

<p>Over the years, Crypto-Gram's focus has changed.  Initially, it was all cryptography.  Then, more computer and network security.  Then -- especially after 9/11 -- more general security: terrorism, airplanes, ID cards, voting machines, and so on.  And now, more economics and psychology of security.  My career has been a progression from the specific to the general, and Crypto-Gram has generalized to reflect that.</p>

<p>The next big change to Crypto-Gram came in October 2004.  I had been reading about blogging, and wondered for several months if switching Crypto-Gram over to blog format was a good idea or not.  Again, it was about speed and frequency.  I found that others were commenting on security stories faster, and that by the time Crypto-Gram would come out, people had already linked to other stories.  A blog would allow me to get my commentary out even faster, and to be part of the initial discussions.</p>

<p>I went back and forth.  Several people advised me to change, that blogging was the format of the future.  I was skeptical, preferring to push my newsletter into my readers' mailboxes every month.  I sent a survey to 400 of my subscribers -- 200 random subscribers and 200 people who had subscribed within the past month -- asking.  My eventual solution was the second smartest thing I did with this newsletter: to do both.</p>

<p>The Schneier on Security blog started out as Crypto-Gram entries, delivered daily.  And the <a href="http://www.schneier.com/blog/archives/2004/10/">early blog entries</a> looked a lot like Crypto-Gram articles, with links at the end.  Over the following months I learned more about the blogging style, and the entries started looking more like blog entries.  Now the blog is primary, and on the 15th of every month I take the previous month's blog entries and reconfigure them into Crypto-Gram format.  Even today, most readers prefer to receive Crypto-Gram in their e-mail box every month -- even if they also read the blog online.</p>

<p>These days, I like both.  I like the immediacy of the blog, and I like the e-mail format of Crypto-Gram.  And even after ten years, I still like the writing.</p>

<p>People often ask me where I find the time to do all of that writing.  It's an odd question for me, because it's what I enjoy doing.  I find time at home, on airplanes, in hotel rooms, everywhere.  Writing isn't a chore -- okay, maybe sometimes it is -- it's something that relaxes me.  I enjoy putting my ideas down in a coherent narrative flow.  And there's nothing that pleases me more than the fact that people read it.</p>

<p>The best fan mail I get from a reader says something like: "You changed the way I think."  That's what I want to do.  I want to change the way you think about security.  I want to change the way you think about threats, and risk, and trade-offs, about security products and services, about security rhetoric in politics.  It matters less if you agree with me or disagree, only that you're thinking differently.</p>

<p>Thank you.  Thank you on this <a href="http://www.schneier.com/crypto-gram-0805.html">10th anniversary issue</a>.  Thank you, long-time readers.  Thank you, new readers.  Thank you for continuing to read what I have to write.  This is still a lot of fun -- and interesting and thought provoking -- for me.  I hope it continues to be interesting, thought provoking, and fun for you.</p>]]>
        
    </content>
</entry>
<entry>
    <title>Third Annual Movie-Plot Threat Contest Winner</title>
    <link rel="alternate" type="text/html" href="http://www.schneier.com/blog/archives/2008/05/third_annual_mo_1.html" />
    <id>tag:www.schneier.com,2008:/blog//2.2249</id>
    
    <published>2008-05-15T12:24:06Z</published>
    <updated>2008-05-15T12:24:06Z</updated>
    
    <summary>On April 7 -- seven days late -- I announced the Third Annual Movie-Plot Threat Contest: For this contest, the goal is to create fear. Not just any fear, but a fear that you can alleviate through the sale of your new product idea. There are lots of risks out there, some of them serious, some of them so unlikely...</summary>
    <author>
        <name>schneier</name>
        
    </author>
    
    <content type="html" xml:lang="en" xml:base="http://www.schneier.com/blog/">
        <![CDATA[<p>On April 7 -- seven days late -- I <a href="http://www.schneier.com/blog/archives/2008/04/third_annual_mo.html">announced</a> the Third Annual Movie-Plot Threat Contest:</p>

<blockquote>For this contest, the goal is to create fear. Not just any fear, but a fear that you can alleviate through the sale of your new product idea. There are lots of risks out there, some of them serious, some of them so unlikely that we shouldn't worry about them, and some of them completely made up. And there are lots of products out there that provide security against those risks.

<p>Your job is to invent one. First, find a risk or create one. It can be a terrorism risk, a criminal risk, a natural-disaster risk, a common household risk -- whatever. The weirder the better. Then, create a product that everyone simply has to buy to protect him- or herself from that risk. And finally, write a catalog ad for that product.</p>

<p>[...]</p>

<p>Entries are limited to 150 words ... because fear doesn't require a whole lot of explaining. Tell us why we should be afraid, and why we should buy your product.</blockquote></p>

<p>On May 7, I <a href="http://www.schneier.com/blog/archives/2008/05/third_annual_mo_2.html">posted</a> five semi-finalists out of the 327 blog comments:</p>

<ul><li><a href="http://www.schneier.com/blog/archives/2008/04/third_annual_mo.html#c260856">DNA adulteratometer</a> to detect waiters spitting in your soup.
<li><a href="http://www.schneier.com/blog/archives/2008/04/third_annual_mo.html#c260621">Toothpaste test strips</a>.
<li><a href="http://www.schneier.com/blog/archives/2008/04/third_annual_mo.html#c261112">SOS device</a> for people locked in car trunks.
<li><a href="http://www.schneier.com/blog/archives/2008/04/third_annual_mo.html#c261220">Anti-laser-pointer eyeglasses</a>.
<li><a href="http://www.schneier.com/blog/archives/2008/04/third_annual_mo.html#c260675">"Alertness alert"</a> heartbeat monitor.</ul>

<p>Sadly, two of those five was above the 150-word limit.  Out of the three remaining, I (with the help of my readers) have chosen a winner.</p>

<p>Presenting, the winner of the Third Annual Movie Plot Threat Contest, <a href="http://www4.ncsu.edu/~akmassey/">Aaron Massey</a>:</p>

<p><a href="http://www.schneier.com/blog/archives/2008/04/third_annual_mo.html#c260621">Tommy Tester Toothpaste Strips</a>:</p>

<blockquote>Many Americans were shocked to hear the results of the research trials regarding heavy metals and toothpaste conducted by the New England Journal of Medicine, which FDA is only now attempting to confirm. This latest scare comes after hundreds of deaths were linked to toothpaste contaminated with diethylene glycol, a potentially dangerous chemical used in antifreeze.

<p>In light of this continuing health risk, Hamilton Health Labs is proud to announce Tommy Tester Toothpaste Strips! Just apply a dab of toothpaste from a fresh tube onto the strip and let it rest for 3 minutes. It’s just that easy! If the strip turns blue, rest assured that your entire tube of toothpaste is safe. However, if the strip turns pink, dispose of the toothpaste immediately and call the FDA health emergency number at 301-443-1240.</p>

<p>Do not let your family become a statistic when the solution is only $2.95!</blockquote></p>

<p>Aaron wins, well, nothing really, except the fame and glory afforded by this blog.  So give him some fame and glory.  Congratulations.</p>]]>
        
    </content>
</entry>
<entry>
    <title>The Ethics of Vulnerability Research</title>
    <link rel="alternate" type="text/html" href="http://www.schneier.com/blog/archives/2008/05/the_ethics_of_v.html" />
    <id>tag:www.schneier.com,2008:/blog//2.2253</id>
    
    <published>2008-05-14T17:29:45Z</published>
    <updated>2008-05-14T17:29:45Z</updated>
    
    <summary>The standard way to take control of someone else&apos;s computer is by exploiting a vulnerability in a software program on it. This was true in the 1960s when buffer overflows were first exploited to attack computers. It was true in 1988 when the Morris worm exploited a Unix vulnerability to attack computers on the Internet, and it&apos;s still how most...</summary>
    <author>
        <name>schneier</name>
        
    </author>
    
    <content type="html" xml:lang="en" xml:base="http://www.schneier.com/blog/">
        <![CDATA[<p>The standard way to take control of someone else's computer is by exploiting a vulnerability in a software program on it. This was true in the 1960s when buffer overflows were first exploited to attack computers. It was true in 1988 when the Morris worm exploited a Unix vulnerability to attack computers on the Internet, and it's still how most modern malware works. </p>

<p>Vulnerabilities are software mistakes--mistakes in specification and design, but mostly mistakes in programming. Any large software package will have thousands of mistakes. These vulnerabilities lie dormant in our software systems, waiting to be discovered. Once discovered, they can be used to attack systems. This is the point of security patching: eliminating known vulnerabilities. But many systems don't get patched, so the Internet is filled with known, exploitable vulnerabilities. </p>

<p>New vulnerabilities are hot commodities. A hacker who discovers one can sell it on the black market, blackmail the vendor with disclosure, or simply publish it without regard to the consequences. Even if he does none of these, the mere fact the vulnerability is known by someone increases the risk to every user of that software. Given that, is it ethical to research new vulnerabilities? </p>

<p>Unequivocally, yes. Despite the risks, vulnerability research is enormously valuable. Security is a mindset, and looking for vulnerabilities nurtures that mindset. Deny practitioners this vital learning tool, and security suffers accordingly. </p>

<p>Security engineers see the world differently than other engineers. Instead of focusing on how systems work, they focus on how systems fail, how they can be made to fail, and how to prevent--or protect against--those failures. Most software vulnerabilities don't ever appear in normal operations, only when an attacker deliberately exploits them. So security engineers need to think like attackers. </p>

<p>People without the mindset sometimes think they can design security products, but they can't. And you see the results all over society--in snake-oil cryptography, software, Internet protocols, voting machines, and fare card and other payment systems. Many of these systems had someone in charge of "security" on their teams, but it wasn't someone who thought like an attacker. </p>

<p>This mindset is difficult to teach, and may be something you're born with or not. But in order to train people possessing the mindset, they need to search for and find security vulnerabilities--again and again and again. And this is true regardless of the domain. Good cryptographers discover vulnerabilities in others' algorithms and protocols. Good software security experts find vulnerabilities in others' code. Good airport security designers figure out new ways to subvert airport security. And so on. </p>

<p>This is so important that when someone shows me a security design by someone I don't know, my first question is, "What has the designer broken?" Anyone can design a security system that he cannot break. So when someone announces, "Here's my security system, and I can't break it," your first reaction should be, "Who are you?" If he's someone who has broken dozens of similar systems, his system is worth looking at. If he's never broken anything, the chance is zero that it will be any good. </p>

<p>Vulnerability research is vital because it trains our next generation of computer security experts. Yes, newly discovered vulnerabilities in software and airports put us at risk, but they also give us more realistic information about how good the security actually is. And yes, there are more and less responsible--and more and less legal--ways to handle a new vulnerability. But the bad guys are constantly searching for new vulnerabilities, and if we have any hope of securing our systems, we need the good guys to be at least as competent. To me, the question isn't whether it's ethical to do vulnerability research. If someone has the skill to analyze and provide better insights into the problem, the question is whether it is ethical for him not to do vulnerability research.</p>

<p>This was originally published in <i>InfoSecurity Magazine</i>, as part of a point-counterpoint with Marcus Ranum.  You can read Marcus's half <a href="http://searchsecurity.techtarget.com/magazineFeature/0,296894,sid14_gci1313268,00.html">here</a>.</p>]]>
        
    </content>
</entry>
<entry>
    <title>U.S. Air Force Considers Creating its Own Botnet</title>
    <link rel="alternate" type="text/html" href="http://www.schneier.com/blog/archives/2008/05/air_force_consi.html" />
    <id>tag:www.schneier.com,2008:/blog//2.2252</id>
    
    <published>2008-05-14T12:09:50Z</published>
    <updated>2008-05-14T12:09:50Z</updated>
    
    <summary>Stories here. Actually, I think this is a fine idea -- as long as they only use computers that they legally own....</summary>
    <author>
        <name>schneier</name>
        
    </author>
    
    <content type="html" xml:lang="en" xml:base="http://www.schneier.com/blog/">
        <![CDATA[<p><a href="http://www.armedforcesjournal.com/2008/05/3375884">Stories</a> <a href="http://arstechnica.com/news.ars/post/20080512-preparing-for-cyber-warfare-us-air-force-floats-botnet-plan.html">here</a>.</p>

<p>Actually, I think this is a fine idea -- as long as they only use computers that they legally own.</p>]]>
        
    </content>
</entry>
<entry>
    <title>What Is the Comprehensive National Cybersecurity Inititative?</title>
    <link rel="alternate" type="text/html" href="http://www.schneier.com/blog/archives/2008/05/what_is_the_com.html" />
    <id>tag:www.schneier.com,2008:/blog//2.2251</id>
    
    <published>2008-05-13T18:54:34Z</published>
    <updated>2008-05-13T18:54:34Z</updated>
    
    <summary>The Department of Homeland Security has a new $200 million Comprehensive National Cybersecurity Inititative (CNCI). Congress is happy to fund it, but kind of wants to know what it&apos;s going to do. I have to admit, I&apos;m kind of curious myself....</summary>
    <author>
        <name>schneier</name>
        
    </author>
    
    <content type="html" xml:lang="en" xml:base="http://www.schneier.com/blog/">
        <![CDATA[<p>The Department of Homeland Security has a new $200 million Comprehensive National Cybersecurity Inititative (CNCI).  Congress is happy to fund it, but kind of wants to know what it's going <a href="http://blog.wired.com/27bstroke6/2008/05/senate-panel-qu.html">to</a> <a href="http://arstechnica.com/news.ars/post/20080506-senators-press-dhs-head-for-details-on-cybersecurity-plans.html">do</a>.  </p>

<p>I have to admit, I'm kind of curious myself.</p>]]>
        
    </content>
</entry>
<entry>
    <title>Interesting Microsoft Patent Application</title>
    <link rel="alternate" type="text/html" href="http://www.schneier.com/blog/archives/2008/05/interesting_mic.html" />
    <id>tag:www.schneier.com,2008:/blog//2.2250</id>
    
    <published>2008-05-13T13:05:32Z</published>
    <updated>2008-05-13T13:05:32Z</updated>
    
    <summary>Guardian Angel: An intelligent personalized agent monitors, regulates, and advises a user in decision-making processes for efficiency or safety concerns. The agent monitors an environment and present characteristics of a user and analyzes such information in view of stored preferences specific to one of multiple profiles of the user. Based on the analysis, the agent can suggest or automatically implement...</summary>
    <author>
        <name>schneier</name>
        
    </author>
    
    <content type="html" xml:lang="en" xml:base="http://www.schneier.com/blog/">
        <![CDATA[<p><a href="http://appft1.uspto.gov/netacgi/nph-Parser?Sect1=PTO1&Sect2=HITOFF&d=PG01&p=1&u=%2Fnetahtml%2FPTO%2Fsrchnum.html&r=1&f=G&l=50&s1=%2220080082465%22.PGNR.&OS=DN/20080082465&RS=DN/20080082465">Guardian Angel</a>:</p>

<blockquote>An intelligent personalized agent monitors, regulates, and advises a user in decision-making processes for efficiency or safety concerns. The agent monitors an environment and present characteristics of a user and analyzes such information in view of stored preferences specific to one of multiple profiles of the user. Based on the analysis, the agent can suggest or automatically implement a solution to a given issue or problem. In addition, the agent can identify another potential issue that requires attention and suggests or implements action accordingly. Furthermore, the agent can communicate with other users or devices by providing and acquiring information to assist in future decisions. All aspects of environment observation, decision assistance, and external communication can be flexibly limited or allowed as desired by the user.</blockquote>

<p>Note that Bill Gates and Ray Ozzie are co-inventers.</p>]]>
        
    </content>
</entry>
<entry>
    <title>Terrorism as a Tax</title>
    <link rel="alternate" type="text/html" href="http://www.schneier.com/blog/archives/2008/05/terrorism_as_a.html" />
    <id>tag:www.schneier.com,2008:/blog//2.2247</id>
    
    <published>2008-05-12T12:29:47Z</published>
    <updated>2008-05-12T12:29:47Z</updated>
    
    <summary>Definitely a good way to look at it: Fear, in other words, is a tax, and al-Qaeda and its ilk have done better at extracting it from Americans than the Internal Revenue Service. Think about the extra half-hour millions of airline passengers waste standing in security lines; the annual cost in lost work hours runs into the billions. Add to...</summary>
    <author>
        <name>schneier</name>
        
    </author>
    
    <content type="html" xml:lang="en" xml:base="http://www.schneier.com/blog/">
        <![CDATA[<p>Definitely a <a href="http://www.washingtonpost.com/wp-dyn/content/article/2008/04/30/AR2008043003008.html">good way to look at it</a>:</p>

<blockquote>Fear, in other words, is a tax, and al-Qaeda and its ilk have done better at extracting it from Americans than the Internal Revenue Service. Think about the extra half-hour millions of airline passengers waste standing in security lines; the annual cost in lost work hours runs into the billions. Add to that the freight delays at borders, ports and airports, the cost of checking money transfers as well as goods in transit, the wages for beefed-up security forces around the world. And that doesn't even attempt to put a price tag on the compression of civil liberties or the loss of human dignity from being groped in full public view by Transportation Security Administration personnel at the airport or from having to walk barefoot through the metal detector, holding up your beltless pants. This global transaction tax represents the most significant victory of Terror International to date. 

<p>The new fear tax falls most heavily on the United States. Last November, the Commerce Department reported a 17 percent decline in overseas travel to the United States between Sept. 11, 2001, and 2006. (There are no firm figures for 2007 yet, but there seems to have been an uptick.) That slump has cost the country $94 billion in lost tourist spending, nearly 200,000 jobs and $16 billion in forgone tax revenue -- and all while the dollar has kept dropping. </p>

<p>Why? The journal Tourism Economics gives the predictable answer: "The perception that U.S. visa and entry policies do not welcome international visitors is the largest factor in the decline of overseas travelers." Two-thirds of survey respondents worried about being detained for hours because of a misstatement to immigration officials. And here is the ultimate irony: "More respondents were worried about U.S. immigration officials (70 percent) than about crime or terrorism (54 percent) when considering a trip to the country."</blockquote></p>

<p>In <a href="http://www.schneier.com/book-beyondfear.html"><i>Beyond Fear</i></a> I wrote:</p>

<blockquote>Security is a tax on the honest.

<p>If it weren’t for attackers, our lives would be a whole lot easier. In a world where everyone was completely honorable and law-abiding all of the time, everything we bought and did would be cheaper. We wouldn’t have to pay for door locks, police departments, or militaries. There would be no security countermeasures, because people would never consider going where they were not allowed to go or doing what they were not allowed to do. Fraud would not be a problem, because no one would commit fraud. Nor would anyone commit burglary, murder, or terrorism. We wouldn’t have to modify our behavior based on security risks, because there would be none.</p>

<p>But that’s not the world we live in. Security permeates everything we do and supports our society in innumerable ways. It’s there when we wake up in the morning, when we eat our meals, when we’re at work, and when we’re with our families. It’s embedded in our wallets and the global financial network, in the doors of our homes and the border crossings of our countries, in our conversations and the publications we read. We constantly make security trade-offs, whether we’re conscious of them or not: large and small, personal and social. Many more security trade-offs are imposed on us from outside: by governments, by the marketplace, by technology, and by social norms. Security is a part of our world, just as it is part of the world of every other living thing. It has always been a part, and it always will be.</blockquote><br />
</p>]]>
        
    </content>
</entry>
<entry>
    <title>Friday Squid Blogging: Squid Fishing Lures</title>
    <link rel="alternate" type="text/html" href="http://www.schneier.com/blog/archives/2008/05/friday_squid_bl_103.html" />
    <id>tag:www.schneier.com,2008:/blog//2.1966</id>
    
    <published>2008-05-09T22:04:48Z</published>
    <updated>2008-05-09T22:04:48Z</updated>
    
    <summary>In a variety of colors. EDITED TO ADD (4/10): Link fixed....</summary>
    <author>
        <name>schneier</name>
        
    </author>
    
    <content type="html" xml:lang="en" xml:base="http://www.schneier.com/blog/">
        <![CDATA[<p>In <a href="http://www.cabelas.com/cabelas/en/templates/product/standard-item.jsp?_DARGS=/cabelas/en/common/catalog/item-link.jsp_A&_DAV=SEARCH_RESULTS_NYR&id=0012212113670a&navCount=10&podId=0012212&parentId=&masterpathid=&navAction=push&catalogCode=IJ&rid=&parentType=&indexId=cat600178&hasJS=true">a variety of colors</a>.</p>

<p>EDITED TO ADD (4/10):  Link fixed.</p>]]>
        
    </content>
</entry>
<entry>
    <title>Schneier Talks</title>
    <link rel="alternate" type="text/html" href="http://www.schneier.com/blog/archives/2008/05/schneier_talks_1.html" />
    <id>tag:www.schneier.com,2008:/blog//2.2237</id>
    
    <published>2008-05-09T19:34:27Z</published>
    <updated>2008-05-09T19:34:27Z</updated>
    
    <summary>Last month I gave a talk at InfoSecurity Europe in London. The title was &quot;Reconceptualizing Security,&quot; or maybe &quot;The Theater of Security,&quot; and it is a follow-on to my work on the psychology of security. I haven&apos;t yet written this work up, but you can listen to or watch my talk....</summary>
    <author>
        <name>schneier</name>
        
    </author>
    
    <content type="html" xml:lang="en" xml:base="http://www.schneier.com/blog/">
        <![CDATA[<p>Last month I gave a talk at <a href="http://www.infosec.co.uk/page.cfm/link=418">InfoSecurity Europe</a> in London.  The title was "Reconceptualizing Security," or maybe "The Theater of Security," and it is a follow-on to my work on the <a href="http://www.schneier.com/essay-155.html">psychology of security</a>.  I haven't yet written this work up, but you can <a href="http://www.yada-yada.co.uk/podcasts/ReedExhibitions/InfosecurityEurope/audio/Hall_of_Fame_BruceSchneier.mp3">listen to</a> or <a href="http://www.yada-yada.co.uk/podcasts/ReedExhibitions/InfosecurityEurope/video/BruceSchneier.html">watch</a> my talk.</p>]]>
        
    </content>
</entry>
<entry>
    <title>Making Security Cuddly</title>
    <link rel="alternate" type="text/html" href="http://www.schneier.com/blog/archives/2008/05/making_security.html" />
    <id>tag:www.schneier.com,2008:/blog//2.2242</id>
    
    <published>2008-05-09T17:57:36Z</published>
    <updated>2008-05-09T17:57:36Z</updated>
    
    <summary>I don&apos;t know what I think of Sweet Dreams Security....</summary>
    <author>
        <name>schneier</name>
        
    </author>
    
    <content type="html" xml:lang="en" xml:base="http://www.schneier.com/blog/">
        <![CDATA[<p>I don't know what I think of <a href="http://www.deardad.net/sds-html/">Sweet Dreams Security</a>.</p>]]>
        
    </content>
</entry>
<entry>
    <title>Cell Phone Spying</title>
    <link rel="alternate" type="text/html" href="http://www.schneier.com/blog/archives/2008/05/cell_phone_spyi_1.html" />
    <id>tag:www.schneier.com,2008:/blog//2.2244</id>
    
    <published>2008-05-09T12:27:12Z</published>
    <updated>2008-05-09T12:27:12Z</updated>
    
    <summary>A handy guide: A service called World Tracker lets you use data from cell phone towers and GPS systems to pinpoint anyone’s exact whereabouts, any time — as long as they’ve got their phone on them. All you have to do is log on to the web site and enter the target phone number. The site sends a single text...</summary>
    <author>
        <name>schneier</name>
        
    </author>
    
    <content type="html" xml:lang="en" xml:base="http://www.schneier.com/blog/">
        <![CDATA[<p>A <a href="http://www.geeksaresexy.net/2008/05/05/cell-phone-spying-is-your-life-being-monitored/">handy guide</a>:</p>

<blockquote>A service called <a href="http://www.world-tracker.com/">World Tracker</a> lets you use data from cell phone towers and GPS systems to pinpoint anyone’s exact whereabouts, any time — as long as they’ve got their phone on them.

<p>All you have to do is log on to the web site and enter the target phone number.  The site sends a single text message to the phone that requires one response for confirmation.  Once the response is sent, you are locked in to their location and can track them step-by-step.  The response is only required the first time the phone is contacted, so you can imagine how easily it could be handled without the phone’s owner even knowing.</p>

<p>Once connected, the service shows you the exact location of the phone by the minute, conveniently pinpointed on a Google Map.  So far, the service is only available in the UK, but the company has indicated plans to expand its service to other countries soon.</p>

<p>[...]</p>

<p>Dozens of programs are available that’ll turn any cell phone into a high-tech, long-range listening device.  And the scariest part?  They run virtually undetectable to the average eye.</p>

<p>Take, for example, <a href="http://www.flexispy.com/">Flexispy</a>.  The service promises to let you “catch cheating wives or cheating husbands” and even “bug meeting rooms.”  Its tools use a phone’s microphone to let you hear essentially any conversations within earshot.  Once the program is installed, all you have to do is dial a number to tap into the phone’s mic and hear everything going on.  The phone won’t even ring, and its owner will have no idea you are virtually there at his side.</blockquote></p>]]>
        
    </content>
</entry>
<entry>
    <title>History of the U.S. Surveillance Debate</title>
    <link rel="alternate" type="text/html" href="http://www.schneier.com/blog/archives/2008/05/history_of_the_1.html" />
    <id>tag:www.schneier.com,2008:/blog//2.2240</id>
    
    <published>2008-05-08T19:05:46Z</published>
    <updated>2008-05-08T19:05:46Z</updated>
    
    <summary>Excellent article, chronicling the surveillance debate from the mid 1980s until today. Don&apos;t expect good coverage of the current debate, however: the legality of the NSA&apos;s recent domestic eavesdropping program, and the legality of the assistance provided by the telcos....</summary>
    <author>
        <name>schneier</name>
        
    </author>
    
    <content type="html" xml:lang="en" xml:base="http://www.schneier.com/blog/">
        <![CDATA[<p><a href="http://www.govexec.com/dailyfed/0408/042208nj1.htm">Excellent article</a>, chronicling the surveillance debate from the mid 1980s until today.  Don't expect good coverage of the current debate, however: the legality of the NSA's recent domestic eavesdropping program, and the legality of the assistance provided by the telcos.</p>]]>
        
    </content>
</entry>
<entry>
    <title>Tourists, Not Terrorists</title>
    <link rel="alternate" type="text/html" href="http://www.schneier.com/blog/archives/2008/05/tourists_not_te_1.html" />
    <id>tag:www.schneier.com,2008:/blog//2.2245</id>
    
    <published>2008-05-08T13:32:42Z</published>
    <updated>2008-05-08T13:32:42Z</updated>
    
    <summary>Remember the two men who were exhibiting &quot;unusual behavior&quot; on a Washington-state ferry last summer? The agency&apos;s Seattle field office, along with the Washington Joint Analytical Center, was still seeking the men&apos;s identities and whereabouts Wednesday as ferry service was temporarily shutdown when a suspicious package was found in a ferry bathroom and taken away by authorities. &quot;We had various...</summary>
    <author>
        <name>schneier</name>
        
    </author>
    
    <content type="html" xml:lang="en" xml:base="http://www.schneier.com/blog/">
        <![CDATA[<p>Remember the two men who were <a href="http://www.foxnews.com/story/0,2933,294065,00.html">exhibiting "unusual behavior"</a> on a Washington-state ferry last summer?</p>

<blockquote>The agency's Seattle field office, along with the Washington Joint Analytical Center, was still seeking the men's identities and whereabouts Wednesday as ferry service was temporarily shutdown when a suspicious package was found in a ferry bathroom and taken away by authorities.

<p>"We had various independent reports from passengers and ferry employees that these two guys were engaging in what they described as unusual activities on the ferries," Special Agent Robbie Burroughs, a spokeswoman for the FBI in Washington state, told FOXNews.com.</p>

<p>"They felt that these guys were showing an undue interest in the boat itself, in the layout, the workers and the terminal, and it caused them enough concern that they contacted law enforcement about it," she told FOXNews.com.</p>

<p>The two were photographed by a ferry employee about a month ago, and those photographs were distributed to ferry employees three weeks ago by local law enforcement.</blockquote></p>

<p>Turns out they were <a href="http://seattletimes.nwsource.com/html/localnews/2004394642_fbi06m.html">tourists</a>, not terrorists:</p>

<blockquote>Turns out the men, both citizens of a European Union nation, were captivated by the car-carrying capacity of local ferries.

<p>"Where these gentlemen live, they don't have vehicle ferries. They were fascinated that a ferry could hold that many cars and wanted to show folks back home," FBI Special Agent Robbie Burroughs said Monday.</p>

<p>[...]</p>

<p>Two weeks ago, the men appeared at a U.S. Embassy and identified themselves as the men in the photo released to the media in August, a couple of weeks after they took a ferry from Seattle to Vashon Island during a business trip, Burroughs said.</p>

<p>They came forward because they worried they'd be arrested if they traveled to the U.S. and so provided proof of their identities, employment and the reason for their July trip to Seattle, according to the FBI.</blockquote></p>]]>
        
    </content>
</entry>

</feed> 

