<?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: replacement]]></title>
    <link>http://securityratty.com/tag/replacement</link>
    <description></description>
    <pubDate>Thu, 26 Jun 2008 14:33:51 +0000</pubDate>
    <generator>iRatty Engine</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <item>
      <title><![CDATA[Giving Out Replacement Hotel Keys]]></title>
      <link>http://securityratty.com/article/542f16268a3db761c37b339fd48c2076</link>
      <guid>http://securityratty.com/article/542f16268a3db761c37b339fd48c2076</guid>
      <description><![CDATA[It's a tough security trade-off. Guests lose their hotel room keys, and the hotel staff needs to be accommodating. But at the same time, they can't be giving out hotel room keys to anyone claiming to...]]></description>
      <content:encoded><![CDATA[<p>It's a tough security trade-off.  Guests lose their hotel room keys, and the hotel staff needs to be accommodating.  But at the same time, they can't be giving out hotel room keys to anyone claiming to have lost one.  Generally, hotels ask to see some ID before giving out a replacement key and, if the guest doesn't have his wallet with him, have someone walk to the room with the key and check their ID.</p>

<p>This normally works pretty well, but there's a <a href="http://www.brisbanetimes.com.au/news/queensland/room-key-given-to-rapist-hotel-guest/2008/10/29/1224956099579.html">court case in Brisbane</a> right now about a hotel giving a room key to someone who ended up sexually attacking the woman who had rented the room.</p>

<blockquote>In civil action launched yesterday, the woman alleges the man was given the spare access key to her room by a hotel staffer.</blockquote>

<p>The article doesn't say what kind of authentication the hotel requested or received.</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/schneier/fulltext?a=qKbJN"><img src="http://feeds.feedburner.com/~f/schneier/fulltext?i=qKbJN" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/schneier/fulltext?a=I9pEN"><img src="http://feeds.feedburner.com/~f/schneier/fulltext?i=I9pEN" border="0"></img></a>
</div>]]></content:encoded>
      <pubDate>Thu, 13 Nov 2008 09:12:22 +0000</pubDate>
      <category domain="http://securityratty.com/tag/hotel">hotel</category>
      <category domain="http://securityratty.com/tag/hotel staff">hotel staff</category>
      <category domain="http://securityratty.com/tag/key">key</category>
      <category domain="http://securityratty.com/tag/spare access key">spare access key</category>
      <category domain="http://securityratty.com/tag/hotel staffer">hotel staffer</category>
      <category domain="http://securityratty.com/tag/keys">keys</category>
      <category domain="http://securityratty.com/tag/replacement key">replacement key</category>
      <category domain="http://securityratty.com/tag/woman alleges">woman alleges</category>
      <category domain="http://securityratty.com/tag/woman">woman</category>
      <source url="http://www.schneier.com/blog/archives/2008/11/giving_out_repl.html">Giving Out Replacement Hotel Keys</source>
    </item>
    <item>
      <title><![CDATA[The Skein Hash Function]]></title>
      <link>http://securityratty.com/article/c65ce3834e7790e113fa9e1fd1504568</link>
      <guid>http://securityratty.com/article/c65ce3834e7790e113fa9e1fd1504568</guid>
      <description><![CDATA[NIST is holding a competition to replace the SHA family of hash functions, which have been increasingly under attack . (I wrote about an early NIST hash workshop here
Skein is our submission (myself...]]></description>
      <content:encoded><![CDATA[<p>NIST is <a href="http://csrc.nist.gov/groups/ST/hash/sha-3/index.html">holding a competition</a> to replace the SHA family of hash functions, which have been <a href="http://www.schneier.com/blog/archives/2005/02/cryptanalysis_o.html">increasingly under attack</a>.  (I wrote about an early NIST hash workshop <a href="http://www.schneier.com/blog/archives/2005/10/nist_hash_works_1.html">here</a>.)</p>

<p>Skein is our submission (myself and seven others: <a href="http://en.wikipedia.org/wiki/Niels_Ferguson">Niels Ferguson</a>, <a href="http://th.informatik.uni-mannheim.de/People/Lucks/">Stefan Lucks</a>, <a href="http://www.hifn.com/executiveTeam.aspx?id=182">Doug Whiting</a>, <a href="http://www-cse.ucsd.edu/~mihir/">Mihir Bellare</a>, <a href="http://www.cs.washington.edu/homes/yoshi/">Tadayoshi Kohno</a>, <a href="http://www.pgp.com/about_pgp_corporation/management.html">Jon Callas</a>, and Jesse Walker).  <a href="http://www.schneier.com/skein.pdf">Here's</a> the paper:</p>

<blockquote><strong>Executive Summary</strong>

<p>Skein is a new family of cryptographic hash functions.  Its design combines speed, security, simplicity, and a great deal of flexibility in a modular package that is easy to analyze.</p>

<p>Skein is fast.  Skein-512 -- our primary proposal -- hashes data at 6.1 clock cycles per byte on a 64-bit CPU.  This means that on a 3.1 GHz x64 Core 2 Duo CPU, Skein hashes data at 500 MBytes/second per core -- almost twice as fast as SHA-512 and three times faster than SHA-256.  An optional hash-tree mode speeds up parallelizable implementations even more.  Skein is fast for short messages, too; Skein-512 hashes short messages in about 1000 clock cycles.</p>

<p>Skein is secure.  Its conservative design is based on the Threefish block cipher.  Our current best attack on Threefish-512 is on 25 of 72 rounds, for a safety factor of 2.9. For comparison, at a similar stage in the standardization process, the AES encryption algorithm had an attack on 6 of 10 rounds, for a safety factor of only 1.7.  Additionally, Skein has a number of provably secure properties, greatly increasing confidence in the algorithm.</p>

<p>Skein is simple.  Using only three primitive operations, the Skein compression function can be easily understood and remembered.  The rest of the algorithm is a straightforward iteration of this function.</p>

<p>Skein is flexible.  Skein is defined for three different internal state sizes -- 256 bits, 512 bits, and 1024 bits -- and any output size.  This allows Skein to be a drop-in replacement for the entire SHA family of hash functions.  A completely optional and extendable argument system makes Skein an efficient tool to use for a very large number of functions: a PRNG, a stream cipher, a key derivation function, authentication without the overhead of HMAC, and a personalization capability.  All these features can be implemented with very low overhead.  Together with the Threefish large-block cipher at Skein core, this design provides a full set of symmetric cryptographic primitives suitable for most modern applications.</p>

<p>Skein is efficient on a variety of platforms, both hardware and software.  Skein-512 can be implemented in about 200 bytes of state.  Small devices, such as 8-bit smart cards, can implement Skein-256 using about 100 bytes of memory.  Larger devices can implement the larger versions of Skein to achieve faster speeds.</p>

<p>Skein was designed by a team of highly experienced cryptographic experts from academia and industry, with expertise in cryptography, security analysis, software, chip design, and implementation of real-world cryptographic systems.  This breadth of knowledge allowed them to create a balanced design that works well in all environments.</blockquote></p>

<p><a href="http://www.schneier.com/code/skein_NIST_CD_101308.zip">Here's</a> source code, text vectors, and the like for Skein.  Watch the <a href="http://www.schneier.com/skein.html">Skein website</a> for any updates -- new code, new results, new implementations, the proofs.</p>

<p>NIST's deadline is Friday.  It seems as if everyone -- including many amateurs -- is working on a hash function, and I predict that NIST will receive at least 80 submissions.  (Compare this to the 21 submissions NIST received -- five were rejected as not being complete --  for the AES competition in 1998.)  I expect people to start posting their submissions over the weekend.  (Ron Rivest already <a href="http://people.csail.mit.edu/rivest/Rivest-TheMD6HashFunction.ppt">presented</a> MD6 at Crypto in August.)  Probably the best place to watch for new hash functions is <a href="http://planeta.terra.com.br/informatica/paulobarreto/hflounge.html">here</a>; I'll try to keep a listing of the submissions myself.</p>

<p>The selection process will take around four years.  I've previously called this sort of thing a cryptographic demolition derby -- last one left standing wins -- but that's only half true.  Certainly all the groups will spend the next couple of years trying to cryptanalyze each other, but in the end there will be a bunch of unbroken algorithms; NIST will select one based on performance and features.</p>

<p>NIST has stated that the goal of this process is not to choose the best standard but to choose a good standard.  I think that's smart of them; in this process, "best" is the enemy of "good."  My advice is this: immediately sort them based on performance and features.  Ask the cryptographic community to focus its attention on the top dozen, rather than spread its attention across all 80 -- although I also expect that most of the amateur submissions will be rejected by NIST for not being "complete and proper."  Otherwise, people will break the easy ones and the better ones will go unanalyzed.</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/schneier/fulltext?a=RsFiM"><img src="http://feeds.feedburner.com/~f/schneier/fulltext?i=RsFiM" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/schneier/fulltext?a=VuObM"><img src="http://feeds.feedburner.com/~f/schneier/fulltext?i=VuObM" border="0"></img></a>
</div>]]></content:encoded>
      <pubDate>Wed, 29 Oct 2008 01:35:29 +0000</pubDate>
      <category domain="http://securityratty.com/tag/skein">skein</category>
      <category domain="http://securityratty.com/tag/hash function">hash function</category>
      <category domain="http://securityratty.com/tag/function">function</category>
      <category domain="http://securityratty.com/tag/implement skein-256">implement skein-256</category>
      <category domain="http://securityratty.com/tag/implement">implement</category>
      <category domain="http://securityratty.com/tag/skein hashes data">skein hashes data</category>
      <category domain="http://securityratty.com/tag/skein website">skein website</category>
      <category domain="http://securityratty.com/tag/hashes data">hashes data</category>
      <category domain="http://securityratty.com/tag/key derivation function">key derivation function</category>
      <source url="http://www.schneier.com/blog/archives/2008/10/the_skein_hash.html">The Skein Hash Function</source>
    </item>
    <item>
      <title><![CDATA[Reputation Damage & Measurement]]></title>
      <link>http://securityratty.com/article/d9577961443ca1c3cd93223077fbca5f</link>
      <guid>http://securityratty.com/article/d9577961443ca1c3cd93223077fbca5f</guid>
      <description><![CDATA[Reputation damage can be one of the most difficult concepts to build measurements around. In fact, it can be difficult to develop the actual metrics for the measurements, as well. Damage to things...]]></description>
      <content:encoded><![CDATA[<p>Reputation damage can be one of the most difficult concepts to build measurements around.  In fact, it can be difficult to develop the actual metrics for the measurements, as well.  Damage to things like &#8220;corporate reputation&#8221; and &#8220;goodwill&#8221; and &#8220;brand equity&#8221; can be difficult to wrap even reasonable dollar estimates around (When I use FAIR, I really only care to use one metric when describing loss magnitudes - the almighty currency).</p>
<p>Complicating factors is the impact (or lack thereof) of incidents on stock price.  Many researchers who identify themselves with the <strong><a href="http://www.amazon.com/New-School-Information-Security/dp/0321502787">New School of Information Security</a></strong> (yours truly included) want to immediately look at stock price as a bell-weather metric for incident impact.  I think this stems from our days of slinging FUD, back when we could scream &#8220;Buy a firewall or we&#8217;ll have an incident and you&#8217;ll be on the front page of the paper and the stock price will go down!&#8221;  But these days notable incidents seem to suggest that the impact on stock price for an incident is short lived.  <em><strong>With qualifications, of course.</strong></em></p>
<p>So what would/should we make of this from <a href="http://www.money.co.uk/article/1001229-12-million-wiped-off-helphire-stock-after-malicious-gmail-sent-to-clients.htm">Money.co.uk</a>?</p>
<p style="text-align: center;"><strong>£12million ($24m) Wiped off Helphire Stock after Malicious Email Sent to Clients</strong></p>
<blockquote><p>Car hire firm Helphire have taken Google to court after a malicious email sent from a Gmail account saw their shares plummet £12million in a single day.</p>
<p>The Bath-based business who specialise in providing replacement cars to &#8216;no-fault&#8217; drivers involved in accidents on behalf of car insurance companies, initiated legal proceedings against the search engine giant as part of their attempt to find out who is responsible for sending the defamatory mailing.</p>
<p>Google are now known to have complied with the court order and have controversially supplied details of the email account and ISP used by the meddler.</p>
<p>Written under the psudoname Peter Franks, the 1200 word email is know to have been sent from a gmail account that was opened specifically for this purpose and closed a few minutes after the damage had been done&#8230;</p>
<p>&#8230;The misdemeanour couldn’t have come at a worse time for the struggling firm who have undergone a £45million rights issue and seen a 75% drop in the value of their stock already this year.</p></blockquote>
<p>That last paragraph, for me, explains some of the difficulty in tying reputation damage to stock decreases.  It&#8217;s like when you read the headlines from Bloomberg about why the days stocks (or commodity) prices are up or down.  You know, the &#8220;Oil closes $3 higher on news that a notable South American dictator has a rather unpleasant boil in a very uncomfortable area&#8221; type of headlines.  You really do have to question the causality and correlation.  So in the Helphire case above - is this new drop in stock really because of the email sent?  If so, should we view that $24mil number as an independent data point to describe this sort of attack on reputation, or is the magnitude aggravated due to the long-term trend of stock price?</p>
<p>Even when we have &#8220;Objective Data&#8221; (an in-joke for Adam S.) like this decline in stock price, it is really difficult to provide any sort of precise estimate or measurement - about the future, present or past.  The best we can do is use ranges, distributions, that are reasonable based on evidence and observation.</p>
<p>So it&#8217;s worth filing away this sort of datum for future use - while dutifully acknowledging the qualifiers we might place around it.</p>
<p>So the questions I ask here - what should we make of this new information, and how should we view the $24million drop - they&#8217;re not rhetorical.  I am very interested in your views and welcome your comments!</p>
]]></content:encoded>
      <pubDate>Fri, 22 Aug 2008 10:33:56 +0000</pubDate>
      <category domain="http://securityratty.com/tag/stock">stock</category>
      <category domain="http://securityratty.com/tag/helphire stock">helphire stock</category>
      <category domain="http://securityratty.com/tag/reputation damage">reputation damage</category>
      <category domain="http://securityratty.com/tag/reputation">reputation</category>
      <category domain="http://securityratty.com/tag/stock price">stock price</category>
      <category domain="http://securityratty.com/tag/damage">damage</category>
      <category domain="http://securityratty.com/tag/email">email</category>
      <category domain="http://securityratty.com/tag/email account">email account</category>
      <category domain="http://securityratty.com/tag/malicious email">malicious email</category>
      <source url="http://riskmanagementinsight.com/riskanalysis/?p=387">Reputation Damage &amp; Measurement</source>
    </item>
    <item>
      <title><![CDATA[Microsoft seeds WSUS with Windows 7 Client]]></title>
      <link>http://securityratty.com/article/ef6975d3a7b01a8d5e63a6b844f263f6</link>
      <guid>http://securityratty.com/article/ef6975d3a7b01a8d5e63a6b844f263f6</guid>
      <description><![CDATA[Microsoft adds a reference to Windows 7 Client, its upcoming replacement to Vista, in the product selection screen of Windows Server Update Services, which lets companies feed security updates to...]]></description>
      <content:encoded><![CDATA[Microsoft adds a reference to Windows 7 Client, its upcoming replacement to Vista, in the product selection screen of Windows Server Update Services, which lets companies feed security updates to their machines.
<p><a href="http://feeds.computerworld.com/~a/Computerworld/Security/News?a=iHCitR"><img src="http://feeds.computerworld.com/~a/Computerworld/Security/News?i=iHCitR" border="0"></img></a></p><img src="http://feeds.computerworld.com/~r/Computerworld/Security/News/~4/370265761" height="1" width="1"/>]]></content:encoded>
      <pubDate>Wed, 20 Aug 2008 09:00:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/windows">windows</category>
      <category domain="http://securityratty.com/tag/windows server">windows server</category>
      <category domain="http://securityratty.com/tag/companies feed security">companies feed security</category>
      <category domain="http://securityratty.com/tag/product selection">product selection</category>
      <category domain="http://securityratty.com/tag/microsoft">microsoft</category>
      <category domain="http://securityratty.com/tag/client">client</category>
      <category domain="http://securityratty.com/tag/services">services</category>
      <category domain="http://securityratty.com/tag/vista">vista</category>
      <category domain="http://securityratty.com/tag/machines">machines</category>
      <source url="http://feeds.computerworld.com/~r/Computerworld/Security/News/~3/370265761/article.do">Microsoft seeds WSUS with Windows 7 Client</source>
    </item>
    <item>
      <title><![CDATA[Let's Play Two]]></title>
      <link>http://securityratty.com/article/83bf8d018a7d0aa80e3dc49adab30013</link>
      <guid>http://securityratty.com/article/83bf8d018a7d0aa80e3dc49adab30013</guid>
      <description><![CDATA[Every year my Dad and I go to see a Red Sox series. Last weekend was this year's trip and we went to Chicago to see the World Champion Boston Red Sox (saying that never gets old) play the White Sox....]]></description>
      <content:encoded><![CDATA[<p>Every year my Dad and I go to see a Red Sox series. Last weekend was this year&#39;s trip and we went to Chicago to see the World Champion Boston Red Sox (saying that never gets old) play the White Sox. Of course, while you are in Chicago you have to see Wrigley Field, and we really lucked out. This weekend was Red Sox versus the White Sox (the battle of the Soxes they used to call it on Channel 38) on the southside and northside featured Cubs versus Cardinals! The last four World Series winners in town on the same weekend (Red Sox 04, 07, White Sox 05, Cards 06).</p><br /><div>We learned several things- first in heaven the Cubs play the Red Sox in the World Series. Those ballparks are true gems. (In hell its probably the Yankees versus Phillies). Also, the people on the southside and northside *really* have a rivalry going. Its basically Boston v NY but they live in the same town! Here is one example from the southside</div><br /><div><a href="http://1raindrop.typepad.com/.a/6a00d83451c75869e200e553fc0c9d8834-pi" style="display: inline;"><img alt="IMG_0597" border="0" class="at-xid-6a00d83451c75869e200e553fc0c9d8834 " src="http://1raindrop.typepad.com/.a/6a00d83451c75869e200e553fc0c9d8834-800wi" title="IMG_0597" /></a>
<br /></div><br /><div>One of the great things about Wrigley (and there are many despite what southsiders say), is that its in the middle of a real neighborhood</div><div><a href="http://1raindrop.typepad.com/.a/6a00d83451c75869e200e553e0bbb38833-pi" style="display: inline;"><img alt="IMG_0486" border="0" class="at-xid-6a00d83451c75869e200e553e0bbb38833 " src="http://1raindrop.typepad.com/.a/6a00d83451c75869e200e553e0bbb38833-800wi" title="IMG_0486" /></a>
<br /></div><br /><div>Epicenter of Cub universe</div><br /><div><a href="http://1raindrop.typepad.com/.a/6a00d83451c75869e200e553e0bbf68833-pi" style="display: inline;"><img alt="IMG_0487" border="0" class="at-xid-6a00d83451c75869e200e553e0bbf68833 " src="http://1raindrop.typepad.com/.a/6a00d83451c75869e200e553e0bbf68833-800wi" title="IMG_0487" /></a>&#160;</div><br /><div>Lots of action before and after game time, lots of people wandering around with gloves catching batting practices homers outside the stadium...err Field. Key point - Wrigley is a field, not a Stadium. Also Fenway is a Park. The Greek root of the word &quot;paradise&quot;, means &quot;enclosed green space&quot;, not concreteopolis</div><br /><div><a href="http://1raindrop.typepad.com/.a/6a00d83451c75869e200e553fc0ed98834-pi" style="display: inline;"><img alt="IMG_0489" border="0" class="at-xid-6a00d83451c75869e200e553fc0ed98834 " src="http://1raindrop.typepad.com/.a/6a00d83451c75869e200e553fc0ed98834-800wi" title="IMG_0489" /></a>
<br /></div><br /><div>Wrigley is baseball Mecca</div><div><a href="http://1raindrop.typepad.com/.a/6a00d83451c75869e200e553fc15338834-pi" style="display: inline;"><img alt="IMG_0507" border="0" class="at-xid-6a00d83451c75869e200e553fc15338834 " src="http://1raindrop.typepad.com/.a/6a00d83451c75869e200e553fc15338834-800wi" title="IMG_0507" /></a>
<br /></div><br /><div><a href="http://1raindrop.typepad.com/.a/6a00d83451c75869e200e553e0bebd8833-pi" style="display: inline;"><img alt="IMG_0515" border="0" class="at-xid-6a00d83451c75869e200e553e0bebd8833 " src="http://1raindrop.typepad.com/.a/6a00d83451c75869e200e553e0bebd8833-800wi" title="IMG_0515" /></a>
<br /></div><br /><div><a href="http://1raindrop.typepad.com/.a/6a00d83451c75869e200e553e0bef48833-pi" style="display: inline;"><img alt="IMG_0533" border="0" class="at-xid-6a00d83451c75869e200e553e0bef48833 " src="http://1raindrop.typepad.com/.a/6a00d83451c75869e200e553e0bef48833-800wi" title="IMG_0533" /></a>
<br /></div><br /><div><span style="color: #0000ff; text-decoration: underline;"><br /></span></div><div>The greatest Cub of all, Ernie Banks, was our touchstone for the day - &quot;Let&#39;s Play Two.&quot; we started at Wrigley for the day game (Zambrano got shelled) and then got crosstown for the night game.</div><br /><div><a href="http://1raindrop.typepad.com/.a/6a00d83451c75869e200e553e0bce68833-pi" style="display: inline;"><img alt="IMG_0496" border="0" class="at-xid-6a00d83451c75869e200e553e0bce68833 " src="http://1raindrop.typepad.com/.a/6a00d83451c75869e200e553e0bce68833-800wi" title="IMG_0496" /></a>
<br /></div><div>To pull this off the L is your friend. As several Chicagoans pointed out, they are the only city that can have a true subway series, because the Red Line services both the White Sox and Cubs, whereas Mets-Yankees involves numerous transfers and so on.</div><br /><div><a href="http://1raindrop.typepad.com/.a/6a00d83451c75869e200e553fc0e988834-pi" style="display: inline;"><img alt="IMG_0488" border="0" class="at-xid-6a00d83451c75869e200e553fc0e988834 " src="http://1raindrop.typepad.com/.a/6a00d83451c75869e200e553fc0e988834-800wi" title="IMG_0488" /></a>
<br /></div><br /><div>We got to US Cellular Field which is fine but a shadow of Wrigley and absolutely nothing good to <a href="http://www.nytimes.com/interactive/2008/06/08/travel/20080608_BALLPARK_GRAPHIC.html">eat</a>. Luckily we had Daisuke Matsuzaka on the hill</div><br /><div><a href="http://1raindrop.typepad.com/.a/6a00d83451c75869e200e553fc187a8834-pi" style="display: inline;"><img alt="IMG_0569" border="0" class="at-xid-6a00d83451c75869e200e553fc187a8834 " src="http://1raindrop.typepad.com/.a/6a00d83451c75869e200e553fc187a8834-800wi" title="IMG_0569" /></a>
<br /></div><br /><div><a href="http://1raindrop.typepad.com/.a/6a00d83451c75869e200e553fc18a88834-pi" style="display: inline;"><img alt="IMG_0573" border="0" class="at-xid-6a00d83451c75869e200e553fc18a88834 " src="http://1raindrop.typepad.com/.a/6a00d83451c75869e200e553fc18a88834-800wi" title="IMG_0573" /></a>
<br /></div><br /><div>Before every game, Big Papi holds court in center with some players from the other team, he is to be a very popular guy. Ozzie Guillen told him before the series that with Manny gone, he wouldn&#39;t see a pitch to hit all weekend (ps. he did and crushed a bases loaded double)</div><br /><div><a href="http://1raindrop.typepad.com/.a/6a00d83451c75869e200e553e0bfa78833-pi" style="display: inline;"><img alt="IMG_0581" border="0" class="at-xid-6a00d83451c75869e200e553e0bfa78833 " src="http://1raindrop.typepad.com/.a/6a00d83451c75869e200e553e0bfa78833-800wi" title="IMG_0581" /></a>
<br /></div><br /><br /><div>The question we got most was - what about the Manny trade? His replacement strikes out a lot, but is otherwise a promising player</div><br /><div><a href="http://1raindrop.typepad.com/.a/6a00d83451c75869e200e553e0bb978833-pi" style="display: inline;"><img alt="IMG_0468" border="0" class="at-xid-6a00d83451c75869e200e553e0bb978833 " src="http://1raindrop.typepad.com/.a/6a00d83451c75869e200e553e0bb978833-800wi" title="IMG_0468" /></a>
<br /></div><br /><div>The Red Sox and White Sox share a little history, most especially Pudge Fisk who hit the famous homer in the 75 world series for the Red Sox and then had a great career for the White Sox (actually played more games for Chicago than Boston, but went into Cooperstown with a B on his hat)</div><br /><div><a href="http://1raindrop.typepad.com/.a/6a00d83451c75869e200e553e0bb778833-pi" style="display: inline;"><img alt="IMG_0456" border="0" class="at-xid-6a00d83451c75869e200e553e0bb778833 " src="http://1raindrop.typepad.com/.a/6a00d83451c75869e200e553e0bb778833-800wi" title="IMG_0456" /></a></div><div>
<br /></div><div>Red Sox won, hanging out in Wrigley was an even bigger highlight, and Chicago is a beautiful city to visit, by far the most accessible of the big US cities. Also, lots of good places to eat courtesy of <a href="http://www.matasano.com/log/">Thomas Ptacek</a>.</div><div><a href="http://1raindrop.typepad.com/.a/6a00d83451c75869e200e553e0c08f8833-pi" style="display: inline;"><img alt="IMG_0591" border="0" class="at-xid-6a00d83451c75869e200e553e0c08f8833 " src="http://1raindrop.typepad.com/.a/6a00d83451c75869e200e553e0c08f8833-800wi" title="IMG_0591" /></a>
<br /></div>]]></content:encoded>
      <pubDate>Tue, 12 Aug 2008 08:47:51 +0000</pubDate>
      <category domain="http://securityratty.com/tag/world series winners">world series winners</category>
      <category domain="http://securityratty.com/tag/world series">world series</category>
      <category domain="http://securityratty.com/tag/red sox versus">red sox versus</category>
      <category domain="http://securityratty.com/tag/red sox">red sox</category>
      <category domain="http://securityratty.com/tag/red sox series">red sox series</category>
      <category domain="http://securityratty.com/tag/series">series</category>
      <category domain="http://securityratty.com/tag/white sox">white sox</category>
      <category domain="http://securityratty.com/tag/white sox share">white sox share</category>
      <category domain="http://securityratty.com/tag/play">play</category>
      <source url="http://1raindrop.typepad.com/1_raindrop/2008/08/lets-play-two.html">Let's Play Two</source>
    </item>
    <item>
      <title><![CDATA[An insecurity in OpenID, not many dead]]></title>
      <link>http://securityratty.com/article/36f416e51d88cd2db5ed822a7ed3835a</link>
      <guid>http://securityratty.com/article/36f416e51d88cd2db5ed822a7ed3835a</guid>
      <description><![CDATA[Back in May it was realised that , thanks to an ill-advised change to some random number generation code, for over 18 months Debian systems had been generating crypto keys chosen from a set of 32,768...]]></description>
      <content:encoded><![CDATA[<p>Back in May <a href="http://www.debian.org/security/2008/dsa-1571">it was realised that</a>, thanks to an ill-advised change to some random number generation code, for over 18 months Debian systems had been generating crypto keys chosen from a set of 32,768 possibilities, rather than from billions and billions. Initial interest centred around the weakness of SSH keys, but in practice lots of different applications were at risk (<a href="http://wiki.debian.org/SSLkeys">see long list here</a>).</p>
<p>In particular, SSL certificates (as used to identify https websites) might contain one of these weak keys &#8212; and so it would be possible for an attacker to successfully impersonate a secure website. Of course the attacker would need to persuade you to mistakenly visit their site &#8212; but it just so happens that one of the more devastating attacks on DNS has <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1447">recently been discovered</a>; so that&#8217;s not as unlikely as it must have seemed back in May.</p>
<p>Anyway, my old friend <a href="http://en.wikipedia.org/wiki/Ben_Laurie">Ben Laurie</a> (who is with Google these days) and I have been trawling the Internet to determine how many certificates there are containing these weak keys &#8212; and there&#8217;s a lot: around 1.5% of the certs we&#8217;ve examined.</p>
<p>But more of that another day! because earlier this week, Ben spotted that one of the weak certs was for Sun&#8217;s &#8220;OpenID&#8221; website, and that two more OpenID sites were weak as well (by weak we mean that a database lookup could reveal the private key!)</p>
<p>OpenID, for those who are unfamiliar with it, is a scheme for allowing you to prove your identity to site A (viz: provide your user name and password) and then use that identity on site B. There&#8217;s a queue of people offering the first bit, but rather less offering the second : because it means you rely on someone else&#8217;s due diligence in knowing who their users are &#8212; where &#8220;who&#8221; is a hard sort of thing to get your head around in an online environment.</p>
<p>The problem that Ben and I have identified (<a href="http://www.links.org/files/openid-advisory.txt">advisory here</a>), is that an attacker can poison a DNS cache so it serves up the wrong IP address for openid.sun.com. Then, even if the victim is really cautious and uses https and checks the cert, their credentials can be phished. Thereafter, anyone who trusts Sun as an identity provider could be very disappointed. There&#8217;s other attacks as well, but you&#8217;ve probably got the general idea by now.</p>
<p>In principle Sun should make a replacement certificate and that should be it (and so they have &#8212; <a href="http://blogs.sun.com/racingsnake/entry/one_factor_trust_multi_factor">read Robin Wilton&#8217;s comments here</a>). Except that they need to put the old certificate onto a Certificate Revocation List (CRL) because otherwise it will still be trusted from now until it expires (a fair while off). Sadly, many web browsers, and most of the OpenID codebases haven&#8217;t bothered with CRLs (or they don&#8217;t enable their checking by default so it&#8217;s as if it wasn&#8217;t there for most users).</p>
<p>One has to conclude that Sun (and the other two providers) should not be trusted by anyone for quite a while to come. But does that matter ? Since OpenID didn&#8217;t promise all that much anyway, does a serious flaw (which does require a certain amount of work to construct an attack) make any difference? At present this looks like the modern equivalent of a <a href="http://www.mantex.co.uk/reviews/oxf-misquot.htm">small earthquake in Chile</a>.</p>
]]></content:encoded>
      <pubDate>Fri, 08 Aug 2008 21:33:39 +0000</pubDate>
      <category domain="http://securityratty.com/tag/openid">openid</category>
      <category domain="http://securityratty.com/tag/openid codebases">openid codebases</category>
      <category domain="http://securityratty.com/tag/certs">certs</category>
      <category domain="http://securityratty.com/tag/weak certs">weak certs</category>
      <category domain="http://securityratty.com/tag/weak">weak</category>
      <category domain="http://securityratty.com/tag/openid sites">openid sites</category>
      <category domain="http://securityratty.com/tag/sun">sun</category>
      <category domain="http://securityratty.com/tag/suns openid website">suns openid website</category>
      <category domain="http://securityratty.com/tag/trusts sun">trusts sun</category>
      <source url="http://www.lightbluetouchpaper.org/2008/08/09/an-insecurity-in-openid-not-many-dead/">An insecurity in OpenID, not many dead</source>
    </item>
    <item>
      <title><![CDATA[Updating Hash Security: NIST and SHA-3]]></title>
      <link>http://securityratty.com/article/94692568ed6b6d019a1ad8b493dc3407</link>
      <guid>http://securityratty.com/article/94692568ed6b6d019a1ad8b493dc3407</guid>
      <description><![CDATA[The NIST (National Institute of Standards and Technology) is holding a competition aimed at finding the best possible replacement for the cureent SHAs (Secure Hash Algorithms) SHA-1 and...]]></description>
      <content:encoded><![CDATA[The NIST (National Institute of Standards and Technology) is holding a competition aimed at finding the best possible replacement for the cureent SHAs (Secure Hash Algorithms) &mdash; SHA-1 and SHA-2....]]></content:encoded>
      <pubDate>Thu, 31 Jul 2008 08:33:22 +0000</pubDate>
      <category domain="http://securityratty.com/tag/secure hash algorithms">secure hash algorithms</category>
      <category domain="http://securityratty.com/tag/cureent shas">cureent shas</category>
      <category domain="http://securityratty.com/tag/nist">nist</category>
      <category domain="http://securityratty.com/tag/national institute">national institute</category>
      <category domain="http://securityratty.com/tag/competition aimed">competition aimed</category>
      <category domain="http://securityratty.com/tag/sha-2">sha-2</category>
      <category domain="http://securityratty.com/tag/standards">standards</category>
      <category domain="http://securityratty.com/tag/sha-1">sha-1</category>
      <category domain="http://securityratty.com/tag/technology">technology</category>
      <source url="http://feeds.feedburner.com/~r/itsecurity/~3/382697994/">Updating Hash Security: NIST and SHA-3</source>
    </item>
    <item>
      <title><![CDATA[Log Management - Day 1]]></title>
      <link>http://securityratty.com/article/46828d8a855b1a3eaaafefdb29f3e0a5</link>
      <guid>http://securityratty.com/article/46828d8a855b1a3eaaafefdb29f3e0a5</guid>
      <description><![CDATA[Inspired by this and this here (and this too ). It started from Jeremiah saying this
Youre hired on at a new company placed in charge of securing their online business (websites). You know next to...]]></description>
      <content:encoded><![CDATA[<p>Inspired by <a href="http://jeremiahgrossman.blogspot.com/2008/06/day-1-starting-at-beginning.html">this</a> and this <a href="http://securosis.com/2008/06/26/lets-start-at-the-very-beginning/">here</a> (and this <a href="http://www.cutawaysecurity.com/blog/archives/260">too</a>). It started from <a href="http://jeremiahgrossman.blogspot.com/2008/06/day-1-starting-at-beginning.html">Jeremiah saying this</a>: </p>  <blockquote>   <p>&#8220;You&#8217;re hired on at a new company placed in charge of securing their online business (websites). You know next to nothing about the technical details of the infrastructure other than they have no existing web/software security program and a significant portion of the organizations revenues are generated through their websites. </p>    <p>What is the very first thing do on day 1?&#8221;</p> </blockquote>  <p>At about the same time, I saw a message posted to one of the mailing lists where the poster wondered: &quot;I&#8217;ve been asked to look into finding a replacement to our current log management/auditing system.&#160; This is a field I haven&#8217;t even come close to touching before, and really don&#8217;t know the ideal things to look for (or ignore), etc. I&#8217;ve been searching through SANS site as well as googling, and I&#8217;m not coming up with a lot of great starter information. &quot; And then he asks &quot;Where should I start?&quot;</p>  <p>This is indeed a really good question!&#160; Let's rephrase the above for the case of logging:</p>  <p>&quot;You&#8217;re hired on at a new company placed in charge of <em>TAKING CONTROL OVER THE LOGS</em>. You know next to nothing about the technical details of the infrastructure other than they have no existing <em>LOG MANAGEMENT</em> process and tools... What is the very first thing do on day 1?&#8221;</p>  <p><strong>So the &quot;Day 1&quot; of </strong><a href="http://www.loglogic.com"><strong>log management</strong></a><strong> project. What's up?!</strong></p>  <p>The very first <strong>thought</strong> that should cross you mind before you even <strong>do</strong> whatever first thing you wanted to do is <strong>&quot;WHY?&quot; </strong>(don't people hate those 'Why?&quot; questions - focusing on &quot;What?&quot; or &quot;How?&quot; is soooooooo much easier....)</p>  <p><a href="http://www.loglogic.com">&quot;Log management&quot;</a> is a solution, not a problem. What is your problem that you now have a mandate to solve?</p>  <p>Logs don't just drop on people :-) Well, not often.</p>  <p>What is it that motivated your boss (or his boss, or whoever) to decide to &quot;address this&quot;, to &quot;take control over logs?&quot; Was it a new compliance mandate, PCI perhaps? Was it a recent incident where investigation hit the wall due to utter lack of logs? Was it a new corporation-wide IT efficiency improvement project? Was it a lawsuit where an e-discovery request was not satisfied and thus fine was levied? Was it a hot IT project that is impossible to complete without having a tool to analyze logs?</p>  <p>This &quot;need&quot; is very important since logging is a huge realm and not focusing on the need is akin to starting a journey into a hostile wilderness without&#160; a map - in other words, it might be fun for a while, but it can end badly :-)</p>  <p><strong>Next, what do you actually do first?</strong> Figure out what logs are needed for this effort and what systems produce them (and who &quot;owns&quot; them!) Analyzing SAP logs for J-SOX is a <em>VERY</em> different effort from analyzing Cisco ASA logs for network troubleshooting. </p>  <p>Only at this point you can start thinking about &quot;tools:&quot; parsers, logs, databases, reports, alerts, indexing and other technical thingies as well as capacity planning, scalability, etc. This is the stage where you learn the lingo and learn to cut through marketing messaging to get to the actual tool capabilities.</p>  <p>So, remember: given mandate to &quot;tame the logging monster&quot;, think <strong>&quot;WHY?&quot;</strong> first!</p>  <div class="blogger-post-footer">About me: http://www.chuvakin.org</div><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/AntonChuvakinPersonalBlog?a=0215hJ"><img src="http://feeds.feedburner.com/~f/AntonChuvakinPersonalBlog?i=0215hJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/AntonChuvakinPersonalBlog?a=lU9QJJ"><img src="http://feeds.feedburner.com/~f/AntonChuvakinPersonalBlog?i=lU9QJJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/AntonChuvakinPersonalBlog?a=vgXYsJ"><img src="http://feeds.feedburner.com/~f/AntonChuvakinPersonalBlog?i=vgXYsJ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/AntonChuvakinPersonalBlog/~4/348639543" height="1" width="1"/>]]></content:encoded>
      <pubDate>Mon, 28 Jul 2008 07:03:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/log management">log management</category>
      <category domain="http://securityratty.com/tag/sap logs">sap logs</category>
      <category domain="http://securityratty.com/tag/logs">logs</category>
      <category domain="http://securityratty.com/tag/analyze logs">analyze logs</category>
      <category domain="http://securityratty.com/tag/cisco asa logs">cisco asa logs</category>
      <category domain="http://securityratty.com/tag/efficiency improvement project">efficiency improvement project</category>
      <category domain="http://securityratty.com/tag/project">project</category>
      <category domain="http://securityratty.com/tag/log management process">log management process</category>
      <category domain="http://securityratty.com/tag/log management project">log management project</category>
      <source url="http://feeds.feedburner.com/~r/AntonChuvakinPersonalBlog/~3/348639543/log-management-day-1.html">Log Management - Day 1</source>
    </item>
    <item>
      <title><![CDATA[Symantec's Network-Based NAC]]></title>
      <link>http://securityratty.com/article/bdbd7433d55560c26d1c9ef1bc5869bd</link>
      <guid>http://securityratty.com/article/bdbd7433d55560c26d1c9ef1bc5869bd</guid>
      <description><![CDATA[Yes, you read it right - Symantec (as in the software vendor) has a network-based (as in the hardware) NAC. Once you get over the title, keep reading
If you read my blog, or know me, you probably know...]]></description>
      <content:encoded><![CDATA[<p><strong>Yes, you read it right</strong>- <a class="offsite-link-inline" href="http://www.symantec.com/" target="_blank">Symantec</a>&nbsp;(as in the software vendor) has a network-based (as in the hardware) NAC. Once you get over the title, keep reading. </p><p>If you read my blog, or know me, you probably know I do NOT like software (and it usually doesn&#8217;t like me). So, I&#8217;d be the first to jump on the <em>&#8216;anti-software-peer-based-NAC&#8217; </em>train, but I think we have to be informed before we jump to conclusions and hop on any trains. </p><p>Mirage&#8217;s recent blog post on Symantec&#8217;s <a class="offsite-link-inline" href="http://www.mirageblog.com/cto/2008/06/silly-snacs.html" target="_blank">&#8216;Silly SNAC&#8217;</a> was certainly a result of a mis- (or un-) informed person. Tim did a much better job on his mention of SNAC in the <a class="offsite-link-inline" href="http://www.networkworld.com/newsletters/vpn/2008/060208nac1.html?nladname=060308security:networkaccesscontrolal&code=nlnac141990" target="_blank">NWW blog</a>, but all the dots still aren&#8217;t connected. It proves the point that sometimes we (as bloggers) tend to write based on a feeling and sometimes don&#8217;t dig for the fact. </p><p>So, in an effort to make sure I understood this new peer-based NAC, I reached out to <a class="offsite-link-inline" href="http://www.linkedin.com/pub/0/67/617" target="_blank">Patrick Wheeler</a>, Symantec&#8217;s Senior Product Manager for Network and Endpoint Security. Based on my conversations with him, and a pretty detailed investigation into the options and configurations of their NAC products, I have some slightly more informed opinion to share with you now. </p><p><strong>Symantec has a variety of NAC enforcement components and options</strong>. I&#8217;m going to keep all the software-type-stuff out of this conversation for the time being. They have (among other things) the <strong>NAC Enforcer</strong>, an appliance similar to the other NAC controllers we see from traditional hardware vendors. Just like it&#8217;s counterparts, Symantec&#8217;s NAC Enforcer can be configured for DHCP, inline or 802.1X based enforcement. </p><p>The piece that&#8217;s different is the integration of the NAC Enforcer with Symantec&#8217;s Endpoint Protection Manager server that hosts the policies for the NAC. It&#8217;s similar to the management-enforcement configuration we see from other vendors, only the management piece is housed on a server instead of another appliance. </p><p><span class="full-image-float-right"><img style="width: 343px; height: 197px" alt="SNAC_snippit1b.jpg" src="http://www.securityuncorked.com/storage/SNAC_snippit1b.jpg?__SQUARESPACE_CACHEVERSION=1214796728100" /></span>And, just as other vendors offer some type of endpoint integrity agent, the Symantec agent comes in the form of the Symantec NAC Client, which can be used by itself, or integrated with the Symantec Endpoint Protection Client for an even more robust feature-set. (The Endpoint Protection Client offers some additional host-based firewall features that the NAC can leverage). </p><p><strong>So, what about the Peer-Based NAC?</strong> Ah, well that&#8217;s just the first iteration&nbsp;of a &#8216;vision&#8217; to address mobile corporate users. If employees have laptops in an ad-hoc situation outside of the enterprise infrastructure (and therefore, outside of&nbsp;enterprise enforcement), then the peer-based NAC can port the enforcement rules set at the &#8216;mothership&#8217; and enforce them individually.&nbsp;The peer-based NAC can protect mobile assets in their most vulnerable situation, outside the security of the corporate network. But, the rules are still set centrally and the peer-based NAC&nbsp;was designed to be&nbsp;just one step towards an added layer of protection, not as a replacement for network-based NAC. </p><p><strong>For now, I&#8217;ll stay off the hate train</strong>, since the peer-based NAC is more of a supplement to a more robust traditional NAC solution. If they move to a fully-host-enforced product, I&#8217;ll buy my tickets&#8230;</p><p><span class="sizeLess20">Image shown is copyright of Symantec Corporation.</span> </p><p># # #</p>
]]></content:encoded>
      <pubDate>Sun, 29 Jun 2008 23:33:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/nac">nac</category>
      <category domain="http://securityratty.com/tag/nac enforcement components">nac enforcement components</category>
      <category domain="http://securityratty.com/tag/nac controllers">nac controllers</category>
      <category domain="http://securityratty.com/tag/nac products">nac products</category>
      <category domain="http://securityratty.com/tag/nac enforcer">nac enforcer</category>
      <category domain="http://securityratty.com/tag/symantecs nac enforcer">symantecs nac enforcer</category>
      <category domain="http://securityratty.com/tag/symantec">symantec</category>
      <category domain="http://securityratty.com/tag/symantec nac client">symantec nac client</category>
      <category domain="http://securityratty.com/tag/symantec corporation">symantec corporation</category>
      <source url="http://www.securityuncorked.com/security-uncorked/2008/6/30/symantecs-network-based-nac.html">Symantec's Network-Based NAC</source>
    </item>
    <item>
      <title><![CDATA[Why Do I Attend BlackHat?]]></title>
      <link>http://securityratty.com/article/4e8d30b281227ce1492af8e7ce47147e</link>
      <guid>http://securityratty.com/article/4e8d30b281227ce1492af8e7ce47147e</guid>
      <description><![CDATA[This post is a response to Alan Shimels Topic of Interest #2 for the Security Bloggers Network
So what motivates me to attend BlackHat? The #1 reason for me is networking meeting new people and...]]></description>
      <content:encoded><![CDATA[<p>This post is a response to Alan Shimel&#8217;s <a href="http://www.stillsecureafteralltheseyears.com/ashimmy/2008/06/black-hat-blogg.html">Topic of Interest #2</a> for the Security Bloggers Network.</p>
<p>So what motivates me to attend BlackHat?  The #1 reason for me is networking &#8212; meeting new people and catching up with old friends and colleagues.  Despite our best intentions, we are all busy and our networks are constantly expanding, making it increasingly difficult to stay in touch with old friends in the industry.  <a href="http://twitter.com/chriseng">Twitter</a> and other forms of microblogging help you chip away at the communication gaps; you get a glimpse into peoples&#8217; lives but it&#8217;s no replacement for a real conversation.</p>
<p>Obviously, the briefings themselves are a major draw.  Even though it&#8217;s expanded to over 10 tracks now, the quality hasn&#8217;t really suffered.  This year&#8217;s experiment with allowing paid delegates to vote on speakers seems to have produced <a href="http://blackhat.com/html/bh-usa-08/bh-usa-08-schedule.html">a good lineup</a>, though I&#8217;m sure there was still a selection committee that could and probably did overrule the votes in some cases.  Either way, BlackHat presentations are a decent indicator of the overarching themes that will be prevalent in information security for the upcoming year or two.</p>
<p>When I first started attending BlackHat, I was drawn to the talks discussing 0-day vulnerabilities, tool releases, shellcode tricks, and the like.  These days, anything relating to static analysis, automation, and of course web security are most interesting to me.  I also consider who&#8217;s speaking, regardless of the topic (e.g. one of <a href="http://taossa.com">these</a> <a href="http://blog.trailofbits.com/">guys</a> presents, I&#8217;m there).  In general, I&#8217;ll try to gauge how much value the speaker will add to the presentation &#8212; in other words, what do I gain by attending the talk vs. flipping through the slides later?  I never attend every time slot; sometimes the hallway conversation is just more interesting.</p>
<p>Some of my other reasons for attending, in no particular order, most of which fall under the &#8220;networking&#8221; umbrella:</p>
<ul>
<li>The parties (duh)</li>
<li>The <a href="http://pwnie-awards.org/2008/">Pwnie Awards</a></li>
<li>Meeting fellow security bloggers</li>
<li>Recruiting speakers for <a href="http://www.sourceconference.com/">SOURCE</a></li>
<li>Finding future Veracode employees</li>
<li>Trading war stories</li>
<li>Picking up vendor schwag for my kids (RSA is much better for this one)</li>
<li>Meeting current and former customers &#8212; and future ones, hopefully</li>
<p>
</ul>
<p>Things I could do without:</p>
<ul>
<li>The cigarette smoke</li>
<li>The heat</li>
<li>Quark&#8217;s</li>
<p>
</ul>
<p>I&#8217;ve stuck around for <a href="http://defcon.org/">DEFCON</a> a couple times in the past, but I don&#8217;t anymore.  I fly out Friday morning or early afternoon so I get home in time to spend the weekend with the family.  Personally, three days in Vegas is plenty for me.</p>
<p>When it gets closer to BlackHat time, I&#8217;ll post my picks from the briefings schedule.</p>
]]></content:encoded>
      <pubDate>Thu, 26 Jun 2008 14:33:51 +0000</pubDate>
      <category domain="http://securityratty.com/tag/blackhat">blackhat</category>
      <category domain="http://securityratty.com/tag/attend blackhat">attend blackhat</category>
      <category domain="http://securityratty.com/tag/attend">attend</category>
      <category domain="http://securityratty.com/tag/blackhat time">blackhat time</category>
      <category domain="http://securityratty.com/tag/time">time</category>
      <category domain="http://securityratty.com/tag/topic">topic</category>
      <category domain="http://securityratty.com/tag/future veracode employees">future veracode employees</category>
      <category domain="http://securityratty.com/tag/alan shimels topic">alan shimels topic</category>
      <category domain="http://securityratty.com/tag/future">future</category>
      <source url="http://www.veracode.com/blog/?p=114">Why Do I Attend BlackHat?</source>
    </item>
  </channel>
</rss>
