<?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: ladies]]></title>
    <link>http://securityratty.com/tag/ladies</link>
    <description></description>
    <pubDate>Thu, 13 Mar 2008 21:29:49 +0000</pubDate>
    <generator>iRatty Engine</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <item>
      <title><![CDATA[BlackHat Recap]]></title>
      <link>http://securityratty.com/article/bec2ea65daab94e0e7001ef1ba7b1b9a</link>
      <guid>http://securityratty.com/article/bec2ea65daab94e0e7001ef1ba7b1b9a</guid>
      <description><![CDATA[Another BlackHat has come and gone. As usual, it was a very busy week juggling customer meetings, recruiting, conference planning, vendor parties, and, oh yes, the actual BlackHat presentations. I had...]]></description>
      <content:encoded><![CDATA[<p>Another BlackHat has come and gone.  As usual, it was a very busy week juggling customer meetings, recruiting, conference planning, vendor parties, and, oh yes, the actual BlackHat presentations.  I had a fantastic time catching up with old friends and finally getting the opportunity to meet more of the <a href="http://n0where.org/security-twits/">Security Twits</a> and others in the security community.  I didn&#8217;t submit a talk this year, but nevertheless, fake Dan Kaminsky was still excited to see me.</p>
<p><a href="http://www.veracode.com/blog/wp-content/uploads/2008/08/chris_2742966251_1b47297b33_b.jpg"><center><img src="http://www.veracode.com/blog/wp-content/uploads/2008/08/chris_2742966251_1b47297b33_b-300x225.jpg" alt="" title="chris_2742966251_1b47297b33_b" width="300" height="225" class="aligncenter size-medium wp-image-215 photoborder" /></center></a></p>
<p>My favorite talk, as expected, was the Sotirov/Dowd talk on <a href="http://taossa.com/archive/bh08sotirovdowd.pdf">How To Impress Girls With Browser Memory Protection Bypasses</a>.  The attack is a conceptually simple, yet completely reliable technique for exploiting vulnerabilities in web browsers.  Of course, the media has <a href="http://searchsecurity.techtarget.com/news/article/0,289142,sid14_gci1324395,00.html">sensationalized </a> the impact of their findings, but ultimately, this is still significant as far as browser-based exploits are concerned.  It&#8217;s worth mentioning that part of the technique allowing them to load a .NET DLL at an arbitrary location under Vista was reliant on an implementation bug wherein the OS disables ASLR if the version in the .NET COR header was below a certain value.  However, the address space spraying and stack spraying techniques are likely to be extended to other platforms utilizing similar memory protection mechanisms.  </p>
<p>As for the girls?  I can report first-hand that the ladies at TAO on Wednesday night were hanging on <a href="http://twitter.com/alexsotirov">Alex</a>&#8217;s every word.  They were particularly impressed when he whipped out the laptop for a live demo.  Unfortunately, none of the dozen iPhone owners in the immediate vicinity thought to snap a picture (too busy Twittering).  Oh well.  </p>
<p>I also enjoyed Hovav Shacham&#8217;s talk on return-oriented programming.  Simply put, he described a generalization of the return-to-libc shellcode approach with the intent to demonstrate that one could achieve Turing-complete computation using &#8220;found code&#8221; in process images.  By chaining together series of mini-computations ending in return (RET) instructions, it was possible to build higher-level programming constructs such as branches and loops.  The nature of the x86 instruction set provides some flexibility because instructions are interpreted differently depending on how you align the instruction pointer (i.e. the old shellcode trick of searching the process image for any JMP EBX instruction and using that as your EIP).  In RISC architectures such as SPARC, however, you don&#8217;t have that luxury; if your %pc isn&#8217;t aligned properly you get a bus error.  So it was quite interesting to see that they were able to extend the concept to RISC.  The practicality of the attack technique is limited by the fact that the shellcode is tuned to a particular binary image &#8212; if the shellcode was built using instructions extrapolated from glibc 2.3.5, it won&#8217;t work for a system running glibc 2.4.  </p>
<p>I thought Scott Stender&#8217;s talk on <a href="http://isecpartners.com/files/iSEC%20Partners%20-%20Concurrency%20Attacks%20in%20Web%20Applications.pdf">Concurrency Attacks in Web Applications</a> was interesting as well.  In a nutshell, spewing thousands of simultaneous requests at web application transactions that are not thread-safe can create interesting problems.  In the presentation, Scott ran his demo against a VM running on the attack machine.  I found myself wondering how effective the same attack would be over the Internet &#8212; would it be significantly less reliable (or not at all)?  Race conditions are generally easier to exploit locally than remotely due to more predictable execution conditions.  Certainly this is an under-tested vulnerability class though.</p>
<p>One presentation I wasn&#8217;t able to attend but want to follow up on is <a href="http://twitter.com/nate_mcfeters">Nate McFeters</a>, John Heasman, and Rob Carter&#8217;s talk which discussed the GIFAR attack I&#8217;ve been hearing so much about lately.  The gist is that you can create a file that is both a valid GIF and a valid JAR, then use some Java applet tricks to initiate HTTP requests on behalf of the victim.  </p>
<p>Finally, the <a href="http://pwnie-awards.org/2008/">Pwnie Awards</a> didn&#8217;t fail to disappoint.  Drama ensued over the Most Overhyped award, but at least this year some of the winners showed up to claim their awards!  <a href="http://twitter.com/halvarflake">Halvar</a> rapping Symantec lyrics was also quite memorable.</p>
<p>All in all, a fun and informative week, but as usual, I was relieved to get the hell out of Vegas and head home on Friday morning. </p>
<p>P.S. For a much more entertaining BlackHat/Defcon Recap, read <a href="http://securityuncorked.net/2008/08/anecdotes-blackhat-defcon/">Jennifer Jabbusch&#8217;s account</a> of the week&#8217;s events.  It&#8217;s my favorite one so far!</p>
]]></content:encoded>
      <pubDate>Tue, 12 Aug 2008 18:43:18 +0000</pubDate>
      <category domain="http://securityratty.com/tag/favorite">favorite</category>
      <category domain="http://securityratty.com/tag/favorite talk">favorite talk</category>
      <category domain="http://securityratty.com/tag/talk">talk</category>
      <category domain="http://securityratty.com/tag/sotirovdowd talk">sotirovdowd talk</category>
      <category domain="http://securityratty.com/tag/scott stenders talk">scott stenders talk</category>
      <category domain="http://securityratty.com/tag/completely reliable technique">completely reliable technique</category>
      <category domain="http://securityratty.com/tag/reliable">reliable</category>
      <category domain="http://securityratty.com/tag/attack">attack</category>
      <category domain="http://securityratty.com/tag/technique">technique</category>
      <source url="http://www.veracode.com/blog/?p=202">BlackHat Recap</source>
    </item>
    <item>
      <title><![CDATA[BlackHat Recap]]></title>
      <link>http://securityratty.com/article/6b779e65a6ad790dd8e631057208ff77</link>
      <guid>http://securityratty.com/article/6b779e65a6ad790dd8e631057208ff77</guid>
      <description><![CDATA[Another BlackHat has come and gone. As usual, it was a very busy week juggling customer meetings, recruiting, conference planning, vendor parties, and, oh yes, the actual BlackHat presentations. I had...]]></description>
      <content:encoded><![CDATA[<p>Another BlackHat has come and gone.  As usual, it was a very busy week juggling customer meetings, recruiting, conference planning, vendor parties, and, oh yes, the actual BlackHat presentations.  I had a fantastic time catching up with old friends and finally getting the opportunity to meet more of the <a href="http://n0where.org/security-twits/">Security Twits</a> and others in the security community.  I didn&#8217;t submit a talk this year, but nevertheless, <a href="http://flickr.com/photos/fakedankaminsky/">fake Dan Kaminsky</a> was still excited to see me.</p>
<p><a href="http://www.veracode.com/blog/wp-content/uploads/2008/08/chris_2742966251_1b47297b33_b.jpg"><center><img src="http://www.veracode.com/blog/wp-content/uploads/2008/08/chris_2742966251_1b47297b33_b-300x225.jpg" alt="" title="chris_2742966251_1b47297b33_b" width="300" height="225" class="aligncenter size-medium wp-image-215 photoborder" /></center></a></p>
<p>My favorite talk, as expected, was the Sotirov/Dowd talk on <a href="http://taossa.com/archive/bh08sotirovdowd.pdf">How To Impress Girls With Browser Memory Protection Bypasses</a>.  The attack is a conceptually simple, yet completely reliable technique for exploiting vulnerabilities in web browsers.  Of course, the media has <a href="http://searchsecurity.techtarget.com/news/article/0,289142,sid14_gci1324395,00.html">sensationalized</a> the impact of their findings, but ultimately, this is still significant as far as browser-based exploits are concerned (here is a <a href="http://blogs.zdnet.com/Bott/?p=513">more accurate report</a>).  It&#8217;s worth mentioning that part of the technique allowing them to load a .NET DLL at an arbitrary location under Vista was reliant on an implementation bug wherein the OS disables ASLR if the version in the .NET COR header was below a certain value.  However, the address space spraying and stack spraying techniques are likely to be extended to other platforms utilizing similar memory protection mechanisms.  </p>
<p>As for the girls?  I can report first-hand that the ladies at TAO on Wednesday night were hanging on <a href="http://twitter.com/alexsotirov">Alex</a>&#8217;s every word.  They were particularly impressed when he whipped out the laptop for a live demo.  Unfortunately, none of the dozen iPhone owners in the immediate vicinity thought to snap a picture (too busy Twittering).  Oh well.  </p>
<p>I also enjoyed Hovav Shacham&#8217;s talk on return-oriented programming.  Simply put, he described a generalization of the return-to-libc shellcode approach with the intent to demonstrate that one could achieve Turing-complete computation using &#8220;found code&#8221; in process images.  By chaining together series of mini-computations ending in return (RET) instructions, it was possible to build higher-level programming constructs such as branches and loops.  The nature of the x86 instruction set provides some flexibility because instructions are interpreted differently depending on how you align the instruction pointer (i.e. the old shellcode trick of searching the process image for any JMP EBX instruction and using that as your EIP).  In RISC architectures such as SPARC, however, you don&#8217;t have that luxury; if your %pc isn&#8217;t aligned properly you get a bus error.  So it was quite interesting to see that they were able to extend the concept to RISC.  The practicality of the attack technique is limited by the fact that the shellcode is tuned to a particular binary image &#8212; if the shellcode was built using instructions extrapolated from glibc 2.3.5, it won&#8217;t work for a system running glibc 2.4.  </p>
<p>I thought Scott Stender&#8217;s talk on <a href="http://isecpartners.com/files/iSEC%20Partners%20-%20Concurrency%20Attacks%20in%20Web%20Applications.pdf">Concurrency Attacks in Web Applications</a> was interesting as well.  In a nutshell, spewing thousands of simultaneous requests at web application transactions that are not thread-safe can create interesting problems.  In the presentation, Scott ran his demo against a VM running on the attack machine.  I found myself wondering how effective the same attack would be over the Internet &#8212; would it be significantly less reliable (or not at all)?  Race conditions are generally easier to exploit locally than remotely due to more predictable execution conditions.  Certainly this is an under-tested vulnerability class though.</p>
<p>One presentation I wasn&#8217;t able to attend but want to follow up on is <a href="http://twitter.com/nate_mcfeters">Nate McFeters</a>, John Heasman, and Rob Carter&#8217;s talk which discussed the GIFAR attack I&#8217;ve been hearing so much about lately.  The gist is that you can create a file that is both a valid GIF and a valid JAR, then use some Java applet tricks to initiate HTTP requests on behalf of the victim.  </p>
<p>Finally, the <a href="http://pwnie-awards.org/2008/">Pwnie Awards</a> didn&#8217;t fail to disappoint.  Drama ensued over the Most Overhyped award, but at least this year some of the winners showed up to claim their awards!  <a href="http://twitter.com/halvarflake">Halvar</a> rapping Symantec lyrics was also quite memorable.</p>
<p>All in all, a fun and informative week, but as usual, I was relieved to get the hell out of Vegas and head home on Friday morning. </p>
<p>P.S. For a much more entertaining BlackHat/Defcon Recap, read <a href="http://securityuncorked.net/2008/08/anecdotes-blackhat-defcon/">Jennifer Jabbusch&#8217;s account</a> of the week&#8217;s events.  It&#8217;s my favorite one so far!</p>
]]></content:encoded>
      <pubDate>Tue, 12 Aug 2008 18:43:18 +0000</pubDate>
      <category domain="http://securityratty.com/tag/favorite">favorite</category>
      <category domain="http://securityratty.com/tag/favorite talk">favorite talk</category>
      <category domain="http://securityratty.com/tag/talk">talk</category>
      <category domain="http://securityratty.com/tag/sotirovdowd talk">sotirovdowd talk</category>
      <category domain="http://securityratty.com/tag/scott stenders talk">scott stenders talk</category>
      <category domain="http://securityratty.com/tag/completely reliable technique">completely reliable technique</category>
      <category domain="http://securityratty.com/tag/reliable">reliable</category>
      <category domain="http://securityratty.com/tag/attack">attack</category>
      <category domain="http://securityratty.com/tag/technique">technique</category>
      <source url="http://www.veracode.com/blog/2008/08/blackhat-recap/">BlackHat Recap</source>
    </item>
    <item>
      <title><![CDATA[We should all be this bad - Microsoft is dead, long live Microsoft!]]></title>
      <link>http://securityratty.com/article/ad83513676ccf299126b10f556d6b99e</link>
      <guid>http://securityratty.com/article/ad83513676ccf299126b10f556d6b99e</guid>
      <description><![CDATA[I have written before about what a joke I think it is when people write that Microsoft???s best days are behind it and that their corporate grave is already being dug. Google is going to usher in a...]]></description>
      <content:encoded><![CDATA[
<div xmlns="http://www.w3.org/1999/xhtml"><p>I have written before about what a joke I think it is when people write that Microsoft???s best days are behind it and that their corporate grave is already being dug.&nbsp; Google is going to usher in a new age of net centric computing and topple the once and future king. Yeah sure.&nbsp; Don Dodge had a <a href="http://dondodge.typepad.com/the_next_big_thing/2008/07/microsoft-revenues-top-60-billion---up-9b-over-last-year.html">good article up the other day</a> about Microsoft???s recent end of FY numbers.&nbsp; The Redmond rockets racked up over 60 billion (yeah with a b) in revenue last year, an 18% increase over the year before!&nbsp; They dropped 17.6 billion (again with a b) to the bottom line.&nbsp; To give it some perspective, Yahoo all told only does about 7 or 8 billion in gross revenue a year.&nbsp; Microsoft grew 9 billion in revenue last year.&nbsp; That is they grew organically more than a whole Yahoo.&nbsp; You can check out Don???s article for more financial facts and figures.</p>

<p>I ask you ladies and gentlemen, does this sound like the numbers of a company on the way down?&nbsp; If you were a betting person, would you be betting against this monster?&nbsp; I would not be.&nbsp; Do you think by 2011 things are going to fundamentally change? Next time someone tells you how open source, Linux, Google or anyone else is going to kill Microsoft try to put some of these numbers in prospective.</p></div>
]]></content:encoded>
      <pubDate>Wed, 23 Jul 2008 20:57:02 +0000</pubDate>
      <category domain="http://securityratty.com/tag/microsoft">microsoft</category>
      <category domain="http://securityratty.com/tag/kill microsoft">kill microsoft</category>
      <category domain="http://securityratty.com/tag/revenue">revenue</category>
      <category domain="http://securityratty.com/tag/gross revenue">gross revenue</category>
      <category domain="http://securityratty.com/tag/billion">billion</category>
      <category domain="http://securityratty.com/tag/google">google</category>
      <category domain="http://securityratty.com/tag/yahoo">yahoo</category>
      <category domain="http://securityratty.com/tag/net centric">net centric</category>
      <category domain="http://securityratty.com/tag/article">article</category>
      <source url="http://www.stillsecureafteralltheseyears.com/ashimmy/2008/07/we-should-all-b.html">We should all be this bad - Microsoft is dead, long live Microsoft!</source>
    </item>
    <item>
      <title><![CDATA[We should all be this bad - Microsoft is dead, long live Microsoft!]]></title>
      <link>http://securityratty.com/article/302c83cf612d5a4d4cae54bf106c3b8a</link>
      <guid>http://securityratty.com/article/302c83cf612d5a4d4cae54bf106c3b8a</guid>
      <description><![CDATA[I have written before about what a joke I think it is when people write that Microsofts best days are behind it and that their corporate grave is already being dug. Google is going to usher in a new...]]></description>
      <content:encoded><![CDATA[
<div xmlns="http://www.w3.org/1999/xhtml"><p>I have written before about what a joke I think it is when people write that Microsoft’s best days are behind it and that their corporate grave is already being dug.&nbsp; Google is going to usher in a new age of net centric computing and topple the once and future king. Yeah sure.&nbsp; Don Dodge had a <a href="http://dondodge.typepad.com/the_next_big_thing/2008/07/microsoft-revenues-top-60-billion---up-9b-over-last-year.html">good article up the other day</a> about Microsoft’s recent end of FY numbers.&nbsp; The Redmond rockets racked up over 60 billion (yeah with a b) in revenue last year, an 18% increase over the year before!&nbsp; They dropped 17.6 billion (again with a b) to the bottom line.&nbsp; To give it some perspective, Yahoo all told only does about 7 or 8 billion in gross revenue a year.&nbsp; Microsoft grew 9 billion in revenue last year.&nbsp; That is they grew organically more than a whole Yahoo.&nbsp; You can check out Don’s article for more financial facts and figures.</p>

<p>I ask you ladies and gentlemen, does this sound like the numbers of a company on the way down?&nbsp; If you were a betting person, would you be betting against this monster?&nbsp; I would not be.&nbsp; Do you think by 2011 things are going to fundamentally change? Next time someone tells you how open source, Linux, Google or anyone else is going to kill Microsoft try to put some of these numbers in prospective.</p></div>

<p><a href="http://feeds.feedburner.com/~a/StillsecureAfterAllTheseYears?a=XGXO7U"><img src="http://feeds.feedburner.com/~a/StillsecureAfterAllTheseYears?i=XGXO7U" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?a=EXP6eJ"><img src="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?i=EXP6eJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?a=n2oHgJ"><img src="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?i=n2oHgJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?a=tEOe0J"><img src="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?i=tEOe0J" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?a=wI63XJ"><img src="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?i=wI63XJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?a=QJDZLj"><img src="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?i=QJDZLj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?a=Pqbarj"><img src="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?i=Pqbarj" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/StillsecureAfterAllTheseYears/~4/344249153" height="1" width="1"/>]]></content:encoded>
      <pubDate>Wed, 23 Jul 2008 19:57:20 +0000</pubDate>
      <category domain="http://securityratty.com/tag/microsoft">microsoft</category>
      <category domain="http://securityratty.com/tag/revenue">revenue</category>
      <category domain="http://securityratty.com/tag/gross revenue">gross revenue</category>
      <category domain="http://securityratty.com/tag/billion">billion</category>
      <category domain="http://securityratty.com/tag/kill microsoft">kill microsoft</category>
      <category domain="http://securityratty.com/tag/article">article</category>
      <category domain="http://securityratty.com/tag/dons article">dons article</category>
      <category domain="http://securityratty.com/tag/microsofts recent">microsofts recent</category>
      <category domain="http://securityratty.com/tag/microsofts">microsofts</category>
      <source url="http://feeds.feedburner.com/~r/StillsecureAfterAllTheseYears/~3/344249153/we-should-all-b.html">We should all be this bad - Microsoft is dead, long live Microsoft!</source>
    </item>
    <item>
      <title><![CDATA[Great series of articles on stayin safe online with Vista]]></title>
      <link>http://securityratty.com/article/43b4135f63b528f47374b5d7276c02ae</link>
      <guid>http://securityratty.com/article/43b4135f63b528f47374b5d7276c02ae</guid>
      <description><![CDATA[I like this ladies series of articles. It would benefit you to read em, even if you are not using Vista


clipped from www.lockergnome.com

Protecting Against Spyware In Vista Part I


Syware and...]]></description>
      <content:encoded><![CDATA[<div > I like this ladies series of articles.<br/>It would benefit you to read em, even if you are not using Vista. </div>
<table cellpadding="0" cellspacing="0" width="100%" style="margin: 12px 0px; font-family: arial; color: #333333; background: #ffffff; border: solid 4px #e5e5e5; width: 100%; clear: left;">
<tr>
<td valign="top">
<table cellpadding="0" cellspacing="0" width="100%" class="CM_CTB_Content_Wrap" style="margin: 0px; padding: 0px;background-color: #ffffff;">
<tr>
<td valign="top">
<table cellpadding="0" cellspacing="0" width="100%" style="border-bottom: solid 1px #dcdcdc; white-space: nowrap; margin-bottom: 8px; background-color: #eeeeee ;background-image: url(http://clipmarks.com/images/source-bg.gif); background-repeat: repeat-x; height: 24px; line-height: 24px; vertical-align: middle; padding-bottom: 4px; color: #666666; font-size: 10px;">
<tr>
<td valign="top"><a href="http://clipmarks.com/clipmark/EF481569-658F-4487-B94F-3F36F6CC93B1/" title="go to this clipmark"><img src="http://content.clipmarks.com/blog_icon/8a77fbf9-535c-4d42-9e75-aeca4cd32cd9/EF481569-658F-4487-B94F-3F36F6CC93B1/" alt="" width="19" height="19" border="0" style="vertical-align: middle; margin: 0px 4px; display: inline; border: none; float:none;" /></a>clipped from <a title="http://www.lockergnome.com/it/2008/06/10/protecting-against-spyware-in-vista-part-i/" href="http://www.lockergnome.com/it/2008/06/10/protecting-against-spyware-in-vista-part-i/" style="font-size: 11px;">www.lockergnome.com</a></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" width="100%" style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;">
<tr>
<td valign="top"><!-- CLIPPED FROM: http://www.lockergnome.com/it/2008/06/10/protecting-against-spyware-in-vista-part-i/ -->
<div style="margin: 4px 0px; color: #000000; font-size: 20px;"><A title="Permanent Link to Protecting Against Spyware In Vista Part I" rel="bookmark" href="http://www.lockergnome.com/it/2008/06/10/protecting-against-spyware-in-vista-part-i/">Protecting Against Spyware In Vista Part I</A></div>
</td>
</tr>
</table>
<div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div>
<table cellpadding="0" cellspacing="0" width="100%" style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;">
<tr>
<td valign="top"><!-- CLIPPED FROM: http://www.lockergnome.com/it/2008/06/10/protecting-against-spyware-in-vista-part-i/ --><P>Syware and adware programs usually come as a part of legitimate shareware, but hide themselves in such a way that you do not always know when they are being installed. They just sit in the background and drain system resources, either displaying advertisements or worse, reporting system activity back to a central location. Marketers use information gathered from these programs to target pop-up ads and spam. </P></td>
</tr>
</table>
</td>
</tr>
</table>
<div style="margin: 0px 6px 6px 4px;">
<table style="font-size: 11px;border-spacing: 0px;padding: 0px;" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td style="background:transparent;border-width:0px;padding:0px;">&nbsp;</td>
<td align="right" style="background:transparent;border-width:0px;padding:0px;width:107px" width="107"><a href="http://clipmarks.com/share/EF481569-658F-4487-B94F-3F36F6CC93B1/blog/" title="blog or email this clip"><img src="http://content8.clipmarks.com/images/c2b-foot.png" border="0" alt="blog it" width="107" height="17" style="border-width:0px;padding:0px;margin:0px;" /></a></td>
</tr>
</table>
</div>
</td>
</tr>
</table>
]]></content:encoded>
      <pubDate>Thu, 12 Jun 2008 13:50:57 +0000</pubDate>
      <category domain="http://securityratty.com/tag/vista">vista</category>
      <category domain="http://securityratty.com/tag/drain system resources">drain system resources</category>
      <category domain="http://securityratty.com/tag/programs">programs</category>
      <category domain="http://securityratty.com/tag/adware programs">adware programs</category>
      <category domain="http://securityratty.com/tag/target pop-up ads">target pop-up ads</category>
      <category domain="http://securityratty.com/tag/ladies series">ladies series</category>
      <category domain="http://securityratty.com/tag/system activity">system activity</category>
      <category domain="http://securityratty.com/tag/articles">articles</category>
      <category domain="http://securityratty.com/tag/central location">central location</category>
      <source url="http://spywarebiz.com/spywarebizblog/?p=476">Great series of articles on stayin safe online with Vista</source>
    </item>
    <item>
      <title><![CDATA[RSA Day 3: Thursday with JJ at the Expo]]></title>
      <link>http://securityratty.com/article/f36c68a57c937aee2a5bd10c262845a5</link>
      <guid>http://securityratty.com/article/f36c68a57c937aee2a5bd10c262845a5</guid>
      <description><![CDATA[RSA Conference, San Francisco
Day 3: Thursday, April 10th
Thursday was a little different, I got up early and got a few real work things done (you know, those things) before heading off to meet Mike...]]></description>
      <content:encoded><![CDATA[<p><strong>RSA Conference, San Francisco<br />Day 3: Thursday, April 10th</strong></p><p>Thursday was a little different, I got up early and got a few &#8216;real&#8217; work things done (you know, <em>those</em> things) before heading off to meet Mike Fratto for a project he&#8217;s working on. More on that later. </p><p>I made it back to the show around lunch-ish but didn&#8217;t stop for lunch yet, since the show floor was closing at 4:00pm- I still had some browsing and chatting to do. Starting around 3:45, I took a <a class="offsite-link-inline" href="http://www.flickr.com/photos/42618430@N00/tags/rsa2008vendors/" target="_blank"><em>&#8216;Last 15 on the Floor&#8217;</em> </a>series of shots from the expo floor. </p><p>At some point Thursday or Wednesday, I did stop by the <strong>Security Smackdown</strong> challenge they had running- pretty neato- bunch of hackers beatin&#8217; each other down for the ultimate Smackdown Title. WWCF: World Wide Crypto Fighting&#8230;. or&#8230; something like that. There was a guy sporting an overtly over-sized gold WWF-style belt&#8230; hence the joke&#8230; nevermind. </p><p>Anyway, I also stopped by the &#8216;official&#8217; <strong>RSA Bookstore</strong> and picked up a little <strong>book on 802.1X</strong>. When I say little, I mean little&#8230; and it was $60. Yes, seriously. To top it off, it&#8217;s probably the most poorly-written book I&#8217;ve ever read. You&#8217;ll see a book review on that later. I want to give it a fair shake and read the whole thing, but I&#8217;m not entirely sure I can submit myself to much more of the torture&#8230; we&#8217;ll see. </p><p><strong>Thursday evening</strong> was the big RSA<strong> Codebreakers Bash</strong> and they really did it up right! There were several rooms full of <span class="full-image-float-right"><img style="width: 256px; height: 192px" alt="DSC01838.JPG" src="http://www.securityuncorked.com/storage/DSC01838.JPG?__SQUARESPACE_CACHEVERSION=1208147330009" /></span>fun, regardless of your taste. One room had a really good cover band and lots of music and dancing, another room had a huge&nbsp;bar area and light&nbsp;display I&nbsp;could have watched for hours.&nbsp;In one area, they had Guitar Hero&nbsp;full&nbsp;band playoffs, and in another yet bubble-head&nbsp;karaoke. Across the hall was a little more subdued, with&nbsp;more quiet sitting areas, perfect for chatting over a glass of wine. They&nbsp;also had crazy looking costumed ladies&nbsp;applying barcode tattoos to whomever was drunk enough to let them&nbsp;paste them on their forehead&nbsp;or face&#8230;.&nbsp;yeah&#8230; I have no clue about that one. I stopped in for about an hour before calling it a night. Thursday was day 6 in San Fran for me and I was exhausted. I did get some photos for you to try and capture the chaos. <a class="offsite-link-inline" href="http://www.flickr.com/photos/42618430@N00/tags/rsa2008bash/" target="_blank">View photos from the Bash</a>. </p><p>That pretty much sums up my day, and I left the hooplah on a Friday morning flight back to the East Coast. That&#8217;s about all I have from RSA 2008, but you&#8217;ll be hearing about some <strong>fun new projects</strong> and events that have grown out of this trip. </p><p><strong>Next stop: Interop Las Vegas </strong>(yee-haw!)</p><p># # #</p>
]]></content:encoded>
      <pubDate>Mon, 14 Apr 2008 00:30:36 +0000</pubDate>
      <category domain="http://securityratty.com/tag/rsa">rsa</category>
      <category domain="http://securityratty.com/tag/thursday">thursday</category>
      <category domain="http://securityratty.com/tag/rsa conference">rsa conference</category>
      <category domain="http://securityratty.com/tag/official rsa bookstore">official rsa bookstore</category>
      <category domain="http://securityratty.com/tag/day">day</category>
      <category domain="http://securityratty.com/tag/floor">floor</category>
      <category domain="http://securityratty.com/tag/expo floor">expo floor</category>
      <category domain="http://securityratty.com/tag/rsa codebreakers bash">rsa codebreakers bash</category>
      <category domain="http://securityratty.com/tag/bash">bash</category>
      <source url="http://www.securityuncorked.com/security-uncorked/2008/4/14/rsa-day-3-thursday-with-jj-at-the-expo.html">RSA Day 3: Thursday with JJ at the Expo</source>
    </item>
    <item>
      <title><![CDATA[RSA Day 1: Tuesday with JJ]]></title>
      <link>http://securityratty.com/article/a7737897895e3675da082e93dea8bb70</link>
      <guid>http://securityratty.com/article/a7737897895e3675da082e93dea8bb70</guid>
      <description><![CDATA[RSA Conference, San Francisco
Day 1: Tuesday, April 8th
This is my first year at RSA, and I really had no clue just how large it was. The expo floor is massive, and its filled with near-Interop-sized...]]></description>
      <content:encoded><![CDATA[<p><strong>RSA Conference, San Francisco<br />Day 1: Tuesday, April 8th</strong></p><p>This is my first year at RSA, and I really had no clue just how large it was. The expo floor is massive, and it&#8217;s filled with near-Interop-sized booths and hooks. To kick the day off, I caught&nbsp;the morning keynotes in the main hall, then took some time finding our partners and other folks on the expo floor. I attended some peer to peer breakouts, but due to the nature of those sessions, I&#8217;m not going to publish any information from those. Aside from that, here&#8217;s how Day 1 went&#8230;</p><p>I visited <a class="offsite-link-inline" href="http://www.winmagic.com/" target="_blank"><strong>WinMagic</strong> </a>and chatted with Thi Nguyen-Huu (their CEO), Joseph Belsanti&nbsp;(Director of Marketing) and several other great folks there, including Diane and Maurice. Later in the day, I stopped back by to hear Rich Mogull&#8217;s 15-minute talk on disk encryption and FDE there at the WinMagic booth. They had a full audience for that one, and I believe there are two more both today and tomorrow if you&#8217;d like to see it. You may be seeing more info from me on WinMagic&#8217;s SecureDoc solution&#8230; stay tuned for that.</p><p>I found the <a class="offsite-link-inline" href="http://www.juniper.net/" target="_blank"><strong>Juniper</strong> </a>crowd and ran into Lisa Lorenzin and fellow TNC&#8217;ers at the TCG (Trusted Computing Group) booth. I&#8217;m hoping to re-visit there today and see some of the interoperability demos. They had a pretty steady crowd there yesterday. </p><p>Of course&nbsp;I stopped by the<strong> <a class="offsite-link-inline" href="http://www.isc2.org/" target="_blank">ISC<sup>2</sup></a></strong> booth and have a t-shirt to show for that. (Remind me, I have another tidbit to share with you later). </p><p>What else&#8230;&nbsp;Oh I&#8217;m hoping to stop back over to see the <a class="offsite-link-inline" href="http://www.splunk.com/" target="_blank"><strong>Splunk</strong> </a>demo. I&#8217;ve heard they have a great logging solution, and we&#8217;re getting requests from several customers to recommend a log management product. Yesterday was a bit too chaotic and I due to the noise and traffic flow I wasn&#8217;t able to get in a position to actually hear anything. Splunk was the source of my second t-shirt. I have to give them kudos, it&#8217;s a ladies baby doll tee and reads &#8220;<em>We take the SH out of IT&#8221;. </em></p><p>My favorite of the day had to be over in <a class="offsite-link-inline" href="http://www.stillsecureafteralltheseyears.com/" target="_blank">Alan&#8217;s </a>neck of the woods at the <strong>StillSecure</strong> booth. Depending which side of the booth you approached from, you may or may not have enjoyed the humorous <em>&#8216;Cisco Recycling Center&#8217;</em> theme happening on one side. There was an overhead sign (as seen <a class="offsite-link-inline" href="http://www.flickr.com/photos/42618430@N00/2401277964/in/set-72157604426288212/" target="_blank">here</a>), complete with the actual recycling bin (<a class="offsite-link-inline" href="http://www.flickr.com/photos/42618430@N00/2400447441/in/set-72157604426288212/" target="_blank">here&#8217;s</a> that one). I didn&#8217;t take many photos yesterday because I forgot to recharge the camera after all the garden photos- but- I had to at least get these pictures.<em> (And, congrats to StillSecure on their </em><a class="offsite-link-inline" href="http://www.stillsecureafteralltheseyears.com/ashimmy/2008/04/safe-access-win.html" target="_blank"><em>SC Magazine Awards win</em></a><em>&nbsp;last night!)</em></p><p>I stopped by the <strong>Microsoft</strong> booth to learn a little more about the new products and NAP. They gave me a cute little review of how 802.1X worked, explained the endpoint checking and reporting and then one of the guys told me the best place to get more information was on their website. Uh.. okay. LOL. So, sorry but there&#8217;s not much&nbsp;information to&nbsp;report back from that experience. </p><p><strong>Tipping Point</strong> was an unexpected stop for me.&nbsp;Completely unrelated, there&#8217;s a project I&#8217;m&nbsp;involved with and the team leader from that project sent a text&nbsp;instructing me to go&nbsp;find another team member,&nbsp;who happened to be a global product manager at Tipping&nbsp;Point. I&nbsp;headed that way to find my &#8216;person&#8217; and was pleasantly surprised by some of the solutions I&nbsp;saw while I was there. &nbsp;</p><p>Throughout my meanderings on the expo floor, I was able to find several fellow <a class="offsite-link-inline" href="http://networks.feedburner.com/Security-Bloggers-Network" target="_blank">Security Bloggers</a> and <a class="offsite-link-inline" href="http://mediaphyter.wordpress.com/2008/02/01/security-twits/" target="_blank">Security Twits</a> by strategic use of Twitter. :) Among those, I found Jack Daniel, Jennifer Leggio, Stacy Thayer, Dan O&#8217;Neill, Rich Mogull and&nbsp;Martin McKeay.</p><p>I was able to catch up with <strong>Mike Fratto</strong> after the sessions and talk him into a ginger ale before he headed off to do a little writing. If you don&#8217;t know who Mike is, he&#8217;s - well I guess several things - security editor for Information Week, lab director, lead NAC Analyst for Network Computing. I&#8217;m not sure of the &#8216;official&#8217; titles, but he&#8217;s the media NAC go-to-guy. Definitely check out his <a class="offsite-link-inline" href="http://www.networkcomputing.com/blog/dailyblog/archives/nac_immersion_center/index.html" target="_blank">NAC Immersion Center blog</a>. </p><p><strong>And today?</strong> Another day full of meet-n-greets, keynotes adn breakouts. Tonight? Tonight is the Security Bloggers Meetup!</p><p># # #</p>
]]></content:encoded>
      <pubDate>Wed, 09 Apr 2008 11:22:55 +0000</pubDate>
      <category domain="http://securityratty.com/tag/day">day</category>
      <category domain="http://securityratty.com/tag/booth">booth</category>
      <category domain="http://securityratty.com/tag/microsoft booth">microsoft booth</category>
      <category domain="http://securityratty.com/tag/stillsecure booth">stillsecure booth</category>
      <category domain="http://securityratty.com/tag/stillsecure">stillsecure</category>
      <category domain="http://securityratty.com/tag/winmagic booth">winmagic booth</category>
      <category domain="http://securityratty.com/tag/expo floor">expo floor</category>
      <category domain="http://securityratty.com/tag/rsa">rsa</category>
      <category domain="http://securityratty.com/tag/information week">information week</category>
      <source url="http://www.securityuncorked.com/security-uncorked/2008/4/9/rsa-day-1-tuesday-with-jj.html">RSA Day 1: Tuesday with JJ</source>
    </item>
    <item>
      <title><![CDATA[Women in IT: A Note from the Non-Booth-Babe Blogger]]></title>
      <link>http://securityratty.com/article/71b92c6a0b036f7f3af191e431feeef6</link>
      <guid>http://securityratty.com/article/71b92c6a0b036f7f3af191e431feeef6</guid>
      <description><![CDATA[Okay Alan! Your blog this morning has cracked me up, Ive definitely had a good giggle from it. I have to say though, Im surprised, amused and embarrassed all at the same time. Blonde- yes , Blogger-...]]></description>
      <content:encoded><![CDATA[<p>Okay Alan! Your <a class="offsite-link-inline" href="http://www.stillsecureafteralltheseyears.com/ashimmy/2008/04/this-aint-no-bl.html" target="_blank">blog this morning&nbsp;</a>&nbsp;has cracked me up, I&#8217;ve definitely had a good giggle from it. I have to say though, I&#8217;m surprised, amused and embarrassed all at the same time. Blonde- <em>yes</em>, Blogger- <em>yes</em>&#8230; not sure about the other parts!</p><p>I may disagree on the photo comment. First of all, it&#8217;s <em>really</em> bad. Secondly, I&#8217;ve emailed responses to several of my readers&#8217; comments and (much to my surprise) found they didn&#8217;t&nbsp;realize I was &#8216;a girl&#8217;. Shocking right? When they saw &#8216;Jennifer&#8217; in my email signature they figured it out. So, I don&#8217;t know that the photo has any impact on readership, but I could be wrong. However, if you do read my blog because I&#8217;m female and you like the photo- I&#8217;m okay with that- you&#8217;ll still learn something ;)</p><p><em>Note to self: I definitely have to do something about that horrible photo! I&#8217;ve been procrastinating for a while and searching for a photographer and stylist to get some new &#8216;real&#8217; head shots taken. I hate having my photo taken, so I&#8217;ll keep you posted on that. </em></p><p><strong>Women in IT&#8230;</strong></p><p>The timing of your post&nbsp;is amazing as well. Over the past couple of weeks I&#8217;ve received several emails from fellow women in IT who wanted to make a connection, swap stories and find a commerad-ess, or two, in the world. I&#8217;ve even received postcards and written notes from thoughtful ladies who found my information online. I guess I never realized what a struggle some women have in the &#8216;man&#8217;s world&#8217; of IT. I&#8217;m starting to realize it more, as I meet new friends and hear their war stories of moving up and gaining respect in the industry. </p><p>I&#8217;ve been lucky- I grew up in the IT industry and somehow managed to circumvent a lot of the &#8216;gender issues&#8217;. When I was about 16, I&nbsp;developed and taught computer and Internet-related courseware, and had to teach it to adults (and yes, they&#8217;re actually worse than the 2nd graders!) Around that same time, I was sitting on a state agency board as a SME on web usage and development. </p><p><u>I was young and a female (and blonde),</u> so I most certainly had to prove myself and establish a repertoire to gain the respect of my peers; mostly middle-aged and older men who had been in the industry longer than I&#8217;d been alive. </p><p><strong>Knowing what you don&#8217;t know&#8230;</strong></p><p>Getting thrown in early certainly taught me valuable lessons.&nbsp;I made sure I knew my stuff inside and out, and&nbsp;conversely, I&nbsp;made sure I was comfortable asking questions on topics I <em>didn&#8217;t</em> know about. Part of the respect comes from &#8216;knowing <em>what you don&#8217;t know&#8217;</em> and being able to admit it. I think I&#8217;m pretty good at that and it&#8217;s carried me far. :)&nbsp;&nbsp; Plus, I had two great role models to learn from. </p><p>However it happened- through some combination of luck&nbsp;and hard work- I&#8217;m happy to be where I am. Our customers, partners and colleagues look to me for answers and insight. I know they trust me and and that&#8217;s an amazing feeling. It&#8217;s also what drives me to be the best at what I do, and to keep learning, studying and working at it. </p><p><em>They&#8217;ve given me their trust, and I try really hard to give them something back that&#8217;s&nbsp;equally as important.</em> </p><p># # #</p>
]]></content:encoded>
      <pubDate>Thu, 03 Apr 2008 10:58:30 +0000</pubDate>
      <category domain="http://securityratty.com/tag/photo">photo</category>
      <category domain="http://securityratty.com/tag/photo-">photo-</category>
      <category domain="http://securityratty.com/tag/horrible photo">horrible photo</category>
      <category domain="http://securityratty.com/tag/photo comment">photo comment</category>
      <category domain="http://securityratty.com/tag/hard work-">hard work-</category>
      <category domain="http://securityratty.com/tag/hard">hard</category>
      <category domain="http://securityratty.com/tag/real head shots">real head shots</category>
      <category domain="http://securityratty.com/tag/mans world">mans world</category>
      <category domain="http://securityratty.com/tag/respect">respect</category>
      <source url="http://www.securityuncorked.com/security-uncorked/2008/4/3/women-in-it-a-note-from-the-non-booth-babe-blogger.html">Women in IT: A Note from the Non-Booth-Babe Blogger</source>
    </item>
    <item>
      <title><![CDATA[Now batting for the NY Yankees ... Billy Crystal, number 60]]></title>
      <link>http://securityratty.com/article/835ec728e6a25538fda5b645465b8ea7</link>
      <guid>http://securityratty.com/article/835ec728e6a25538fda5b645465b8ea7</guid>
      <description><![CDATA[Imagine Bob Sheppard's one of a kind voice booming over the PA system at Yankee Stadium. The words echoing off the hallowed stands that Ruth built, near first base where Gerhig stood, over the green...]]></description>
      <content:encoded><![CDATA[
<div xmlns="http://www.w3.org/1999/xhtml"><p><a href="http://www.stillsecureafteralltheseyears.com/photos/uncategorized/2008/03/13/billy_crystal.jpg"><img class="image-full" title="Billy_crystal" alt="Billy_crystal" src="http://www.stillsecureafteralltheseyears.com/photos/uncategorized/2008/03/13/billy_crystal.jpg" border="0" style="FLOAT: right; MARGIN: 0px 0px 5px 5px" /></a>Imagine Bob Sheppard's one of a kind voice booming over the PA system at Yankee Stadium.&nbsp; The words echoing off the hallowed stands that Ruth built, near first base where Gerhig stood, over the green grass of centerfield where DiMaggio and Mantle roamed. Ladies and Gentlemen, now hitting for the NY Yankees, number 60, Billy Crystal. For one of my favorite comedians, a <a href="http://sports.yahoo.com/mlb/news?slug=ap-yankees-crystal&amp;prov=ap&amp;type=lgns">life long dream came true</a> for his 60th birthday.</p>

<p>It is no secret that Crystal who grew up in Long Beach, Long Island is a die hard, crazy Yankee fan.&nbsp; Today the Yankees probably made him &quot;the luckiest man on the face of the earth&quot;, or at least since another Yankee said those words.&nbsp; They signed Billy to a one day contract and let him suit up and take an at bat in a pre-season game.&nbsp; Alas, the mighty Crystal struck out, but not before fouling a ball off down the line and running the count to 3 and 2. What a special event and great thing to do for a special fan.&nbsp; I can only imagine the goose bumps that Billy for sure had!&nbsp; Classy move by the Yankees.</p>

<p>This is the last year for the greatest sports venue in America, Yankee Stadium.&nbsp; I very much want to take my boys up this season to see at least one game in the old stadium.&nbsp; In the meantime if anyone really wants to make me happy, maybe you can finagle to get me a similar stint with the Yanks.&nbsp; If not I would settle for coming and playing QB for the Steelers for a play as well.&nbsp; But I guess I am no Billy Crystal, but I can dream can't I? Like Yogi says, it ain't over till its over. </p></div>
]]></content:encoded>
      <pubDate>Thu, 13 Mar 2008 22:23:48 +0000</pubDate>
      <category domain="http://securityratty.com/tag/billy crystal">billy crystal</category>
      <category domain="http://securityratty.com/tag/billy">billy</category>
      <category domain="http://securityratty.com/tag/crystal">crystal</category>
      <category domain="http://securityratty.com/tag/yankee">yankee</category>
      <category domain="http://securityratty.com/tag/crazy yankee fan">crazy yankee fan</category>
      <category domain="http://securityratty.com/tag/yankees">yankees</category>
      <category domain="http://securityratty.com/tag/yankee stadium">yankee stadium</category>
      <category domain="http://securityratty.com/tag/stadium">stadium</category>
      <category domain="http://securityratty.com/tag/imagine bob sheppard">imagine bob sheppard</category>
      <source url="http://www.stillsecureafteralltheseyears.com/ashimmy/2008/03/now-batting-for.html">Now batting for the NY Yankees ... Billy Crystal, number 60</source>
    </item>
    <item>
      <title><![CDATA[Now batting for the NY Yankees ... Billy Crystal, number 60]]></title>
      <link>http://securityratty.com/article/dcfe497dec1da20ac3b87d85d986ff37</link>
      <guid>http://securityratty.com/article/dcfe497dec1da20ac3b87d85d986ff37</guid>
      <description><![CDATA[Imagine Bob Sheppard's one of a kind voice booming over the PA system at Yankee Stadium. The words echoing off the hallowed stands that Ruth built, near first base where Gerhig stood, over the green...]]></description>
      <content:encoded><![CDATA[
<div xmlns="http://www.w3.org/1999/xhtml"><p><a href="http://www.stillsecureafteralltheseyears.com/photos/uncategorized/2008/03/13/billy_crystal.jpg"><img class="image-full" title="Billy_crystal" alt="Billy_crystal" src="http://www.stillsecureafteralltheseyears.com/photos/uncategorized/2008/03/13/billy_crystal.jpg" border="0" style="FLOAT: right; MARGIN: 0px 0px 5px 5px" /></a>Imagine Bob Sheppard's one of a kind voice booming over the PA system at Yankee Stadium.&nbsp; The words echoing off the hallowed stands that Ruth built, near first base where Gerhig stood, over the green grass of centerfield where DiMaggio and Mantle roamed. Ladies and Gentlemen, now hitting for the NY Yankees, number 60, Billy Crystal. For one of my favorite comedians, a <a href="http://sports.yahoo.com/mlb/news?slug=ap-yankees-crystal&amp;prov=ap&amp;type=lgns">life long dream came true</a> for his 60th birthday.</p>

<p>It is no secret that Crystal who grew up in Long Beach, Long Island is a die hard, crazy Yankee fan.&nbsp; Today the Yankees probably made him &quot;the luckiest man on the face of the earth&quot;, or at least since another Yankee said those words.&nbsp; They signed Billy to a one day contract and let him suit up and take an at bat in a pre-season game.&nbsp; Alas, the mighty Crystal struck out, but not before fouling a ball off down the line and running the count to 3 and 2. What a special event and great thing to do for a special fan.&nbsp; I can only imagine the goose bumps that Billy for sure had!&nbsp; Classy move by the Yankees.</p>

<p>This is the last year for the greatest sports venue in America, Yankee Stadium.&nbsp; I very much want to take my boys up this season to see at least one game in the old stadium.&nbsp; In the meantime if anyone really wants to make me happy, maybe you can finagle to get me a similar stint with the Yanks.&nbsp; If not I would settle for coming and playing QB for the Steelers for a play as well.&nbsp; But I guess I am no Billy Crystal, but I can dream can't I? Like Yogi says, it ain't over till its over. </p></div>

<p><a href="http://feeds.feedburner.com/~a/StillsecureAfterAllTheseYears?a=ET6m6X"><img src="http://feeds.feedburner.com/~a/StillsecureAfterAllTheseYears?i=ET6m6X" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?a=Ww5XsiF"><img src="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?i=Ww5XsiF" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?a=JpULtPF"><img src="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?i=JpULtPF" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?a=mTzdjBF"><img src="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?i=mTzdjBF" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?a=mvT1glF"><img src="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?i=mvT1glF" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?a=4TUoPCf"><img src="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?i=4TUoPCf" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?a=YCa9smf"><img src="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?i=YCa9smf" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/StillsecureAfterAllTheseYears/~4/251194014" height="1" width="1"/>]]></content:encoded>
      <pubDate>Thu, 13 Mar 2008 21:29:49 +0000</pubDate>
      <category domain="http://securityratty.com/tag/billy crystal">billy crystal</category>
      <category domain="http://securityratty.com/tag/billy">billy</category>
      <category domain="http://securityratty.com/tag/crystal">crystal</category>
      <category domain="http://securityratty.com/tag/yankee">yankee</category>
      <category domain="http://securityratty.com/tag/crazy yankee fan">crazy yankee fan</category>
      <category domain="http://securityratty.com/tag/yankees">yankees</category>
      <category domain="http://securityratty.com/tag/yankee stadium">yankee stadium</category>
      <category domain="http://securityratty.com/tag/stadium">stadium</category>
      <category domain="http://securityratty.com/tag/imagine bob sheppard">imagine bob sheppard</category>
      <source url="http://feeds.feedburner.com/~r/StillsecureAfterAllTheseYears/~3/251194014/now-batting-for.html">Now batting for the NY Yankees ... Billy Crystal, number 60</source>
    </item>
  </channel>
</rss>
