<?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: challenge]]></title>
    <link>http://securityratty.com/tag/challenge</link>
    <description></description>
    <pubDate>Fri, 25 Jul 2008 09:00:00 +0000</pubDate>
    <generator>iRatty Engine</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <item>
      <title><![CDATA[The Growing Security Skills Shortage]]></title>
      <link>http://securityratty.com/article/6f0a31fa5334384c34fb7f51cba96b5b</link>
      <guid>http://securityratty.com/article/6f0a31fa5334384c34fb7f51cba96b5b</guid>
      <description><![CDATA[We are regularly hearing from our security clients about their difficulties finding people with the right skills or when they do finally find them, these people are too costly to employ because their...]]></description>
      <content:encoded><![CDATA[<p><img title="Jonathan Penn" alt="Jonathan Penn" src="http://www.forrester.com/role_based/images/author/imported/forresterDotCom/Analyst_Photos/Silhouette/Color/Jonathan-Penn.gif" border="0" style="FLOAT: left; MARGIN: 0px 5px 5px 0px" /></p>

<p>We are regularly hearing from our security clients about their difficulties finding people with the right skills – or when they do finally find them, these people are too costly to employ because their skills are in such demand.</p>



<p>Indeed, the “unavailability of people with the right skills” was cited as a top challenge for security groups in both our <a href="http://www.forrester.com/go?docid=44366">enterprise</a> and <a href="http://www.forrester.com/go?docid=44692">SMB</a> surveys.</p>



<p>In comparing need for talent across 25 different IT roles, Forrester analysts came to the conclusion that information security experts are among <a href="http://www.forrester.com/go?docid=46400">the hottest roles in IT</a>, sharing the top spot with information/data architects.</p>



<p>The skills shortage is likely to get worse before it gets better. We’re unlikely to see a significant spike in security experts’ salaries to attract those we need to hire: large changes in compensation for senior security personnel would run against the current of economic belt-tightening. Another typical approach to offsetting the shortage would be to train up: foster the career development and advancement of existing security personnel on our payroll. However, with all the outsourcing that is going on – and which will increasingly occur – there is a shrinking pool from which to find people with “the right stuff” worth championing their advancement.</p>



<p>We could look outside of security to others in IT, or even to co-workers in other departments or business groups. But given how poor a job IT Security does of marketing its value proposition, I don’t hold much hope for attracting non-security people.</p>



<p>What do you think? Are we about to hit a very big wall when it comes to skills and staffing? Are you presently feeling the pain of a skills shortage? Do you see such a shortage looming? What measures are you taking to acquire and nurture talent? Which ones are successful and why?</p>



<p>I welcome your thoughts on the topic.</p>

]]></content:encoded>
      <pubDate>Tue, 19 Aug 2008 05:02:06 +0000</pubDate>
      <category domain="http://securityratty.com/tag/security">security</category>
      <category domain="http://securityratty.com/tag/senior security personnel">senior security personnel</category>
      <category domain="http://securityratty.com/tag/security clients">security clients</category>
      <category domain="http://securityratty.com/tag/security experts salaries">security experts salaries</category>
      <category domain="http://securityratty.com/tag/skills shortage">skills shortage</category>
      <category domain="http://securityratty.com/tag/shortage">shortage</category>
      <category domain="http://securityratty.com/tag/information security experts">information security experts</category>
      <category domain="http://securityratty.com/tag/skills">skills</category>
      <category domain="http://securityratty.com/tag/security personnel">security personnel</category>
      <source url="http://blogs.forrester.com/srm/2008/08/the-growing-sec.html">The Growing Security Skills Shortage</source>
    </item>
    <item>
      <title><![CDATA[The Bot Hunter: An Event Processing Challenge]]></title>
      <link>http://securityratty.com/article/ad344d30f5d4c2ad499d08baf386a23b</link>
      <guid>http://securityratty.com/article/ad344d30f5d4c2ad499d08baf386a23b</guid>
      <description><![CDATA[Recently we penned The Attack of the Spiders from the Clouds where we mentioned how cloud computing infrastructures can be used to stage malicous or accidential network attacks
Today I challenge our...]]></description>
      <content:encoded><![CDATA[<p>Recently we penned <a href="http://www.thecepblog.com/2008/07/31/the-attack-of-the-spiders-from-the-clouds/" target="_blank">The Attack of the Spiders from the Clouds</a> where we mentioned how cloud computing infrastructures can be used to stage malicous or accidential network attacks.</p>
<p>Today I challenge our CEP/ESP/EP vendors (or SIs) to create the following solution to detect and block rogue bots on Apache web sites.   I will install and test each submitted solution on <a href="http://www.unix.com" target="_blank">The UNIX Forums</a> and post the results here.</p>
<p>Here are some basic requirements:</p>
<ol>
<li>Your solution must run on Linux and be installable and configurable remotely with SSH or HTTP.  There will be no physical access to the server. No exceptions.</li>
<li>Preferrably, the configuration can be done with a Web-Based Interface (WBI) - a browser.</li>
<li>Your solution will listen to continuous updates to the Apache2 access log, exact location configurable in your solution, and identify robots ( bots), also known as spiders, from the log.</li>
<li>Your solution will provide a confidence metric, key indicator (KI), for each bot detected, from 0 to 10, where 10 indicates &#8220;absolutely a bot,&#8221; 0 is &#8220;absolutely not a bot.&#8221;</li>
<li>Your solution will update the IP address of each bot and KI you identify in a file/table called, for example, ./bot_scorecard.txt where each line is an IP address of a bot, followed by a semicolon (or other delimiter of your choice) and the confidence factor, for example,  10.0.0.1;10 means that 10.0.0.1 is a bot, 100% sure.</li>
<li>Your solution must compare bots detected to a file/table called, for example, ./bots_allowed.txt and ./bots_denied.txt that are in the format IP address/mask, for example 10.0.0.1/24, or 10.0.0.1/32.</li>
<li>If the KI &#8220;confidence factor&#8221; of the IP address of your detected bot is higher than the tunable &#8220;is a bot&#8221; KI, then your solution should update the tables/files and then call iptables and block the bot.</li>
<li>It should send an email to one or more email addresses with a message, for example:  &#8220;New Bot Detected - Confidence 8&#8243; with IP address, etc. in the message.  Another example would be an email, &#8220;Bot Blocked&#8221; - with details, etc.</li>
<li>You cannot automatically block any traffic that is not a bot.  Blocking one &#8220;non-bot&#8221; results in failure, no exceptions.</li>
<li>The Prize:  The winner will get their logo (w/link) on this site in a block called &#8220;Bot Hunter Winner&#8221; (or something like that.)</li>
</ol>
<p>These are some basic requirements; I don&#8217;t want to restrict your thinking or solution, so be creative!  Feel free to ask any questions in the comment section of this thread.</p>
<p>Remember, sometimes you may have to manage the state of IP addresses for days, or hours, before you can accurately deterimine if it is a bot based on behavior alone.   So, you will need to work with both long and short time windows.  Latency is not important. Detection accurate is importance.</p>
<p>Anyone care to submit a solution for testing?</p>
]]></content:encoded>
      <pubDate>Fri, 15 Aug 2008 05:35:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/bot">bot</category>
      <category domain="http://securityratty.com/tag/winner">winner</category>
      <category domain="http://securityratty.com/tag/bot hunter winner">bot hunter winner</category>
      <category domain="http://securityratty.com/tag/bot based">bot based</category>
      <category domain="http://securityratty.com/tag/non-bot results">non-bot results</category>
      <category domain="http://securityratty.com/tag/results">results</category>
      <category domain="http://securityratty.com/tag/bot scorecard">bot scorecard</category>
      <category domain="http://securityratty.com/tag/solution">solution</category>
      <category domain="http://securityratty.com/tag/block rogue bots">block rogue bots</category>
      <source url="http://www.thecepblog.com/2008/08/15/the-bot-hunter-an-event-processing-challenge/">The Bot Hunter: An Event Processing Challenge</source>
    </item>
    <item>
      <title><![CDATA[IP-based services: Curse or blessing for NOC staff?]]></title>
      <link>http://securityratty.com/article/e6faab501e4a5363938825e25b64c53a</link>
      <guid>http://securityratty.com/article/e6faab501e4a5363938825e25b64c53a</guid>
      <description><![CDATA[IP-based services extend beyond just VoIP and video, and could prove to be a blessing or a curse for NOC staff. Prepare to meet the challenge of delivering IP-based services over your network and you...]]></description>
      <content:encoded><![CDATA[IP-based services extend beyond just VoIP and video, and could prove to be a blessing or a curse for NOC staff. Prepare to meet the challenge of delivering IP-based services over your network and you could be rewarded.<img src="http://feeds.feedburner.com/~r/WhatisEnterpriseItTipsAndExpertAdvice/~4/363549096" height="1" width="1"/>]]></content:encoded>
      <pubDate>Tue, 12 Aug 2008 20:00:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/services">services</category>
      <category domain="http://securityratty.com/tag/noc staff">noc staff</category>
      <category domain="http://securityratty.com/tag/services extend">services extend</category>
      <category domain="http://securityratty.com/tag/curse">curse</category>
      <category domain="http://securityratty.com/tag/network">network</category>
      <category domain="http://securityratty.com/tag/video">video</category>
      <category domain="http://securityratty.com/tag/voip">voip</category>
      <category domain="http://securityratty.com/tag/prove">prove</category>
      <category domain="http://securityratty.com/tag/challenge">challenge</category>
      <source url="http://feeds.feedburner.com/~r/WhatisEnterpriseItTipsAndExpertAdvice/~3/363549096/0,289483,sid7_gci1323596,00.html">IP-based services: Curse or blessing for NOC staff?</source>
    </item>
    <item>
      <title><![CDATA[Gallery: Images From the 16th Annual DefCon]]></title>
      <link>http://securityratty.com/article/fb7d8c7afe69bef6c3f3ee2131da03a6</link>
      <guid>http://securityratty.com/article/fb7d8c7afe69bef6c3f3ee2131da03a6</guid>
      <description><![CDATA[Photo: Dave Bullock/Wired.com
LAS VEGAS -- Last weekend, more than 9,000 hackers, freaks, feds and geeks gathered for the 16th annual DefCon, the world's largest computer security convention
Wired.com...]]></description>
      <content:encoded><![CDATA[<img src='http://www.wired.com/images/slideshow/2008/08/gallery_defcon16/defcon_gallery_2_t.jpg'></img>: Photo: Dave Bullock/Wired.com<p>LAS VEGAS -- Last weekend, more than 9,000 hackers, freaks, feds and geeks gathered for the 16th annual DefCon, the world's largest computer security convention. </p>

<p>Wired.com brought you <a href="http://blog.wired.com/27bstroke6/defcon/index.html">live coverage</a> of the most newsworthy events at DefCon 16. Here are some photos from the lighter side of the conference.</p>

<p><strong>Left:</strong> South Korean hackers compete in the Capture the Flag competition. The goal is to hack into and keep control of targeted servers.</p>
<img src='http://www.wired.com/images/slideshow/2008/08/gallery_defcon16/defcon_gallery_3_t.jpg'></img>: Photo: Dave Bullock/Wired.com<p>Mr. Sinister and Dragon Cracker battle it out in a round of <cite>Guitar Hero</cite> -- one of DefCon's newest competitions.</p><img src='http://www.wired.com/images/slideshow/2008/08/gallery_defcon16/defcon_gallery_1_t.jpg'></img>: Photo: Dave Bullock/Wired.com<p>Bringing-your-own-booze supply ensures optimal buzz at DefCon. Shortly after this picture was taken, hotel security escorted this backpack-hacker to his room.</p><img src='http://www.wired.com/images/slideshow/2008/08/gallery_defcon16/defcon_gallery_4_t.jpg'></img>: Photo: Dave Bullock/Wired.com<p>Computer geeks from the National Institute of Standards and Technology set up a network secured with quantum encryption in a conference room at DefCon. The quantum-entangled photons are being used to encrypt a video stream across a line-of-site network.</p><img src='http://www.wired.com/images/slideshow/2008/08/gallery_defcon16/defcon_gallery_5_t.jpg'></img>: Photo: Dave Bullock/Wired.com<p>A compact optical bench and an atomic clock (left) are used to secure a network with quantum encryption.   </p><img src='http://www.wired.com/images/slideshow/2008/08/gallery_defcon16/defcon_gallery_6_t.jpg'></img>: Photo: Dave Bullock/Wired.com<p>In the Lock Pick Pavilion, DefCon attendees Dustin, Jennalynn and Kunfoozball practice their lock-picking skills. </p><img src='http://www.wired.com/images/slideshow/2008/08/gallery_defcon16/defcon_gallery_7_t.jpg'></img>: Photo: Dave Bullock/Wired.com<p>DefCon founder and organizer Jeff Moss, aka Dark Tangent, at the conference's closing ceremony Sunday.</p>

<img src='http://www.wired.com/images/slideshow/2008/08/gallery_defcon16/defcon_gallery_9_t.jpg'></img>: Photo: Dave Bullock/Wired.com<p>A collection of black badges awaits the winners of the various competitions. These badges give their holders lifetime entry to DefCon.</p><img src='http://www.wired.com/images/slideshow/2008/08/gallery_defcon16/defcon_gallery_11_t.jpg'></img>: Photo: Dave Bullock/Wired.com<p>One of DefCon's logos, the smiley-faced skull and crossbones, is welded inside a yellow sphere. The sphere is the primary stage of one of the most difficult competitions at DefCon: <a href="http://blog.wired.com/27bstroke6/2008/08/the-defcon-16-m.html">The Mystery Challenge</a>. </p><img src='http://www.wired.com/images/slideshow/2008/08/gallery_defcon16/defcon_gallery_15_t.jpg'></img>: Photo: Dave Bullock/Wired.com<p>Unbeknownst to attendees, this laptop is sniffing RFID tags and taking photos of their owners when they pass in front of the detectors. RFID tags are used in everything from building access to some credit cards.</p><img src='http://www.wired.com/images/slideshow/2008/08/gallery_defcon16/defcon_gallery_12_t.jpg'></img>: Photo: Dave Bullock/Wired.com<p>At the closing ceremony, DefCon organizers turn off the lights while the attendees wave their <a href="http://blog.wired.com/27bstroke6/2008/08/exclusive-defco.html">high-tech badges</a> back and forth.</p><br style="clear: both;"/>
      <a href="http://www.pheedo.com/click.phdo?s=68dd26e52adb5b467e7c3e6137cda635"><img alt="" style="border: 0;" border="0" src="http://www.pheedo.com/img.phdo?s=68dd26e52adb5b467e7c3e6137cda635"/></a>
  <img src="http://www.pheedo.com/feeds/tracker.php?i=68dd26e52adb5b467e7c3e6137cda635" style="display: none;" border="0" height="1" width="1" alt=""/><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/wired/politics/privacy?a=5LS6EK"><img src="http://feeds.feedburner.com/~f/wired/politics/privacy?i=5LS6EK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/wired/politics/privacy?a=K4FTfk"><img src="http://feeds.feedburner.com/~f/wired/politics/privacy?i=K4FTfk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/wired/politics/privacy?a=IRLAWk"><img src="http://feeds.feedburner.com/~f/wired/politics/privacy?i=IRLAWk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/wired/politics/privacy?a=NFFkrK"><img src="http://feeds.feedburner.com/~f/wired/politics/privacy?i=NFFkrK" border="0"></img></a>
 <a href="http://feeds.wired.com/~f/wired/politics/security?a=oS38eK"><img src="http://feeds.wired.com/~f/wired/politics/security?i=oS38eK" border="0"></img></a> <a href="http://feeds.wired.com/~f/wired/politics/security?a=qIurlk"><img src="http://feeds.wired.com/~f/wired/politics/security?i=qIurlk" border="0"></img></a> <a href="http://feeds.wired.com/~f/wired/politics/security?a=TG21wk"><img src="http://feeds.wired.com/~f/wired/politics/security?i=TG21wk" border="0"></img></a> <a href="http://feeds.wired.com/~f/wired/politics/security?a=n3oFWK"><img src="http://feeds.wired.com/~f/wired/politics/security?i=n3oFWK" border="0"></img></a> </div><img src="http://feeds.feedburner.com/~r/wired/politics/privacy/~4/362249101" height="1" width="1"/><img src="http://feeds.wired.com/~r/wired/politics/security/~4/362249108" height="1" width="1"/>]]></content:encoded>
      <pubDate>Mon, 11 Aug 2008 14:30:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/defcon">defcon</category>
      <category domain="http://securityratty.com/tag/16th annual defcon">16th annual defcon</category>
      <category domain="http://securityratty.com/tag/defcon founder">defcon founder</category>
      <category domain="http://securityratty.com/tag/attendees wave">attendees wave</category>
      <category domain="http://securityratty.com/tag/attendees">attendees</category>
      <category domain="http://securityratty.com/tag/defcon organizers">defcon organizers</category>
      <category domain="http://securityratty.com/tag/defcon attendees dustin">defcon attendees dustin</category>
      <category domain="http://securityratty.com/tag/photo">photo</category>
      <category domain="http://securityratty.com/tag/dave">dave</category>
      <source url="http://feeds.wired.com/~r/wired/politics/security/~3/362249108/gallery_defcon16">Gallery: Images From the 16th Annual DefCon</source>
    </item>
    <item>
      <title><![CDATA[Hackers Vie to Win DefCon's Mystery Challenge]]></title>
      <link>http://securityratty.com/article/116ed2ace81eb2a3af8c187523b81d98</link>
      <guid>http://securityratty.com/article/116ed2ace81eb2a3af8c187523b81d98</guid>
      <description><![CDATA[One of DefCon's most difficult contests is the Mystery Challenge. Teams compete to solve a series of riddles and cryptographic conundrums in order to win a black badge that grants them DefCon...]]></description>
      <content:encoded><![CDATA[One of DefCon's most difficult contests is the Mystery Challenge.  Teams compete to solve a series of riddles and cryptographic conundrums in order to win a black badge that grants them DefCon admission for life.<br style="clear: both;"/>
  <img alt="" style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=7e5c28bc362f81acd16242d9ccc42b34" height="1" width="1"/>
<img src="http://www.pheedo.com/feeds/tracker.php?i=7e5c28bc362f81acd16242d9ccc42b34" style="display: none;" border="0" height="1" width="1" alt=""/><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/wired/politics/privacy?a=W3JUHK"><img src="http://feeds.feedburner.com/~f/wired/politics/privacy?i=W3JUHK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/wired/politics/privacy?a=O2chpk"><img src="http://feeds.feedburner.com/~f/wired/politics/privacy?i=O2chpk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/wired/politics/privacy?a=eZsZfk"><img src="http://feeds.feedburner.com/~f/wired/politics/privacy?i=eZsZfk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/wired/politics/privacy?a=xXvIDK"><img src="http://feeds.feedburner.com/~f/wired/politics/privacy?i=xXvIDK" border="0"></img></a>
 <a href="http://feeds.wired.com/~f/wired/politics/security?a=hNGlcK"><img src="http://feeds.wired.com/~f/wired/politics/security?i=hNGlcK" border="0"></img></a> <a href="http://feeds.wired.com/~f/wired/politics/security?a=cywxik"><img src="http://feeds.wired.com/~f/wired/politics/security?i=cywxik" border="0"></img></a> <a href="http://feeds.wired.com/~f/wired/politics/security?a=ab8DCk"><img src="http://feeds.wired.com/~f/wired/politics/security?i=ab8DCk" border="0"></img></a> <a href="http://feeds.wired.com/~f/wired/politics/security?a=sFL7NK"><img src="http://feeds.wired.com/~f/wired/politics/security?i=sFL7NK" border="0"></img></a> </div><img src="http://feeds.feedburner.com/~r/wired/politics/privacy/~4/362153504" height="1" width="1"/><img src="http://feeds.wired.com/~r/wired/politics/security/~4/362153506" height="1" width="1"/>]]></content:encoded>
      <pubDate>Mon, 11 Aug 2008 05:17:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/defcon">defcon</category>
      <category domain="http://securityratty.com/tag/mystery challenge">mystery challenge</category>
      <category domain="http://securityratty.com/tag/defcon admission">defcon admission</category>
      <category domain="http://securityratty.com/tag/win">win</category>
      <category domain="http://securityratty.com/tag/black badge">black badge</category>
      <category domain="http://securityratty.com/tag/cryptographic conundrums">cryptographic conundrums</category>
      <category domain="http://securityratty.com/tag/difficult contests">difficult contests</category>
      <category domain="http://securityratty.com/tag/teams compete">teams compete</category>
      <category domain="http://securityratty.com/tag/solve">solve</category>
      <source url="http://feeds.wired.com/~r/wired/politics/security/~3/362153506/the-defcon-16-m.html">Hackers Vie to Win DefCon's Mystery Challenge</source>
    </item>
    <item>
      <title><![CDATA[Proactive Education: Remedying the 'Strain' of Compliance]]></title>
      <link>http://securityratty.com/article/fd8c75c1b98a515b5ea3bc2571d11031</link>
      <guid>http://securityratty.com/article/fd8c75c1b98a515b5ea3bc2571d11031</guid>
      <description><![CDATA[A recent survey confirmed that internal threats continue to grow and to represent a challenge to organizations' security postures. It revealed that, in scans of 100,000 PCs and servers in many...]]></description>
      <content:encoded><![CDATA[A recent <a href="http://www.darkreading.com/document.asp?doc_id=160154">survey</a> confirmed that internal threats continue to grow and to represent a challenge to organizations' security postures.  It revealed that, in scans of 100,000 PCs and servers in many industries: 12% of infected computers had a missing or disabled anti-virus program, 10.7% had unauthorized personal storage such as USB sticks or external hard drives, 9.1% had unauthorized peer-to-peer (P2P) applications installed, 8.5% had a missing 3rd party desktop agent, 2.6% had unprotected shared folders, 2.2% had unauthorized remote control software, and 2% had missing Microsoft service packs.  These results continue to resonate with the conclusions of the <a href="http://www.gocsi.com/forms/csi_survey.jhtml">CSI FBI survey</a> that reported in 2007 that <b>internal threats have now outpaced viruses in terms of risk to organizations...</b>  

]]></content:encoded>
      <pubDate>Thu, 07 Aug 2008 20:00:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/internal threats">internal threats</category>
      <category domain="http://securityratty.com/tag/internal threats continue">internal threats continue</category>
      <category domain="http://securityratty.com/tag/csi fbi survey">csi fbi survey</category>
      <category domain="http://securityratty.com/tag/remote control software">remote control software</category>
      <category domain="http://securityratty.com/tag/microsoft service packs">microsoft service packs</category>
      <category domain="http://securityratty.com/tag/usb sticks">usb sticks</category>
      <category domain="http://securityratty.com/tag/recent survey">recent survey</category>
      <category domain="http://securityratty.com/tag/personal storage">personal storage</category>
      <category domain="http://securityratty.com/tag/security postures">security postures</category>
      <source url="http://www.rsa.com/blog/blog_entry.aspx?id=1327">Proactive Education: Remedying the 'Strain' of Compliance</source>
    </item>
    <item>
      <title><![CDATA[Wee-Fi: Hughes Ups Downstream Speeds; Eye-Fi Raises More Cash]]></title>
      <link>http://securityratty.com/article/9991c0ab78d6df5536ec92e024988c5b</link>
      <guid>http://securityratty.com/article/9991c0ab78d6df5536ec92e024988c5b</guid>
      <description><![CDATA[HughesNet now delivers 5 Mbps downstream over satellite: The network was previously limited to 3 Mbps down for a whopping $190 or $210 per month, depending on whether you paid upfront for the receiver...]]></description>
      <content:encoded><![CDATA[<p><img src="http://wifinetnews.com/images/weefi.jpg" align="right" border="0" hspace="5" /><a href="http://money.cnn.com/news/newsfeeds/articles/prnewswire/200808060800PR_NEWS_USPR_____NEW056.htm"><strong>HughesNet now delivers 5 Mbps downstream over satellite:</strong></a> The network was previously limited to 3 Mbps down for a whopping $190 or $210 per month, depending on whether you paid upfront for the receiver or not. The new service, ElitePremium (running out of superlatives, eh, HughesNet?), doesn't yet show up in <a href="http://go.gethughesnet.com/plans.cfm"><strong>their list of plans</strong></a>, and the press release declines to mention the price, which is likely to be $250 per month based on their other tiers. While that's steep, when the alternative is nothing, paying $60 for 1 Mbps to perhaps $250 Mbps for 5 Mbps downstream could be a lifeline for businesses in the boonies.</p>

<p><a href="http://biz.yahoo.com/prnews/080806/nyw045.html?.v=101"><strong>Eye-Fi raises $11m in second funding round:</strong></a> I don't cover companies' financial dealings often, but Eye-Fi is always worth highlighting, as they appear to be the only smart entrant in the entire universe of cameras-with-Wi-Fi, and they're not even a camera maker. Camera makers have typically limited or straitjacked the onboard Wi-Fi. Eye-Fi's now three models of SD cards with Wi-Fi built in have a pretty wide range of controls and abilities. I tested out the Eye-Fi Explore recently, which pairs Wi-Fi GPS-like positioning from Skyhook with Wayport hotspot access, and the review appears in Saturday's Seattle Times. Eye-Fi's biggest challenge is better camera integration, so that cameras can handle power management in discussion with the card; camera makers have to not feel threatened by Eye-Fi's smart technology, though.</p>]]></content:encoded>
      <pubDate>Wed, 06 Aug 2008 07:59:34 +0000</pubDate>
      <category domain="http://securityratty.com/tag/eye-fi">eye-fi</category>
      <category domain="http://securityratty.com/tag/eye-fi explore recently">eye-fi explore recently</category>
      <category domain="http://securityratty.com/tag/mbps downstream">mbps downstream</category>
      <category domain="http://securityratty.com/tag/eye-fi raises 11m">eye-fi raises 11m</category>
      <category domain="http://securityratty.com/tag/mbps">mbps</category>
      <category domain="http://securityratty.com/tag/wi-fi">wi-fi</category>
      <category domain="http://securityratty.com/tag/onboard wi-fi">onboard wi-fi</category>
      <category domain="http://securityratty.com/tag/camera makers">camera makers</category>
      <category domain="http://securityratty.com/tag/pairs wi-fi gps-like">pairs wi-fi gps-like</category>
      <source url="http://wifinetnews.com/archives/008412.html">Wee-Fi: Hughes Ups Downstream Speeds; Eye-Fi Raises More Cash</source>
    </item>
    <item>
      <title><![CDATA[Ideal Tool to Solve Real Problems ... of the Near Future? - II]]></title>
      <link>http://securityratty.com/article/4d45e2880b790245f00c577a7d0b0226</link>
      <guid>http://securityratty.com/article/4d45e2880b790245f00c577a7d0b0226</guid>
      <description><![CDATA[I would like to continue the discussion I started in my previous post called &quot; Ideal Tool to Solve Real Problems ... of the Near Future? &quot; Specifically, upon outlining some problems with logging, I...]]></description>
      <content:encoded><![CDATA[<p>I would like to continue the discussion I started in my previous post called &quot;<a href="http://chuvakin.blogspot.com/2008/06/ideal-tool-to-solve-real-problems-of.html">Ideal Tool to Solve Real Problems ... of the Near Future?</a>&quot; Specifically, upon outlining some problems with logging, I will now forecast what will happen with them in 18-24 months. </p>  <ul>   <li>Which problems will be solved and forgotten? </li>    <li>Which ones will simply go away? </li>    <li>Which ones will persist and in fact increase? </li>    <li>Finally, which new ones might emerge? </li> </ul>  <p>First, let me bet my ass that &quot;<strong>Not knowing what to log</strong>&quot;<strong> </strong>problem <strong>will be licked in 18-24 months</strong>; at least as far as major regulations go, people will have a pretty good idea a) what&#160; the auditors want them to log (and review!) b) what they need to log for solving their problems. Now, for esoteric log sources (and custom applications) might still present a challenge from that point of view, but for basic &quot;staples&quot; (firewall, network gear, major OS) the mystery will be over (again, see &quot;<a href="http://chuvakin.blogspot.com/2008/02/must-do-logging-for-pci.html">Tell me EXACTLY what to log for PCI?</a>&quot;&#160; for reference)</p>  <p>Next, the problem of &quot;<strong>Log volume&quot; will&#160; definitely get worse, much worse</strong>.&#160; One might think that <em>100,000 each second</em> is a lot of log - but there WILL BE more at many companies! <em>Big application log explosion is coming</em>, fueled by the need to address logging in areas where such motivation was lacking before (basically, custom and vertical applications) as well as harness the power of &quot;uncommon&quot; logs for such tasks as fraud analysis or SOA monitoring. Keep in mind that even though in some areas logging is NOT a preferred way of monitoring and auditing activities (see <a href="http://chuvakin.blogspot.com/2007/12/how-to-do-database-loggingmonitoring.html">this discussion</a> on database logs <u><a href="http://chuvakin.blogspot.com/2007/12/how-to-do-database-loggingmonitoring.html">here</a></u>), application logging will still explode on us...</p>  <p>The problem of &quot;<strong>Log diversity&quot; </strong>(the fact that most logs all look different in format and meaning) <strong>will get worse before it will get better</strong> - and better it WILL (!!!) get since <a href="http://cee.mitre.org">standards are being developed</a>. We will see people struggling with all sorts bizarro log data in the coming years. Virtualization, web services and SOA, various ERP applications and even cloud services will increase the diversity of logging in the coming years.</p>  <p>Similar to the above, a problem of &quot;<strong>Bad logs&quot; </strong>(ones that are subjective, miss key information, require groping for a crystal ball to understand, turn log <em>analysis</em> into dark voodooistic experience or are <a href="http://www.loganalysis.org/pipermail/loganalysis/2008-January/000534.html">useless in some other way</a>) will also follow the pattern of the above log diversity problems - it <strong>will get worse before it gets better</strong> (via the <a href="http://cee.mitre.org">CEE standard effort</a> that now covers the <u><a href="http://openxdas.sourceforge.net/">OpenXDAS effort as well</a>!</u>) I noticed that people started asked me questions about &quot;how to do application logging right?&quot; and &quot;what to tell application developers about logging?&quot; which almost never happened in the past. BTW, watch <a href="http://www.securitywarrior.org">my blog</a> for some uber-fun info on that!</p>  <p><strong>&quot;Getting the logs&quot;</strong>&#160; has gotten much easier in recent years; agentless collectors like <u><a href="http://sourceforge.net/projects/lassolog">Project Lasso</a></u> (which, BTW, just <u><a href="http://www.loglogic.com/news/news-releases/2008/07/loglogic-launches-centralized-windows-event-log-collection-appliance-for-enterprise/">got updated</a></u>) and grabbing&#160; files remotely via secure protocols made application log collection easier (syslog-NG with TCP transfer and buffering also helped). Next, Windows 2008 will make it MUCH easier for the whole Windows kingdom due to their <a href="http://www.realtime-windowsserver.com/tips_tricks/2007/08/event_log_subscriptions_in_win.htm">use of web serv</a>ices (<u><a href="http://blogs.msdn.com/ericfitz/">thanks Eric!</a></u>). However, in the future it <strong>might resurface</strong> as we try to collect logs from &quot;weird&quot; places, again, <u><a href="http://chuvakin.blogspot.com/2008/05/cloud-this-cloud-that.html">clouds come to mind</a></u> as well as <u><a href="https://www.sans.org/webcasts/show.php?webcastid=91979">virtual environments</a></u> (e.g. how do you get logs off a dormant VM?). What's the next frontier in this area? Log discovery - automatic finding and identifying log files on systems in order to analyze and retain them (Yo, <u><a href="http://chuvakin.blogspot.com/2008/06/thanks-for-wonderful-t-shirt.html">my t-shirt-making colleagues...</a> </u>:-))</p>  <p>All this, however, pales in comparison with my favorite &quot;uber-challenge&quot;, &quot;<strong>Making sense of logs in&#160; an automated fashion&quot;</strong> - this baby is definitely not going away in 2-3 years. Much more research is needed to make that &quot;<strong>log-&gt;conclusion&quot;</strong> jump automatically without head-scratching, invoking ancient deities and cursing under ones's breath. Only then we can attempt to reliable handle &quot;proactive logging&quot; (i.e. analyzing various failure or compromise precursors in logs and then predicting the future based on them), another Holy Grail of logging domain.</p>  <p>Anything new will emerge? Yes, I think awareness of the <strong>&quot;Logging Gap&quot; problem will grow</strong>. &quot;Logging gap&quot; happens when you combine &quot;a need to log&quot; with utter &quot;inability to do so.&quot;&#160; For example, this will happen when people will know that they HAVE TO log, say, for compliance, but will have no way of doing it due to application or platform limitations. This will become one of the challenges and special &quot;logging add-ons&quot; will appear to close the logging gap and create additional logs where activity audit is desperately needed, but native logging is not helping to achieve it.</p>  <p>Also, I think people will <strong>finally</strong> <strong>wake up to</strong> &quot;<strong>Log security</strong>&quot; challenges - i.e. producing for use as evidence, compliance attestations, etc. <u><a href="http://chuvakin.blogspot.com/2007/10/top-11-reasons-to-secure-and-protect.html">Log security</a></u> is not getting the attention <u><a href="http://chuvakin.blogspot.com/2007/10/top-11-reasons-to-secure-and-protect.html">it deserves</a></u>, but I think this challenge will finally emerge in full force in the next 2-3 years. My next poll will address that :-)</p>  <p>Anything else I missed? Share away!</p>  <p><strong>Related posts:</strong></p>  <ul>   <li>     <h5><a href="http://chuvakin.blogspot.com/2008/06/ideal-tool-to-solve-real-problems-of.html">Ideal Tool to Solve Real Problems ... of the Near Future?</a></h5>   </li>    <li>     <h5><a href="http://chuvakin.blogspot.com/2007/11/ideal-log-management-tool.html">Ideal Log Management Tool?</a></h5>   </li> </ul>  <div class="blogger-post-footer">About me: http://www.chuvakin.org</div><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/AntonChuvakinPersonalBlog?a=OiE77K"><img src="http://feeds.feedburner.com/~f/AntonChuvakinPersonalBlog?i=OiE77K" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/AntonChuvakinPersonalBlog?a=mHZh5K"><img src="http://feeds.feedburner.com/~f/AntonChuvakinPersonalBlog?i=mHZh5K" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/AntonChuvakinPersonalBlog?a=MlgSPK"><img src="http://feeds.feedburner.com/~f/AntonChuvakinPersonalBlog?i=MlgSPK" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/AntonChuvakinPersonalBlog/~4/356001661" height="1" width="1"/>]]></content:encoded>
      <pubDate>Mon, 04 Aug 2008 17:30:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/log discovery">log discovery</category>
      <category domain="http://securityratty.com/tag/log">log</category>
      <category domain="http://securityratty.com/tag/log diversity">log diversity</category>
      <category domain="http://securityratty.com/tag/esoteric log sources">esoteric log sources</category>
      <category domain="http://securityratty.com/tag/log security">log security</category>
      <category domain="http://securityratty.com/tag/application log explosion">application log explosion</category>
      <category domain="http://securityratty.com/tag/application">application</category>
      <category domain="http://securityratty.com/tag/log analysis">log analysis</category>
      <category domain="http://securityratty.com/tag/log volume">log volume</category>
      <source url="http://feeds.feedburner.com/~r/AntonChuvakinPersonalBlog/~3/356001661/ideal-tool-to-solve-real-problems-of.html">Ideal Tool to Solve Real Problems ... of the Near Future? - II</source>
    </item>
    <item>
      <title><![CDATA[The Impact of Dans DNS Debacle on Internet Risk]]></title>
      <link>http://securityratty.com/article/1fb63648aa29a459479e251e9609bd22</link>
      <guid>http://securityratty.com/article/1fb63648aa29a459479e251e9609bd22</guid>
      <description><![CDATA[Blogger: Pete Lindstrom
On July 8th, Dan Kaminsky of IOActive announced a major DNS vulnerability in conjunction with a number of major DNS vendors. The announcement was off the charts in fanfare and...]]></description>
      <content:encoded><![CDATA[
<div xmlns="http://www.w3.org/1999/xhtml"><p>Blogger: Pete Lindstrom</p>

<p>On July 8th, Dan Kaminsky of IOActive announced a major DNS “vulnerability” in conjunction with a number of major DNS vendors. The announcement was off the charts in fanfare and attention, but what was the real impact on risk?</p>

<p>First, it is worth noting that this “bug” is more properly classified as a new attack technique invented by Dan. It combines two vulnerabilities that have been well-known for some time – the ability to guess non-random transaction IDs and the use of Additional RRs to insert new entries into the DNS cache. A fix against either of these vulnerabilities also negates the attack itself.</p>

<p>The fundamental question that determines the risk impact revolves around whether it is reasonable to expect fewer or more incidents that use this technique when comparing the period prior to disclosure -- or, more properly, before the date of Dan’s invention of the technique (this also assumes prior art) – with the period after invention/disclosure and into the future. If the disclosure reduces the number of those incidents, then risk is reduced; if the disclosure increases the number of those incidents, then risk is increased.</p>

<p>With that litmus test as our guideline, it is useful to break down the functional elements of risk and look at the impact on threats, vulnerabilities, and consequences (we will cover consequences, then vulnerabilities, and finally threat).</p>

<p><strong>Consequences</strong><br />Though the consequences are the same before and after disclosure, it is worth discussing the impact here, given that the implication was that the “entire web” could be taken down. The nature of the attack requires the following:</p>

<ol><li>An attacker must convince/trick a user into making a DNS request for a domain that doesn’t already exist in their DNS server’s cache. The expectation here is that s/he can be easily tricked into doing this.</li>

<li>Then, the attacker must simultaneously attack the DNS server by guessing the transaction ID. According to Kaminsky, the request/attack phase can be done reliably in about 10 seconds.</li>

<li>The attack is DNS server-specific. Only users on the same DNS server are affected.</li>

<li>Propagation: once the cache is poisoned, anyone requesting that domain will be routed to a malicious server.</li></ol>

<p>Without combining this attack with other attack techniques, there can be three results:</p>

<ol><li>Spoofing of a single website for multiple, perhaps many, users using the same DNS server. Presumably, this would be followed by more traditional phishing and malware attacks.</li>

<li>Denial-of-service by rerouting traffic from a legitimate site thereby taking potential customers or “eyeballs” away.</li>

<li>Denial-of-service be rerouting traffic from a legitimate high volume site to a legitimate low-volume site thereby overloading the servers on the low-volume site.</li></ol>

<p>Because of the point-to-point (user-to-website) nature of the attack, to do something that constitutes “taking over the entire web” is infeasible by a longshot.</p>

<p>The bottom line analysis for the effect on risk due to a change in consequences from pre-invention to post-invention: no change, and therefore no impact.</p>

<p><strong>Vulnerabilities</strong><br />These vulnerabilities have existed for years, and there have been workarounds for years. Along with this announcement, new patches were introduced in all major DNS server solutions. It is reasonable to assume that many DNS server implementations have been patched, though public accounts have suggested that number is in the 66%-75% range.</p>

<p>Bottom line analysis: the vulnerability level has been reduced, probably significantly, and the affect is positive for risk reduction. If 100% of DNS servers were patched, then overall risk would be reduced for this attack (assuming that there were actual attacks using this technique in the past.)</p>

<p><strong>Threats</strong><br />The real question regarding risk impact comes in the arena of the less-controllable manipulation of threat. The general threat equation revolves around an attacker’s willingness to attack, based on his/her own cost/benefit analysis that compares the cost to attack to the expected benefits, tempered by the potential for being caught and penalized.</p>

<p>Cost to attack – prior to disclosing the invention, there were likely few, if any attackers with “prior art” that mirrored this technique. It is anybody’s guess how many potential attackers might have figured it out eventually, but they would have had to come from the pool of folks with enough expertise to do so – I am going to guess 500,000 people.</p>

<p>After the disclosure, the hints provided in the press release, the podcast, the sorted stories, and the blog entries made it much easier to figure out. Let’s guess that 5 million people could execute the attack. With automated tools, that number goes up to 50 million.</p>

<p>These numbers are estimates that illustrate the nature of the exercise. You are welcome to fill in your own estimates and come to your own conclusions.</p>

<p>Bottom line analysis: a significant increase in threat and corresponding risk.</p>

<p><strong>Net Effect</strong><br />The risk manager's challenge is to weigh the decrease in vulnerable systems compared with the corresponding increase in threat, within the context of number of incidents and anticipated future incidents. Given the sheer size differential, it is difficult to conceive of a situation where risk is not increased. </p>

<p>Sometimes it &quot;feels&quot; like someone is taking action for the greater good, when that action actually creates a negative impact for all. For example, it is common for people to believe that raising prices of scarce resources during&nbsp; times of trouble (e.g. gasoline in the hurricane Katrina aftermath) is unconscionable even though a majority of economists recognize that raising prices actually provides for the greater public good. Vulnerability discovery and disclosure, and attack inventions, might feel like the right thing to do, but the net result is almost always a negative impact.</p></div>
<img src="http://feeds.feedburner.com/~r/SecurityAndRiskManagementStrategiesBlog/~4/350432472" height="1" width="1"/>]]></content:encoded>
      <pubDate>Wed, 30 Jul 2008 04:11:30 +0000</pubDate>
      <category domain="http://securityratty.com/tag/dns servers">dns servers</category>
      <category domain="http://securityratty.com/tag/servers">servers</category>
      <category domain="http://securityratty.com/tag/impact">impact</category>
      <category domain="http://securityratty.com/tag/dns">dns</category>
      <category domain="http://securityratty.com/tag/dns servers cache">dns servers cache</category>
      <category domain="http://securityratty.com/tag/risk impact revolves">risk impact revolves</category>
      <category domain="http://securityratty.com/tag/major dns vendors">major dns vendors</category>
      <category domain="http://securityratty.com/tag/risk">risk</category>
      <category domain="http://securityratty.com/tag/major dns vulnerability">major dns vulnerability</category>
      <source url="http://feeds.feedburner.com/~r/SecurityAndRiskManagementStrategiesBlog/~3/350432472/the-impact-of-d.html">The Impact of Dans DNS Debacle on Internet Risk</source>
    </item>
    <item>
      <title><![CDATA[Does Your Backup Stack Up?]]></title>
      <link>http://securityratty.com/article/c941bdb3ab06481f52c0cb992a3bbe44</link>
      <guid>http://securityratty.com/article/c941bdb3ab06481f52c0cb992a3bbe44</guid>
      <description><![CDATA[Source: Symantec) Take &quot;The Backup Exec Challenge&quot; and find out! Take a moment to answer six questions about your current backup solution and get a chance to win a TomTom GO 720...]]></description>
      <content:encoded><![CDATA[<b>(Source: Symantec)</b>  Take "The Backup Exec Challenge" and find out! Take a moment to answer six questions about your current backup solution and get a chance to win a TomTom GO 720 GPS!
<p><a href="http://feeds.computerworld.com/~a/Computerworld/Security/News?a=E7w3KM"><img src="http://feeds.computerworld.com/~a/Computerworld/Security/News?i=E7w3KM" border="0"></img></a></p><img src="http://feeds.computerworld.com/~r/Computerworld/Security/News/~4/339116510" height="1" width="1"/>]]></content:encoded>
      <pubDate>Fri, 25 Jul 2008 09:00:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/current backup solution">current backup solution</category>
      <category domain="http://securityratty.com/tag/backup exec challenge">backup exec challenge</category>
      <category domain="http://securityratty.com/tag/source">source</category>
      <category domain="http://securityratty.com/tag/symantec">symantec</category>
      <category domain="http://securityratty.com/tag/win">win</category>
      <category domain="http://securityratty.com/tag/answer">answer</category>
      <category domain="http://securityratty.com/tag/questions">questions</category>
      <category domain="http://securityratty.com/tag/moment">moment</category>
      <category domain="http://securityratty.com/tag/chance">chance</category>
      <source url="http://feeds.computerworld.com/~r/Computerworld/Security/News/~3/339116510/whitepapers.do">Does Your Backup Stack Up?</source>
    </item>
  </channel>
</rss>
