<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
  <channel>
    <title><![CDATA[[SecurityRatty] Latest Articles]]></title>
    <link>http://mobile.securityratty.com</link>
    <description></description>
    <pubDate>Tue, 06 Jan 2009 14:10:59 +0000</pubDate>
    <generator>iRatty Engine</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <item>
      <title><![CDATA[Tallying Twitters Application Security Best Practice Violations]]></title>
      <link>http://mobile.securityratty.com/article/67bbbc9405ded53d98a9c130695e171c</link>
      <guid>http://mobile.securityratty.com/article/67bbbc9405ded53d98a9c130695e171c</guid>
      <description><![CDATA[If you were paying attention the last few days, youve probably read about the wave of attacks launched against the popular Twitter service. It started over the weekend, with a series of phishing...]]></description>
      <content:encoded><![CDATA[<p>If you were paying attention the last few days, you&#8217;ve probably read about the wave of attacks launched against the popular <a href="http://twitter.com">Twitter</a> service.  It started over the weekend, with a series of <a href="http://blogs.zdnet.com/security/?p=2349">phishing attacks</a> sent to unsuspecting Twittizens via Direct Message.  Then, on Monday morning, Fox News announced Bill O&#8217;Riley (sic) was gay, CNN anchor Rick Sanchez tweeted that he was high on crack, and the Barack Obama transition team decided to raise a few bucks using affiliate links to survey sites.  All told, <a href="http://bits.blogs.nytimes.com/2009/01/05/twitter-hit-by-hacker-phishers/?hp">33 celebrity accounts</a> were compromised before Twitter caught on and took control of the hacked accounts.</p>
<p>Naturally, people wanted to know how it was done.  A <a href="http://blog.twitter.com/2009/01/monday-morning-madness.html">Twitter blog entry</a> provided some vague detail:</p>
<blockquote><p>The issue with these 33 accounts is different from the Phishing scam aimed at Twitter users this weekend. These accounts were compromised by an individual who hacked into some of the tools our support team uses to help people do things like edit the email address associated with their Twitter account when they can&#8217;t remember or get stuck.</p></blockquote>
<p>What&#8217;s interesting about that paragraph is that the celebrity account hacks were <i>not</i> related to the phishing attacks, as one might assume, and they had nothing to do with an exploitable vulnerability in the Twitter app itself.  Just a case of somebody getting hold of an admin account.  Ho-hum.</p>
<p>Tonight, the &#8220;hacker&#8221; <a href="http://blog.wired.com/27bstroke6/2009/01/professed-twitt.html">explained to Wired Magazine</a> how he did it.  I&#8217;ll try to summarize the attack, but you might have to read it several times because it&#8217;s subtle and complicated.  Ready?  Brace yourself&#8230; He used a <b>dictionary attack</b> to brute force a password.  </p>
<p>Continue reading here after you&#8217;ve picked yourself up off the floor.  Here&#8217;s the money quote:</p>
<blockquote><p>The hacker, who goes by the handle GMZ, told Threat Level on Tuesday he gained entry to Twitter&#8217;s administrative control panel by pointing an automated password-guesser at a popular user&#8217;s account. The user turned out to be a member of Twitter&#8217;s support staff, who&#8217;d chosen the weak password &#8220;happiness.&#8221;</p></blockquote>
<p>Now let&#8217;s consider the application security best practices that Twitter could have followed when designing their service, any of which would have foiled the attack.</p>
<ul>
<li><a href="http://www.owasp.org/index.php/Password_length_&#038;_complexity">Password complexity</a>. In case you were wondering, the only restriction on Twitter passwords is a minimum length of six characters.  No mixed case, no numbers, no special characters, none of that.  Although they do encourage you to &#8220;Be tricky!&#8221;</li>
<li><a href="https://www.owasp.org/index.php/Blocking_Brute_Force_Attacks">Brute-force protections</a>. Clearly there&#8217;s no account lockout mechanism, unless of course &#8220;happiness&#8221; was at the top of the word list. While there is no perfect solution to brute force attacks, it would appear Twitter didn&#8217;t even try.</li>
<li><a href="http://www.owasp.org/index.php/Administrative_Interface">Segregation of administrative functionality</a>. I won&#8217;t underestimate the amount of effort required to segregate the admin interface. That being said, the attack would&#8217;ve failed if Twitter admins had to perform privileged functions via a dedicated internal interface.</li>
</ul>
<p>Any others?  Leave them in the comments.</p>
<p>In all fairness, it&#8217;s hard to make security a top priority in ANY company, much less a startup with overworked non-security-aware developers using an agile methodology with tight iterations (making some educated guesses here about Twitter).  Ideally you want to start prioritizing security <i>before</i> you become an attractive target.  Twitter missed the boat on that one, but I bet they&#8217;re paying attention now.</p>
]]></content:encoded>
      <pubDate>Wed, 07 Jan 2009 03:24:31 +0000</pubDate>
      <category domain="http://mobile.securityratty.com/tag/twitter">twitter</category>
      <category domain="http://mobile.securityratty.com/tag/twitter account">twitter account</category>
      <category domain="http://mobile.securityratty.com/tag/twitter blog entry">twitter blog entry</category>
      <category domain="http://mobile.securityratty.com/tag/twitter admins">twitter admins</category>
      <category domain="http://mobile.securityratty.com/tag/twitter users">twitter users</category>
      <category domain="http://mobile.securityratty.com/tag/popular twitter service">popular twitter service</category>
      <category domain="http://mobile.securityratty.com/tag/twitter passwords">twitter passwords</category>
      <category domain="http://mobile.securityratty.com/tag/security">security</category>
      <category domain="http://mobile.securityratty.com/tag/application security">application security</category>
      <source url="http://www.veracode.com/blog/2009/01/tallying-twitters-security-best-practice-violations/">Tallying Twitters Application Security Best Practice Violations</source>
    </item>
    <item>
      <title><![CDATA[Fuzzor - an Oracle fuzzer]]></title>
      <link>http://mobile.securityratty.com/article/54dc844820859e4400644adb9d0995ec</link>
      <guid>http://mobile.securityratty.com/article/54dc844820859e4400644adb9d0995ec</guid>
      <description><![CDATA[Happy New Year everyone! As promised, in this blog post I will deal with the PL/SQL fuzzer Ive created in my spare time and during flights. The goal for creating it was to provide an easy tool for the...]]></description>
      <content:encoded><![CDATA[Happy New Year everyone!
As promised, in this blog post I will deal with the PL/SQL fuzzer I&#8217;ve created in my spare time and during flights. The goal for creating it was to provide an easy tool for the DBA to test PL/SQL code inside the database. This tested code can be internally developed or by [...]<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/slaviks-blog/WxxD?a=H6Qx2p.P"><img src="http://feeds.feedburner.com/~f/slaviks-blog/WxxD?i=H6Qx2p.P" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/slaviks-blog/WxxD/~4/504971224" height="1" width="1"/>]]></content:encoded>
      <pubDate>Wed, 07 Jan 2009 02:54:58 +0000</pubDate>
      <category domain="http://mobile.securityratty.com/tag/spare time">spare time</category>
      <category domain="http://mobile.securityratty.com/tag/plsql fuzzer">plsql fuzzer</category>
      <category domain="http://mobile.securityratty.com/tag/easy tool">easy tool</category>
      <category domain="http://mobile.securityratty.com/tag/blog post">blog post</category>
      <category domain="http://mobile.securityratty.com/tag/dba">dba</category>
      <category domain="http://mobile.securityratty.com/tag/database">database</category>
      <category domain="http://mobile.securityratty.com/tag/deal">deal</category>
      <category domain="http://mobile.securityratty.com/tag/goal">goal</category>
      <category domain="http://mobile.securityratty.com/tag/provide">provide</category>
      <source url="http://feeds.feedburner.com/~r/slaviks-blog/WxxD/~3/504971224/">Fuzzor - an Oracle fuzzer</source>
    </item>
    <item>
      <title><![CDATA[Blackwater shooter to be charged with Murder of Iraqi Vice President's Bodyguard.]]></title>
      <link>http://mobile.securityratty.com/article/08ebc41e945ac9c4d3669f1c9254f9f4</link>
      <guid>http://mobile.securityratty.com/article/08ebc41e945ac9c4d3669f1c9254f9f4</guid>
      <description><![CDATA[According to the Seattle Times , the former Blackwater employee who allegedly shot and killed the bodyguard of the Vice President of Iraq in 2006 will finally be brought to Justice

In a story...]]></description>
      <content:encoded><![CDATA[According to the <a href="http://seattletimes.nwsource.com/html/localnews/2008593988_blackwater06m.html">Seattle Times</a>, the former Blackwater employee who allegedly shot and killed the bodyguard of the Vice President of Iraq in 2006 will finally be brought to Justice.  <br /><span id="fullpost"><br />In a story previously discussed in this blog, Andrew Moonen of Seattle was said to be drunk when he shot and killed the Iraqi bodyguard at a checkpoint inside the safety of the Green Zone during the Christmas of '06.<br /><br />Moonen claimed that the bodyguard shot first, but witnesses did not hear any shots other than the three which came from Moonen's weapon and were discharged into the victim's chest.<br /><br />Blackwater's response was to hustle him out of Iraq the following day and pay $20,000 to the victim's family.  Moonen's lawyer, Stewart Riley has confirmed that his client has received a letter from the U.S. Attorney's office outlining their intent to charge the ex-Blackwater employee.<br /><br />This latest action probably comes too late for the victim's family to take much comfort from it, but hopefully it will send out a message, albeit belated, that the United States Government does not harbour murderers, even if some employers would rather cover up a crime.  <br /><br />It is ironic that Moonen was an armorer for Blackwater.  Presumably his lawyer will not try to blame the shooting on an "accidental discharge" when Moonen could easily be classed as a firearms "expert".  <br /><br />As one of our instructors is fond of saying; "there is no such thing as an "accidental" discharge.  The correct terminology is; a negligent discharge".<div class="blogger-post-footer">Visit Sexton Executive Security at www.sextonsecurity.com</div>]]></content:encoded>
      <pubDate>Wed, 07 Jan 2009 01:44:00 +0000</pubDate>
      <category domain="http://mobile.securityratty.com/tag/blackwater">blackwater</category>
      <category domain="http://mobile.securityratty.com/tag/bodyguard">bodyguard</category>
      <category domain="http://mobile.securityratty.com/tag/ex-blackwater employee">ex-blackwater employee</category>
      <category domain="http://mobile.securityratty.com/tag/blackwater employee">blackwater employee</category>
      <category domain="http://mobile.securityratty.com/tag/iraqi bodyguard">iraqi bodyguard</category>
      <category domain="http://mobile.securityratty.com/tag/discharge">discharge</category>
      <category domain="http://mobile.securityratty.com/tag/shot">shot</category>
      <category domain="http://mobile.securityratty.com/tag/allegedly shot">allegedly shot</category>
      <category domain="http://mobile.securityratty.com/tag/negligent discharge">negligent discharge</category>
      <source url="http://www.thebulletproofblog.com/2009/01/blackwater-shooter-to-be-charged-with.html">Blackwater shooter to be charged with Murder of Iraqi Vice President's Bodyguard.</source>
    </item>
    <item>
      <title><![CDATA[Pro Dev: Who are We? What is Our Role?]]></title>
      <link>http://mobile.securityratty.com/article/375ce987f0f6f1e9bf5349e07fceb763</link>
      <guid>http://mobile.securityratty.com/article/375ce987f0f6f1e9bf5349e07fceb763</guid>
      <description><![CDATA[I was recently NY state for a two day briefing on emerging technologies for a key partner. During the morning session the presenter asked a number of questions of the room as he worked through his...]]></description>
      <content:encoded><![CDATA[<p>I was recently NY state for a two day briefing on emerging technologies for a key partner. During the morning session the presenter asked a number of questions of the room as he worked through his deck.</p>
<p>At one point he asked: &#8220;Who likes their Information Security guy ?&#8221;</p>
<p>I raised my hand, to which he quipped: &#8220;Well, they aren&#8217;t doing their job then!&#8221;</p>
<p>To which I quipped: &#8220;Actually I do my job quite well.&#8221;</p>
<p><strong>Stereotypes&#8230;</strong></p>
<blockquote><p>In ancient times skillful warriors first made themselves invicible,</p>
<p>and then watched for vulnerability in their opponents&#8230;</p>
<p>- from &#8220;Formation&#8221;, Art of War, Sun Tzu, 6th century B.C. </p></blockquote>
<p>&#8220;Invincibility&#8221; comes at a pretty significant cost.</p>
<p></p>
<p><a href="http://artofinfosec.com/177/pro-dev-who-are-we-what-is-our-role/" >Pro Dev: Who are We? What is Our Role?</a></p>
<img src="http://feeds.feedburner.com/~r/artofinfosec/~4/504896865" height="1" width="1"/>]]></content:encoded>
      <pubDate>Wed, 07 Jan 2009 00:50:55 +0000</pubDate>
      <category domain="http://mobile.securityratty.com/tag/pro dev">pro dev</category>
      <category domain="http://mobile.securityratty.com/tag/information security guy">information security guy</category>
      <category domain="http://mobile.securityratty.com/tag/pretty significant cost">pretty significant cost</category>
      <category domain="http://mobile.securityratty.com/tag/sun tzu">sun tzu</category>
      <category domain="http://mobile.securityratty.com/tag/job">job</category>
      <category domain="http://mobile.securityratty.com/tag/6th century">6th century</category>
      <category domain="http://mobile.securityratty.com/tag/key partner">key partner</category>
      <category domain="http://mobile.securityratty.com/tag/role">role</category>
      <category domain="http://mobile.securityratty.com/tag/technologies">technologies</category>
      <source url="http://feeds.feedburner.com/~r/artofinfosec/~3/504896865/">Pro Dev: Who are We? What is Our Role?</source>
    </item>
    <item>
      <title><![CDATA[Twitter Hacker Says Admin Password Was 'Happiness']]></title>
      <link>http://mobile.securityratty.com/article/3d52e7f854051f5e42d467e81cf2bf30</link>
      <guid>http://mobile.securityratty.com/article/3d52e7f854051f5e42d467e81cf2bf30</guid>
      <description><![CDATA[In an interview with Wired.com, an 18-year-old hacker with a history of celebrity pranks admits to Monday's hijacking of multiple high-profile Twitter accounts, including President-Elect Barack...]]></description>
      <content:encoded><![CDATA[In an interview with Wired.com, an 18-year-old hacker with a history of celebrity pranks admits to Monday's hijacking of multiple high-profile Twitter accounts, including President-Elect Barack Obama's and the official feed for Fox News.<br clear="both" style="clear: both;"/>
<br clear="both" style="clear: both;"/>
<a href="http://www.pheedo.com/click.phdo?s=e75b625650774692bd89d27aad0b41a7&p=1"><img alt="" style="border: 0;" border="0" src="http://www.pheedo.com/img.phdo?s=e75b625650774692bd89d27aad0b41a7&p=1"/></a>
<img src="http://www.pheedo.com/feeds/tracker.php?i=e75b625650774692bd89d27aad0b41a7" style="display: none;" border="0" height="1" width="1" alt=""/><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/wired/politics/privacy?a=RSvFxr.P"><img src="http://feeds.feedburner.com/~f/wired/politics/privacy?i=RSvFxr.P" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/wired/politics/privacy?a=YZDJVq.p"><img src="http://feeds.feedburner.com/~f/wired/politics/privacy?i=YZDJVq.p" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/wired/politics/privacy?a=gyEIlW.p"><img src="http://feeds.feedburner.com/~f/wired/politics/privacy?i=gyEIlW.p" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/wired/politics/privacy?a=TWHzd8.P"><img src="http://feeds.feedburner.com/~f/wired/politics/privacy?i=TWHzd8.P" border="0"></img></a>
 <a href="http://feeds.wired.com/~f/wired/politics/security?a=xbIBLh.P"><img src="http://feeds.wired.com/~f/wired/politics/security?i=xbIBLh.P" border="0"></img></a> <a href="http://feeds.wired.com/~f/wired/politics/security?a=UOrIVN.p"><img src="http://feeds.wired.com/~f/wired/politics/security?i=UOrIVN.p" border="0"></img></a> <a href="http://feeds.wired.com/~f/wired/politics/security?a=DvvyIB.p"><img src="http://feeds.wired.com/~f/wired/politics/security?i=DvvyIB.p" border="0"></img></a> <a href="http://feeds.wired.com/~f/wired/politics/security?a=l05dnN.P"><img src="http://feeds.wired.com/~f/wired/politics/security?i=l05dnN.P" border="0"></img></a> </div><img src="http://feeds.feedburner.com/~r/wired/politics/privacy/~4/504796939" height="1" width="1"/><img src="http://feeds.wired.com/~r/wired/politics/security/~4/504796944" height="1" width="1"/>]]></content:encoded>
      <pubDate>Tue, 06 Jan 2009 21:30:00 +0000</pubDate>
      <category domain="http://mobile.securityratty.com/tag/president-elect barack obama">president-elect barack obama</category>
      <category domain="http://mobile.securityratty.com/tag/official feed">official feed</category>
      <category domain="http://mobile.securityratty.com/tag/fox news">fox news</category>
      <category domain="http://mobile.securityratty.com/tag/celebrity pranks">celebrity pranks</category>
      <category domain="http://mobile.securityratty.com/tag/18-year-old hacker">18-year-old hacker</category>
      <category domain="http://mobile.securityratty.com/tag/history">history</category>
      <category domain="http://mobile.securityratty.com/tag/monday">monday</category>
      <category domain="http://mobile.securityratty.com/tag/interview">interview</category>
      <category domain="http://mobile.securityratty.com/tag/wired">wired</category>
      <source url="http://feeds.wired.com/~r/wired/politics/security/~3/504796944/professed-twitt.html">Twitter Hacker Says Admin Password Was 'Happiness'</source>
    </item>
    <item>
      <title><![CDATA[Links for 2009-01-06 [del.icio.us]]]></title>
      <link>http://mobile.securityratty.com/article/702300850a413852626d06d33dd262c7</link>
      <guid>http://mobile.securityratty.com/article/702300850a413852626d06d33dd262c7</guid>
      <description><![CDATA[SSL Cert fun Techdulla
CA to Acquire Orchestria and Extend its Identity and Access Management Portfolio to Include Data Loss Prevention
SurvivalBlog.com - Our 2009 Predictions, by Roger Wiegand We...]]></description>
      <content:encoded><![CDATA[<ul>
<li><a href="http://techdulla.wordpress.com/2009/01/06/ssl-cert-fun/">SSL Cert fun &laquo; Techdulla</a></li>
<li><a href="http://www.ca.com/us/press/release.aspx?cid=195320">CA to Acquire Orchestria and Extend its Identity and Access Management Portfolio to Include Data Loss Prevention</a></li>
<li><a href="http://www.survivalblog.com/2009/01/our_2009_predictions_by_roger.html">SurvivalBlog.com - Our 2009 Predictions, by Roger Wiegand</a><br/>
We think the worst of the worst hits in later September 2009.</li>
<li><a href="http://securityincite.com/blog/mike-rothman/the-daily-incite-1-06-09-problems">The Daily Incite - 1/06/09 - Problems | Security Incite: Analysis on Information Security</a><br/>
PCI vs. virtualization - I also mentioned yesterday about the hype balloon for virtualization security will be deflating this year, big time. Of course I put a big caveat on that, which is the reality that the PCI Security Standards Council could do a WAF on virtualization security and put it at the top of everyone&#039;s shopping list. NetworkWorld covers the 2009 agenda for the PCI folks. But then I got to thinking, what would they tell us to buy? It&#039;s not an easy fix since there are no obvious widgets that address the issue. Which is why I believe they&#039;ll end up only providing some assessment guidelines to make sure that the virtual machines are built using roughly the same types of protections for physical servers.</li>
<li><a href="http://www.guerilla-ciso.com/archives/651">Could the Titanic have changed course? | The Guerilla CISO</a><br/>
the problem here was that the Titanic indeed did meet all of the safety requirements of the time. And that a big part of the problem was that the safety requirements were drafted in 1894 at a time when there were rapid changes and in the size and design of ships of this kind. Those regulations indicated that all passenger ships over 10,000 tons required 16 life boats, and that’s how many the Titanic had.</li>
</ul><img src="http://feeds.feedburner.com/~r/AntonChuvakinPersonalBlog/~4/504973025" height="1" width="1"/>]]></content:encoded>
      <pubDate>Tue, 06 Jan 2009 21:00:00 +0000</pubDate>
      <category domain="http://mobile.securityratty.com/tag/virtualization">virtualization</category>
      <category domain="http://mobile.securityratty.com/tag/virtualization security">virtualization security</category>
      <category domain="http://mobile.securityratty.com/tag/safety requirements">safety requirements</category>
      <category domain="http://mobile.securityratty.com/tag/information security pci">information security pci</category>
      <category domain="http://mobile.securityratty.com/tag/titanic">titanic</category>
      <category domain="http://mobile.securityratty.com/tag/passenger ships">passenger ships</category>
      <category domain="http://mobile.securityratty.com/tag/time">time</category>
      <category domain="http://mobile.securityratty.com/tag/ships">ships</category>
      <category domain="http://mobile.securityratty.com/tag/worst">worst</category>
      <source url="http://feeds.feedburner.com/~r/AntonChuvakinPersonalBlog/~3/504973025/anton18">Links for 2009-01-06 [del.icio.us]</source>
    </item>
    <item>
      <title><![CDATA[Air Force Releases 'Counter-Blog' Marching Orders]]></title>
      <link>http://mobile.securityratty.com/article/433ba1c1354dcf1144d6ad3927b59efc</link>
      <guid>http://mobile.securityratty.com/article/433ba1c1354dcf1144d6ad3927b59efc</guid>
      <description><![CDATA[Bloggers: If you suddenly find Air Force officers leaving barbed comments after one of your posts, don't be surprised. They're just following...]]></description>
      <content:encoded><![CDATA[Bloggers: If you suddenly find Air Force officers leaving barbed comments after one of your posts, don't be surprised. They're just following orders.<br clear="both" style="clear: both;"/>
<br clear="both" style="clear: both;"/>
<a href="http://www.pheedo.com/click.phdo?s=6f6d84ad44b336c9eaefc5573cf4b019&p=1"><img alt="" style="border: 0;" border="0" src="http://www.pheedo.com/img.phdo?s=6f6d84ad44b336c9eaefc5573cf4b019&p=1"/></a>
<img src="http://www.pheedo.com/feeds/tracker.php?i=6f6d84ad44b336c9eaefc5573cf4b019" style="display: none;" border="0" height="1" width="1" alt=""/><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/wired/politics/privacy?a=B3dx7x.P"><img src="http://feeds.feedburner.com/~f/wired/politics/privacy?i=B3dx7x.P" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/wired/politics/privacy?a=GNlGwd.p"><img src="http://feeds.feedburner.com/~f/wired/politics/privacy?i=GNlGwd.p" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/wired/politics/privacy?a=u1QfI2.p"><img src="http://feeds.feedburner.com/~f/wired/politics/privacy?i=u1QfI2.p" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/wired/politics/privacy?a=Mb7COg.P"><img src="http://feeds.feedburner.com/~f/wired/politics/privacy?i=Mb7COg.P" border="0"></img></a>
 <a href="http://feeds.wired.com/~f/wired/politics/security?a=QWRsYn.P"><img src="http://feeds.wired.com/~f/wired/politics/security?i=QWRsYn.P" border="0"></img></a> <a href="http://feeds.wired.com/~f/wired/politics/security?a=VjcF9l.p"><img src="http://feeds.wired.com/~f/wired/politics/security?i=VjcF9l.p" border="0"></img></a> <a href="http://feeds.wired.com/~f/wired/politics/security?a=tgr7oT.p"><img src="http://feeds.wired.com/~f/wired/politics/security?i=tgr7oT.p" border="0"></img></a> <a href="http://feeds.wired.com/~f/wired/politics/security?a=M503QU.P"><img src="http://feeds.wired.com/~f/wired/politics/security?i=M503QU.P" border="0"></img></a> </div><img src="http://feeds.feedburner.com/~r/wired/politics/privacy/~4/504762668" height="1" width="1"/><img src="http://feeds.wired.com/~r/wired/politics/security/~4/504762669" height="1" width="1"/>]]></content:encoded>
      <pubDate>Tue, 06 Jan 2009 21:00:00 +0000</pubDate>
      <category domain="http://mobile.securityratty.com/tag/air force officers">air force officers</category>
      <category domain="http://mobile.securityratty.com/tag/posts">posts</category>
      <category domain="http://mobile.securityratty.com/tag/comments">comments</category>
      <category domain="http://mobile.securityratty.com/tag/suddenly">suddenly</category>
      <category domain="http://mobile.securityratty.com/tag/bloggers">bloggers</category>
      <source url="http://feeds.wired.com/~r/wired/politics/security/~3/504762669/usaf-blog-respo.html">Air Force Releases 'Counter-Blog' Marching Orders</source>
    </item>
    <item>
      <title><![CDATA[Ad: Reality Check Security Podcast]]></title>
      <link>http://mobile.securityratty.com/article/361b6d0357e65154c5ef53d4c2c8ba0a</link>
      <guid>http://mobile.securityratty.com/article/361b6d0357e65154c5ef53d4c2c8ba0a</guid>
      <description><![CDATA[Were happy to announce the debut of The Reality Check Security Podcast with Gary McGraw
The Reality Check Podcast with Gary McGraw focuses directly on software security practitioners and practical...]]></description>
      <content:encoded><![CDATA[<p>We&#8217;re happy to announce the debut of <a href="/realitycheck/">The Reality Check Security Podcast with Gary McGraw</a>:</p>
<blockquote><p>The Reality Check Podcast with Gary McGraw focuses directly on software security practitioners and practical software security.   Reality Check’s sister podcast, the <a href="http://www.cigital.com/silverbullet/">Silver Bullet Security Podcast with Gary McGraw</a>, follows a free form interview style tailored highlight the ideas and experience of security gurus.  By contrast, Reality Check is concerned with practical questions centered on running large-scale software security initiatives in the real world.</p>
<p>Reality Check targets experienced leaders working to solve software security problems in large organizations every day.  We use a standard script to guide each conversation with questions about history, methodology, best practice, and measurement.  We plan to interview leaders of mature software security programs and leaders of programs just getting started.</p></blockquote>
]]></content:encoded>
      <pubDate>Tue, 06 Jan 2009 19:06:08 +0000</pubDate>
      <category domain="http://mobile.securityratty.com/tag/reality check">reality check</category>
      <category domain="http://mobile.securityratty.com/tag/reality check targets">reality check targets</category>
      <category domain="http://mobile.securityratty.com/tag/reality check podcast">reality check podcast</category>
      <category domain="http://mobile.securityratty.com/tag/leaders">leaders</category>
      <category domain="http://mobile.securityratty.com/tag/gary mcgraw">gary mcgraw</category>
      <category domain="http://mobile.securityratty.com/tag/interview leaders">interview leaders</category>
      <category domain="http://mobile.securityratty.com/tag/practical questions">practical questions</category>
      <category domain="http://mobile.securityratty.com/tag/practical software security">practical software security</category>
      <category domain="http://mobile.securityratty.com/tag/solve software security">solve software security</category>
      <source url="http://www.cigital.com/silverbullet/ad-reality-check-security-podcast/">Ad: Reality Check Security Podcast</source>
    </item>
    <item>
      <title><![CDATA[Twitter Phishers Also Targeting Facebook]]></title>
      <link>http://mobile.securityratty.com/article/1cd85ce8312ac137657f4501cac24e81</link>
      <guid>http://mobile.securityratty.com/article/1cd85ce8312ac137657f4501cac24e81</guid>
      <description><![CDATA[The phishing site that was set up to hoodwink Twitter's users has a second front door that looks exactly like Facebook. The address of the fake Twitter site was twitter.access-login.com/login, but...]]></description>
      <content:encoded><![CDATA[The phishing site that was set up to hoodwink Twitter's users has a second front door that looks exactly like Facebook. The address of the fake Twitter site was twitter.access-login.com/login, but take out the "/login" part and you arrive at the dead-ringer for the Facebook homepage.<img src="http://feedproxy.google.com/~r/digg/topic/security/popular/~4/kl4tQ5NW3ww" height="1" width="1"/>]]></content:encoded>
      <pubDate>Tue, 06 Jan 2009 17:10:06 +0000</pubDate>
      <category domain="http://mobile.securityratty.com/tag/twitter">twitter</category>
      <category domain="http://mobile.securityratty.com/tag/facebook">facebook</category>
      <category domain="http://mobile.securityratty.com/tag/hoodwink twitter">hoodwink twitter</category>
      <category domain="http://mobile.securityratty.com/tag/site">site</category>
      <category domain="http://mobile.securityratty.com/tag/fake twitter site">fake twitter site</category>
      <category domain="http://mobile.securityratty.com/tag/facebook homepage">facebook homepage</category>
      <category domain="http://mobile.securityratty.com/tag/access-login">access-login</category>
      <category domain="http://mobile.securityratty.com/tag/login">login</category>
      <category domain="http://mobile.securityratty.com/tag/front door">front door</category>
      <source url="http://feeds.digg.com/~r/digg/topic/security/popular/~3/kl4tQ5NW3ww/Twitter_Phishers_Also_Targeting_Facebook">Twitter Phishers Also Targeting Facebook</source>
    </item>
    <item>
      <title><![CDATA[Thoughts on ISO 27005]]></title>
      <link>http://mobile.securityratty.com/article/c94cf5948a0cf3963cc1e6fecf1d240a</link>
      <guid>http://mobile.securityratty.com/article/c94cf5948a0cf3963cc1e6fecf1d240a</guid>
      <description><![CDATA[First, many readers sent us the New York Times/Slashdot Risk Management link. Thank you
The beginning of a reasoned response was written by Aleks on Andrew Gelmans blog (...]]></description>
      <content:encoded><![CDATA[<p>First, many readers sent us the New York Times/Slashdot &#8220;Risk Management&#8221; link.  Thank you!</p>
<p>The beginning of a reasoned response was written by Aleks  on Andrew Gelman&#8217;s blog (<a href="http://www.stat.columbia.edu/~cook/movabletype/archives/2009/01/dont-blame-it-o.html">http://www.stat.columbia.edu/~cook/movabletype/archives/2009/01/dont-blame-it-o.html</a>).</p>
<p>Long-time readers of this blog will recall that I believe that <strong>Risk Estimation != Risk Management</strong>.</p>
<p>We security professionals have a really good idea of why Risk Estimation is not all there is to the management of risk based on our experience.  You, smart  guy or gal that you are, know that having a control in place, or even having a point-in-time positive test of that control&#8217;s effectiveness does not make you &#8217;secure&#8217;.  It&#8217;s some evidence of security, sure.  But there are other variables that we must understand, like the ability of the threat to overcome/bypass the control, the skills and resources of those operating the control, our ability to properly manage those people, etc. These things all contribute to security (and therefore, &#8216;risk&#8217;).</p>
<p>Similarly, if Wall Street folks were only using VaR as a means to understand their portfolio risk, or just plain lazy while the market kept going up, that&#8217;s not necessarily a failure of risk estimation or risk analysis as it is of risk management.  But some very high profile critics of Wall Street are focusing on the means of estimation that VaR produces, and not the deficiencies in the concept of risk management.  The article does say one or two things about that:</p>
<blockquote><p>You face the risk that, in the current state of the world (assuming you can estimate that perfectly), an unlikely event will occur. You also face the risk that the state of the world will change. VaR &#8230; can quantify the first risk, not the second.</p></blockquote>
<p>And understanding the&#8221;risk&#8221; (what a poor choice of words there, mixing and matching terminology) of that change and our ability to adapt to it is the essence of risk management.  So speaking of the fact that Risk Estimation != Risk Management,  I finally got around to reading:<br />
<strong><br />
<span style="color: #333399;">I</span><span style="color: #333399;">NTERNATIONAL STANDARD ISO/IEC 27005</span></strong><span style="color: #333399;"><br />
First edition 2008-06-15<br />
Information technology — Security techniques — Information security risk management<br />
Technologies de l&#8217;information — Techniques de sécurité — Gestion du risque en sécurité de l&#8217;information</span></p>
<p>As you can probably guess, I&#8217;ve got opinions.  And since we&#8217;re both here (me writing, you reading) why don&#8217;t I let you know what those are.</p>
<p>I have a few disagreements:<br />
<strong><br />
ISO 27005 IS NOT ABOUT THE MANAGEMENT OF RISK</strong></p>
<p>First, in agreement with our discussion above, is that 27005 has very little to do with the actual management of risk.  It&#8217;s really an issue management framework where we create a statement about risk for a very particular scenario, and then tie a Plan-Do-Check-Act cycle to the back of that wagon with the hopes that the issue doesn&#8217;t become &#8220;red&#8221; again.  27005 suffers from the same problems as those who on Wall Street who over-relied on VaR as the end all of Risk Management.  It&#8217;s whack-a-mole with a hamster-wheel-of-pain sprinkled on top, and does very little to address the root cause of risk - deficiencies in our capability to manage risk.</p>
<p><strong>ISO 27005 HAS ITS PRIORITIES BACKWARDS</strong></p>
<p>Second, and probably due to this inaccurate view of risk management, is their discussion on the purpose of risk management.  I believe that the purpose of risk management is to align the risk exposure of an organization to that organization&#8217;s risk tolerance.  The ISO, not so much.</p>
<p>In section 7.1 (which seems awfully late in the document to start discussing the reason we&#8217;re all here today) 27005 states:</p>
<blockquote><p>It is essential to determine the purpose of the information security risk management as this affects the overall process and the context establishment in particular. This purpose can be:</p>
<ul>
<li>Supporting an ISMS</li>
<li>Legal compliance and evidence of due diligence</li>
<li>Preparation of a business continuity plan</li>
<li>Preparation of an incident response plan</li>
<li>Description of the information security requirements for a product, a service or a mechanism</li>
</ul>
</blockquote>
<p>This is all kind of backwards to me.  An ISMS, BCP, or IRP are not *reasons* for risk management. Rather the management of risk is a reason to have an ISMS, BCP, or IRP (or not have one, depending on the organization&#8217;s tolerance for risk).  Similarly, compliance and due diligence are executed because executive management has no tolerance for adding those sorts of losses to the risk they already face.</p>
<p><strong>ISO 27005&#8242;S VIEW OF THE ROLE OF ASSETS IS FLAWED</strong></p>
<p>Now with those two disagreements behind us, I actually have very little critique of section 8.2 - risk analysis.  I could launch into a rather wonkish discussion about controls and vulnerability and talk at length as to why FAIR provides better definitions, but I think these differences are less important because the fundamental differences in these differences are less pronounced than other significant deficiencies.  Deficiencies such as the one we&#8217;ll find in 8.2.1.2 -</p>
<blockquote><p>8.2.1.2 Identification of Assets.<br />
An asset owner should be identified for each asset, to provide responsibility and accountability for the asset.</p></blockquote>
<p>Great, as long as the asset owner is really in the line of business that the asset generates revenue for.</p>
<blockquote><p>The review boundary is the perimeter of assets of the organization defined to be managed by the information security risk management process.</p></blockquote>
<p><em><strong>WHOOOOAAAAAAAAAA!</strong> </em>- This &#8220;Review Boundary&#8221; you speak of is dynamic.  Think Jericho.  Think Vendor Management.  Think 100,000 user networks in which 60,000 of the users are not w-2 employees.  Think of &#8220;The Cloud&#8221; (won&#8217;t someone please think of The Cloud?).</p>
<p>Consider the following - malware infects home PC, home PC used to capture home banking creds.  Those creds are then used to create fraud.  Bank is effected, but the Point of Attack (home PC) is not bank owned.  According to ISO 27005, this isn&#8217;t an important source of risk, as you&#8217;re not expected to measure it.  I really think there are problems with completely ignoring the fact that assets we don&#8217;t directly manage contribute to the amount of risk we have.</p>
<p><strong>DESPITE ALL THIS, 27005 IS FORGIVABLE UNTIL YOU REACH THE ANNEXES</strong></p>
<p>Next, lets talk about the annexes.  To be fair (*cough*) without the annexes the ISO isn&#8217;t a bad &#8217;standard&#8217;.  It is purposefully vague where it needs to be vague, and purposefully specific where it needs to be specific.</p>
<p>Unfortunately, someone thought that we needed more direction and tacked on several annexes.  The first problem with these annexes is that they&#8217;ll be taken for gospel even though they are meant to be &#8220;informative&#8221;.   And if they were any good, that wouldn&#8217;t be so bad.  However the threat and asset valuation ones are disturbingly average for our industry, which is to say, not well thought out at all.  And in some places these annexes are just wrong.  To whit: Annex E page 50 asks you to perform mathematical functions on ordinal values:</p>
<blockquote><p>The third step is to calculate the measure of risk by multiplying (b × c).</p></blockquote>
<p>I just multiplied Peanut Butter by Airplane and that equals 723.58!</p>
<p><strong>THE BIG PROBLEM</strong></p>
<p>My final problem with 27005 is that it just wasn&#8217;t needed.  It doesn&#8217;t really add anything remarkable or special that we don&#8217;t already have in place in any number of other documents and standards.  It would seem that its only demonstrative use is for the purposes of auditing to standard compliance.  And I have to think that this is <em>really</em> what this document is all about, something more to serve the ISMS and the cottage industry that surrounds it.   And that&#8217;s a shame, because the field of risk management could really use someone like the ISO really putting forth a significant and good effort.</p>
]]></content:encoded>
      <pubDate>Tue, 06 Jan 2009 14:10:59 +0000</pubDate>
      <category domain="http://mobile.securityratty.com/tag/risk">risk</category>
      <category domain="http://mobile.securityratty.com/tag/risk based">risk based</category>
      <category domain="http://mobile.securityratty.com/tag/risk estimation">risk estimation</category>
      <category domain="http://mobile.securityratty.com/tag/actual management">actual management</category>
      <category domain="http://mobile.securityratty.com/tag/estimation">estimation</category>
      <category domain="http://mobile.securityratty.com/tag/management">management</category>
      <category domain="http://mobile.securityratty.com/tag/executive management">executive management</category>
      <category domain="http://mobile.securityratty.com/tag/risk management">risk management</category>
      <category domain="http://mobile.securityratty.com/tag/portfolio risk">portfolio risk</category>
      <source url="http://riskmanagementinsight.com/riskanalysis/?p=544">Thoughts on ISO 27005</source>
    </item>
  </channel>
</rss>
