<?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: spells]]></title>
    <link>http://securityratty.com/tag/spells</link>
    <description></description>
    <pubDate>Wed, 06 Feb 2008 10:29:21 +0000</pubDate>
    <generator>iRatty Engine</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <item>
      <title><![CDATA[on HITB 2008 Conference]]></title>
      <link>http://securityratty.com/article/7182dd4ae495366352b2abc23339e496</link>
      <guid>http://securityratty.com/article/7182dd4ae495366352b2abc23339e496</guid>
      <description><![CDATA[Not to pretend to steal Halvar Flake's glory , but I just got my own &quot;fun&quot; international travel story, which also spells bad news to those who wanted to hear my fun keynote at Hack In The Box 2008 in...]]></description>
      <content:encoded><![CDATA[Not to pretend to <a href="http://it.slashdot.org/it/07/07/29/2057243.shtml">steal Halvar Flake's glory</a>, but I just got my own "fun" international travel story, which also spells bad news to those who wanted to hear <a href="http://conference.hackinthebox.org/hitbsecconf2008kl/?page_id=59">my fun keynote at Hack In The Box 2008</a> in Kuala Lumpur, Malaysia.<br /><br />To make the short story ... even shorter :-), I got kicked off my flight since my passport is only valid 5.5 months in the future and Malaysia requires that visitors' passports are valid for 6 months from the date of arrival (not that they make it anywhere near clear on their embassy website or anything :-)). <br /><br />What makes it funnier is that I got so used to US dates of <span style="font-style: italic;">month/day/year </span>that I actually was genuinely shocked when they said "you passport is not valid for 6 months" while it clearly said "Expires on 8/4/2009" ...<br /><br />So much for Kuala Lumpur :-(  Back to work now.<div class="blogger-post-footer">About me: http://www.chuvakin.org</div><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/AntonChuvakinPersonalBlog?a=FdDIM"><img src="http://feeds.feedburner.com/~f/AntonChuvakinPersonalBlog?i=FdDIM" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/AntonChuvakinPersonalBlog?a=VJ6HM"><img src="http://feeds.feedburner.com/~f/AntonChuvakinPersonalBlog?i=VJ6HM" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/AntonChuvakinPersonalBlog?a=0BdyM"><img src="http://feeds.feedburner.com/~f/AntonChuvakinPersonalBlog?i=0BdyM" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/AntonChuvakinPersonalBlog/~4/433838238" height="1" width="1"/>]]></content:encoded>
      <pubDate>Mon, 27 Oct 2008 07:48:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/kuala lumpur">kuala lumpur</category>
      <category domain="http://securityratty.com/tag/malaysia requires">malaysia requires</category>
      <category domain="http://securityratty.com/tag/fun keynote">fun keynote</category>
      <category domain="http://securityratty.com/tag/fun">fun</category>
      <category domain="http://securityratty.com/tag/valid">valid</category>
      <category domain="http://securityratty.com/tag/malaysia">malaysia</category>
      <category domain="http://securityratty.com/tag/international travel story">international travel story</category>
      <category domain="http://securityratty.com/tag/spells bad news">spells bad news</category>
      <category domain="http://securityratty.com/tag/months">months</category>
      <source url="http://feeds.feedburner.com/~r/AntonChuvakinPersonalBlog/~3/433838238/on-hitb-2008-conference.html">on HITB 2008 Conference</source>
    </item>
    <item>
      <title><![CDATA[ColdFusion: Hack Me or Help Me]]></title>
      <link>http://securityratty.com/article/9fb9073abbbbfc649c8feeed2afceb21</link>
      <guid>http://securityratty.com/article/9fb9073abbbbfc649c8feeed2afceb21</guid>
      <description><![CDATA[For your consideration, the endless battle between security and convenience
Front and center: ColdFusion
I've been picking on ColdFusion-built apps again a bit lately, and one of my observations has...]]></description>
      <content:encoded><![CDATA[For your consideration, the endless battle between security and convenience.<br />Front and center: ColdFusion.<br />I've been picking on ColdFusion-built apps again a bit lately, and one of my observations has been that consistently, if mismanaged, the verbose error reporting features in ColdFusion can be really problematic.<br /><br /><a href="http://holisticinfosec.org/content/view/78/45/" target="_blank">HIO-2008-0713 JOBBEX JobSite SQLi & XSS</a><br /><a href="http://holisticinfosec.org/content/view/79/45/" target="_blank">HIO-2008-0729 BookMine SQLi & XSS</a><br /><br />Recently, I stumbled on an example of way too much information disclosure in a few sites running a ColdFusion-built CMS. The error reporting was so verbose it included the base path, data source name, database username, and yes, the <strong>database password</strong>.<br />I've cleaned it up for the protection of all involved, but here's a screen shot of only 1/4 of the details this site coughed up when I tweaked the input to a calendar date variable.<br /><br /><a href="http://3.bp.blogspot.com/_kVOWaY1TAF0/SLblWNYqSmI/AAAAAAAAACc/BIPkxSBOxpg/s1600-h/ColdFusionTMI.png"><img style="float:center; margin:0 10px 10px 0;cursor:pointer; cursor:hand;" src="http://3.bp.blogspot.com/_kVOWaY1TAF0/SLblWNYqSmI/AAAAAAAAACc/BIPkxSBOxpg/s320/ColdFusionTMI.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5239627386205129314" /></a><br /><br />When I reached out to the developers of this app (always and immediately responsive), they assured me that this was not due to a flaw in the app, but that the "information should be protected, and is by default for our installations" and that the client disabled the security check and turned debugging on. I accept this explanation entirely, but it leads to the classic debate around the dangers of mismanaged debugging features, be they developer added or ColdFusion feature driven. Stupid user tricks are always an issue, but how much rope should they be given to hang themselves? Does error reporting really need to include the database username and password?<br /><br />Allow me to present a few different perspectives.<br />First, rvdh's take on <a href="http://www.0x000000.com/?i=610" target="_blank">Attacking ColdFusion</a>. Developers can learn a lot from this post, if only in that it precisely points out attack vectors. Ronald sums up my concerns aptly:<br />"As we know, error messages are important. Especially error messages generated by database software we want to inject. This, is useful for obtaining information about table structures that can be a real time-saver for attackers. If the right information is available, attackers do not have to guess database tables and fields anymore, nor having to brute force them. I have never seen so much information regarding the site's structure, used database, table names, drivers, server setup and other information useful for attackers that those of ColdFusion. It almost says: Please Hack Me!"<br />As I can't presume to improve on this stance, I won't. Well said.<br /><br />Next, a developer's take on the issue from <a href="http://www.usefulconcept.com/" target="_blank">Joshua Cyr</a>, who has declared it <a href="http://www.usefulconcept.com/index.cfm/2008/8/27/ColdFusion-Errors-and-Security" target="_blank">Check Your Error Output Day</a>. Joshua highlights two key points:<br />1) Do NOT enable the robust errors setting in CF Administrator.<br />2) Don't forget to remove debugging dump code.<br />Heed this advice, ColdFusion fans!<br /><br />One destination that all "secure" ColdFusion paths should lead to is the use of <em>cfqueryparam</em>. Ronald spells it out well mid way through his <a href="http://www.0x000000.com/?i=610" target="_blank">discussion</a>, and so do the following resources:<br /><a href="http://www.coldfusionjedi.com/index.cfm/2008/7/29/What-Folks-arent-using-cfqueryparam" target="_blank">coldfusionjedi</a><br /><a href="http://www.coldfusionmuse.com/index.cfm/2008/7/28/cfqueryparam-protects-against-daleks" target="_blank">Coldfusion Muse</a><br /><br />Further excellent resources for ColdFusion security issues:<br /><a href="http://www.coldfusionmuse.com/index.cfm/2008/7/18/Injection-Using-CAST-And-ASCII" target="_blank">SQL Injection Part II (Make Sure You Are Sitting Down)</a><br /><a href="http://www.12robots.com/index.cfm/Security" target="_blank">12Robots.com</a><br /><br />In closing, security and convenience needn't always be at odds, but often allowing for both requires a higher state of awareness for developers and end-users. Let common sense prevail; perhaps it'll give me less to do in the way of <a href="http://holisticinfosec.org/content/category/6/23/45/" target="_blank">research</a>. ;-)<br /><br /><a href="http://del.icio.us/post?url=http://holisticinfosec.blogspot.com/2008/08/coldfusion-hack-me-or-help-me.html&title=ColdFusion:%20Hack%20Me%20or%20Help%20Me " title="ColdFusion: Hack Me or Help Me ">del.icio.us</a> | <a href="http://digg.com/submit?phase=2&amp;url=http://holisticinfosec.blogspot.com/2008/08/coldfusion-hack-me-or-help-me.html" title="ColdFusion: Hack Me or Help Me ">digg</a>]]></content:encoded>
      <pubDate>Thu, 28 Aug 2008 06:13:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/coldfusion">coldfusion</category>
      <category domain="http://securityratty.com/tag/coldfusion paths">coldfusion paths</category>
      <category domain="http://securityratty.com/tag/coldfusion fans">coldfusion fans</category>
      <category domain="http://securityratty.com/tag/coldfusion security issues">coldfusion security issues</category>
      <category domain="http://securityratty.com/tag/error">error</category>
      <category domain="http://securityratty.com/tag/database">database</category>
      <category domain="http://securityratty.com/tag/database username">database username</category>
      <category domain="http://securityratty.com/tag/error messages">error messages</category>
      <category domain="http://securityratty.com/tag/coldfusion feature">coldfusion feature</category>
      <source url="http://holisticinfosec.blogspot.com/2008/08/coldfusion-hack-me-or-help-me.html">ColdFusion: Hack Me or Help Me</source>
    </item>
    <item>
      <title><![CDATA[Network skill level gap is growing, but growth opportunities abound!]]></title>
      <link>http://securityratty.com/article/a4929ca88458feb902376bc7bd38e824</link>
      <guid>http://securityratty.com/article/a4929ca88458feb902376bc7bd38e824</guid>
      <description><![CDATA[A recent IDC report sponsored by the Cisco Learning Institute reveals a huge networking skills gap is emerging in North America, which spells trouble for enterprises. Listen to this: 600,000 IT...]]></description>
      <content:encoded><![CDATA[<p><img style="border-right: 0px; border-top: 0px; margin: 0px 10px 10px 0px; border-left: 0px; border-bottom: 0px" src="http://blog.sciencelogic.com/wp-content/uploads/2008/08/exam.jpg" border="0" alt="Test Quiz" width="240" height="160" align="left" /> A recent IDC report sponsored by the Cisco Learning Institute reveals <a href="http://www.networkworld.com/newsletters/itlead/2008/080408itlead1.html" target="_blank">a huge networking skills gap</a> is emerging in North America, which spells trouble for enterprises. Listen to this: “600,000 IT workers were needed to install, configure, manage and secure networks in North America in 2007, 14% of the total IT workforce.” However, IDC reports that another 180,000 engineers with wireless as well as traditional network engineering experience will need to be added by 2011 to keep pace with advances in technology that is transforming the role of the network.</p>
<p>The convergence of voice and video traffic are quickly transforming the growing complexity of networks at a torrid pace. IDC estimates that the skills gap in VOIP should grow to 19% by 2011.</p>
<p>This changing profile in the role of the network plays a key role in the skills shortage. Network enabled collaboration tools such as social networking apps and the Webex conferencing/collaboration solutions we use in our business each and every day are demanding a new set of IT skills to deliver business value.</p>
<p>My perspective is two-fold on this issue; the first is what I have seen in the resources we have attempted to hire! We give a very straightforward quick written/oral test to all new technical hires. This requires basic networking knowledge and some Unix commands. On average, (after filters from reputable recruiting firms, some with 5-10 years experience) less than 10% pass muster for the first filter we use in our hiring process. This is a troubling fact, which has cost us considerable time and effort to secure the right resources with competent skills. So I can say from our market assessment in a very strong technological job skills market, core Unix and networking foundation skills are slipping.</p>
<p>The second is that we as an IT Operations Management (ITOM) industry need to keep pushing hard to build better proactive and intuitive solutions to aggregate instrumentation from all Data Center tools, including more work around VOIP, video streaming, and collaboration so that we can ease this transition. If ITOM solutions become more proactive across the typical Cisco infrastructure that is commonly installed in the Data Center, we can free up some additional time for advanced “emerging technologies” training where existing IT workers can enhance their core skills and re-invigorate their careers. We have to do a much better job of getting our existing IT professionals trained on emerging technologies!</p>
<p>While there’s less that ScienceLogic can do around <a href="http://www.cisco.com/web/learning/le3/learning_career_certifications_and_learning_paths_home.html" target="_blank">training</a>, we certainly strive to do our part to enhance a day in the life of the networking engineers who use our solutions to simplify monitoring of increasingly complex networking, <a href="http://www.networkworld.com/news/2008/080608-p-g.html" target="_blank">Wireless, VOIP, and collaboration needs</a>.</p>
]]></content:encoded>
      <pubDate>Mon, 25 Aug 2008 17:06:07 +0000</pubDate>
      <category domain="http://securityratty.com/tag/skills">skills</category>
      <category domain="http://securityratty.com/tag/foundation skills">foundation skills</category>
      <category domain="http://securityratty.com/tag/network">network</category>
      <category domain="http://securityratty.com/tag/skills gap">skills gap</category>
      <category domain="http://securityratty.com/tag/skills shortage">skills shortage</category>
      <category domain="http://securityratty.com/tag/intuitive solutions">intuitive solutions</category>
      <category domain="http://securityratty.com/tag/solutions">solutions</category>
      <category domain="http://securityratty.com/tag/traditional network">traditional network</category>
      <category domain="http://securityratty.com/tag/recent idc report">recent idc report</category>
      <source url="http://blog.sciencelogic.com/network-skill-level-gap-is-growing-but-growth-opportunities-abound/08/2008">Network skill level gap is growing, but growth opportunities abound!</source>
    </item>
    <item>
      <title><![CDATA[The Time, The Place....]]></title>
      <link>http://securityratty.com/article/d45fbe7be3e37b7603d4393b227dd4bb</link>
      <guid>http://securityratty.com/article/d45fbe7be3e37b7603d4393b227dd4bb</guid>
      <description><![CDATA[New Social Networking sites appear all the time nowadays, but I must admit to being at least faintly concerned about a new site currently in Beta called &quot;Plazes&quot; (spot the play on words

There isn't a...]]></description>
      <content:encoded><![CDATA[
        New Social Networking sites appear all the time nowadays, but I must admit to being at least faintly concerned about a new site currently in Beta called "Plazes" (spot the play on words).<br /><br />There isn't a great deal of information on the site at present, but from looking at it, the whole concept seems to take the idea of Twitter - constant stream of information about your day to day business - then tie it up with software that seems to pinpoint your every move.<br /><br />If I'm wrong, please tell me - but wow, this sort of creeps me out. Check out the main homepage:<br /><br /><div align="center"><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://blog.spywareguide.com/images/plz1.html" onclick="window.open('http://blog.spywareguide.com/images/plz1.html','popup','width=937,height=580,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://blog.spywareguide.com/images/plz1-thumb-337x208.jpg" alt="plz1.jpg" class="mt-image-none" style="" height="208" width="337" /></a></span><br /> </div><div><div align="center"><br />Click to Enlarge<br /></div><br />"Create activities to let your friends know what you are doing, when and where" reads the header. Below, you can see some kind of Google Maps integration with a specific location mentioned. "Automatically create activities and update your location", says a blurb next to a link for "The Plazer" software for your PC.<br /><br />From what I can gather, the technology has been around <a href="http://www.techcrunch.com/2005/06/11/plazes-gets-traction-at-reboot-70/">since at least 1995</a> in the form of mobile phone applications and the like. Deciding to tie it into a Social Networking site would seem to be the next logical step, but I am concerned that taking so much detailed personal information (because really, you can't get anything <i>more</i> personal and detailed than your exact physical location) and wrapping it up into a "Social web-to-go" (as they call it), spells potential disaster when faced with users of social networking sites who will simply go "Oh wow" at the features without bothering to think of potential safety hazards.<br /><br />Am I worrying over nothing? Or will people be so seduced by the clever technology that they won't stop to think that pasting their every movement to the web might not be the brightest of ideas?<br /><br /></div>
        
    ]]></content:encoded>
      <pubDate>Mon, 30 Jun 2008 11:52:55 +0000</pubDate>
      <category domain="http://securityratty.com/tag/social web-to-go">social web-to-go</category>
      <category domain="http://securityratty.com/tag/exact physical location">exact physical location</category>
      <category domain="http://securityratty.com/tag/location">location</category>
      <category domain="http://securityratty.com/tag/web">web</category>
      <category domain="http://securityratty.com/tag/social">social</category>
      <category domain="http://securityratty.com/tag/information">information</category>
      <category domain="http://securityratty.com/tag/personal information">personal information</category>
      <category domain="http://securityratty.com/tag/day business">day business</category>
      <category domain="http://securityratty.com/tag/spells potential disaster">spells potential disaster</category>
      <source url="http://blog.spywareguide.com/2008/06/the-time-the-place.html">The Time, The Place....</source>
    </item>
    <item>
      <title><![CDATA[Mobile Post: The End of Muni-Fi As We Know It]]></title>
      <link>http://securityratty.com/article/a23432669b90bcd125e041245f945af3</link>
      <guid>http://securityratty.com/article/a23432669b90bcd125e041245f945af3</guid>
      <description><![CDATA[MetroFi's plan to sell or shutter its networks spells end of first muni-Fi era: But it's not the end of municipal...]]></description>
      <content:encoded><![CDATA[<!-- FM Mobile Post Top Icon -->
<script type="text/javascript" src="http://mobileposts.federatedmedia.net/top_icon.js"></script>
<!-- /FM Mobile Post Top Icon --><strong>MetroFi's plan to sell or shutter its networks spells end of first muni-Fi era:</strong> But it's not the end of municipal wireless.<br clear="all">
<!-- FM Mobile Post Widget -->
<script type="text/javascript" src="http://mobileposts.federatedmedia.net/wifinetnews/825/mobile_post.js"></script>
<!-- /FM Mobile Post Widget -->]]></content:encoded>
      <pubDate>Fri, 16 May 2008 11:29:53 +0000</pubDate>
      <category domain="http://securityratty.com/tag/municipal wireless">municipal wireless</category>
      <category domain="http://securityratty.com/tag/networks spells">networks spells</category>
      <category domain="http://securityratty.com/tag/muni-fi era">muni-fi era</category>
      <category domain="http://securityratty.com/tag/metrofi">metrofi</category>
      <category domain="http://securityratty.com/tag/shutter">shutter</category>
      <category domain="http://securityratty.com/tag/plan">plan</category>
      <source url="http://wifinetnews.com/archives/008324.html">Mobile Post: The End of Muni-Fi As We Know It</source>
    </item>
    <item>
      <title><![CDATA[Microsoft hack pack spells trouble]]></title>
      <link>http://securityratty.com/article/41169623910fc0b132d35707b4cac808</link>
      <guid>http://securityratty.com/article/41169623910fc0b132d35707b4cac808</guid>
      <description><![CDATA[Microsoft has announced a suite of tools called COFEE that makes forensic analysis of Windows easier. This means that there is a whole universe of potential exploits just waiting to be...]]></description>
      <content:encoded><![CDATA[Microsoft has announced a suite of tools called COFEE that makes forensic analysis of Windows easier. This means that there is a whole universe of potential exploits just waiting to be found.]]></content:encoded>
      <pubDate>Wed, 30 Apr 2008 20:00:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/windows easier">windows easier</category>
      <category domain="http://securityratty.com/tag/microsoft">microsoft</category>
      <category domain="http://securityratty.com/tag/forensic analysis">forensic analysis</category>
      <category domain="http://securityratty.com/tag/potential exploits">potential exploits</category>
      <category domain="http://securityratty.com/tag/tools">tools</category>
      <category domain="http://securityratty.com/tag/suite">suite</category>
      <category domain="http://securityratty.com/tag/cofee">cofee</category>
      <category domain="http://securityratty.com/tag/universe">universe</category>
      <source url="http://www.networkworld.com/columnists/2008/050108-backspin.html?fsrc=rss-security">Microsoft hack pack spells trouble</source>
    </item>
    <item>
      <title><![CDATA[Security appliance spells success for The Washington Post Co.]]></title>
      <link>http://securityratty.com/article/80a7616f9cf9bd591781683eb5e3e32c</link>
      <guid>http://securityratty.com/article/80a7616f9cf9bd591781683eb5e3e32c</guid>
      <description><![CDATA[When The Washington Post Co. went looking for a way to add additional security to its Oracle and SQL Server databases, it found that good monitoring tools were few and far between



Fundamental...]]></description>
      <content:encoded><![CDATA[When The Washington Post Co. went looking for a way to add additional security to its Oracle and SQL Server databases, it found that good monitoring tools were few and far between.
			
			<div style="margin-top:20" />
			<table border="1" BORDERCOLOR="#0033CC" cellspacing="0" cellpadding="2">
				<tr valign="top" align="left">
					<td>
						<table border="0" cellspacing="3" cellpadding="2" width="100%">
			
			
		  
		<tr> 
		<tr>
      <td width="*">
				<font face="Arial,Helvetica,Geneva,Sans-serif,sans-serif" size="-1">
				<p>	
			
			<a href="http://rsslinks.industrybrains.com/click?sid=93&scid=10069&rqctid=589&lid=472196&cid=133720&pr=2&tstamp=20080216000000&url=http://www.apc.com/go/promo/whitepapers/form.cfm%3fpromo_num%3d11754%26thepromo%3d101%26tsk%3da127w" target=_blank><strong>Fundamental Principles of Network Security</strong></a></p>
				<td align="right">
					<font face="Arial,Helvetica,Geneva,Sans-serif,sans-serif" COLOR="#0033CC" size="-1"><p>Advertisement</p></font>
				</td>
				</tr>
				<tr><td colspan="2"><font face="Arial,Helvetica,Geneva,Sans-serif,sans-serif" size="-1"><p>Protect the organization. Learn the 'Need To Know' aspects of network security. Free paper from APC.
			
				</p>
				</font>
		 	</td>
     </tr>
		 
		 
			
						</table>
					</td>
				</tr>
			</table>
			<div style="margin-top:20" />
			
			]]></content:encoded>
      <pubDate>Thu, 14 Feb 2008 21:00:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/network security">network security</category>
      <category domain="http://securityratty.com/tag/washington post">washington post</category>
      <category domain="http://securityratty.com/tag/sql server databases">sql server databases</category>
      <category domain="http://securityratty.com/tag/additional security">additional security</category>
      <category domain="http://securityratty.com/tag/free paper">free paper</category>
      <category domain="http://securityratty.com/tag/fundamental principles">fundamental principles</category>
      <category domain="http://securityratty.com/tag/apc">apc</category>
      <category domain="http://securityratty.com/tag/advertisement">advertisement</category>
      <category domain="http://securityratty.com/tag/tools">tools</category>
      <source url="http://www.networkworld.com/news/2008/021508-washington-post.html?fsrc=rss-security">Security appliance spells success for The Washington Post Co.</source>
    </item>
    <item>
      <title><![CDATA[The National Cyber Exercise]]></title>
      <link>http://securityratty.com/article/0bef59b70a23bedd7109170a6df77cdd</link>
      <guid>http://securityratty.com/article/0bef59b70a23bedd7109170a6df77cdd</guid>
      <description><![CDATA[Blogger: Trent Henry
It sounds so august: &quot;CYBER STORM&quot; (ok, officially it's just plain ol' &quot;Cyber Storm,&quot; but a title like that begs for caps
What is it? Or rather, what was it? The &quot;National Cyber...]]></description>
      <content:encoded><![CDATA[
<div xmlns="http://www.w3.org/1999/xhtml"><p>Blogger: Trent Henry</p>

<p>It sounds so august: &quot;CYBER STORM&quot; (ok, officially it's just plain ol' &quot;Cyber Storm,&quot; but a title like that begs for caps).</p>

<p>What is it? Or rather, what was it? The &quot;National Cyber Exercise&quot; was a 2006 Homeland Security (and other federal agencies) sponsored simulation of computer and network attacks. Here's the specific detail from a DHS slide deck:</p>

<ul><li>Provided a controlled environment to exercise State, Federal, International, and Private Sector response to a cyber related incident of national significance</li>

<li>Large scale exercise through simulated incident reporting only – no actual impact or attacks on live networks</li>

<li>Specifically directed by Congress ... and coordinated with DHS National Exercise Program</li></ul>

<p>In short, the exercise objective was to pretend that a faux &quot;Worldwide Anti-Globalization Alliance (WAGA)&quot; was attacking U.S. and international interests, and determine how public and private sector targets responded.</p>

<p>Cyber Storm is of interest now for two reasons. First, late last month the Associated Press received a redacted summary report of the exercise results (two years after its Freedom of Information Act request). They found a number of interesting things, many detailed here: <a href="http://news.wired.com/dynamic/stories/C/CYBER_STORM?SITE=WIRE&SECTION=HOME&TEMPLATE=DEFAULT&CTIME=2008-01-31-07-38-13">news.wired.com</a>. One delicious fact--which supports Burton Group's perspective that insiders are a significant danger--is that someone attacked the off-limits exercise control computers, most likely a participant. When exercises have embarrassingly bad outcomes because people don’t follow the rules, it frequently turns out that the rules have been designed to produce an unrealistically rosy picture of reality. The fact that this happened should be taken as a sign that the exercise conditions were unrealistic, and that in a real incident the results would be even worse than those shown by the exercise. There are many historical precedents for this.</p>

<p>Another important fact, reported by the AP, is that &quot;key players didn’t understand the role of the premier U.S. organization responsible for fending off major cyber attacks, called the National Cyber Response Coordination Group, and it didn’t have enough technical experts.&quot; This suggests that there's confusion in the public-private partnership for attack response, and we need better escalation procedures and fuller participation of private companies (who, by some accounts, own 85% of U.S. critical infrastructure).</p>

<p>This brings us to the second reason for interest in this story: Cyber Storm II. That's right, a repeat of the exercise is taking place in March 2008. DHS spells out the mission here: <a href="http://www.us-cert.gov/reading_room/infosheet_CyberStormII.pdf">www.us-cert.gov/reading_room/infosheet_CyberStormII.pdf</a>. In addition to expected public-sector agencies, &quot;private sector players from the Information Technology (IT), Transportation (Rail and Pipe), and Chemical sectors along with multiple Information Sharing and Analysis Centers (ISACs) are scheduled to participate.&quot;</p>

<p>Here's what's weird: no one's discussing the exercise. Actually, I'm guessing that's not strictly true. Who's <em>not</em> discussing it is Burton Group clients; and they represent hundreds of the largest organizations in the world and own/operate important global infrastructure. These organizations routinely ask us probing questions about information protection, incident response, security program management, and the like. I'm pretty surprised that Cyber Storm hasn't come up. Not even once.</p>

<p>Now, there are some possible reasons for this. First, DHS might be asking people to keep quiet for national security reasons. I could possibly buy that argument. Outside the exercise participants, too much knowledge could be a dangerous thing (and even among participants, could taint the exercise results). On the other hand, if the exercise results show that there is a problem to be fixed <em>and</em> that there’s a shortage of technical experts, thought-leading third parties (such as, I might add humbly, Burton Group) should be among the <em>first</em> people both our customers and DHS turn to – us and security consulting firms. If they’re <em>not</em> looking for such help, then I'm concerned they’re sweeping the problem under the rug. Second, enterprises might not feel that industry analysts are important pieces of this particular puzzle. Again, that's something I could buy--but it's at odds with the other intimate advice we offer to security planners, including security architecture for major systems. Third, our client list simply might not intersect with the invited participants, which, while plausible, means that some really important players are being ignored.</p>

<p>Here's what makes me nervous: the possibility that DHS isn't really involving the private sector. That is, amid the massive list of prospective Federal, State, local, and international government participants, individual companies are but a miniscule component. Given the importance of financial services, energy, and other private sectors, this prospect gives me pause. We've heard anecdotes from clients that FBI Infragard and other public-private security contact points aren't fulfilling their promise. Although there's talk of partnership, in the end most organizations don't have clear lines of escalation or incident response to federal authorities. It's my hope that Cyber Storm and its progeny begin to close this gap. But so far, no one's talking.</p>

<p>So help me understand: Is the National Cyber Exercise adequately exercising all stakeholders? If so, please speak up! If you can, let me know...</p></div>
<img src="http://feeds.feedburner.com/~r/SecurityAndRiskManagementStrategiesBlog/~4/230572763" height="1" width="1"/>]]></content:encoded>
      <pubDate>Wed, 06 Feb 2008 10:29:21 +0000</pubDate>
      <category domain="http://securityratty.com/tag/cyber">cyber</category>
      <category domain="http://securityratty.com/tag/national cyber exercise">national cyber exercise</category>
      <category domain="http://securityratty.com/tag/exercise">exercise</category>
      <category domain="http://securityratty.com/tag/exercise objective">exercise objective</category>
      <category domain="http://securityratty.com/tag/security">security</category>
      <category domain="http://securityratty.com/tag/exercise results">exercise results</category>
      <category domain="http://securityratty.com/tag/international">international</category>
      <category domain="http://securityratty.com/tag/international government participants">international government participants</category>
      <category domain="http://securityratty.com/tag/security contact">security contact</category>
      <source url="http://feeds.feedburner.com/~r/SecurityAndRiskManagementStrategiesBlog/~3/230572763/the-national-cy.html">The National Cyber Exercise</source>
    </item>
    <item>
      <title><![CDATA[The National Cyber Exercise]]></title>
      <link>http://securityratty.com/article/2debb4adc5745c98fd3d0d38b8fb5833</link>
      <guid>http://securityratty.com/article/2debb4adc5745c98fd3d0d38b8fb5833</guid>
      <description><![CDATA[Blogger: Trent Henry
It sounds so august: &quot;CYBER STORM&quot; (ok, officially it's just plain ol' &quot;Cyber Storm,&quot; but a title like that begs for caps
What is it? Or rather, what was it? The &quot;National Cyber...]]></description>
      <content:encoded><![CDATA[
<div xmlns="http://www.w3.org/1999/xhtml"><p>Blogger: Trent Henry</p>

<p>It sounds so august: &quot;CYBER STORM&quot; (ok, officially it's just plain ol' &quot;Cyber Storm,&quot; but a title like that begs for caps).</p>

<p>What is it? Or rather, what was it? The &quot;National Cyber Exercise&quot; was a 2006 Homeland Security (and other federal agencies) sponsored simulation of computer and network attacks. Here's the specific detail from a DHS slide deck:</p>

<ul><li>Provided a controlled environment to exercise State, Federal, International, and Private Sector response to a cyber related incident of national significance</li>

<li>Large scale exercise through simulated incident reporting only ??? no actual impact or attacks on live networks</li>

<li>Specifically directed by Congress ... and coordinated with DHS National Exercise Program</li></ul>

<p>In short, the exercise objective was to pretend that a faux &quot;Worldwide Anti-Globalization Alliance (WAGA)&quot; was attacking U.S. and international interests, and determine how public and private sector targets responded.</p>

<p>Cyber Storm is of interest now for two reasons. First, late last month the Associated Press received a redacted summary report of the exercise results (two years after its Freedom of Information Act request). They found a number of interesting things, many detailed here: <a href="http://news.wired.com/dynamic/stories/C/CYBER_STORM?SITE=WIRE&SECTION=HOME&TEMPLATE=DEFAULT&CTIME=2008-01-31-07-38-13">news.wired.com</a>. One delicious fact--which supports Burton Group's perspective that insiders are a significant danger--is that someone attacked the off-limits exercise control computers, most likely a participant. When exercises have embarrassingly bad outcomes because people don???t follow the rules, it frequently turns out that the rules have been designed to produce an unrealistically rosy picture of reality. The fact that this happened should be taken as a sign that the exercise conditions were unrealistic, and that in a real incident the results would be even worse than those shown by the exercise. There are many historical precedents for this.</p>

<p>Another important fact, reported by the AP, is that &quot;key players didn???t understand the role of the premier U.S. organization responsible for fending off major cyber attacks, called the National Cyber Response Coordination Group, and it didn???t have enough technical experts.&quot; This suggests that there's confusion in the public-private partnership for attack response, and we need better escalation procedures and fuller participation of private companies (who, by some accounts, own 85% of U.S. critical infrastructure).</p>

<p>This brings us to the second reason for interest in this story: Cyber Storm II. That's right, a repeat of the exercise is taking place in March 2008. DHS spells out the mission here: <a href="http://www.us-cert.gov/reading_room/infosheet_CyberStormII.pdf">www.us-cert.gov/reading_room/infosheet_CyberStormII.pdf</a>. In addition to expected public-sector agencies, &quot;private sector players from the Information Technology (IT), Transportation (Rail and Pipe), and Chemical sectors along with multiple Information Sharing and Analysis Centers (ISACs) are scheduled to participate.&quot;</p>

<p>Here's what's weird: no one's discussing the exercise. Actually, I'm guessing that's not strictly true. Who's <em>not</em> discussing it is Burton Group clients; and they represent hundreds of the largest organizations in the world and own/operate important global infrastructure. These organizations routinely ask us probing questions about information protection, incident response, security program management, and the like. I'm pretty surprised that Cyber Storm hasn't come up. Not even once.</p>

<p>Now, there are some possible reasons for this. First, DHS might be asking people to keep quiet for national security reasons. I could possibly buy that argument. Outside the exercise participants, too much knowledge could be a dangerous thing (and even among participants, could taint the exercise results). On the other hand, if the exercise results show that there is a problem to be fixed <em>and</em> that there???s a shortage of technical experts, thought-leading third parties (such as, I might add humbly, Burton Group) should be among the <em>first</em> people both our customers and DHS turn to ??? us and security consulting firms. If they???re <em>not</em> looking for such help, then I'm concerned they???re sweeping the problem under the rug. Second, enterprises might not feel that industry analysts are important pieces of this particular puzzle. Again, that's something I could buy--but it's at odds with the other intimate advice we offer to security planners, including security architecture for major systems. Third, our client list simply might not intersect with the invited participants, which, while plausible, means that some really important players are being ignored.</p>

<p>Here's what makes me nervous: the possibility that DHS isn't really involving the private sector. That is, amid the massive list of prospective Federal, State, local, and international government participants, individual companies are but a miniscule component. Given the importance of financial services, energy, and other private sectors, this prospect gives me pause. We've heard anecdotes from clients that FBI Infragard and other public-private security contact points aren't fulfilling their promise. Although there's talk of partnership, in the end most organizations don't have clear lines of escalation or incident response to federal authorities. It's my hope that Cyber Storm and its progeny begin to close this gap. But so far, no one's talking.</p>

<p>So help me understand: Is the National Cyber Exercise adequately exercising all stakeholders? If so, please speak up! If you can, let me know...</p></div>
]]></content:encoded>
      <pubDate>Wed, 06 Feb 2008 10:29:21 +0000</pubDate>
      <category domain="http://securityratty.com/tag/cyber">cyber</category>
      <category domain="http://securityratty.com/tag/national cyber exercise">national cyber exercise</category>
      <category domain="http://securityratty.com/tag/exercise">exercise</category>
      <category domain="http://securityratty.com/tag/exercise objective">exercise objective</category>
      <category domain="http://securityratty.com/tag/security">security</category>
      <category domain="http://securityratty.com/tag/exercise results">exercise results</category>
      <category domain="http://securityratty.com/tag/international">international</category>
      <category domain="http://securityratty.com/tag/international government participants">international government participants</category>
      <category domain="http://securityratty.com/tag/security contact">security contact</category>
      <source url="http://srmsblog.burtongroup.com/2008/02/the-national-cy.html">The National Cyber Exercise</source>
    </item>
  </channel>
</rss>
