<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
  <channel>
    <title><![CDATA[[SecurityRatty] tag: documents]]></title>
    <link>http://securityratty.com/tag/documents</link>
    <description></description>
    <pubDate>Tue, 05 Aug 2008 20:00:00 +0000</pubDate>
    <generator>iRatty Engine</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <item>
      <title><![CDATA[A Security Assessment of the Internet Protocol]]></title>
      <link>http://securityratty.com/article/ebac4e1107d0d958cc5b67c257c5ea71</link>
      <guid>http://securityratty.com/article/ebac4e1107d0d958cc5b67c257c5ea71</guid>
      <description><![CDATA[Interesting : Preface
The TCP/IP protocols were conceived during a time that was quite different from the hostile environment they operate in now. Yet a direct result of their effectiveness and...]]></description>
      <content:encoded><![CDATA[<p><a href="http://www.cpni.gov.uk/Docs/InternetProtocol.pdf">Interesting</a>:</p>

<blockquote><strong>Preface</strong>

<p>The TCP/IP protocols were conceived during a time that was quite different from the hostile environment they operate in now. Yet a direct result of their effectiveness and widespread early adoption is that much of today's global economy remains dependent upon them.</p>

<p>While many textbooks and articles have created the myth that the Internet Protocols (IP) were designed for warfare environments, the top level goal for the DARPA Internet Program was the sharing of large service machines on the ARPANET. As a result, many protocol specifications focus only on the operational aspects of the protocols they specify and overlook their security implications.</p>

<p>Though Internet technology has evolved, the building blocks are basically the same core protocols adopted by the ARPANET more than two decades ago. During the last twenty years many vulnerabilities have been identified in the TCP/IP stacks of a number of systems. Some were flaws in protocol implementations which affect only a reduced number of systems. Others were flaws in the protocols themselves affecting virtually every existing implementation. Even in the last couple of years researchers were still working on security problems in the core  protocols.</p>

<p>The discovery of vulnerabilities in the TCP/IP protocols led to reports being published by a number of CSIRTs (Computer Security Incident Response Teams) and vendors, which helped to raise awareness about the threats as well as the best mitigations known at the time the reports were published.</p>

<p>Much of the effort of the security community on the Internet protocols did not result in official documents (RFCs) being issued by the IETF (Internet Engineering Task Force) leading to a situation in which "known" security problems have not always been addressed by all vendors. In many cases vendors have implemented quick "fixes" to protocol flaws without a careful analysis of their effectiveness and their impact on interoperability.</p>

<p>As a result, any system built in the future according to the official TCP/IP specifications might reincarnate security flaws that have already hit our communication systems in the past.</p>

<p>Producing a secure TCP/IP implementation nowadays is a very difficult task partly because of no single document that can serve as a security roadmap for the protocols.</p>

<p>There is clearly a need for a companion document to the IETF specifications that discusses the security aspects and implications of the protocols, identifies the possible threats, proposes possible counter-measures, and analyses their respective effectiveness.</p>

<p>This document is the result of an assessment of the IETF specifications of the Internet Protocol from a security point of view. Possible threats were identified and, where possible, counter-measures were proposed.  Additionally, many implementation flaws that have led to security vulnerabilities have been referenced in the hope that future implementations will not incur the same problems. This document does not limit itself to performing a security assessment of the relevant IETF specification but also offers an assessment of common implementation strategies.</p>

<p>Whilst not aiming to be the final word on the security of the IP, this document aims to raise awareness about the many security threats based on the IP protocol that have been faced in the past, those that we are currently facing, and those we may still have to deal with in the future. It provides advice for the secure implementation of the IP, and also insights about the security aspects of the IP that may be of help to the Internet operations community.</p>

<p>Feedback from the community is more than encouraged to help this document be as accurate as possible and to keep it updated as new threats are discovered.</blockquote></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/schneier/fulltext?a=klyypK"><img src="http://feeds.feedburner.com/~f/schneier/fulltext?i=klyypK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/schneier/fulltext?a=xR8bMK"><img src="http://feeds.feedburner.com/~f/schneier/fulltext?i=xR8bMK" border="0"></img></a>
</div>]]></content:encoded>
      <pubDate>Wed, 20 Aug 2008 03:48:56 +0000</pubDate>
      <category domain="http://securityratty.com/tag/internet">internet</category>
      <category domain="http://securityratty.com/tag/assessment">assessment</category>
      <category domain="http://securityratty.com/tag/security assessment">security assessment</category>
      <category domain="http://securityratty.com/tag/security">security</category>
      <category domain="http://securityratty.com/tag/security flaws">security flaws</category>
      <category domain="http://securityratty.com/tag/flaws">flaws</category>
      <category domain="http://securityratty.com/tag/internet technology">internet technology</category>
      <category domain="http://securityratty.com/tag/internet operations community">internet operations community</category>
      <category domain="http://securityratty.com/tag/protocols">protocols</category>
      <source url="http://www.schneier.com/blog/archives/2008/08/a_security_asse.html">A Security Assessment of the Internet Protocol</source>
    </item>
    <item>
      <title><![CDATA[Debug Lotus Notes documents using extracted data]]></title>
      <link>http://securityratty.com/article/c4a3a8a25f31dad5b6e7045f1765ec29</link>
      <guid>http://securityratty.com/article/c4a3a8a25f31dad5b6e7045f1765ec29</guid>
      <description><![CDATA[When dealing with corrupt Lotus Notes documents, use this LotusScript agent to extract data into a text file to debug error...]]></description>
      <content:encoded><![CDATA[When dealing with corrupt Lotus Notes documents, use this LotusScript agent to extract data into a text file to debug error messages.<img src="http://feeds.feedburner.com/~r/WhatisEnterpriseItTipsAndExpertAdvice/~4/369046506" height="1" width="1"/>]]></content:encoded>
      <pubDate>Tue, 19 Aug 2008 05:36:57 +0000</pubDate>
      <category domain="http://securityratty.com/tag/debug error messages">debug error messages</category>
      <category domain="http://securityratty.com/tag/text file">text file</category>
      <category domain="http://securityratty.com/tag/lotusscript agent">lotusscript agent</category>
      <category domain="http://securityratty.com/tag/extract data">extract data</category>
      <source url="http://feeds.feedburner.com/~r/WhatisEnterpriseItTipsAndExpertAdvice/~3/369046506/0,289483,sid4_gci1267391,00.html">Debug Lotus Notes documents using extracted data</source>
    </item>
    <item>
      <title><![CDATA[Corporate Identity Theft]]></title>
      <link>http://securityratty.com/article/57c21b4d57a8ae63a7ec8f43043877e8</link>
      <guid>http://securityratty.com/article/57c21b4d57a8ae63a7ec8f43043877e8</guid>
      <description><![CDATA[I remember a talk by the value investor Mason Hawkins (Longleaf Funds) where someone asked him about investing overseas. He answered that he does, but mainly in places where the British flag flew at...]]></description>
      <content:encoded><![CDATA[<p>I remember a <a href="http://www.bengrahaminvesting.ca/Resources/videos.htm#hawkins">talk</a>&#160;by the value investor&#160;<a href="http://en.wikipedia.org/wiki/Mason_Hawkins">Mason Hawkins</a>&#160;(Longleaf Funds) where someone asked him about investing overseas. He answered that he does, but mainly in places where the British flag flew at some point, where there is a rule of law. Here is one example of what he is worried about and why investing in places where your assets have no legal protection does not give the investor a margin of safety.</p><div>Hermitage Fund was until recently the largest fund in Russia. From the Business Week story<a href="http://hermitagefund.com/index.pl/news/article.html?id=895"> &quot;Hijacking the Hermitage Fund&quot;</a></div><br /><blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;"><p>Corruption, intimidation, robbery, violent assault, forgery, large-scale fraud. No, not the subject of the latest John Grisham novel, but sensational allegations, made public Apr. 4 by Hermitage Capital Management -- until recently the largest foreign portfolio investor in Russia. In a detailed and damning report, titled Criminal Justice -- Russian-Style, Hermitage alleges the fund&#39;s Russian subsidiaries have fallen victim to an elaborate con designed to defraud the fund of hundreds of millions of dollars.&#160;<br />&#160;&#160;<br />The most sensational part of Hermitage&#39;s allegations is that the attempted larceny was carried out with the direct connivance of officials in the Russian police. Hermitage alleges the police seized documents and equipment that were instrumental to the attempted fraud, which involved bogus court cases based on forged documents, the aim of which was to sue Hermitage subsidiaries for hundreds of millions of dollars. &quot;The most shocking thing is not that there are corporate raiders in Russia who attempt to steal your shares,&quot; says Jamison Firestone, managing partner of Firestone Duncan, Hermitage&#39;s law firm. &quot;The shocking thing is that the police worked hand-in-hand with them, and actually performed the theft of the documents so that the corporate raiders could then do their work.&quot;</p></blockquote><div><br /><div>From the most recent Hermitage Fund letter, here is the current state:</div><br /><br /></div><blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;"><p>So the two-pronged scam worked in one area and failed in another. The perpetrators weren’t able to steal the assets from us based on the fake court claims, but they were able to steal $230 million from the Russian government by filing amended tax returns on behalf of our stolen companies. What makes this story even more shocking is that we filed six 255-page criminal complaints with the Russian authorities in December last year, one month before the tax fraud took place, and they did nothing to stop it. Two complaints were sent to the Russian General Prosecutor, two to the Russian State Investigative Committee and two to the Internal Affairs Department of the Interior Ministry. There was enough information to prevent the fraud and indict a number of people behind it if the government had acted.&#160;</p><p>Instead of doing anything to save the Russian state from this highly sophisticated and organized looting, two of our complaints were thrown out immediately; two were returned to the same Interior Ministry official we were complaining about (essentially, he was being asked to “investigate himself”); and one was thrown out for “lack of any crime committed.” Only one complaint was taken seriously. It was taken up by the Russian State Investigative Committee in early February, but before it could get any traction, the case was lowered to the South region of the Moscow district of the State Investigative Committee (the lowest level of the Committee) and by June, another senior Interior Ministry official whom we had named in our complaint had joined the “investigation” team (again, to “investigate himself”). To this day there has been no serious response by the Russian authorities to this massive fraud against the Russian state.&#160;</p><p>As we described in our April letter, the problem of corporate “raiding” is now so endemic in Russia that President Medvedev speaks about it as one of the biggest problems faced by Russian businesses. In this case, raiders have taken this problem to a new and absurd extreme by “raiding” the Russian state itself and so far getting away with it. Together with HSBC, we will shortly be filing new criminal complaints with the Russian General Prosecutor and Russian State Investigative Committee as well as with many law enforcement authorities outside of Russia. It is hard to predict what will happen next in this unfolding and unbelievable saga, but as always we will keep you updated on any further developments as they arise.</p></blockquote><blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;"><br /></blockquote><p>Of course we see individual identity theft on a regular basis (actually as Ross Anderson points out its not really identity theft but poor controls on the bank&#39;s parts using SSNs as secrets and so on), but you dont see a major corporation stolen every day.</p>]]></content:encoded>
      <pubDate>Sat, 16 Aug 2008 05:58:30 +0000</pubDate>
      <category domain="http://securityratty.com/tag/russian police">russian police</category>
      <category domain="http://securityratty.com/tag/police">police</category>
      <category domain="http://securityratty.com/tag/russian">russian</category>
      <category domain="http://securityratty.com/tag/russian government">russian government</category>
      <category domain="http://securityratty.com/tag/government">government</category>
      <category domain="http://securityratty.com/tag/identity theft">identity theft</category>
      <category domain="http://securityratty.com/tag/russian-style">russian-style</category>
      <category domain="http://securityratty.com/tag/hermitage">hermitage</category>
      <category domain="http://securityratty.com/tag/fund">fund</category>
      <source url="http://1raindrop.typepad.com/1_raindrop/2008/08/corporate-identity-theft.html">Corporate Identity Theft</source>
    </item>
    <item>
      <title><![CDATA[Security Researchers Embarrassed After Successful Hackers Attack]]></title>
      <link>http://securityratty.com/article/4207699a3d65e10f40cdef5233279182</link>
      <guid>http://securityratty.com/article/4207699a3d65e10f40cdef5233279182</guid>
      <description><![CDATA[Chief strategy officer for security firm StillSecure and security consultant Alan Shimel woke on Sunday morning to discover that his personal blog, which is frequently visited by readers and press,...]]></description>
      <content:encoded><![CDATA[Chief strategy officer for security firm StillSecure and security consultant Alan Shimel woke on Sunday morning to discover that his personal blog, which is frequently visited by readers and press, was pointing to a website featuring explicit gay porn. Equally disturbing, he found someone had cracked open his Yahoo! Mail account and published sensitive documents [...]]]></content:encoded>
      <pubDate>Thu, 14 Aug 2008 13:40:48 +0000</pubDate>
      <category domain="http://securityratty.com/tag/chief strategy officer">chief strategy officer</category>
      <category domain="http://securityratty.com/tag/explicit gay porn">explicit gay porn</category>
      <category domain="http://securityratty.com/tag/security firm stillsecure">security firm stillsecure</category>
      <category domain="http://securityratty.com/tag/personal blog">personal blog</category>
      <category domain="http://securityratty.com/tag/mail account">mail account</category>
      <category domain="http://securityratty.com/tag/sensitive documents">sensitive documents</category>
      <category domain="http://securityratty.com/tag/sunday">sunday</category>
      <category domain="http://securityratty.com/tag/website">website</category>
      <category domain="http://securityratty.com/tag/discover">discover</category>
      <source url="http://cyberinsecure.com/security-researchers-embarrassed-after-successful-hackers-attack/">Security Researchers Embarrassed After Successful Hackers Attack</source>
    </item>
    <item>
      <title><![CDATA[UPDATES GALORE! or, THE PRONOUN WE MEANS YOU AND ME!]]></title>
      <link>http://securityratty.com/article/6ebd2507c3c7a5fbc11f6123a9af9559</link>
      <guid>http://securityratty.com/article/6ebd2507c3c7a5fbc11f6123a9af9559</guid>
      <description><![CDATA[So much traveling, so little blogging. Sorry everyone. Ive gotta say first that I really enjoyed meeting readers and friends of the blog this past two weeks
Today, allow me to update you on FAIR and...]]></description>
      <content:encoded><![CDATA[<p>So much traveling, so little blogging.  Sorry everyone.  I&#8217;ve gotta say first that I really enjoyed meeting readers and friends of the blog this past two weeks.</p>
<p>Today, allow me to update you on FAIR and the movement towards a formal, open standard.  There&#8217;s a couple of cool things going on in our little risk-world.</p>
<p>First, The Open Group Security Forum continues to move towards a formal adoption of FAIR.</p>
<p><strong>WHAT DO YOU MEAN &#8220;WE&#8221; - YOU GOT A STANDARDS BODY IN YOUR POCKET OR SOMETHING?</strong></p>
<p>Our meeting in Chicago a few weeks ago was great, but also slightly disturbing for me. I got pronoun-confusion syndrome.   I&#8217;m used to using the &#8220;we&#8221; pronoun to refer to RMI, or Jack and myself as we vet the models.  So without even thinking I would said &#8220;we have been looking at how loss occurs, and may want to change the model some&#8221; and The Open Group Members freaked out (rightfully so).  Adrian Seccombe gently reminded me that the &#8220;we&#8221; was now the Security Forum, and that &#8220;we&#8221; didn&#8217;t go changing things at will without vetting against each other.  Man I love this stuff.  I get to run our thoughts and ideas past some great folks now - you know, those smart people who tend to have really complex problems and are trying hard to solve them.<br />
<span style="color: #000080;"><strong><br />
Formal Adoption:  Soon, Very Soon Now</strong></span></p>
<p>Formal Adoption basically means we&#8217;ve made this document, everyone is close to saying that they generally like it, and once that finally happens then &#8220;bam&#8221;, we&#8217;re ready to move onward and upward with better things (see Cookbooks, below).  We&#8217;ve got a couple of changes to the current document that have been requested that aren&#8217;t a big deal.  For example, one request is that we make some statement about general applicability of FAIR to risk domains outside of the IT realm.   But once additions like that and others are done, this long process should be complete.</p>
<p><span style="color: #000080;"><strong>New Document Moving Towards Public Release:</strong></span></p>
<p>We&#8217;ve got a basic document that should be public in the next few weeks on <em><strong>&#8220;What Makes a Good Risk Assessment Methodology&#8221;</strong></em> - written by yours truly and Jack.  It&#8217;s a very high-level document, and serves two purposes:</p>
<ul>
<li>For novices it helps parse out what is important in any undertaking to understand corporate risk (the repeated discussions on the ISO 27001 mailing list make me think it would be a place ripe for such a document).</li>
<li>For those who &#8220;know&#8221; risk, it helps to re-establish some fundamental principles like the use of scales (ratio, please), the implications of dealing in probabilities, what attributes like consistency and defensibility mean, how &#8220;risk&#8221; should be reported to the business (something you know, meaningful) and so on.</li>
</ul>
<p>When this doc is deemed ready for public consumption I&#8217;ll be sure to post on this blog here.</p>
<p><strong>COOKBOOKS, EUROPEAN AGENCIES, AND, IRON CHEF &#8220;RISK&#8221; - WHOSE CUISINE WILL REIGN SUPREME?</strong></p>
<p>One interesting thing that came up in the Chicago meeting was that <strong><a href="http://www.enisa.europa.eu/">ENISA</a></strong> (The European Network and Information Security Agency) developed a very nice document that reviewed something like 18 different risk assessment methodologies against their Criteria for Goodness.  FAIR was one of the ones they reviewed, and we (the royal &#8220;we&#8221; used there to include all us FAIR-Folk) did awfully well.  Things of interest:</p>
<ol>
<li>They based their work on the current introduction paper which is not at all a step-by-step guide towards an organizational risk assessment (what ENISA really wanted) and we did pretty well.  Well enough that if we had developed a paper along the lines of NIST 800-30 or OCTAVE for the use of FAIR in a formal process, we could have done <em><strong>really, really</strong></em> well.  Like won-the-bake-off kind of well.</li>
<li>FAIR is actually not at all incongruous to many of the risk assessment methodologies offered, and in fact compliments many of them by letting those methodologies develop real, structured probabilities.  Think OCTAVE, where they basically say &#8220;math is (probabilities are) hard, so if you want to do them for reals, good luck!  But here&#8217;s a nonsensical way to do things if you want to believe in <span style="color: #ff00ff;"><em>magic-fairy risk</em></span>&#8220;.  FAIR fits right in there by stomping on the magic-fairy risk with the jack-boots of rationality.  FAIR similarly helps other risk standards that might lack structured probability development.</li>
</ol>
<p>So The Open Group Security Forum decided that though we could create a new document and totally p0wn any future ENISA bake-off, there wasn&#8217;t much demand for the development of that documentation by the membership  - a point which was made quite apparent at the beginning of the discussion when one large European company CISO asked &#8220;What&#8217;s ENISA?&#8221;  Relevancy is everything, I suppose.</p>
<p>But that second item up there - the one about helping rather than competing with other &#8220;risk assessment methodologies&#8221; - really struck a chord.  So &#8220;we&#8221; (The Security Forum) are going to develop some &#8220;Cookbooks&#8221; that basically are high-level documents that say &#8220;If you want to use FAIR with (OCTAVE/COSO/CoBIT/Whatever) here&#8217;s how it fits, makes it better, and improves your life.  I&#8217;m pretty excited about these, and our first document looks like it&#8217;s going to be COSO integration.</p>
<p><strong>THE OPEN GROUP SECURITY FORUM - THEY&#8217;RE A TRUSTING BUNCH (WITH QUALIFICATION, OF COURSE)<br />
</strong></p>
<p>Finally, many people have asked me &#8220;Why work with The Open Group?&#8221;  There are many reasons, to be sure, but I will give you one example.  Members of the Security Forum there are not only great at vetting the model and getting consensus on risk and risk factors - but they&#8217;re quick to start applying.  So in Chicago, I thought I&#8217;d be talking about FAIR and the standard and fighting groupthink.  Nope.  Not at all.  In fact, the forum members spent more time suddenly discussing use of FAIR in a new Trust Model they&#8217;re developing.  So all of the sudden, I&#8217;m part of a new and exciting project to develop a Trust Model - how cool is that?  While formal adoption of the Trust Model will be necessarily long and deliberate - the collaboration and development is happening much faster than I can keep up with.  But if you all will allow me, it will help me get my head around it all by blogging about it later this week.  So be prepared to read about me dealing in &#8220;Trust&#8221; a little bit.</p>
]]></content:encoded>
      <pubDate>Wed, 13 Aug 2008 11:24:17 +0000</pubDate>
      <category domain="http://securityratty.com/tag/risk">risk</category>
      <category domain="http://securityratty.com/tag/risk assessment methodologies">risk assessment methodologies</category>
      <category domain="http://securityratty.com/tag/security forum">security forum</category>
      <category domain="http://securityratty.com/tag/forum">forum</category>
      <category domain="http://securityratty.com/tag/magic-fairy risk">magic-fairy risk</category>
      <category domain="http://securityratty.com/tag/risk standards">risk standards</category>
      <category domain="http://securityratty.com/tag/fair">fair</category>
      <category domain="http://securityratty.com/tag/risk-world">risk-world</category>
      <category domain="http://securityratty.com/tag/fair similarly helps">fair similarly helps</category>
      <source url="http://riskmanagementinsight.com/riskanalysis/?p=381">UPDATES GALORE! or, THE PRONOUN WE MEANS YOU AND ME!</source>
    </item>
    <item>
      <title><![CDATA[Configure Microsoft SharePoint mobile access via Exchange Server 2007]]></title>
      <link>http://securityratty.com/article/4c1f507c7504d990307da0d88e88c465</link>
      <guid>http://securityratty.com/article/4c1f507c7504d990307da0d88e88c465</guid>
      <description><![CDATA[Mobile access to Microsoft SharePoint documents in Exchange Server 2007 is more secure. Learn how to implement SharePoint document access for mobile...]]></description>
      <content:encoded><![CDATA[Mobile access to Microsoft SharePoint documents in Exchange Server 2007 is more secure. Learn how to implement SharePoint document access for mobile users.<img src="http://feeds.feedburner.com/~r/WhatisEnterpriseItTipsAndExpertAdvice/~4/363024399" height="1" width="1"/>]]></content:encoded>
      <pubDate>Tue, 12 Aug 2008 07:25:56 +0000</pubDate>
      <category domain="http://securityratty.com/tag/mobile access">mobile access</category>
      <category domain="http://securityratty.com/tag/exchange server">exchange server</category>
      <category domain="http://securityratty.com/tag/microsoft sharepoint documents">microsoft sharepoint documents</category>
      <category domain="http://securityratty.com/tag/mobile users">mobile users</category>
      <category domain="http://securityratty.com/tag/secure">secure</category>
      <source url="http://feeds.feedburner.com/~r/WhatisEnterpriseItTipsAndExpertAdvice/~3/363024399/0,289483,sid43_gci1324961,00.html">Configure Microsoft SharePoint mobile access via Exchange Server 2007</source>
    </item>
    <item>
      <title><![CDATA[Sorry CharlieCard, Your Security Model Is Broken]]></title>
      <link>http://securityratty.com/article/f11af6f7a39f4309ead15fadb8a610f7</link>
      <guid>http://securityratty.com/article/f11af6f7a39f4309ead15fadb8a610f7</guid>
      <description><![CDATA[It sure seems like the CharlieCard , which is used by the Boston subway system, has a serious security weakness. The MBTA has sued 3 MIT students to stop them from giving a planned talk at DEFCON...]]></description>
      <content:encoded><![CDATA[<p>It sure seems like the <a href="http://www.mbta.com/fares_and_passes/charlie/">CharlieCard</a>, which is used by the Boston subway system, has a serious security weakness.  The MBTA has <a href="http://www.theregister.co.uk/2008/08/09/defcon_speakers_sued/">sued 3 MIT students</a> to stop them from giving a planned  talk at DEFCON.</p>
<p>Doesn&#8217;t this seem backwards to you?  Shouldn&#8217;t the MBTA be suing the vendor who sold them the flawed system?  Security problems go away by mandating independant security testing before a product is accepted, not by trying to get security researchers to be quiet.  This is a good example of how the reactive approach doesn&#8217;t work.  The flaws are still in the system and suing researchers has just <a href="http://en.wikipedia.org/wiki/Streisand_effect">shined a bright light</a> on them.</p>
<p><strong>Update 08/09/2008 6:00pm EST:</strong></p>
<p>The <a href="http://www.computerworld.com/action/article.do?command=viewArticleBasic&amp;articleId=9112160&amp;intsrc=news_ts_head">EFF is appealing the injunction</a> which is blocking the students from speaking about the results of their testing.</p>
<p>A telling quote from Kurt Opsahl, staff attorney at the EFF gets to the heart of the issue:</p>
<blockquote><p>&#8220;Courts have found that the First Amendment covers these things. We believe that this is a protected speech activity. When you discuss security issues, if you are telling the truth, that is something that should be protected.&#8221;</p></blockquote>
<p>Apparently the MBTA has known about this problem since at least March, 2008 when a graduate student from the University of Virginia announced <a href="http://www.boston.com/business/articles/2008/03/06/t_card_has_security_flaw_says_researcher/">he was able to break the encryption system</a>.</p>
<p>The U of VA researcher gave an interview where he described why security by obscurity is not a valid security approach for a cryptosystem:</p>
<blockquote><p><strong>Q:</strong> What are your thoughts on security by obscurity? Is NXP using this method of protection?</p>
<p><strong>A:</strong> Security-through-obscurity hardly ever works. The lack of proper peer-review often even hurts the security of the system. Our Mifare work discovered several vulnerabilities that could be fixed without increasing the cost of the cards. NXP did for a long time rely on obscurity for the security of some of their products, but now decided against this outdated design approach and instead bases the security of newer RFID cards on publicly scrutinized cryptography and independent evaluations.</p>
<p><strong>Q:</strong> Can you explain &#8220;Kerckhoffs Principle&#8221; and why it applies to your work?</p>
<p><strong>A:</strong> Kerchoff, who lived in the 19th century, observed that keeping anything secret is really hard. So instead of relying on the secrecy of your whole system, it would a lot easier to only rely on the secrecy of a small secret key. Security systems should hence be publicly known and analyzed, and only the key should be secret. When properly realised for RFID cards, Kerchoff&#8217;s principle means that by analyzing their own cards, thieves cannot compromise your cards. This is contrary to our Mifare work, where we only analyzed a few copies of the the secret algorithm that is found in all cards and were consequently able affect the security of all the other billion cards out there.</p></blockquote>
<p>The MBTA not only accepted a security system which relied on security by obscurity but once accepting this flawed model must try to maintain this obscurity with the court system.</p>
<p>The documents detailing the presentation are <a href="http://www.tgdaily.com/content/view/38817/108/">here.</a></p>
]]></content:encoded>
      <pubDate>Sat, 09 Aug 2008 10:57:40 +0000</pubDate>
      <category domain="http://securityratty.com/tag/security">security</category>
      <category domain="http://securityratty.com/tag/security researchers">security researchers</category>
      <category domain="http://securityratty.com/tag/valid security approach">valid security approach</category>
      <category domain="http://securityratty.com/tag/system">system</category>
      <category domain="http://securityratty.com/tag/encryption system">encryption system</category>
      <category domain="http://securityratty.com/tag/boston subway system">boston subway system</category>
      <category domain="http://securityratty.com/tag/discuss security issues">discuss security issues</category>
      <category domain="http://securityratty.com/tag/court system">court system</category>
      <category domain="http://securityratty.com/tag/security systems">security systems</category>
      <source url="http://www.veracode.com/blog/2008/08/sorry-charliecard-your-security-model-is-broken/">Sorry CharlieCard, Your Security Model Is Broken</source>
    </item>
    <item>
      <title><![CDATA[DoJ: Credit card thefts helped by 'well designed' software]]></title>
      <link>http://securityratty.com/article/2c4db515fae5e44eb370a00f82300980</link>
      <guid>http://securityratty.com/article/2c4db515fae5e44eb370a00f82300980</guid>
      <description><![CDATA[The intruders whom the U.S. Department of Justice alleges stole tens of millions of credit and debit card numbers were bold, global, skilled and making millions of dollars, according to details in...]]></description>
      <content:encoded><![CDATA[The intruders whom the U.S. Department of Justice alleges stole tens of millions of credit and debit card numbers were bold, global, skilled and making millions of dollars, according to details in charging documents.]]></content:encoded>
      <pubDate>Wed, 06 Aug 2008 20:00:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/justice alleges">justice alleges</category>
      <category domain="http://securityratty.com/tag/credit">credit</category>
      <category domain="http://securityratty.com/tag/debit card">debit card</category>
      <category domain="http://securityratty.com/tag/millions">millions</category>
      <category domain="http://securityratty.com/tag/tens">tens</category>
      <category domain="http://securityratty.com/tag/department">department</category>
      <category domain="http://securityratty.com/tag/global">global</category>
      <category domain="http://securityratty.com/tag/intruders">intruders</category>
      <category domain="http://securityratty.com/tag/documents">documents</category>
      <source url="http://www.networkworld.com/news/2008/080608-doj-credit-card-thefts-helped.html?fsrc=rss-security">DoJ: Credit card thefts helped by 'well designed' software</source>
    </item>
    <item>
      <title><![CDATA[ID theft ring attacked retailers on multiple levels]]></title>
      <link>http://securityratty.com/article/96dff7fbec2af733d26d2a2bc4e17bd0</link>
      <guid>http://securityratty.com/article/96dff7fbec2af733d26d2a2bc4e17bd0</guid>
      <description><![CDATA[Hackers used sophisticated attacks to steal millions of credit card numbers from U.S. retailers, according to court...]]></description>
      <content:encoded><![CDATA[Hackers used sophisticated attacks to steal millions of credit card numbers from U.S. retailers, according to court documents.
<p><a href="http://feeds.computerworld.com/~a/Computerworld/Security/News?a=3ZA5MB"><img src="http://feeds.computerworld.com/~a/Computerworld/Security/News?i=3ZA5MB" border="0"></img></a></p><img src="http://feeds.computerworld.com/~r/Computerworld/Security/News/~4/357787664" height="1" width="1"/>]]></content:encoded>
      <pubDate>Wed, 06 Aug 2008 09:00:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/retailers">retailers</category>
      <category domain="http://securityratty.com/tag/credit card">credit card</category>
      <category domain="http://securityratty.com/tag/court documents">court documents</category>
      <category domain="http://securityratty.com/tag/millions">millions</category>
      <category domain="http://securityratty.com/tag/attacks">attacks</category>
      <category domain="http://securityratty.com/tag/hackers">hackers</category>
      <source url="http://feeds.computerworld.com/~r/Computerworld/Security/News/~3/357787664/article.do">ID theft ring attacked retailers on multiple levels</source>
    </item>
    <item>
      <title><![CDATA[ID theft ring attacked retailers on multiple levels]]></title>
      <link>http://securityratty.com/article/9c1ddab53260cfd06393ac6c2d592a26</link>
      <guid>http://securityratty.com/article/9c1ddab53260cfd06393ac6c2d592a26</guid>
      <description><![CDATA[A ring of identity thieves that targeted U.S. retailers used sophisticated and multifaceted attacks to steal more than 40 million credit and debit card numbers from TJX, OfficeMax, Barnes &amp; Noble and...]]></description>
      <content:encoded><![CDATA[A ring of identity thieves that targeted U.S. retailers used sophisticated and multifaceted attacks to steal more than 40 million credit and debit card numbers from TJX, OfficeMax, Barnes & Noble and other companies, according to court documents.]]></content:encoded>
      <pubDate>Tue, 05 Aug 2008 20:00:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/retailers">retailers</category>
      <category domain="http://securityratty.com/tag/million credit">million credit</category>
      <category domain="http://securityratty.com/tag/debit card">debit card</category>
      <category domain="http://securityratty.com/tag/identity thieves">identity thieves</category>
      <category domain="http://securityratty.com/tag/court documents">court documents</category>
      <category domain="http://securityratty.com/tag/attacks">attacks</category>
      <category domain="http://securityratty.com/tag/companies">companies</category>
      <category domain="http://securityratty.com/tag/officemax">officemax</category>
      <category domain="http://securityratty.com/tag/noble">noble</category>
      <source url="http://www.networkworld.com/news/2008/080608-id-theft-ring-attacked-retailers.html?fsrc=rss-security">ID theft ring attacked retailers on multiple levels</source>
    </item>
  </channel>
</rss>
