<?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/"
	>

<channel>
	<title>MaisonBisson.com &#187; security</title>
	<atom:link href="http://maisonbisson.com/blog/post/tag/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://maisonbisson.com</link>
	<description>A bunch of stuff I would have emailed you about.</description>
	<lastBuildDate>Sat, 14 Nov 2009 20:14:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SSH Tunneling Examples</title>
		<link>http://maisonbisson.com/blog/post/14142/ssh-tunneling-example/</link>
		<comments>http://maisonbisson.com/blog/post/14142/ssh-tunneling-example/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 16:46:46 +0000</pubDate>
		<dc:creator>Casey Bisson</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[tunnel]]></category>
		<category><![CDATA[tunneling]]></category>

		<guid isPermaLink="false">http://maisonbisson.com/?p=14142</guid>
		<description><![CDATA[
Most of my work is available publicly, but some development is hosted on a private SVN that&#8217;s hidden behind a firewall. Unfortunately, my primary development server is on the wrong side of that particular firewall, so I use the following command to bridge the gap:
ssh -R 1980:svn_host:80 username@dev_server.com
That creates a reverse tunnel through my laptop [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="maisonbisson-14142"><!-- &nbsp; --></abbr>
<p>Most of my work is available publicly, but some development is hosted on a private SVN that&#8217;s hidden behind a firewall. Unfortunately, my primary development server is on the wrong side of that particular firewall, so I use the following command to bridge the gap:</p>
<p><code>ssh -R 1980:svn_host:80 username@dev_server.com</code></p>
<p>That creates a reverse tunnel through my laptop to the SVN server and allows me to checkout code using the following:</p>
<p><code>http://localhost:1980/path/to/trunk</code></p>
<p>I&#8217;m posting that because I lost my terminal command history and had to think for a moment about how to do this again.</p>
<p>Years ago I used to tunnel my outgoing email to an un-authenticated SMTP server that only accepted outgoing messages from hosts on the local network. That was fairly common back in 2000 or so, but obviously made life (or communication) difficult for people at home or on the road. The easy solution was to SSH to a machine on mail server&#8217;s local network and forward emails through it.</p>
<p><code>ssh -L 1925:email_host:25 username@ssh_host</code></p>
<p>Doing that, I was able to configure my mail client to send outgoing emails using a server configuration like the following:</p>
<p><code>SMTP host: localhost<br />
SMTP port: 1925</code></p>
]]></content:encoded>
			<wfw:commentRss>http://maisonbisson.com/blog/post/14142/ssh-tunneling-example/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Evil Evil klaomta.com</title>
		<link>http://maisonbisson.com/blog/post/13979/evil-evil-klaomta-com/</link>
		<comments>http://maisonbisson.com/blog/post/13979/evil-evil-klaomta-com/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 15:48:00 +0000</pubDate>
		<dc:creator>Casey Bisson</dc:creator>
				<category><![CDATA[Dispatches]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[cracking]]></category>
		<category><![CDATA[klaomta.com]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[web site]]></category>
		<category><![CDATA[web spam]]></category>

		<guid isPermaLink="false">http://maisonbisson.com/?p=13979</guid>
		<description><![CDATA[
A quick Google search of klaomta.com reveals more than a few people wondering why it&#8217;s iframed on their websites. The answer is that the site has been compromised.
Unfortunately for the fellow who asked me the question at WordCamp, solving the problem can be a bit of a chore. Keeping your WordPress installation up to date [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="maisonbisson-13979"><!-- &nbsp; --></abbr>
<p>A quick <a href="http://www.google.com/search?client=safari&amp;rls=en&amp;q=klaomta.com&amp;ie=UTF-8&amp;oe=UTF-8">Google search</a> of <code>klaomta.com</code> reveals more than a few people wondering why it&#8217;s iframed on their websites. The answer is that the site has been compromised.</p>
<p>Unfortunately for the fellow who asked me the question at <a href="http://2009.sf.wordcamp.org/">WordCamp</a>, solving the problem can be a bit of a chore. <a href="http://codex.wordpress.org/Upgrading_WordPress">Keeping your WordPress installation up to date</a> is important, as there are some known security flaws in older versions, but most of the attacks that crackers use are targeted elsewhere. Your passwords, all your server apps, the PHP config, your hosting control panel, and other users all must go under the microscope when trying to find security holes.</p>
]]></content:encoded>
			<wfw:commentRss>http://maisonbisson.com/blog/post/13979/evil-evil-klaomta-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Crime vs. Highways. Or, Internet Security Is A Social (Not Technical) Problem</title>
		<link>http://maisonbisson.com/blog/post/13567/crime-vs-highways-or-internet-security-is-a-social-not-technical-problem/</link>
		<comments>http://maisonbisson.com/blog/post/13567/crime-vs-highways-or-internet-security-is-a-social-not-technical-problem/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 17:27:51 +0000</pubDate>
		<dc:creator>Casey Bisson</dc:creator>
				<category><![CDATA[Politics & Controversy]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[crime]]></category>
		<category><![CDATA[highways]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[metaphor]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[social problems]]></category>
		<category><![CDATA[technical problems]]></category>
		<category><![CDATA[trust]]></category>

		<guid isPermaLink="false">http://maisonbisson.com/?p=13567</guid>
		<description><![CDATA[
Stefan Savage, speaking in a segment on March 13&#8217;s On The Media, asked:
The question I like to ask people is, what are you going to do to the highway system to reduce crime. And when you put it that way, it sounds absolutely ridiculous, because while criminals do use the highway, no rational person is [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="maisonbisson-13567"><!-- &nbsp; --></abbr>
<p><a title="Stefan Savage" href="http://www.cs.ucsd.edu/~savage/">Stefan Savage</a>, speaking in a segment on <a href="http://onthemedia.org/transcripts/2009/03/13/06">March 13&#8217;s On The Media</a>, asked:</p>
<blockquote><p>The question I like to ask people is, what are you going to do to the highway system to reduce crime. And when you put it that way, it sounds absolutely ridiculous, because while criminals do use the highway, no rational person is suggesting that if only we could change the transportation architecture that crime would go away.</p></blockquote>
<p>Savage was speaking on the matter of internet security, and his comment was a counterpoint to a number of commentators who suggested the only way to secure the internet would be to replace the internet. This notion that we need a smarter internet has been around for a while, but its proponents have forgotten that <a title="» “Smart Networks” Are A Stupid-Bad Idea MaisonBisson.com" href="http://maisonbisson.com/blog/post/11597/smart-networks-are-a-stupid-bad-idea/">the basic dumbness of the internet is the foundation of its success</a>.</p>
<p><a title="The Hybrid Vigor Institute | hybridvigor.net" href="http://hybridvigor.org/2009/03/16/clay-shirky-says-social-science-not-computer-science-will-bring-trust-to-the-net/">Mike Neuenschwander</a>, for one, was ecstatic that the <em>On The Media</em> segment didn&#8217;t “slide into a futile discussion on the merits of world peace,” and followed Savage&#8217;s point with considerable discussion about the difference between the network and the social structure of trust. (In contemplating a <a title="Do We Need a New Internet? - NYTimes.com" href="http://www.nytimes.com/2009/02/15/weekinreview/15markoff.html?_r=2">recent NY Times story</a> on this subject, <a title="Computing Community Consortium" href="http://www.cccblog.org/2009/02/21/does-better-security-depend-on-a-better-internet/">Computing Community Consortium</a> also quoted Savage on this point. The Coolest part: <a title="Computing Community Consortium" href="http://www.cccblog.org/2009/02/21/does-better-security-depend-on-a-better-internet/#comment-510">Savage commented to explain more</a>.)</p>
<p>Near the end of the piece, <a title="Jonathan Zittrain - Wikipedia, the free encyclopedia" href="http://en.wikipedia.org/wiki/Jonathan_Zittrain">Jonathan Zittrain</a> explains why attempts to impose more limitations on the internet are so dangerous to the future viability of the internet:</p>
<blockquote><p>so much of the code we now think of as central and crucial and cool and revolutionary is code for which, when most rational people first see it, their reaction is, what’s the point?</p></blockquote>
<p>Zittrain offers Twitter as an example, but <a title="Ray Tomlinson - Wikipedia, the free encyclopedia" href="http://en.wikipedia.org/wiki/Ray_Tomlinson">Ray Tomlinson</a> offers an even better one. <a title="» Usability, Findability, and Remixability, Especially Remixability MaisonBisson.com" href="http://maisonbisson.com/blog/post/11614/usability-findability-and-remixability-especially-remixability/">According to the legend</a>, the man who invented email told his friend “Don’t tell anyone! This isn’t what we’re supposed to be working on,” as he first demonstrated the application that would eventually become the internet&#8217;s first killer app.</p>
]]></content:encoded>
			<wfw:commentRss>http://maisonbisson.com/blog/post/13567/crime-vs-highways-or-internet-security-is-a-social-not-technical-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fly Safe, Fly Without ID</title>
		<link>http://maisonbisson.com/blog/post/11240/flying-id/</link>
		<comments>http://maisonbisson.com/blog/post/11240/flying-id/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 16:38:07 +0000</pubDate>
		<dc:creator>Casey Bisson</dc:creator>
				<category><![CDATA[Politics & Controversy]]></category>
		<category><![CDATA[air travel]]></category>
		<category><![CDATA[airport security]]></category>
		<category><![CDATA[homeland security]]></category>
		<category><![CDATA[identity]]></category>
		<category><![CDATA[insecurity]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[transportation security]]></category>

		<guid isPermaLink="false">http://maisonbisson.com/blog/post/11240/</guid>
		<description><![CDATA[
This is an old one, but because I&#8217;m in the air again today it&#8217;s worth digging up this up. Defense Tech long ago pointed out The Identity Project&#8217;s position on showing ID for air travel:
If a 19 year-old college student can get a fake ID to drink, why couldn&#8217;t a bad person get one, too? [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="maisonbisson-11240"><!-- &nbsp; --></abbr>
<p>This is an old one, but because I&#8217;m in the air again today it&#8217;s worth digging up this up. <a title="Defense Tech: No I.D.? No Sweat!" href="http://www.defensetech.org/archives/002276.html">Defense Tech</a> long ago pointed out <a title="IDP : The Issue" href="http://papersplease.org/id.html">The Identity Project</a>&#8217;s position on showing ID for air travel:</p>
<blockquote><p>If a 19 year-old college student can get a fake ID to drink, why couldn&#8217;t a bad person get one, too?  And no matter how sophisticated the security embedded into the ID, wouldn&#8217;t a well-financed terrorist be able to falsify that, too?  The answer to both questions is obviously &#8216;yes&#8217;.</p>
<p>Honest people, on the other hand, go to Pro-Life rallies.  Honest people go to Pro-Choice rallies, too.  Honest people attend gun shows.  Honest people protest the actions of the President of the United States.  Honest people fly to political conventions.  What if those with the power to put people on a &#8216;no fly&#8217; list decided that they didn&#8217;t like the reason for which you wanted to travel?  The honest people wouldn&#8217;t be going anywhere.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://maisonbisson.com/blog/post/11240/flying-id/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plugin Options Pages in WordPress 2.7</title>
		<link>http://maisonbisson.com/blog/post/13208/making-plugin-options-pages-compatible-with-wordpress-27/</link>
		<comments>http://maisonbisson.com/blog/post/13208/making-plugin-options-pages-compatible-with-wordpress-27/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 15:45:07 +0000</pubDate>
		<dc:creator>Casey Bisson</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[compatibility]]></category>
		<category><![CDATA[form validation]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[WordPress 2.7]]></category>

		<guid isPermaLink="false">http://maisonbisson.com/?p=13208</guid>
		<description><![CDATA[
WordPress 2.7 requires that plugins explicitly white list their options using a couple new functions. WordPress MU has required this security measure for a while, and it&#8217;s nice to see an evolved form of it brought to the core code. Migrating Plugins and Themes to 2.7 article in the codex offers some guidance, but here&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="maisonbisson-13208"><!-- &nbsp; --></abbr>
<p>WordPress 2.7 requires that plugins explicitly white list their options using a couple new functions. WordPress MU has required this security measure for a while, and it&#8217;s nice to see an evolved form of it brought to the core code. <a href="http://codex.wordpress.org/Migrating_Plugins_and_Themes_to_2.7#Plugins" title="Migrating Plugins and Themes to 2.7 « WordPress Codex">Migrating Plugins and Themes to 2.7</a> article in the codex offers some guidance, but here&#8217;s how it works:</p>
<p>First, register each option for your plugin during the admin_init action:</p>

<div class="wp_syntax"><div class="code"><pre class="php php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">function</span> myplugin_admin_init<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
	register_setting<span style="color: #009900;">&#40;</span> <span style="">'my-options-group'</span><span style="color: #339933;">,</span> <span style="">'my-option-name-1'</span><span style="color: #339933;">,</span> <span style="">'absint'</span> <span style="color: #009900;">&#41;</span>;
	register_setting<span style="color: #009900;">&#40;</span> <span style="">'my-options-group'</span><span style="color: #339933;">,</span> <span style="">'my-option-name-2'</span><span style="color: #339933;">,</span> <span style="">'wp_filter_nohtml_kses'</span> <span style="color: #009900;">&#41;</span>;
<span style="color: #009900;">&#125;</span>
add_action<span style="color: #009900;">&#40;</span> <span style="">'admin_init'</span><span style="color: #339933;">,</span> <span style="">'myplugin_admin_init'</span> <span style="color: #009900;">&#41;</span>;</pre></div></div>

<p>In the example above, the value for <code>my-option-name-1</code> will be filtered by <code>absint</code> before being saved to the options table. <code>my-option-name-2</code> will be stripped of any HTML by  <code>wp_filter_nohtml_kses</code>.</p>
<p>Then build a form like this prototype:</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;form method=&quot;post&quot; action=&quot;options.php&quot;&gt;
&nbsp;
&lt;?php settings_fields('my-options-group'); ?&gt;
&nbsp;
&lt;input name=&quot;my-option-name-1&quot; id=&quot;my-option-name-1&quot; type=&quot;checkbox&quot; value=&quot;1&quot; &lt;?php checked('1', get_option('bsuite_insert_related')); ?&gt; /&gt;
&nbsp;
&lt;input name=&quot;my-option-name-2&quot; id=&quot;my-option-name-2&quot; type=&quot;text&quot; value=&quot;&lt;?php format_to_edit( get_option( 'bsuite_insert_related' )) ?&gt;&quot; /&gt;
&nbsp;
&lt;input type=&quot;submit&quot; name=&quot;Submit&quot; value=&quot;&lt;?php _e('Save Changes') ?&gt;&quot; class=&quot;button&quot; /&gt;
&nbsp;
&lt;/form&gt;</pre></div></div>

<p>Easy.</p>
]]></content:encoded>
			<wfw:commentRss>http://maisonbisson.com/blog/post/13208/making-plugin-options-pages-compatible-with-wordpress-27/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Presidents Change&#8230;Presidential Limousines Change</title>
		<link>http://maisonbisson.com/blog/post/12878/presidents-changepresidential-limousines-change/</link>
		<comments>http://maisonbisson.com/blog/post/12878/presidents-changepresidential-limousines-change/#comments</comments>
		<pubDate>Tue, 04 Nov 2008 20:47:58 +0000</pubDate>
		<dc:creator>Casey</dc:creator>
				<category><![CDATA[Dispatches]]></category>
		<category><![CDATA[Planes, Trains, & Automobiles]]></category>
		<category><![CDATA[Politics & Controversy]]></category>
		<category><![CDATA[armor]]></category>
		<category><![CDATA[armored car]]></category>
		<category><![CDATA[bulletproof glass]]></category>
		<category><![CDATA[fear]]></category>
		<category><![CDATA[limo]]></category>
		<category><![CDATA[limousine]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[presidential limo]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[vehicles]]></category>

		<guid isPermaLink="false">http://maisonbisson.com/?p=12878</guid>
		<description><![CDATA[

Presidential Limos are armored, yes, but Gregg Merksamer reveals that George W. Bush&#8217;s limos sport five-inch thick glass, more than twice as thick as in Clinton&#8217;s limo. Merksamer should know, he wrote the book on so-called “professional cars”. He says half an inch is enough to stop a .44 magnum at point blank range, and [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="maisonbisson-12878"><!-- &nbsp; --></abbr>
<p><img src="http://graphics8.nytimes.com/images/2008/11/02/automobiles/600-limo-span.jpg" width="600" height="320" /></p>
<p>Presidential Limos are armored, yes, but <a href="http://www.nytimes.com/2008/11/02/automobiles/02LIMO.html">Gregg Merksamer reveals</a> that George W. Bush&#8217;s limos sport five-inch thick <a href="http://en.wikipedia.org/wiki/Bulletproof_glass">glass</a>, more than twice as thick as in Clinton&#8217;s limo. Merksamer should know, he <a href="http://www.amazon.com/Professional-Cars-Ambulances-Hearses-Flower/dp/0873496426/?tag=maisonbisson-20" title="Books">wrote the book on so-called “professional cars”</a>. He says half an inch is enough to stop a .44 magnum at point blank range, and <a href="http://www.autoblog.com/2008/08/15/bmw-x5-security-model-can-handle-44-magnum-fire/" title="BMW X5 ">BMW&#8217;s X5 “Security” model</a> features only a little more than that. So what&#8217;s it mean when a person needs ten times that amount?</p>
]]></content:encoded>
			<wfw:commentRss>http://maisonbisson.com/blog/post/12878/presidents-changepresidential-limousines-change/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>GreenSQL &#124; Open Source Database Security</title>
		<link>http://maisonbisson.com/blog/post/12448/greensql-open-source-database-security/</link>
		<comments>http://maisonbisson.com/blog/post/12448/greensql-open-source-database-security/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 03:37:41 +0000</pubDate>
		<dc:creator>Casey</dc:creator>
				<category><![CDATA[Dispatches]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sql injection]]></category>

		<guid isPermaLink="false">http://maisonbisson.com/?p=12448</guid>
		<description><![CDATA[
GreenSQL promises to protect SQL databases against SQL injections.
GreenSQL works as a reverse proxy and has built in support for MySQL. The logic is based on evaluation of SQL commands using a risk scoring matrix as well as blocking known db administrative commands (DROP, CREATE, etc).
]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="maisonbisson-12448"><!-- &nbsp; --></abbr>
<p><a href="http://www.greensql.net/"><img class="alignright" title="GreenSQL logo" src="http://www.greensql.net/files/logo.gif" alt="GreenSQL logo" width="90" height="59" /></a><a href="http://www.greensql.net/">GreenSQL</a> promises to protect SQL databases against SQL injections.</p>
<blockquote><p>GreenSQL works as a reverse proxy and has built in support for MySQL. The logic is based on evaluation of SQL commands using a risk scoring matrix as well as blocking known db administrative commands (DROP, CREATE, etc).</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://maisonbisson.com/blog/post/12448/greensql-open-source-database-security/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The War On Photography</title>
		<link>http://maisonbisson.com/blog/post/12170/the-war-on-photography/</link>
		<comments>http://maisonbisson.com/blog/post/12170/the-war-on-photography/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 17:20:25 +0000</pubDate>
		<dc:creator>Casey Bisson</dc:creator>
				<category><![CDATA[Photoblog]]></category>
		<category><![CDATA[Politics & Controversy]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[corporate]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[police state]]></category>
		<category><![CDATA[retail]]></category>
		<category><![CDATA[rules]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[social communication]]></category>
		<category><![CDATA[terrorism]]></category>

		<guid isPermaLink="false">http://maisonbisson.com/blog/?p=12170</guid>
		<description><![CDATA[

Amanda Mooney posted a note about being told she needed corporate permission to take a picture in a store. Mooney&#8217;s interest was in telling others how much she likes the products and the brand &#8212; exactly the sort of word of mouth advertising most brands are anxious for, but imagine some more pedestrian uses: what [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="maisonbisson-12170"><!-- &nbsp; --></abbr>
<p><a href="http://www.flickr.com/photos/7933170@N03/2414752526/" title="Photography is not a crime by photographer padawan, on Flickr"><img src="http://farm3.static.flickr.com/2394/2414752526_abeccf6405.jpg" width="500" height="327" alt="Photography is not a crime" /></a></p>
<p><a href="http://www.adrants.com/2008/07/clothing-retailer-misses-word-of-mouth.php" title="Clothing Retailer Misses Word of Mouth Opportunity » Adrants">Amanda Mooney posted a note</a> about being told she needed corporate permission to take a picture in a store. Mooney&#8217;s interest was in telling others how much she likes the products and the brand &#8212; exactly the sort of word of mouth advertising most brands are anxious for, but imagine some more pedestrian uses: what about the customer who wants a friend&#8217;s opinion about a new skirt? Can that customer snap a cell phone pic to send?</p>
<p>Meanwhile, <a href="http://www.guardian.co.uk/technology/2008/jun/05/news.terrorism" title="Bruce Schneier: Are photographers really a threat? | Technology | The Guardian">Bruce Schneier reports</a> on increasing limits to photography in public spaces and the supposed link between terrorist threats and photography. <a href="http://www.schneier.com/crypto-gram-0806.html#1" title="Crypto-Gram: June 15, 2008">It&#8217;s nonsense</a>, he says, but the trend is increasing.</p>
<p>Taking and sharing pictures builds community. <a href="http://www.flickr.com/groups/central/discuss/15073/">Flickr knows this</a>. Facebook, with <a href="http://www.facebook.com/press/info.php?statistics">more than 14 million photo uploads daily</a>, knows this. What exactly are public officials and sales executives worried about?</p>
<p>(photo credit: <a href="http://www.flickr.com/people/7933170@N03/" title="Flickr: photographer padawan">Xava du</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://maisonbisson.com/blog/post/12170/the-war-on-photography/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mark Jaquith On WordPress Security For Plugin Developers</title>
		<link>http://maisonbisson.com/blog/post/12243/mark-jaquith-on-wordpress-security-for-plugin-developers/</link>
		<comments>http://maisonbisson.com/blog/post/12243/mark-jaquith-on-wordpress-security-for-plugin-developers/#comments</comments>
		<pubDate>Sat, 16 Aug 2008 18:15:20 +0000</pubDate>
		<dc:creator>Casey Bisson</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[coding standards]]></category>
		<category><![CDATA[Mark Jaquith]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[SQL injections]]></category>
		<category><![CDATA[web security]]></category>
		<category><![CDATA[WordCamp]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[XSRF]]></category>
		<category><![CDATA[xss]]></category>

		<guid isPermaLink="false">http://maisonbisson.com/blog/?p=12243</guid>
		<description><![CDATA[

I&#8217;ve been pretty aware of the risks of SQL injection and am militant about keeping my database interactions clean. Mark Jaquith today reminded me about the need to make sure my browser output is filtered through clean_url(), sanitize_url(), and attribute_escape(). Furthermore, we all need to remember current_user_can(), check_admin_referer(), and nonces.
]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="maisonbisson-12243"><!-- &nbsp; --></abbr>
<p><a href="http://www.flickr.com/photos/maisonbisson/2772914796/" title="hardening plugins against acronym attacks by misterbisson, on Flickr"><img src="http://farm4.static.flickr.com/3145/2772914796_f25db56d47.jpg" width="500" height="374" alt="hardening plugins against acronym attacks" /></a></p>
<p>I&#8217;ve been pretty aware of the risks of SQL injection and am militant about keeping my database interactions clean. <a href="http://markjaquith.com/" title="Mark Jaquith">Mark Jaquith</a> <a href="http://2008.sf.wordcamp.org/">today</a> reminded me about the need to make sure my browser output is filtered through <code>clean_url()</code>, <code>sanitize_url()</code>, and <code>attribute_escape()</code>. Furthermore, we all need to remember <code>current_user_can()</code>, <a href="http://codex.wordpress.org/Function_Reference/check_admin_referer"><code>check_admin_referer()</code></a>, and <a href="http://codex.wordpress.org/Wordpress_Nonce_Implementation">nonces</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://maisonbisson.com/blog/post/12243/mark-jaquith-on-wordpress-security-for-plugin-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Insert Word Here] Is Hurting Your Network</title>
		<link>http://maisonbisson.com/blog/post/11917/insert-word-here-is-hurting-your-network/</link>
		<comments>http://maisonbisson.com/blog/post/11917/insert-word-here-is-hurting-your-network/#comments</comments>
		<pubDate>Mon, 19 Nov 2007 16:24:11 +0000</pubDate>
		<dc:creator>Casey Bisson</dc:creator>
				<category><![CDATA[Politics & Controversy]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[im]]></category>
		<category><![CDATA[myspace]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[networks]]></category>
		<category><![CDATA[p2p]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[threat]]></category>
		<category><![CDATA[threats]]></category>
		<category><![CDATA[wifi]]></category>

		<guid isPermaLink="false">http://maisonbisson.com/blog/post/11917/insert-word-here-is-hurting-your-network</guid>
		<description><![CDATA[
Corporate networks are defenseless against the growing threat from instant messaging, and the government warns WiFi is insecure and easily sniffed.
Experts suggest we take precautions against the growing risk of p2p software that&#8217;s exposing sensitive documents and threatening national security.
Businesses blame security problems on their employees, their mobile devices, and other consumer technologies.
And now we [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="maisonbisson-11917"><!-- &nbsp; --></abbr>
<p><a href="http://searchsecurity.techtarget.com/originalContent/0,289142,sid14_gci1163360,00.html" title="IM threats grow, response lags">Corporate networks are defenseless</a> against the <a href="http://news.zdnet.com/2100-1009_22-5655267.html" title="IM threats rising sharply, reports confirm | Tech News on ZDNet">growing threat from instant messaging</a>, and the <a href="http://www.govexec.com/dailyfed/0505/052005p1.htm" title="GAO: Wireless Internet access threatens computer security (5/20/05) -- www.GovernmentExecutive.com">government warns</a> <a href="http://www.ebcvg.com/articles.php?id=792" title="WiFi: The New Threat to Enterprise Security - IT Observer">WiFi is insecure</a> and <a href="http://articles.techrepublic.com.com/5100-1009_11-5899851.html" title="Be aware of this wireless security threat">easily sniffed</a>.</p>
<p>Experts suggest we <a href="http://articles.techrepublic.com.com/5100-1035_11-1048032.html" title="Take precautions against peer-to-peer threats">take precautions</a> against the <a href="http://www.preferredtechnology.com/support/whitepapers/download/wp-p2pthreat-in.pdf" title="http://www.preferredtechnology.com/support/whitepapers/download/wp-p2pthreat-in.pdf">growing risk of p2p software</a> that&#8217;s <a href="http://www.informationweek.com/news/showArticle.jhtml?articleID=201200981" title="P2P Networks Turn Up Sensitive Corporate, Government Documents -- P2P Networks -- InformationWeek">exposing sensitive documents</a> and <a href="http://www.theregister.co.uk/2007/03/21/uspto_p2p_malarkey/" title="US Patent Office says P2P threatens national security | The Register">threatening national security</a>.</p>
<p>Businesses blame security problems on <a href="http://www.eweek.com/article2/0,1895,2084893,00.asp" title="Risky Employee Behavior on Web Threatens Corporate Networks">their employees</a>, their <a href="http://www.itnews.com.au/News/31470,mobiles-threatens-business-security.aspx" title="Mobiles threatens business security - Breaking News - www.itnews.com.au">mobile devices</a>, and other <a href="http://www.networkworld.com/newsletters/itlead/2007/0702itlead1.html" title="Consumer devices pose threat to enterprise security - Network World">consumer technologies</a>.</p>
<p>And <a href="http://downloads.pcworld.about.com/article/id,133350-page,1/article.html" title="PC World - How MySpace Is Hurting Your Network">now we have MySpace</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://maisonbisson.com/blog/post/11917/insert-word-here-is-hurting-your-network/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>I Am Not A Terrorist</title>
		<link>http://maisonbisson.com/blog/post/11434/i-am-not-a-terrorist/</link>
		<comments>http://maisonbisson.com/blog/post/11434/i-am-not-a-terrorist/#comments</comments>
		<pubDate>Sun, 01 Oct 2006 16:35:12 +0000</pubDate>
		<dc:creator>Casey Bisson</dc:creator>
				<category><![CDATA[Politics & Controversy]]></category>
		<category><![CDATA[air travel]]></category>
		<category><![CDATA[Arabic]]></category>
		<category><![CDATA[civil liberties]]></category>
		<category><![CDATA[freedom]]></category>
		<category><![CDATA[I am not a terrorist]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[t shirt]]></category>
		<category><![CDATA[terrorism]]></category>
		<category><![CDATA[transportation security administration]]></category>
		<category><![CDATA[tsa]]></category>
		<category><![CDATA[We will not be silent]]></category>

		<guid isPermaLink="false">http://maisonbisson.com/blog/post/11434/</guid>
		<description><![CDATA[<a href="https://www.spreadshirt.com/shop.php?sid=47042" title="I Am Not A Terrorist">I Am Not A Terrorist</a>.

<a href="http://itsnotallbad.com/iamnotaterrorist/" title="I AM NOT A TERRORIST">I AM NOT A TERRORIST</a>.

<a href="http://www.jasongriffey.net/wp/2006/08/26/i-am-not-a-terrorist/" title="I am not a terrorist at Pattern Recognition">I am not a terrorist</a>.

<a href="http://www.democracynow.org/article.pl?sid=06/08/21/1348224#transcript" title="Democracy Now! &#124; Iraqi Peace Activist Forced to Change T-Shirt Bearing Arabic Script Before Boarding Plane at JFK">Democracy Now</a>!

<a href="http://www.cafepress.com/cfburners.37228333" title="Black T-Shirt ">Burning Patriotism</a>!]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="maisonbisson-11434"><!-- &nbsp; --></abbr>
<p><a href="https://www.spreadshirt.com/shop.php?sid=47042" title="I Am Not A Terrorist">I Am Not A Terrorist</a>.</p>
<p><a href="http://itsnotallbad.com/iamnotaterrorist/" title="I AM NOT A TERRORIST">I AM NOT A TERRORIST</a>.</p>
<p><a href="http://www.jasongriffey.net/wp/2006/08/26/i-am-not-a-terrorist/" title="I am not a terrorist at Pattern Recognition">I am not a terrorist</a>.</p>
<p><a href="http://www.democracynow.org/article.pl?sid=06/08/21/1348224#transcript" title="Democracy Now! | Iraqi Peace Activist Forced to Change T-Shirt Bearing Arabic Script Before Boarding Plane at JFK">Democracy Now</a>!</p>
<p><a href="http://www.cafepress.com/cfburners.37228333" title="Black T-Shirt ">Burning Patriotism</a>!</p>
<p><tags>air travel, Arabic, civil liberties, freedom, I am not a terrorist, security, t shirt, terrorism, transportation security administration, tsa, We will not be silent</tags></p>
]]></content:encoded>
			<wfw:commentRss>http://maisonbisson.com/blog/post/11434/i-am-not-a-terrorist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Carry-On Restrictions To Carry On?</title>
		<link>http://maisonbisson.com/blog/post/11416/carry-on-restrictions-to-carry-on/</link>
		<comments>http://maisonbisson.com/blog/post/11416/carry-on-restrictions-to-carry-on/#comments</comments>
		<pubDate>Fri, 18 Aug 2006 16:08:33 +0000</pubDate>
		<dc:creator>Casey Bisson</dc:creator>
				<category><![CDATA[Photoblog]]></category>
		<category><![CDATA[Politics & Controversy]]></category>
		<category><![CDATA[Questionable...funny. Pointless.]]></category>
		<category><![CDATA[Travel]]></category>
		<category><![CDATA[air travel]]></category>
		<category><![CDATA[baggage]]></category>
		<category><![CDATA[carry-on]]></category>
		<category><![CDATA[carry-on restrictions]]></category>
		<category><![CDATA[cream]]></category>
		<category><![CDATA[creams]]></category>
		<category><![CDATA[electronics]]></category>
		<category><![CDATA[fluid]]></category>
		<category><![CDATA[fluids]]></category>
		<category><![CDATA[flying]]></category>
		<category><![CDATA[liquid]]></category>
		<category><![CDATA[liquids]]></category>
		<category><![CDATA[liquids on a plane]]></category>
		<category><![CDATA[restrictions]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[who the fuck brought this motherfucking beverage on thi]]></category>

		<guid isPermaLink="false">http://maisonbisson.com/blog/post/11416/</guid>
		<description><![CDATA[

The Mercury News&#8217; QA on carry-on restrictions answered a big question I had:
Q Can I still carry my laptop, cell phone and iPod on board?
A Those items are still OK as long as you&#8217;re not traveling to or through the United Kingdom.
But a Reuters story posted at C&#124;Net suggests the restriction on liquids won&#8217;t be [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="maisonbisson-11416"><!-- &nbsp; --></abbr>
<p><a href="http://www.flickr.com/photos/nfaile/212098851/" title="Photo Sharing"><img src="http://static.flickr.com/74/212098851_7f0ca0cd42.jpg" width="405" height="500" alt="Liquids On A Plane" /></a></p>
<p>The <a href="http://www.mercurynews.com/mld/mercurynews/living/15250155.htm">Mercury News&#8217; QA on carry-on restrictions</a> answered a big question I had:</p>
<blockquote><p>Q Can I still carry my laptop, cell phone and iPod on board?<br />
A Those items are still OK as long as you&#8217;re not traveling to or through the United Kingdom.</p></blockquote>
<p>But a Reuters story posted at C|Net suggests the <a href="http://news.com.com/Airline+luggage+restrictions+to+stay/2100-7348_3-6104702.html">restriction on liquids won&#8217;t be going away any time soon</a>.</p>
<blockquote><p>Draconian restrictions on carry-on baggage may stay in place for months, even years&#8230;</p></blockquote>
<p>None of this, of course, has anything to do with the mid-term elections and everything to do with our new understanding of evidence first uncovered in 1995.</p>
<p><strong>Extra:</strong> <a href="http://www.flickr.com/photos/javacafe/">Java Cafe</a>&#8217;s photo of <a href="http://www.flickr.com/photos/javacafe/219256227/" title="Soaring over the sun. The last flight home. on Flickr - Photo Sharing!">the flight home</a>.</p>
<p><tags>air travel, baggage, carry-on, carry-on restrictions, cream, creams, electronics, fluid, fluids, flying, liquid, liquids, liquids on a plane, restrictions, security, who the fuck brought this motherfucking beverage on this motherfucking plane</tags></p>
]]></content:encoded>
			<wfw:commentRss>http://maisonbisson.com/blog/post/11416/carry-on-restrictions-to-carry-on/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>On Flying</title>
		<link>http://maisonbisson.com/blog/post/11135/on-flying/</link>
		<comments>http://maisonbisson.com/blog/post/11135/on-flying/#comments</comments>
		<pubDate>Wed, 15 Feb 2006 02:24:59 +0000</pubDate>
		<dc:creator>Casey Bisson</dc:creator>
				<category><![CDATA[Planes, Trains, & Automobiles]]></category>
		<category><![CDATA[Travel]]></category>
		<category><![CDATA[air travel]]></category>
		<category><![CDATA[airlines]]></category>
		<category><![CDATA[flight]]></category>
		<category><![CDATA[flying]]></category>
		<category><![CDATA[flying time]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[trasnportation]]></category>
		<category><![CDATA[vasken hauri]]></category>
		<category><![CDATA[wasted time]]></category>

		<guid isPermaLink="false">http://maisonbisson.com/blog/?p=11135</guid>
		<description><![CDATA[

If I didn&#8217;t like flying, or at least if I couldn&#8217;t tolerate it, I wouldn&#8217;t making my third distant trip in as many months. And though I know many others spend a whole lot more time in planes than I do, I still think Vasken has a bit of a point in the following:
I couldnt [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="maisonbisson-11135"><!-- &nbsp; --></abbr>
<p><a href="http://www.flickr.com/photos/maisonbisson/88463849/"><img src="http://static.flickr.com/30/88463849_ced05ac3aa.jpg" width="500" height="375" style="border: solid 0px #000000; margin: 0px 0px 0px 0px; padding: 0px;" alt="flying over snowy ground (actually, it's Michigan)." /></a></p>
<p>If I didn&#8217;t like flying, or at least if I couldn&#8217;t tolerate it, I wouldn&#8217;t making my third distant trip in as many months. And though I know many others spend a whole lot more time in planes than I do, I still think <a href="http://www.vaskenhauri.com/blog/?p=11" title="Alcibiades Would Never Blog.">Vasken</a> has a bit of a point in the following:</p>
<blockquote><p>I couldnt help thinking about the horrid dichotomy that is airline travel&#8230; on one hand, my flight from Philly to Manchester takes 50 minutes, or 6+ hours less than the trip takes in a car&#8211;on the other hand, it took me 5 hours to get from my house to the place I was staying in PA, a savings of a mere 2 hours. Looking back, the stinking train ride took a full hour to transport me a whole 10 miles, the drive home was another hour (45 miles), and the security line comes in dead last (a full 15 minutes for 20 feet). The 50 minutes in the air? 350 miles, and they bring you drinks. What a marvelous technology, rendered almost useless by the inadequacies of American public transit and the paranoia of its citizens.</p></blockquote>
<p>Anyway, see you in <a href="http://maps.google.com/maps?f=q&amp;hl=en&amp;q=corvallis,+oregon&amp;ll=44.566991,-123.260422&amp;spn=0.135505,0.4319">Corvallis</a>.</p>
<p><tags>travel, airlines, air travel, flight, flying, time, security, wasted time, vasken hauri, flying time, trasnportation</tags></p>
]]></content:encoded>
			<wfw:commentRss>http://maisonbisson.com/blog/post/11135/on-flying/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Plan C: Signed JavaScripts</title>
		<link>http://maisonbisson.com/blog/post/10828/signed-javascripts/</link>
		<comments>http://maisonbisson.com/blog/post/10828/signed-javascripts/#comments</comments>
		<pubDate>Tue, 20 Sep 2005 16:17:09 +0000</pubDate>
		<dc:creator>Casey Bisson</dc:creator>
				<category><![CDATA[Libraries & Networked Information]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[cross domain]]></category>
		<category><![CDATA[cross domain script exclusion]]></category>
		<category><![CDATA[cross domain scripting]]></category>
		<category><![CDATA[internet security]]></category>
		<category><![CDATA[intranet environment]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[javascript security]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[security components]]></category>
		<category><![CDATA[signed script]]></category>
		<category><![CDATA[signed scripts]]></category>
		<category><![CDATA[web scripting]]></category>
		<category><![CDATA[web security]]></category>
		<category><![CDATA[xdomain]]></category>
		<category><![CDATA[xmlhttprequest]]></category>

		<guid isPermaLink="false">http://maisonbisson.com/blog/?p=10828</guid>
		<description><![CDATA[
The Mozilla docs on JavaScript security give a hint of hope that signed scripts will work around the cross-domain script exclusions that all good browsers enforce. But an item at DevArticles.com throws water on the idea:
Signed scripts are primarily useful in an intranet environment; they’re not so useful on the Web in general. To see [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="maisonbisson-10828"><!-- &nbsp; --></abbr>
<p>The Mozilla docs on <a href="http://www.mozilla.org/projects/security/components/jssec.html">JavaScript security</a> give a hint of hope that <a href="http://www.mozilla.org/projects/security/components/signed-scripts.html">signed scripts</a> will work around the cross-domain script exclusions that all <a href="http://browsehappy.com/">good browsers</a> enforce. But an item at <a href="http://www.devarticles.com/c/a/JavaScript/JavaScript-Security/3/">DevArticles.com</a> throws water on the idea:</p>
<blockquote><p>Signed scripts are primarily useful in an intranet environment; they’re not so useful on the Web in general. To see why this is, consider that even though you can authenticate the origin of a signed script on the Web, there’s still no reason to trust the creator. If you encounter a script signed by your company’s IT department, you can probably trust it without much risk. However, you’d have no reason to think that a party you don’t know—for example, a random company on the Web—is at all trustworthy. So they signed their JavaScript—that doesn’t mean it doesn’t try to do something malicious! And if it did, most users would have no way of knowing.</p></blockquote>
<p>In short, most browsers will pop up a scary looking security window asking the user what he or she want to do, and the chances of the user hitting the button marked “no, I don&#8217;t dare allow cross-domain XMLHTTPRequest calls” are at least 50-50. And, even if they weren&#8217;t, who would tolerate that message appearing regularly?</p>
<p><!-- technorati tags start -->
<p style="text-align:right;font-size:10px;">tags: <a href="http://www.technorati.com/tag/cross domain" rel="tag">cross domain</a>, <a href="http://www.technorati.com/tag/cross domain script exclusion" rel="tag">cross domain script exclusion</a>, <a href="http://www.technorati.com/tag/cross domain scripting" rel="tag">cross domain scripting</a>, <a href="http://www.technorati.com/tag/internet security" rel="tag">internet security</a>, <a href="http://www.technorati.com/tag/intranet environment" rel="tag">intranet environment</a>, <a href="http://www.technorati.com/tag/javascript" rel="tag">javascript</a>, <a href="http://www.technorati.com/tag/javascript security" rel="tag">javascript security</a>, <a href="http://www.technorati.com/tag/mozilla" rel="tag">mozilla</a>, <a href="http://www.technorati.com/tag/security" rel="tag">security</a>, <a href="http://www.technorati.com/tag/security components" rel="tag">security components</a>, <a href="http://www.technorati.com/tag/signed script" rel="tag">signed script</a>, <a href="http://www.technorati.com/tag/signed scripts" rel="tag">signed scripts</a>, <a href="http://www.technorati.com/tag/web scripting" rel="tag">web scripting</a>, <a href="http://www.technorati.com/tag/web security" rel="tag">web security</a>, <a href="http://www.technorati.com/tag/xdomain" rel="tag">xdomain</a>, <a href="http://www.technorati.com/tag/xmlhttprequest" rel="tag">xmlhttprequest</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://maisonbisson.com/blog/post/10828/signed-javascripts/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Disobey</title>
		<link>http://maisonbisson.com/blog/post/10607/disobey/</link>
		<comments>http://maisonbisson.com/blog/post/10607/disobey/#comments</comments>
		<pubDate>Thu, 02 Jun 2005 07:19:23 +0000</pubDate>
		<dc:creator>Casey Bisson</dc:creator>
				<category><![CDATA[Politics & Controversy]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[authorities]]></category>
		<category><![CDATA[authority]]></category>
		<category><![CDATA[blackberries]]></category>
		<category><![CDATA[civil engineers]]></category>
		<category><![CDATA[communications]]></category>
		<category><![CDATA[defense]]></category>
		<category><![CDATA[disaster]]></category>
		<category><![CDATA[disobey]]></category>
		<category><![CDATA[egress]]></category>
		<category><![CDATA[elevators]]></category>
		<category><![CDATA[emergency]]></category>
		<category><![CDATA[evacuees]]></category>
		<category><![CDATA[question]]></category>
		<category><![CDATA[question authority]]></category>
		<category><![CDATA[report]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[smartmob]]></category>

		<guid isPermaLink="false">http://www.maisonbisson.com/blog/?p=10607</guid>
		<description><![CDATA[
Gary Wolf wrote in the June issue of Wired about how smart mobs in New York&#8217;s World Trade Center outbrained the “authorities” and enjoyed higher survival rates because of it. Wolf is talking about the NIST report on Occupant Behavior, Egress, and Emergency Communications (warning: PDFs). There&#8217;s also this executive summary and this looks like [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="maisonbisson-10607"><!-- &nbsp; --></abbr>
<p><a href="http://www.wired.com/wired/archive/13.06/start.html?pg=3">Gary Wolf</a> wrote in the June issue of Wired about how <a href="http://www.smartmobs.com/">smart mobs</a> in New York&#8217;s World Trade Center outbrained the “authorities” and enjoyed higher survival rates because of it. Wolf is talking about the <a href="http://wtc.nist.gov/pubs/">NIST report</a> on <a href="http://wtc.nist.gov/pubs/NISTNCSTAR1-7.pdf">Occupant Behavior, Egress, and Emergency Communications</a> (warning: PDFs). There&#8217;s also this <a href="http://wtc.nist.gov/pubs/NISTNCSTAR1-7ExecutiveSummary.pdf">executive summary</a> and this looks like a <a href="http://maisonbisson.com/blog/?p=10439">mind numbing</a> PowerPoint <a href="http://wtc.nist.gov/pubs/June2004OccupantBehaviorEmergencyCommunications.pdf">presentation </a> (also PDF). So, what about it?</p>
<blockquote><p>For nearly four years &#8211; steadily, seriously, and with the unsentimental rigor for which we love them &#8211; civil engineers have been studying the destruction of the World Trade Center towers, sifting the tragedy for its lessons. And it turns out that one of the lessons is: Disobey authority. In a connected world, ordinary people often have access to better information than officials do.</p></blockquote>
<p>Wolf talks about news coming in via cell phone and Blackberry, people making informed decisions that contradicted the authorities, and doing so calmly and efficiently.</p>
<blockquote><p>We know that US borders are porous, that major targets are largely undefended, and that the multicolor threat alert scheme known affectionately as “the rainbow of doom” is a national joke. Anybody who has been paying attention probably suspects that if we rely on orders from above to protect us, we&#8217;ll be in terrible shape. But in a networked era, we have increasing opportunities to help ourselves. This is the real source of homeland security: not authoritarian schemes of surveillance and punishment, but multichannel networks of advice, information, and mutual aid.</p></blockquote>
<p>As wolf says, “<a href="http://www.wired.com/wired/archive/13.06/start.html?pg=3">question authorities</a>.”</p>
<p>Thanks to <a href="http://www.defensetech.org/archives/001570.html">DefenseTech</a> for the link.<br />
<!-- technorati tags start -->
<p style="text-align:right;font-size:10px;">Technorati Tags: <a href="http://technorati.com/tag/authorities" rel="tag">authorities</a>, <a href="http://technorati.com/tag/authority" rel="tag">authority</a>, <a href="http://technorati.com/tag/blackberries" rel="tag">blackberries</a>, <a href="http://technorati.com/tag/civil engineers" rel="tag">civil engineers</a>, <a href="http://technorati.com/tag/communications" rel="tag">communications</a>, <a href="http://technorati.com/tag/defense" rel="tag">defense</a>, <a href="http://technorati.com/tag/disaster" rel="tag">disaster</a>, <a href="http://technorati.com/tag/disobey" rel="tag">disobey</a>, <a href="http://technorati.com/tag/egress" rel="tag">egress</a>, <a href="http://technorati.com/tag/elevators" rel="tag">elevators</a>, <a href="http://technorati.com/tag/emergency" rel="tag">emergency</a>, <a href="http://technorati.com/tag/evacuees" rel="tag">evacuees</a>, <a href="http://technorati.com/tag/question" rel="tag">question</a>, <a href="http://technorati.com/tag/question authority" rel="tag">question authority</a>, <a href="http://technorati.com/tag/report" rel="tag">report</a>, <a href="http://technorati.com/tag/review" rel="tag">review</a>, <a href="http://technorati.com/tag/security" rel="tag">security</a>, <a href="http://technorati.com/tag/smartmob" rel="tag">smartmob</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://maisonbisson.com/blog/post/10607/disobey/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>