<?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>The New School of Information Security &#187; Doing it Differently</title>
	<atom:link href="http://newschoolsecurity.com/category/doing-it-differently/feed/" rel="self" type="application/rss+xml" />
	<link>http://newschoolsecurity.com</link>
	<description>The Blog Inspired By The Book</description>
	<lastBuildDate>Fri, 03 Feb 2012 16:16:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Aviation Safety</title>
		<link>http://newschoolsecurity.com/2012/01/aviation-safety/</link>
		<comments>http://newschoolsecurity.com/2012/01/aviation-safety/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 16:06:00 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Doing it Differently]]></category>
		<category><![CDATA[measurement]]></category>
		<category><![CDATA[Science of Risk Management]]></category>

		<guid isPermaLink="false">http://newschoolsecurity.com/?p=2481</guid>
		<description><![CDATA[The past 10 years have been the best in the country&#8217;s aviation history with 153 fatalities. That&#8217;s two deaths for every 100 million passengers on commercial flights, according to an Associated Press analysis of government accident data. The improvement is remarkable. Just a decade earlier, at the time the safest, passengers were 10 times as [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>
The past 10 years have been the best in the country&#8217;s aviation history with 153 fatalities. That&#8217;s two deaths for every 100 million passengers on commercial flights, according to an Associated Press analysis of government accident data.</p>
<p>
The improvement is remarkable. Just a decade earlier, at the time the safest, passengers were 10 times as likely to die when flying on an American plane. The risk of death was even greater during the start of the jet age, with 1,696 people dying — 133 out of every 100 million passengers — from 1962 to 1971. The figures exclude acts of terrorism.</p>
<p>
&#8230;<br />
There are a number of reasons for the improvements.</p>
<ul>
<li>The industry has learned from the past. New planes and engines are designed with prior mistakes in mind. Investigations of accidents have led to changes in procedures to ensure the same missteps don&#8217;t occur again.
<li>Better sharing of information. New databases allow pilots, airlines, plane manufactures and regulators to track incidents and near misses. Computers pick up subtle trends. For instance, a particular runway might have a higher rate of aborted landings when there is fog. Regulators noticing this could improve lighting and add more time between landings.
</ul>
<p>(&#8220;<a href="http://www.seattlepi.com/news/article/It-s-never-been-safer-to-fly-deaths-at-record-low-2434524.php">It&#8217;s never been safer to fly; deaths at record low</a>&#8220;, AP, link to Seattle PI version.)
</p></blockquote>
<p>Well, it seems there&#8217;s nothing for information security to learn here.  Move along.</p>
<p>
]]></content:encoded>
			<wfw:commentRss>http://newschoolsecurity.com/2012/01/aviation-safety/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New School Approaches to Passwords</title>
		<link>http://newschoolsecurity.com/2012/01/new-school-approaches-to-passwords/</link>
		<comments>http://newschoolsecurity.com/2012/01/new-school-approaches-to-passwords/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 17:06:20 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[best practice]]></category>
		<category><![CDATA[Doing it Differently]]></category>

		<guid isPermaLink="false">http://newschoolsecurity.com/?p=2444</guid>
		<description><![CDATA[Adam Montville left a comment on my post, &#8220;Paper: The Security of Password Expiration&#8220;, and I wanted to expand on his question: Passwords suck when they&#8217;re not properly cared for. We know this. Any other known form of authentication we have is difficult because of the infrastructure required to pull it off. That sucks too. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="https://stoicsecurity.com">Adam Montville</a> left a <a href="http://newschoolsecurity.com/2012/01/paper-the-security-of-password-expiration/#comment-10443">comment</a> on my post, &#8220;<a href="http://newschoolsecurity.com/2012/01/paper-the-security-of-password-expiration/">Paper: The Security of Password Expiration</a>&#8220;, and I wanted to expand on his question:</p>
<blockquote><p>
Passwords suck when they&#8217;re not properly cared for.  We know this.  Any other known form of<br />
authentication we have is difficult because of the infrastructure required to pull it off.  That<br />
sucks too.  Does  this leave us at a stalemate where we need to get people to care about their<br />
passwords?
</p></blockquote>
<p>I think the answer is &#8220;almost.&#8221;  We need to agree that passwords suck when they&#8217;re not properly cared for, and that caring for them is hard.  So we need to assume that passwords will tend to be poor, reused, etc, and develop methods to deal with that.  Most of our mechanisms today punish users.  We tell them to memorize 100 or more unique passwords, and then &#8220;security experts&#8221; abuse them for re-use or using a password management tool.  </p>
<p>
Cormac Herley has claimed that the <a href="http://research.microsoft.com/en-us/people/cormac/">password</a> has a set of properties including being subject to memorization that make it impossible to replace, and we should accept that and start engineering for it.  (&#8220;<a href="http://research.microsoft.com/apps/pubs/?id=154077">A Research Agenda Acknowledging the Persistence of Passwords</a>&#8221; and &#8220;<a href="http://research.microsoft.com/apps/pubs/?id=80199">Passwords: If We&#8217;re So Smart Why Are We Still Using Them?</a>&#8220;)</p>
<p>
Similarly, Nate Lawson posted &#8220;<a href="http://rdist.root.org/2012/01/10/on-the-evolving-security-of-password-schemes/">On the evolving security of password schemes</a>&#8221; which closes &#8220;most admins focus too much on increasing entropy of user choices and not enough on decreasing the attacker’s guess rate and implementing responses to limit their access when they do get a hit.&#8221;  Indeed.</p>
<p>
We need to observe the world, and ask how we can work within the constraints it presents regardless of if those constraints are economic, sociological or evolutionary.</p>
<p>
]]></content:encoded>
			<wfw:commentRss>http://newschoolsecurity.com/2012/01/new-school-approaches-to-passwords/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Paper: &#8220;The Future of Work is Play&#8221;</title>
		<link>http://newschoolsecurity.com/2011/12/paper-the-future-of-work-is-play/</link>
		<comments>http://newschoolsecurity.com/2011/12/paper-the-future-of-work-is-play/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 17:42:55 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Doing it Differently]]></category>
		<category><![CDATA[Reports and Data]]></category>

		<guid isPermaLink="false">http://newschoolsecurity.com/?p=2349</guid>
		<description><![CDATA[My colleague Ross Smith has just presented an important new paper, &#8220;The Future of Work is Play&#8221; at the IEEE International Games Innovation Conference. There&#8217;s a couple of very useful lessons in this paper. One is the title, and the mega-trends driving games into the workplace. Another is Ross&#8217;s lessons of when games work: Over [...]]]></description>
			<content:encoded><![CDATA[<p>My colleague Ross Smith has just presented an important new paper, &#8220;The Future of Work is Play&#8221; at the <a href="http://ice-gic.ieee-cesoc.org/2011/">IEEE International Games Innovation Conference</a>.  There&#8217;s a couple of very useful lessons in this paper.  One is the title, and the mega-trends driving games into the workplace.  Another is Ross&#8217;s lessons of when games work:</p>
<blockquote><p>
Over the last several years, Microsoft has employed dozens of games and game mechanics in its software development process.  Forrester, Forbes and others have covered this work.  Table 1 illustrates the areas where productivity games can be the most impactful.  Focusing on either expanding skills in rile or &#8220;organizational citizenship behaviors&#8221; that require core skills &emdash; is the best way to ensure the success of a productivity game.  Player motivations is a key component of the success of a productivity game.</p>
<table border="1">
<tr>
<td></td>
<td>Core</td>
<td>Unique</td>
<td>expanding skills</td>
</tr>
<tr>
<td>In role behavior</td>
<td></td>
<td></td>
<td>Most Impact</td>
</tr>
<tr>
<td>Organizational Citizenship Behavior</td>
<td>Most Impact</td>
<td></td>
<td></td>
</tr>
</table>
</blockquote>
<p>What this means is that if you try to produce a game that replicates or intrudes on either core work (say, writing code) or unique skills that someone already has (say, threat modeling) the game is likely to be less successful.  But if you make a game to help people expand their skill (say, in threat modeling), it will be more impactful and accepted.  Similarly, if you&#8217;re trying to get thousands of people to help check user interface translations for Windows, it helps to use a core skill, like reading another language, rather than a unique skill (again, let&#8217;s say threat modeling) that only a few people have.</p>
<p>
This table is really useful guidance if you&#8217;re thinking of making a game.</p>
<p>
Games, by the way, are tremendously New School.  Games are New School because they&#8217;re a way to address the real human desires to do something (anything) more fun than deal with security stuff.  By making it fun, we can entice people into enjoying the things we need them to do.  You should consider if a game can address a problem you deal with, and if it&#8217;s in the area of expanding skills in a role or organizational citizenship behaviors that rely on core skills, you&#8217;re more likely to succeed.</p>
<p>
(I&#8217;d link to the paper, but unfortunately, IEEE continues to lock up the scientific literature and impede the flow of progress, rather than charge a few dollars more for each conference to cover the costs of serving up the scientific literature.)</p>
<p>
]]></content:encoded>
			<wfw:commentRss>http://newschoolsecurity.com/2011/12/paper-the-future-of-work-is-play/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AT&amp;T Hack Attempt</title>
		<link>http://newschoolsecurity.com/2011/11/att-hack-attempt/</link>
		<comments>http://newschoolsecurity.com/2011/11/att-hack-attempt/#comments</comments>
		<pubDate>Tue, 22 Nov 2011 17:41:04 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[disclosure]]></category>
		<category><![CDATA[Doing it Differently]]></category>
		<category><![CDATA[measurement]]></category>

		<guid isPermaLink="false">http://newschoolsecurity.com/?p=2331</guid>
		<description><![CDATA[First, good on AT&#038;T for telling people that there&#8217;s been an attempt to hack their account. (My copy of the letter that was sent is after the break.) I&#8217;m curious what we can learn by discussing the attack. An AT&#038;T spokesperson told Fox News that &#8220;Fewer than 1 percent of customers were targeted.&#8221; I&#8217;m currently [...]]]></description>
			<content:encoded><![CDATA[<p>First, good on AT&#038;T for telling people that there&#8217;s been an attempt to hack their account.  (My copy of the letter that was sent is after the break.)  I&#8217;m curious what we can learn by discussing the attack.</p>
<p>
An AT&#038;T spokesperson <a href="http://www.foxnews.com/scitech/2011/11/21/att-hit-by-hack-attack-company-says/">told Fox News</a> that &#8220;Fewer than 1 percent of customers were targeted.&#8221;<br />
<P><br />
I&#8217;m currently aware of 3 other folks in the security industry who&#8217;ve gotten these.  Can someone recommend a good embeddable polling software that I might use to see what the prevalence is on the biased audience that reads this blog?</p>
<p><span id="more-2331"></span><br />
<blockquote>
Dear ADAM SHOSTACK:</p>
<p>
In our ongoing effort to provide you with the best privacy protections possible, AT&#038;T regularly monitors the security of our online services such as MyATT online account management. The purpose of this letter is to advise you that we recently detected an organized and systematic attempt to obtain information on a number of AT&#038;T customer accounts, including yours. We have not yet determined the source or intent of the attempt to gather information, but we are continuing to investigate. </p>
<p>
We do not believe that the perpetrators of this attack obtained access to your online account or any of the information contained in that account. Use of your mobile device or other AT&#038;T services has not been affected by this incident. </p>
<p>
Customer privacy and data security are top priorities for AT&#038;T. Because there may be an increased risk of fraudulent attempts to access your account information, you should be cautious about efforts to obtain sensitive information through email (&#8220;phishing&#8221;) or text messages (&#8220;smishing&#8221;). You can find out more about phishing, smishing, and protecting your online account information below, and at att.com/safety. </p>
<p>
We appreciate having you as a customer and if you have questions or you need assistance, please contact AT&#038;T Customer Care by dialing 611 on your AT&#038;T wireless device or calling 1.800.331.0500. </p>
<p>
Sincerely, </p>
<p>
AT&#038;T Online Services </p>
<p>
Ref Code: F3221 </p>
<p>Measures available to you to help ensure that all of your online accounts<br />
and your Internet access devices are better protected.</p>
<p>Be aware of the risks to any online account and the steps you can take to reduce your exposure to them. &#8220;Phishing,&#8221; also known as &#8220;brand spoofing&#8221; or &#8220;carding,&#8221; is a trick used to gather financial information and password data using fake emails and websites. Scammers using phishing techniques send consumers email messages that appear to be from well-known companies. These messages usually contain links to web pages that have been disguised to look nearly identical to legitimate companies&#8217; sites and request customers to enter sensitive information including financial and password data. &#8220;Smishing&#8221; is a technique similar to phishing; it uses cell phone text messages to get customers to divulge personal information. Scammers using smishing techniques may send a text message with a link to a website which requests sensitive information. More commonly, &#8220;smishers&#8221; will include a phone number in the text message that connects to an automated voice response system to capture sensitive information. </p>
<p>
Some of the measures you can take online and on your Internet access device to help protect yourself include: </p>
<p>
 	•	Be aware that email and text message headers can be easily forged, so the posing sender may not be the real sender.<br />
<br />
 	•	Avoid providing or filling out forms via email because the data is likely to be unsecured.<br />
<br />
 	•	Realize that Internet scammers can create realistic forgeries of websites, so avoid clicking on links in an unsolicited email or text message. If appropriate, go directly to the company&#8217;s website to investigate the validity of the communication.</p>
<p>Additional recommended measures to protect your Internet access devices include: </p>
<p>
 	•	Scan all computers with an up-to-date anti-virus program.<br />
<br />
 	•	Use an up-to-date anti-spyware (anti-malware) application, as some malware is not detected by anti-virus scans.<br />
<br />
 	•	Ensure your operating system has been updated with all the recommended security updates from the operating system provider.<br />
<br />
 	•	Check all your online accounts regularly for unauthorized activity.<br />
<br />
 	•	Review trusted online sources for information on protecting your computer and mobile devices.<br />
<P></p>
<p>If you have any questions about how AT&#038;T collects, uses and protects your personal information as a customer, please visit our Privacy Policy.</p>
<p>
© 2011 AT&#038;T Intellectual Property. All rights reserved. AT&#038;T, the AT&#038;T logo and all other AT&#038;T marks contained herein are trademarks of AT&#038;T Intellectual Property and/or AT&#038;T affiliated companies. Subsidiaries and affiliates of AT&#038;T Inc. provide products and services under the AT&#038;T brand.
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://newschoolsecurity.com/2011/11/att-hack-attempt/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Maria Klawe on increasing Women in Technology</title>
		<link>http://newschoolsecurity.com/2011/10/maria-klawe-on-increasing-women-in-technology/</link>
		<comments>http://newschoolsecurity.com/2011/10/maria-klawe-on-increasing-women-in-technology/#comments</comments>
		<pubDate>Mon, 24 Oct 2011 15:39:32 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Doing it Differently]]></category>

		<guid isPermaLink="false">http://newschoolsecurity.com/?p=2307</guid>
		<description><![CDATA[I talk a lot about the importance of data in enabling us to bring the scientific method to bear on information security. There&#8217;s a reason for that: more data will let us know the falsehoods, and knowing the falsehoods will set us free. But discovering what claims don&#8217;t stand up to scrutiny is a matter [...]]]></description>
			<content:encoded><![CDATA[<p>I talk a lot about the importance of data in enabling us to bring the scientific method to bear on information security.  There&#8217;s a reason for that: more data will let us know the falsehoods, and knowing the falsehoods will set us free.  But discovering what claims don&#8217;t stand up to scrutiny is a matter of understanding systems.  And to understand systems, we need diverse perspectives.  And that&#8217;s really hard.  At <a href="http://newschoolsecurity.com/2011/10/new-school-of-information-security-book-reading-at-adas/">my book reading at Ada&#8217;s</a>, I decided to include the section of the book that talks about diversity.  Jacob Appelbaum asked me what we can do about the problem, and I was forced to admit that my best answer is to raise awareness that there&#8217;s a real issue here, and hope that someone with a different perspective can offer up better answers.  (It&#8217;s a nicely recursive solution to the issue.)</p>
<p>
And fortunately, <a href="http://en.wikipedia.org/wiki/Maria_Klawe">Maria Klawe</a> (President of Harvey Mudd College, ACM Fellow, Microsoft board member) has some answers, which are subtle, simple, and likely incredibly difficult to implement:</p>
<p>
<object width="640" height="360"><param name="movie" value="http://cdn.gotraffic.net/flash/BloombergMediaPlayer.swf"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><param name="flashvars" value="file_url=http%3A//videos.bloomberg.com/undefined.flv&amp;autoplay=false&amp;site=blp.embed&amp;zone=vod&amp;EnableLogging=true&amp;LoggingDomain=www.bloomberg.com&amp;sz=1x1&amp;tile=1&amp;poster_url=http%3A//www.bloomberg.com/apps/data%3Fpid%3Davimage%26iid%3DizNGhec1d_94"></param><embed src="http://cdn.gotraffic.net/flash/BloombergMediaPlayer.swf" flashvars="file_url=http%3A//videos.bloomberg.com/undefined.flv&amp;autoplay=false&amp;site=blp.embed&amp;zone=vod&amp;EnableLogging=true&amp;LoggingDomain=www.bloomberg.com&amp;sz=1x1&amp;tile=1&amp;poster_url=http%3A//www.bloomberg.com/apps/data%3Fpid%3Davimage%26iid%3DizNGhec1d_94" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="360" wmode="opaque"></embed></object></p>
<p>Via &#8220;<a href="http://www.bloomberg.com/video/76028566/">Harvey Mudd President Klawe on Women in Technology </a>&#8220;</p>
]]></content:encoded>
			<wfw:commentRss>http://newschoolsecurity.com/2011/10/maria-klawe-on-increasing-women-in-technology/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lean Startups &amp; the New School</title>
		<link>http://newschoolsecurity.com/2011/09/lean-startups-the-new-school/</link>
		<comments>http://newschoolsecurity.com/2011/09/lean-startups-the-new-school/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 16:10:54 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[argument]]></category>
		<category><![CDATA[Doing it Differently]]></category>
		<category><![CDATA[measurement]]></category>
		<category><![CDATA[metrics]]></category>

		<guid isPermaLink="false">http://newschoolsecurity.com/?p=2275</guid>
		<description><![CDATA[On Friday, I watched Eric Ries talk about his new Lean Startup book, and wanted to talk about how it might relate to security. Ries concieves as startups as businesses operating under conditions of high uncertainty, which includes things you might not think of as startups. In fact, he thinks that startups are everywhere, even [...]]]></description>
			<content:encoded><![CDATA[<p>On Friday, I watched <a href="http://www.startuplessonslearned.com/">Eric Ries</a> talk about his new <a href="http://www.amazon.com/Lean-Startup-Entrepreneurs-Continuous-Innovation/dp/0307887898/ref=sr_1_1?ie=UTF8&#038;qid=1316446944&#038;sr=8-1">Lean Startup</a> book, and wanted to talk about how it might relate to security.</p>
<p>
Ries concieves as startups as businesses operating under conditions of high uncertainty, which includes things you might not think of as startups.  In fact, he thinks that startups are everywhere, even inside of large businesses.  You can agree or not, but suspend skepticism for a moment.  He also says that startups are really about management and good decision making under conditions of high uncertainty.</p>
<p>
He tells the story of IMVU, a startup he founded to make 3d avatars as a plugin instant messenger systems.  He walked through a bunch of why they&#8217;d made the decisions they had, and then said every single thing he&#8217;d said was wrong.  He said that the key was to learn the lessons faster to focus in on the right thing&#8211;that in that case, they could have saved 6 months by just putting up a download page and seeing if anyone wants to download the client. They wouldn&#8217;t have even needed a 404 page, because no one ever clicked the download button.</p>
<p>
The key lesson he takes from that is to look for ways to learn faster, and to focus on pivoting towards good business choices.  Ries defines a pivot as one turn through a cycle of &#8220;build, measure, learn:&#8221;
<p>
<img style="display:block; margin-left:auto; margin-right:auto;" src="http://newschoolsecurity.com/wp-content/uploads/2011/09/Slide1.png" alt="Learn, build, measure cycle" title="Slide1.png" border="0" width="600" height="450" />
<p>
Ries jokes about how we talk about &#8220;learning a lot&#8221; when we fail.  But we usually fail to structure our activities so that we&#8217;ll learn useful things.  And so under conditions of high uncertainty, we should do things that we think will succeed, but if they don&#8217;t, we can learn from them.  And we should do them as quickly as possible, so if we learn we&#8217;re not successful, we can try something else.  We can pivot.</p>
<p>
I want to focus on how that might apply to information security.  In security, we have lots of ideas, and we&#8217;ve built lots of things.  We start to hit a wall when we get to measurement.  How much of what we built changed things (I&#8217;m jumping to the assumption that someone wanted what you built enough to deploy it.  That&#8217;s a risky assumption and one Ries pushes against with good reason.)  When we get to measuring, we want data on how much your widget changed things.  And that&#8217;s hard.  The threat environment changes over time.  Maybe all the APTs were on vacation last week.  Maybe all your protestors were off Occupying Wall Street. Maybe you deployed the technology in a week when someone dropped 34 0days on your SCADA system. There are a lot of external factors that can be hard to see, and so the data can be thin.</p>
<p>
That thin data is something that can be addressed.  When doctors study new drugs, there&#8217;s likely going to be variation in how people eat, how they exercise, how well they sleep, and all sorts of things.  So they study lots of people, and can learn by comparing one group to another group.  The bigger the study, the less likely that some strange property of the participants is changing the outcome.</p>
<p>
But in information security, we keep our activities and our outcomes secret.  We could tell you, but first we&#8217;d have to spout cliches.  We can&#8217;t possibly tell you what brand of firewall we have, it might help attackers who don&#8217;t know how to use netcat. And we certainly can&#8217;t tell you how attackers got in, we have to wait for them to tell you on Pastebin.</p>
<p>
And so we don&#8217;t learn.  We don&#8217;t pivot.  What can we do about that?</p>
<p>
We can look at the many, many people who have announced breaches, and see that they didn&#8217;t really suffer.  We can look at work like Sensepost has offered up at BlackHat, showing that our technology deployments can be discovered by participation on tech support forums.</p>
<p>
We can look to measure our current activities, and see if we can test them or learn from them.</p>
<p>
Or we can keep doing what we&#8217;re doing, and hope our <a href="http://newschoolsecurity.com/2011/06/are-lulz-our-best-practice/">best practices</a> make themselves better.</p>
]]></content:encoded>
			<wfw:commentRss>http://newschoolsecurity.com/2011/09/lean-startups-the-new-school/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Diginotar Quantitative Analysis (&#8220;Black Tulip&#8221;)</title>
		<link>http://newschoolsecurity.com/2011/09/diginotar-quantitative-analysis-black-tulip/</link>
		<comments>http://newschoolsecurity.com/2011/09/diginotar-quantitative-analysis-black-tulip/#comments</comments>
		<pubDate>Tue, 13 Sep 2011 15:12:05 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Data Analysis]]></category>
		<category><![CDATA[disclosure]]></category>
		<category><![CDATA[Doing it Differently]]></category>
		<category><![CDATA[measurement]]></category>
		<category><![CDATA[Reports and Data]]></category>

		<guid isPermaLink="false">http://newschoolsecurity.com/?p=2272</guid>
		<description><![CDATA[Following the Diginotar breach, FOX-IT has released analysis and a nifty video showing OCSP requests. As a result, lots of people are quoting a number of &#8220;300,000&#8243;. Cem Paya has a good analysis of what the OCSP numbers mean, what biases might be introduced at &#8220;DigiNotar: surveying the damage with OCSP.&#8221; To their credit, FoxIt [...]]]></description>
			<content:encoded><![CDATA[<p>Following the Diginotar breach, FOX-IT has released <a href="http://www.rijksoverheid.nl/bestanden/documenten-en-publicaties/rapporten/2011/09/05/diginotar-public-report-version-1/rapport-fox-it-operation-black-tulip-v1-0.pdf">analysis</a> and a nifty <a href="http://www.youtube.com/watch?v=wZsWoSxxwVY">video</a> showing OCSP requests.</p>
<p>
As a result, lots of people are quoting a number of &#8220;300,000&#8243;.  </p>
<p>
Cem Paya has a good analysis of what the OCSP numbers mean, what biases might be introduced at &#8220;<a href="http://randomoracle.wordpress.com/2011/09/11/diginotar-surveying-the-damage-with-ocsp/">DigiNotar: surveying the damage with OCSP</a>.&#8221;</p>
<blockquote><p>
To their credit, FoxIt  tried to investigate the extent of the damage by monitoring OCSP logs for users checking on the status of the forged Google certificate. There is a neat YouTube video showing the geographic distribution of locations around the world over time. Unfortunately while this half-baked attempt at forensics makes for great visualization, it presents a very limited picture of impacted users.
</p></blockquote>
<p>Digitar and Fox-IT released enough that a dedicated secondary analyst like Cem can see methodological flaws in what they did.  What else could we learn if we had more of the raw observations?  When I read the report, I noticed the claim &#8220;A number of malicious/hacker software tools was found. These vary from commonly used tools such a the famous Cain &#038; Abel tool to tailor made software.&#8221;   This claim mixes analysis and observation.  The observation is that there was software with which the analyst was not familiar.  It may be that it was a perl script or other code that can be easily skimmed to see that it was &#8220;tailor made.&#8221;  It may be that it was just something re-compiled to not match a hash.  We don&#8217;t know.  Similarly, the report claims (4.1) &#8220;In at least one script, fingerprints from the hacker are left on purpose, which were also found in the Comodo breach investigation of March 2011.&#8221;  Really?  On purpose?  Perhaps the fingerprints were inserted as a matter of dis-information.  Perhaps the Fox-IT analyst called the intruder on the phone, and he owned up to it.  We don&#8217;t know.</p>
<p>
I want to be clear that I don&#8217;t mean to be picking on Fox-IT here.  My understanding is that the report they prepped came out incredibly quickly, and kudos to them for that.  I&#8217;ve cherry picked two areas where I can ask for better editing, but I&#8217;m very aware that that editing comes at a cost in timeliness.</p>
<p>
Cem&#8217;s article is very much worth reading, as is the Fox-IT report.  But Cem&#8217;s analysis helps illustrate a theme of the New School, which is that we need diverse perspectives and analysis brought to bear on each report.  The more data we see, the more we can learn from it.  No single analysis will tell us everything we might learn.  (I made a similar point <a href="http://newschoolsecurity.com/2011/06/how-the-epsilon-breach-hurts-consumers/">here</a>.)</p>
<p>
I am left with a question for Cem, which I would have added to his post, but couldn&#8217;t comment there.  My question is, having given all that thought to all the biases, what do you think is the probably true number (or range) of affected people?</p>
<p>
]]></content:encoded>
			<wfw:commentRss>http://newschoolsecurity.com/2011/09/diginotar-quantitative-analysis-black-tulip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Rules of Breach Disclosure</title>
		<link>http://newschoolsecurity.com/2011/09/the-rules-of-breach-disclosure/</link>
		<comments>http://newschoolsecurity.com/2011/09/the-rules-of-breach-disclosure/#comments</comments>
		<pubDate>Wed, 07 Sep 2011 15:50:49 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[breaches]]></category>
		<category><![CDATA[Doing it Differently]]></category>

		<guid isPermaLink="false">http://newschoolsecurity.com/?p=2270</guid>
		<description><![CDATA[There&#8217;s an interesting article over at CIO Insight: The disclosure of an email-only data theft may have changed the rules of the game forever. A number of substantial companies may have inadvertently taken legislating out of the hands of the federal and state governments. New industry pressure will be applied going forward for the loss [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s an interesting article over at CIO Insight:</p>
<blockquote><p>
The disclosure of an email-only data theft may have changed the rules of the game forever. A number of substantial companies may have inadvertently taken legislating out of the hands of the federal and state governments. New industry pressure will be applied going forward for the loss of fairly innocuous data. This change in practice has the potential to affect every CIO who collects “contact” information from consumers, maybe even from employees in an otherwise purely commercial context.  (&#8220;<a href="http://www.cioinsight.com/c/a/Security/Breach-Notification-Time-for-a-Wake-Up-Call-581657/">Breach Notification: Time for a Wake Up Call</a>&#8220;, Mark McCreary of Fox Rothschild LLP)
</p></blockquote>
<p>My perspective is that breach disclosure now hurts far less than it did a mere five years ago, and spending substantial time on analysis of &#8220;do we disclose&#8221; is returning less and less value.  As companies disclose, we&#8217;re getting more and more data that CIOs can use to improve IT operations.  We can, in a very real way, start to learn from each other&#8217;s mistakes. </p>
<p>
Over the next few years, this perspective will trickle both upwards and downwards.  CEOs will be confused by the desire to hide a breach, knowing that the coverup can be worse than the crime.  And security professionals will be less and less able to keep saying that one breach can destroy your company in the face of overwhelming evidence to the contrary.</p>
<p>
As the understanding spreads, so will data.  We&#8217;ll see an explosion of ways to talk about issues, ways to report on them and analyze them.  In a few years, we&#8217;ll see an article titled &#8220;Breach Analysis: Read it with your coffee&#8221; because daily analysis of breaches will be part of a CIO&#8217;s job.</p>
<p>Thanks to the Office of Inadequate Security for the <a href="http://www.databreaches.net/?p=20415">pointer</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://newschoolsecurity.com/2011/09/the-rules-of-breach-disclosure/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Securosis goes New School</title>
		<link>http://newschoolsecurity.com/2011/08/securiosis-goes-new-school/</link>
		<comments>http://newschoolsecurity.com/2011/08/securiosis-goes-new-school/#comments</comments>
		<pubDate>Wed, 10 Aug 2011 20:12:42 +0000</pubDate>
		<dc:creator>Russell</dc:creator>
				<category><![CDATA[Data Analysis]]></category>
		<category><![CDATA[Doing it Differently]]></category>
		<category><![CDATA[metrics]]></category>

		<guid isPermaLink="false">http://newschoolsecurity.com/?p=2254</guid>
		<description><![CDATA[The fine folks at Securosis are starting a blog series on &#8220;Fact-based Network Security: Metrics and the Pursuit of Prioritization&#8220;, starting in a couple of weeks.  Sounds pretty New School to me!  I suggest that you all check it out and participate in the dialog.  Should be interesting and thought provoking. [Edit -- fixed my [...]]]></description>
			<content:encoded><![CDATA[<p>The fine folks at Securosis are starting a blog series on &#8220;<a href="http://www.securosis.com/blog/new-blog-series-fact-based-network-security-metrics-and-the-pursuit-of-prio">Fact-based Network Security: Metrics and the Pursuit of Prioritization</a>&#8220;, starting in a couple of weeks.  Sounds pretty New School to me!  I suggest that you all check it out and participate in the dialog.  Should be interesting and thought provoking.</p>
<p><em>[Edit -- fixed my mispelling of company name.  D'oh!]</em></p>
]]></content:encoded>
			<wfw:commentRss>http://newschoolsecurity.com/2011/08/securiosis-goes-new-school/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Breach Harm: Should Arizona be required to notify?</title>
		<link>http://newschoolsecurity.com/2011/06/breach-harm-should-arizona-be-required-to-notify/</link>
		<comments>http://newschoolsecurity.com/2011/06/breach-harm-should-arizona-be-required-to-notify/#comments</comments>
		<pubDate>Tue, 28 Jun 2011 14:49:16 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[breaches]]></category>
		<category><![CDATA[disclosure]]></category>
		<category><![CDATA[Doing it Differently]]></category>

		<guid isPermaLink="false">http://newschoolsecurity.com/?p=2242</guid>
		<description><![CDATA[Over at the Office of Inadequate Security, Pogo was writing about the Lulzsec hacking of Arizona State Police. Her article is &#8220;A breach that crosses the line?&#8221; I’ve been blogging for years about the dangers of breaches. I am concerned about dissidents who might be jailed or killed for their political views, abortion doctors whose [...]]]></description>
			<content:encoded><![CDATA[<p>Over at the Office of Inadequate Security, Pogo was writing about the <a href="http://www.pcworld.com/article/231156/lulzsec_hacks_arizona_state_police_posts_officer_info.html">Lulzsec hacking of Arizona State Police</a>.   Her article is &#8220;<a href="http://www.databreaches.net/?p=19232">A breach that crosses the line?</a>&#8221;</p>
<blockquote><p>
I’ve been blogging for years about the dangers of breaches. I am  concerned about  dissidents who might be jailed or killed for their political views, abortion doctors whose lives are endangered from fringe elements, women who have tried to escape abusive spouses, porn actors whose families may be harassed by the publication of their names and addresses, confidential informants and law enforcement officers, and  immigrants  whose personal information was illegally revealed to law enforcement and to media by the actions of Utah state employees.  All of those people have been put at risk of physical harm as a result of data breaches.
</p></blockquote>
<p>To date, what we know was taken from Arizona&#8217;s (apparently) insufficiently secured systems was names and addresses of people who have good reason to think they&#8217;re in danger from the release of that information.</p>
<p>
I want to talk about four major risks here:  The risk of harm, the risk of attributing all that risk to Lulzsec, the incentive to cover-up, and the risk of believing our analyses are complete.</p>
<p>
The first risk, <strong>the risk of harm</strong>, Pogo covers fairly well.  I have a cousin who works in a correctional facility.  Their house, their phone, their cable, all these things are listed in the wife&#8217;s name, and I understand the fear of knowing that a real criminal thinks you&#8217;re at fault and knows where your family lives.  I bring this up because it&#8217;s my family too, and that&#8217;s important because I&#8217;m about to discuss the apportionment of blame, and want to be clear that I&#8217;m doing so with some skin in the game.</p>
<p>
The second risk is <strong>the risk of attributing all of the responsibility to Lulzsec</strong>.  Some of the fault here is that of the State of Arizona Department of Public Safety (AZDPS).  AZDPS made a decision to collect information.  They had a responsibility to protect it.  AZDPS also made a decision to store that information in electronic form.  AZDPS made a decision to store that electronic information in an internet accessible fashion.  AZDPS made decisions about computer security which, in hindsight, may be being reconsidered.  However elite the ninjas of Lulzsec may or may not have been, however many lazer-eyed sharks they might have employed, if the information was only stored on paper in a locked room in Arizona, it would have been far more secure.  And if Lulzsec could break in, potentially others have already broken in and stolen the data for purposes far more dangerous than embarrassing AZDPS.  AZDPS is not unique in this set of choices.  The organization reaps lots of benefits in putting the data online.  Many of those benefits, such as speed and efficiency, are probably shared with employees, customers or citizens.  All that said, Lulzsec did increase the risk by making the data widely available to anyone.  (They also marginally decreased the risk by making people aware it&#8217;s out there, but the net risk is still increased.)</p>
<p>
The third risk is <strong>the risk of cover-up</strong>.  AZDPS is one of many organizations that collects information today.  Like most of those organizations, AZDPS makes some investments in security to protect the data.  I suspect that they make more investments than many others, since they know about the sensitivity of it and the many motivated attackers.  Interestingly, their policy states that &#8220;Security methods and measures have been integrated into the design, implementation and day-to-day practices of the entire Azdps.gov web portal.&#8221;  (<a href="http://web.archive.org/web/20100920170620/http://www.azdps.gov/About/Privacy/">AZDPS Privacy Policy (as of January 4, 2010, via the WayBack Machine)</a>) which strikes me as a mature statement compared to the common &#8220;we follow industry-leading best practices in buying a firewall.&#8221;  Most organizations that are hacked are not hacked by Lulzsec, and so may choose to cover up.  AZDPS should investigate what went wrong, and share their analysis so others can learn from them.</p>
<p>
The final risk is the risk of believing our analysis is complete.  Much like I pointed out in &#8220;<a href="http://newschoolsecurity.com/2011/06/how-the-epsilon-breach-hurts-consumers/">How the Epsilon Breach Hurts Consumers</a>,&#8221; it&#8217;s easy to come to an analysis which misses important elements because the investigators have a defined scope.  They are more likely to talk to those close to the system, and thus will be influenced by their perspectives and orientation.  By sharing information about the breaches, different perspectives can emerge from a chaotic discussion.  This is a perspective deeply influenced by Hayek.  Unlike markets, information security lacks a pricing mechanism to help us bring all of the perspectives into a single sharp focus.  It&#8217;s hard to add security to see what people will pay, and we lack good information about the inputs that led to breaches or other outcomes.  Without that information, it&#8217;s hard to know what security is cost-effective, or appropriate in light of the duties that an information collector takes on by collecting data.  </p>
<p>
So to bring this together around those risks, the people whose data was exposed (first risk) were exposed in part because most organizations never issue a good report on what went wrong (the third risk) and so the choices made in collecting and storing data are made in an information vacuum (the second risk).</p>
<p>
And so the Arizona DPS should take seriously their public safety mission.  They should perform a deep investigation of what went wrong, and they should share it with the citizens of Arizona and people around the world.  If they do so, and their counterparts do so, we&#8217;ll all be able to learn from each other&#8217;s mistakes, and we&#8217;ll all be able to, in that hated phrase &#8220;do more with less.&#8221;</p>
<p>
That&#8217;s how public entities, operating with data about citizens, should be operating, and in my personal opinion, ought to be required to operate.</p>
<p>
]]></content:encoded>
			<wfw:commentRss>http://newschoolsecurity.com/2011/06/breach-harm-should-arizona-be-required-to-notify/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

