<?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: plug]]></title>
    <link>http://securityratty.com/tag/plug</link>
    <description></description>
    <pubDate>Mon, 30 Jun 2008 21:11:34 +0000</pubDate>
    <generator>iRatty Engine</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <item>
      <title><![CDATA[Microsoft Puts Out 11 Fixes, Pulls Another]]></title>
      <link>http://securityratty.com/article/44120fe698f9ecd13fed0f070d170698</link>
      <guid>http://securityratty.com/article/44120fe698f9ecd13fed0f070d170698</guid>
      <description><![CDATA[Microsoft released its largest batch of security fixes since February 2007: 11 software updates designed to plug 26 holes in Windows, Office and other...]]></description>
      <content:encoded><![CDATA[Microsoft released its largest batch of security fixes since February 2007: 11 software updates designed to plug 26 holes in Windows, Office and other products.
<p><a href="http://feeds.computerworld.com/~a/Computerworld/Security/News?a=3mkNQz"><img src="http://feeds.computerworld.com/~a/Computerworld/Security/News?i=3mkNQz" border="0"></img></a></p><img src="http://feeds.computerworld.com/~r/Computerworld/Security/News/~4/367767251" height="1" width="1"/>]]></content:encoded>
      <pubDate>Mon, 18 Aug 2008 03:30:35 +0000</pubDate>
      <category domain="http://securityratty.com/tag/microsoft">microsoft</category>
      <category domain="http://securityratty.com/tag/security fixes">security fixes</category>
      <category domain="http://securityratty.com/tag/windows">windows</category>
      <category domain="http://securityratty.com/tag/holes">holes</category>
      <category domain="http://securityratty.com/tag/office">office</category>
      <category domain="http://securityratty.com/tag/plug">plug</category>
      <category domain="http://securityratty.com/tag/software">software</category>
      <category domain="http://securityratty.com/tag/batch">batch</category>
      <category domain="http://securityratty.com/tag/february">february</category>
      <source url="http://feeds.computerworld.com/~r/Computerworld/Security/News/~3/367767251/article.do">Microsoft Puts Out 11 Fixes, Pulls Another</source>
    </item>
    <item>
      <title><![CDATA[The web browser is sick but wheres the cure?]]></title>
      <link>http://securityratty.com/article/c1a26694b7d3db2c185a5f976e06cc90</link>
      <guid>http://securityratty.com/article/c1a26694b7d3db2c185a5f976e06cc90</guid>
      <description><![CDATA[Blogger: Ramon Krikken
The web browser is one of those peculiar pieces of software, having to accept input from arbitrary sources and then parse and render the data that is sent to it. Part of this it...]]></description>
      <content:encoded><![CDATA[
<div xmlns="http://www.w3.org/1999/xhtml"><p>Blogger: Ramon Krikken</p>

<p>The web browser is one of those peculiar pieces of software, having to accept input from arbitrary sources and then parse and render the data that is sent to it. Part of this it does by itself, and other parts are taken care of by handlers and plug-ins. In doing so, it displays hypertext, images, videos, and even runs active content like Flash, JavaScript, and ActiveX. </p>

<p>But however much we love the browser, we’ve also come to hate the myriad of vulnerabilities that affect it. Everything from cross-site scripting to remote code execution via maliciously formed animated cursor files and Flash content can make browsing a hazardous activity. The browser is sick, and that’s not desirable for a platform we use for important business and personal transactions.</p>

<p>Worsening the browser’s diagnosis is the <a href="http://taossa.com.nyud.net:8080/archive/bh08sotirovdowdslides.pdf">recent paper</a> from Mark Dowd and Alexander Sotirov, sub-titled “Setting back browser security by 10 years,” which discusses how to bypass Microsoft Vista’s memory protection capabilities with some added effort for the exploit designers. It’s not that all of the techniques are necessarily new, but the browser appears to be particularly vulnerable to easy exploitation. </p>

<p>Surprising? Not exactly, when we take into account that the browser is suffering from the same disease as the general purpose operating system: bloat and compatibility. We expect the browser to do ever more, but everything we used it for before still needs to work as if it were yesterday. It feels a bit like people insisting on using a cardboard box as a safe, and wondering why their money keeps getting stolen.</p>

<p>It’s not like we haven’t been working on the browser’s cure, though. There have been some improvements in the browsers themselves, the operating systems have also implemented compensating controls, but most of all, there has been an enormous push for securing the web applications that deliver the data in the first place. Unfortunately, the latter two won’t help secure the browser in the long run.</p>

<p>The first issue is that not all content will come from ‘nice’ servers, the second that the server can only make an educated guess on how a browser will parse and render a given set of data, and the third that operating system controls have their own limitations, whether by design or implementation (for example needing to re-compile existing code to enable certain protections.) The browser, in the end, has to be mostly responsible for keeping itself safe; the operating system must assist it in doing so.</p>

<p>So we’re in a pickle. The browser is sick (and the operating system is too), but it’s hard to cure it without a redesign that will undoubtedly impact compatibility, the ever-so-desired multi-functionality, or its ease of use. We can layer defenses by using web filtering in the enterprise environment, but in the end – for the consumer market in particular – we need to fix the browser itself. I can think of a few things I think might help: </p>

<ul><li>Some kind of <a href="http://people.mozilla.com/~bsterne/site-security-policy/">site security policy</a>&nbsp; to restrict where the browser loads auxiliary content from, and which data it can ‘trust’, when loading a web page (I’d prefer mandatory enforcement, and adding an HTML tag to be able to indicate blocks of untrustworthy data.)</li>

<li>Restricted compartments for plug-ins to run in, ensuring that their bugs cannot easily affect the whole browser.</li>

<li>Better software development practices for the plug-ins and content parsers themselves, so that they’re less vulnerable, and compiled with the latest protection measures to begin with.</li></ul>

<p>All of this means more work, and some of it means a lot of unhappy reactions when things stop working. Even then we will of course still have to deal with additional vulnerabilities, such as those that may be present in hardware, but we will at least have taken prudent steps to ‘find a cure.’</p>

</div>
<img src="http://feeds.feedburner.com/~r/SecurityAndRiskManagementStrategiesBlog/~4/364862623" height="1" width="1"/>]]></content:encoded>
      <pubDate>Thu, 14 Aug 2008 07:11:14 +0000</pubDate>
      <category domain="http://securityratty.com/tag/browser">browser</category>
      <category domain="http://securityratty.com/tag/web browser">web browser</category>
      <category domain="http://securityratty.com/tag/browser appears">browser appears</category>
      <category domain="http://securityratty.com/tag/web">web</category>
      <category domain="http://securityratty.com/tag/cure">cure</category>
      <category domain="http://securityratty.com/tag/browser security">browser security</category>
      <category domain="http://securityratty.com/tag/content">content</category>
      <category domain="http://securityratty.com/tag/runs active content">runs active content</category>
      <category domain="http://securityratty.com/tag/browsers cure">browsers cure</category>
      <source url="http://feeds.feedburner.com/~r/SecurityAndRiskManagementStrategiesBlog/~3/364862623/the-web-browser.html">The web browser is sick but wheres the cure?</source>
    </item>
    <item>
      <title><![CDATA[Apple Finally Patches DNS Bug]]></title>
      <link>http://securityratty.com/article/dd4b7bad7cc598605249c8e7e27d4031</link>
      <guid>http://securityratty.com/article/dd4b7bad7cc598605249c8e7e27d4031</guid>
      <description><![CDATA[After taking guff in the press for a while for its lack of a patch for the famous recent DNS bug, Apple has finally issued a patch. The update it comes in also patches 16 other vulnerabilities
Open...]]></description>
      <content:encoded><![CDATA[<a href="http://db.tidbits.com/article/9706">After taking guff in the press for a while</a> for its lack of a patch for the famous recent DNS bug, Apple has finally issued a patch. <a href="http://support.apple.com/kb/HT2647">The update it comes in also patches 16 other vulnerabilities:</a>

<ul>
	<li>Open Scripting Architecture&#151;Privilege elevation bug when loading plug-ins.</li>
	<li>CarbonCore&#151;A stack overflow in handling long file names. Potential code execution.</li>
	<li>CoreGraphics&#151;Two bugs, both code execution, one for malicious graphics, the other for malicious PDFs.</li>
	<li>Data Detectors Engine&#151;Engine may crash when parsing maliciously crafted content.</li>
	<li>Disk Utility&#151;A local user may obtain System privileges.</li>
	<li>OpenLDAP&#151;An ASN parsing bug can lead to a crash.</li>
	<li>OpenSSL&#151;A range checking error from last September (Red Hat patched it in two weeks) can lead to remote code execution.</li>
	<li>PHP&#151;Five different bugs, the worst of which can lead to remote code execution. </li>
	<li>QuickLook&#151;A maliciously crafted Microsoft Office file can cause QuickLooks to crash or allow remote code execution.</li>
	<li>rsync&#151;Path validation errors, which were also reported in 2007, are resolved.</li>
</ul><img src="http://feedproxy.google.com/~r/RSS/cheap_hack/~4/gi6Qi_HP0Y8" height="1" width="1"/>]]></content:encoded>
      <pubDate>Thu, 31 Jul 2008 19:12:34 +0000</pubDate>
      <category domain="http://securityratty.com/tag/code execution">code execution</category>
      <category domain="http://securityratty.com/tag/remote code execution">remote code execution</category>
      <category domain="http://securityratty.com/tag/bug">bug</category>
      <category domain="http://securityratty.com/tag/potential code execution">potential code execution</category>
      <category domain="http://securityratty.com/tag/quicklooka maliciously">quicklooka maliciously</category>
      <category domain="http://securityratty.com/tag/lead">lead</category>
      <category domain="http://securityratty.com/tag/data detectors engineengine">data detectors engineengine</category>
      <category domain="http://securityratty.com/tag/coregraphicstwo bugs">coregraphicstwo bugs</category>
      <category domain="http://securityratty.com/tag/bugs">bugs</category>
      <source url="http://feeds.ziffdavisenterprise.com/~r/RSS/cheap_hack/~3/gi6Qi_HP0Y8/apple_finally_patches_dns_bug.html">Apple Finally Patches DNS Bug</source>
    </item>
    <item>
      <title><![CDATA[The Not-So-Sweet Life of Supplicants]]></title>
      <link>http://securityratty.com/article/a7513e6c4a71a61081c2aa1aef143439</link>
      <guid>http://securityratty.com/article/a7513e6c4a71a61081c2aa1aef143439</guid>
      <description><![CDATA[There are plenty of integration and configuration challenges when we look at 802.1X , but one of the most notable issues is choosing the right supplicant to best serve your end users
Some of the major...]]></description>
      <content:encoded><![CDATA[<P>There are plenty of integration and configuration challenges when we look at <A title="802.1X Primer" href="http://securityuncorked.squarespace.com/security-uncorked/2008/4/2/what-is-8021x-heres-a-technology-primer-for-you.html">802.1X</A>, but one of the most notable issues is <strong>choosing the right <A title="What is a supplicant?" href="http://securityuncorked.squarespace.com/security-uncorked/2008/6/5/know-the-difference-between-a-nac-client-and-a-1x-supplicant.html">supplicant</A> to best serve your end users</strong>. </P>
<P>Some of the major obstacles we face with 802.1X center around creating a smooth end user experience.&nbsp; We, as integrators, have the distinct ability to make &#8216;whatever&#8217; work- we find a way. But, what I hear most from my customers is &#8220;<em>it has to be easy for the end user.&#8221;</em>&nbsp; (Sometimes they go on a little further, but I&#8217;ll leave it at that.)</P>
<P><strong>Why does it matter?</strong> </P>
<P>Wireless, wireless, wireless. Although&nbsp;wired 1X is&nbsp;popular&nbsp;with our customer-base, the world isn&#8217;t quite flocking to it yet. However, 802.1X is certainly the best way to increase security and ease management of wireless networks. It&#8217;s standard, it&#8217;s flexible, it&#8217;s widely-supported by devices and endpoints and it eliminates the need for pre-shared keys or secondary passwords. It&#8217;s what most enterprises, government&nbsp;and educational organizations are implementing now, so it&#8217;s important. </P>
<P><strong>What are some of the problems?</strong> </P>
<P>The end user will have some adjustments to make, and network admins and support desks aren&#8217;t always thrilled with the propect of re-training users for these expectations.</P><span>
<ul>
<li>First of all, the <span style="TEXT-DECORATION: underline">time to authenticate</span> and connect to the network is going to drastically increase. I say drastically- it&#8217;s only a few seconds- but I&#8217;m sure it feels like minutes to a new 1X end user. 
<li>In addition, we&#8217;re in a transition and growing period where we&#8217;re trying to integrate and authenticate multiple pieces- the machine and/or user as well as any other clients residing on the endpoint, so there can be <span style="TEXT-DECORATION: underline">single-sign-on issues</span>. Not SSO in the traditional sense, but single-1X-sign-on vs logging in to authenticate and open the port, logging in again to get to network resources (such as Novell). 
<li>There may also be issues supporting <span style="TEXT-DECORATION: underline">multiple profiles</span>, so end users may need to understand the concept of enabling 802.1X on an interface at their office, then disabling it when they go home. 
<li>Or perhaps, in a shared or lab-type environment, we may have multiple unique users logging in to the same endpoint device, so we have to make it easy for end users to <span style="TEXT-DECORATION: underline">log off so there&#8217;s a forced re-auth</span> for the next user. </li>
</ul>
<P>There are plenty more, but this hits on the major concerns of most organizations planning to implement 802.1X (wired or wireless).</span></P>
<P><strong>How do we address the issues?</strong></P>
<P>There are different ways to deal with the complexity of supplicant and end-user interactions. First and foremost, a good <span style="TEXT-DECORATION: underline">end user training</span> program will be needed. There&#8217;s a learning curve, but eventually end users will get it- we just have to make sure the transition for &#8216;now&#8217; to &#8216;got it&#8217; is smooth and doesn&#8217;t overwhelm help desk resources. </P>
<P>As the operating systems and clients progress, we&#8217;re seeing <span style="TEXT-DECORATION: underline">more integration</span> and the ability to share 802.1X information between disparate pieces of the endpoint. </P>
<P>In the meantime, there are also <span style="TEXT-DECORATION: underline">3rd-party supplicants</span> that can ease several of the pains. <A class=offsite-link-inline title="Cisco SSC" href="http://www.cisco.com/en/US/products/ps7034/index.html" target=_blank>Cisco&#8217;s&nbsp;Secure Services&nbsp;Client</A>&nbsp; (acquired from Meetinghouse&#8217;s Aegis supplicant) and <A class=offsite-link-inline title="Juniper OAC" href="http://www.juniper.net/products_and_services/aaa_and_802_1x/odyssey/index.html" target=_blank>Juniper&#8217;s Odyssey Access Client</A>&nbsp; (acquired from Funk) both offer options and configurations not currently available in native OS supplicants. (For example, both offer the GINA shim for integrating Windows 1X login with Novell as well as multiple profile support.) Although I haven&#8217;t tried it, my understanding is you can still operate both of these clients independent of the controllers provided from the same vendor. </P>
<P><strong>Is it a deal-killer?</strong> </P>
<P>It can be. The struggle to provide a smooth transition for end users is often a deal-killer for organizations looking at deploying 802.1X. Although there are ways to combat most of these obstacles; often the time, planning and money required to&nbsp;proceed make it unattractive enough to abandon the project. In most cases, the more heterogeneous the endpoint environment is, the less attractive the solution becomes. In an all-Microsoft environment, you can have an 802.1X framework up in a matter of hours. With a mix of authentication directories, endpoint OSs and user expectations, you could spend weeks or&nbsp;months ironing out the details.</P>
<P><strong>The good news.</strong></P>
<P>Yes, there&#8217;s some good news here. The increased adoption of 802.1X is continually leading to increased integration of the software, operating systems and clients on endpoints. While 802.1X may never reach &#8216;plug-and-play&#8217; status, pretty soon the integration will reach a point where configuration is simplified enough for more wide-spread adoption, even in the most diverse environments. </P>
<P>Just hang tight, we&#8217;ll get there!</P>
<P># # #</P>
]]></content:encoded>
      <pubDate>Wed, 23 Jul 2008 11:23:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/user">user</category>
      <category domain="http://securityratty.com/tag/end-user interactions">end-user interactions</category>
      <category domain="http://securityratty.com/tag/user experience">user experience</category>
      <category domain="http://securityratty.com/tag/machine andor user">machine andor user</category>
      <category domain="http://securityratty.com/tag/users">users</category>
      <category domain="http://securityratty.com/tag/multiple unique users">multiple unique users</category>
      <category domain="http://securityratty.com/tag/user expectations">user expectations</category>
      <category domain="http://securityratty.com/tag/endpoint">endpoint</category>
      <category domain="http://securityratty.com/tag/expectations">expectations</category>
      <source url="http://www.securityuncorked.com/security-uncorked/2008/7/23/the-not-so-sweet-life-of-supplicants.html">The Not-So-Sweet Life of Supplicants</source>
    </item>
    <item>
      <title><![CDATA[Homer's Odyssey]]></title>
      <link>http://securityratty.com/article/7b835d682976f83f9585f3a100ff7426</link>
      <guid>http://securityratty.com/article/7b835d682976f83f9585f3a100ff7426</guid>
      <description><![CDATA[Well, it's been a pretty busy week here as Homer Simpson + Malware = quite the commotion

It started off with USA Today , VNUNet and CNET , then appeared on Slashdot over the weekend. After that, the...]]></description>
      <content:encoded><![CDATA[
        Well, it's been a pretty busy week here as Homer Simpson + Malware = quite the commotion.<br /><br />It started off with <a href="http://blogs.usatoday.com/technologylive/2008/07/hackers-take-ov.html">USA Today</a>, <a href="http://www.vnunet.com/vnunet/news/2221476/homer-simpson-accused-spreading">VNUNet</a> and <a href="http://news.cnet.com/8301-1009_3-9989313-83.html?hhTest=1">CNET</a>, then appeared on <a href="http://it.slashdot.org/it/08/07/12/1157244.shtml">Slashdot</a> over the weekend. After that, the sheer joy at being able to use <a href="http://tech.blorge.com/Structure:%20/2008/07/13/homer-simpson-is-a-hacker-botnet-pusher-chunkylover53aolcom/">Homer</a> <a href="http://news.softpedia.com/news/Homer-Simpson-Recruited-to-Spread-Malware-89813.shtml">Simpson</a> <a href="http://www.itsnotacon.co.uk/2008/07/12/doh-homer-falls-in-with-the-malware-crowd/">pictures</a> in <a href="http://www.theregister.co.uk/2008/07/14/homer_simpson_botnet_hack/">tech-related writeups</a> was evident. Who would have thought it would finish off with Matt Selman himself (the Simpsons scriptwriter responsible for the whole "Chunkylover53" phenomenon) <a href="http://time-blog.com/nerd_world/2008/07/defending_chunkylover53.html?xid=rss-nerdworld">writing about the situation</a>.<br /><br />Pretty nuts. Heck, I even got to do a <a href="http://www.publicradio.org/columns/futuretense/2008/07/15.shtml#019464">four minute Podcast</a> that (from what I've been told) goes out to around 100 radio stations in the States. I think the closest I got to crossing security with popular culture previously was <a href="http://digg.com/security/Lindsay_Lohan_causes_massive_DoS_war">ye olde net-war</a> (that revolved around a "stolen" picture of Lindsay Lohan - long story), but this one has Homer Simpson in it so clearly it wins by default.<br /><br />However, what a lot of people might have missed - in fact, I nearly missed it myself - was something that appeared shortly before the plug appeared to be pulled on poor old Homer. Here's a screenshot of his previous message history - you can see how many times it was constantly changing:<br /><br /><div align="center"><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://blog.spywareguide.com/images/hmess1.html" onclick="window.open('http://blog.spywareguide.com/images/hmess1.html','popup','width=773,height=539,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/hmess1-thumb-373x260.gif" alt="hmess1.gif" class="mt-image-none" style="" height="260" width="373" /></a></span><br />Click to Enlarge<br /><br /><div align="left">Here's the final message I saw before the lights seemingly went out on Homer:<br /></div><br /></div><br /><div align="center"><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://blog.spywareguide.com/images/krhomer.html" onclick="window.open('http://blog.spywareguide.com/images/krhomer.html','popup','width=917,height=400,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/krhomer-thumb-317x138.jpg" alt="krhomer.jpg" class="mt-image-none" style="" height="138" width="317" /></a></span>
<br /><br />Click to Enlarge<br /></div><br />That message is particularly interesting, because it refers to a group of individuals who were involved in this <a href="http://blog.wired.com/27bstroke6/2008/05/comcast-servers.html">Comcast hack</a> not so long ago. Were they involved here? Or are the real culprits simply blaming someone else?<br />
        
    ]]></content:encoded>
      <pubDate>Fri, 18 Jul 2008 12:52:08 +0000</pubDate>
      <category domain="http://securityratty.com/tag/homer">homer</category>
      <category domain="http://securityratty.com/tag/homer simpson pictures">homer simpson pictures</category>
      <category domain="http://securityratty.com/tag/homer simpson">homer simpson</category>
      <category domain="http://securityratty.com/tag/previous message history">previous message history</category>
      <category domain="http://securityratty.com/tag/message">message</category>
      <category domain="http://securityratty.com/tag/popular culture previously">popular culture previously</category>
      <category domain="http://securityratty.com/tag/final message">final message</category>
      <category domain="http://securityratty.com/tag/pretty busy week">pretty busy week</category>
      <category domain="http://securityratty.com/tag/real culprits simply">real culprits simply</category>
      <source url="http://blog.spywareguide.com/2008/07/homers-odyssey.html">Homer's Odyssey</source>
    </item>
    <item>
      <title><![CDATA[NAPA Shows How the Government is Using Web 2.0]]></title>
      <link>http://securityratty.com/article/c2382eef0b0cdb073ef226ac74ecee5b</link>
      <guid>http://securityratty.com/article/c2382eef0b0cdb073ef226ac74ecee5b</guid>
      <description><![CDATA[Back in April, we attended a session at the FOSE conference that highlighted Web 2.0 usage in the public sector . We also found through a survey of government workers that 65% of government IT workers...]]></description>
      <content:encoded><![CDATA[<p>Back in April, we attended a session at the <a href="http://blog.sciencelogic.com/fose-session-web-20-for-the-public-sector/04/2008" target="_blank">FOSE conference that highlighted Web 2.0 usage in the public sector</a>. We also found <a href="http://blog.sciencelogic.com/web-20-adoption-by-the-federal-government-shouldnt-be-a-surprise/06/2008" target="_blank">through a survey of government workers</a> that 65% of government IT workers surveyed said that Web 2.0 tools are important to their operations. The overall message was that all IT, government included, have too many projects they could be taking on for the amount of resources they have. For much of the IT topics we covered in the survey, importance was high but actual deployment was lower.
<p>Dan Munz, project manager of the <a href="http://www.collaborationproject.org/" target="_blank">Collaboration Project</a> commented on <a href="http://www.collaborationproject.org/display/home/Collaboration+Project+Blog" target="_blank">the unique work</a> that the National Academy of Public Administration (NAPA) is doing to bring together government leaders. The Collaboration Project seeks to innovate across government not just down the silos and create a safe place for leaders to have discussions around innovation.
<p><strong><em>ScienceLogic:</em></strong> What is the National Academy of Public Administration?
<p><strong><em>Dan Munz:</em></strong> The Academy is an independent, non-partisan, non-profit organization dedicated to tackling government&#8217;s most complex challenges. We were founded in 1967 by James Webb, the NASA administrator who took us to the moon – he saw that he could consult the National Academy of Sciences for expert technical advice, but had no counterpart in government for expert management advice. That&#8217;s been our mission ever since.
<p><strong><em>ScienceLogic:</em></strong> What is the Collaboration Project? How long has it been around?
<p><strong><em>Dan Munz:</em></strong> The Collaboration Project is the Academy&#8217;s response to two parallel trends we see in government. The first is the government’s need to transform the way it does business. There is a strong demand for change out there driven by a number of challenges that are forcing the government to rethink its mission and structure. Challenges include a public disconnected from government; a multi-sector workforce and increasing reliance on contractors; financial instability; and new types of security threats, just to name a few. More and more, the challenges facing government reach across the traditional boundaries of agency and mission. But government isn&#8217;t configured to work that way.
<p>The second trend is the unprecedented opportunity collaborative technology offers to drive transformational change in government. Tools like blogs, wikis, and mashups are changing the way leaders think about problems. They&#8217;re focusing not on what they can do just within their offices or agencies, but what voices they need to pull together across government, non-profits, the general citizenry, and other stakeholders to solve these problems. The Collaboration Project’s goal is to encourage this type of thinking and empower leaders committed to use collaborative technology to:
<ul>
<li>strengthen citizen civic engagement;</li>
<li>enhance government transparency;</li>
<li>improve service delivery and operational efficiency; and</li>
<li>facilitate coordination and innovation within and between agencies.</li>
</ul>
<p><strong><em>ScienceLogic:</em></strong> Why focus on Web 2.0 in the government?
<p><strong><em>Dan Munz:</em></strong> The question of how web 2.0 will impact federal IT departments is a critical one. Our view is that &#8220;the era of big systems&#8221; is basically over. Things like disk space, bandwidth, and computing power are basically shifting from being assets to being commodities.
<p>There&#8217;s also a shift in expectations. People both inside and outside government – especially Gen-X and Gen-Y – are incredibly frustrated by being able to use lightning-fast apps like Flickr, YouTube, and Facebook <i>that don&#8217;t even live on their hard drives</i> while the government and other large organizations still operate clunky PCs, space-limited e-mail accounts, and sluggish e-mail servers.
<p>So aside from the opportunity for transformative leadership, the idea of web 2.0 at a government level is very appealing in terms of getting the most out of the IT infrastructure we already have, rather than embarking on costly, large-scale projects in an era of diminishing budgets.
<p><strong><em>ScienceLogic:</em></strong> How do you build a sense of community at the Collaboration Project?
<p><strong><em>Dan Munz:</em></strong> Some community feel emerges naturally, from a sense that mass collaboration really is a tool for &#8220;doing government&#8221; in a whole new way.
<p>The more formal community building mechanisms we have include <a href="http://www.collaborationproject.org" target="_blank">our web page</a>, where we share insights, news, case studies, and other content – The virtual space serves as an anchor for people, whether they&#8217;re experts or beginners, to learn about what we do.
<p>Finally, we are conducting an ongoing series of in-person meetings, usually featuring a leader who has harnessed collaborative technology in what we think is a truly revolutionary new way.
<p><strong><em>ScienceLogic:</em></strong> How do you hear about cool new government Web 2.0 projects?
<p><strong><em>Dan Munz:</em></strong> That&#8217;s a key question, because part of our mission is to inspire action by finding leaders who have succeeded and highlight their accomplishments. We&#8217;ve done that with folks like Kip Hawley, TSA, Molly O&#8217;Neill, EPA, and Jim Walker, Alabama DHS.
<p>We also feel that the Academy&#8217;s position as a &#8220;safe space&#8221; for leaders means that we&#8217;re a place people can turn to when they hear about an emerging trend or project and want some help making sense of it.
<p><strong><em>ScienceLogic:</em></strong> What are the most innovative uses of Web 2.0 technology you&#8217;ve seen in the government?
<p><strong><em>Dan Munz:</em></strong> It&#8217;s important to distinguish between agencies that are simply adjusting to the reality of web 2.0, and those that are &#8220;using&#8221; it. Getting a YouTube account for your agency, or putting some photos on Flickr, is a great first step, but we want to inspire leaders to really transform their normal ways of doing business. At the moment a few that come to mind are the EPA Puget Sound Mashup, ODNI&#8217;s Intellipedia, TSA IdeaFactory, the PTO Peer-to-Patent Project, and Virtual Alabama, to name a few.
<p>The <a href="http://www.fcw.com/print/22_5/features/151791-1.html" target="_blank">TSA launched the IdeaFactory</a> in February 2008. TSA set up a collaboration platform with commenting, voting, etc. to form communities in a way to bring people to consensus and <a href="http://www.collaborationproject.org/pages/viewpage.action?pageId=5668923&amp;navigatingVersions=true" target="_blank">offer ways to improve the agency&#8217;s performance</a>.
<p><strong><em>ScienceLogic:</em></strong> Do you see a difference between state and local versus federal adoption of Web 2.0?
<p><strong><em>Dan Munz:</em></strong> That&#8217;s a hard generalization to make – at all levels you see leaders who recognize the potential in this technology to bring new voices into the governance process.
<p><strong><em>ScienceLogic:</em></strong> What are the obstacles to Web 2.0 adoption by government agencies?
<p><strong><em>Dan Munz:</em></strong> The three main challenges that we see are in the areas of technology, culture, and policy/governance.
<p>The technology issue is probably the simplest to solve – it&#8217;s important to choose a technology that fits the problem you&#8217;re trying to solve, but these technologies are usually inexpensive and almost never very complex.
<p>The question of culture is harder, particularly given the way that baby boomers, gen-xers, and millenials are beginning to interact in the workforce. How do you gain acceptance and buy-in among groups that have very different comfort levels with collaborative tools and environments?
<p>Finally, the most daunting challenge might be the questions of policy and governance, if only because those are the things that most commonly prevent leaders from even dipping a toe in the waters of collaboration. Most of the policies, regulations, and statutes governing the way government does business don&#8217;t anticipate things like wikis, blogs, or instant messaging. One of our most important missions is helping leaders who just want to get to action navigate these obstacles.
<p><strong><em>ScienceLogic:</em></strong> Is there any advice you can give to government employees getting started with Web 2.0? Or any places you would point them to for more info?
<p><strong><em>Dan Munz:</em></strong> It&#8217;s shameless plug time! I&#8217;d of course point them to our web page, <a href="http://collaborationproject.org/">collaborationproject.org</a>, where, among other things, we&#8217;ve collected a case library of over 40 instances of collaborative technology being used in the government and non-profit sectors. The library is growing every day and is a sort of &#8220;database of record&#8221; for what is and isn&#8217;t working in terms of collaborative government. I think that would be a great place to start for anyone looking to get started but not really knowing the way.
<p>In terms of advice, the best thing to say is that, once you&#8217;ve settled on a problem you want to solve and an audience you want to reach out to, <b>just do it</b>! We believe strongly that there are a lot of organizational and leadership issues that still need to be addressed regarding collaboration in government, but our biggest mantra is about getting leaders to action. The most successful projects we&#8217;ve seen are ones that try something daring and new, and discover the true power of what they&#8217;ve done as it catches on more and more widely.</p>
<p><a href="http://sharethis.com/item?&wp=abc&amp;publisher=ea11358c-69de-4e80-9804-e964a8930b70&amp;title=NAPA+Shows+How+the+Government+is+Using+Web+2.0&amp;url=http%3A%2F%2Fblog.sciencelogic.com%2Fnapa-shows-how-the-government-is-using-web-20%2F07%2F2008">ShareThis</a></p>]]></content:encoded>
      <pubDate>Wed, 16 Jul 2008 16:45:37 +0000</pubDate>
      <category domain="http://securityratty.com/tag/web">web</category>
      <category domain="http://securityratty.com/tag/government">government</category>
      <category domain="http://securityratty.com/tag/web page">web page</category>
      <category domain="http://securityratty.com/tag/government web">government web</category>
      <category domain="http://securityratty.com/tag/collaboration">collaboration</category>
      <category domain="http://securityratty.com/tag/mass collaboration">mass collaboration</category>
      <category domain="http://securityratty.com/tag/collaboration project seeks">collaboration project seeks</category>
      <category domain="http://securityratty.com/tag/government employees">government employees</category>
      <category domain="http://securityratty.com/tag/enhance government transparency">enhance government transparency</category>
      <source url="http://blog.sciencelogic.com/napa-shows-how-the-government-is-using-web-20/07/2008">NAPA Shows How the Government is Using Web 2.0</source>
    </item>
    <item>
      <title><![CDATA[VMware VI Client plug-ins and how to manage them]]></title>
      <link>http://securityratty.com/article/13386f5858840e1efa1a95fe22e346b3</link>
      <guid>http://securityratty.com/article/13386f5858840e1efa1a95fe22e346b3</guid>
      <description><![CDATA[VMware VI Client plug-ins can provide a VirtualCenter implementation with a functionality boost. Discover more on plug-in management tactics and plug-in options, including the Juxtaposition RDP...]]></description>
      <content:encoded><![CDATA[VMware VI Client plug-ins can provide a VirtualCenter implementation with a functionality boost. Discover more on plug-in management tactics and plug-in options, including the Juxtaposition RDP plug-in, in this tip.<img src="http://feeds.feedburner.com/~r/WhatisEnterpriseItTipsAndExpertAdvice/~4/336121695" height="1" width="1"/>]]></content:encoded>
      <pubDate>Tue, 15 Jul 2008 06:04:47 +0000</pubDate>
      <category domain="http://securityratty.com/tag/client plug-ins">client plug-ins</category>
      <category domain="http://securityratty.com/tag/juxtaposition rdp plug-in">juxtaposition rdp plug-in</category>
      <category domain="http://securityratty.com/tag/plug-in management tactics">plug-in management tactics</category>
      <category domain="http://securityratty.com/tag/vmware">vmware</category>
      <category domain="http://securityratty.com/tag/virtualcenter implementation">virtualcenter implementation</category>
      <category domain="http://securityratty.com/tag/plug-in options">plug-in options</category>
      <category domain="http://securityratty.com/tag/functionality boost">functionality boost</category>
      <category domain="http://securityratty.com/tag/discover">discover</category>
      <category domain="http://securityratty.com/tag/tip">tip</category>
      <source url="http://feeds.feedburner.com/~r/WhatisEnterpriseItTipsAndExpertAdvice/~3/336121695/0,289483,sid179_gci1321254,00.html">VMware VI Client plug-ins and how to manage them</source>
    </item>
    <item>
      <title><![CDATA[I took the plunge for an iPhone 3G]]></title>
      <link>http://securityratty.com/article/389c083718c7ae00aed268a97aa61378</link>
      <guid>http://securityratty.com/article/389c083718c7ae00aed268a97aa61378</guid>
      <description><![CDATA[When the original iPhone came out I thought it was pretty cool, but at the end of the day it did not do for me what my Windows Mobile Smartphone did. Namely gave me 3G access speed and Exchange...]]></description>
      <content:encoded><![CDATA[
<div xmlns="http://www.w3.org/1999/xhtml"><p>When the original iPhone came out I thought it was pretty cool, but at the end of the day it did not do for me what my <a class="zem_slink" title="Windows Mobile" href="http://microsoft.com/windowsmobile/" rel="homepage">Windows Mobile Smartphone</a> did.&nbsp; Namely gave me 3G access speed and Exchange integration.&nbsp; Those two things alone were enough to keep me a Windows smarthphone user. </p>

<p>As I wrote earlier July 4th my phone got wet in my backpack and though I have blown dried it often since than, it has just never come back. I can make a call now and than and use, but you never know when it is going to whig out and I have to reboot (actually it was like that before it got wet, but it is much worse now).&nbsp; So having had this phone over a year, it really was time for a new phone.&nbsp; </p>

<p>I was not totally sold on the iPhone and it was not my only choice. I wanted no part of the lines and crowds, so I waited until Saturday to go to the ATT store and see what my options were.&nbsp; Frankly, I didn't have many options.&nbsp; The upgrade for my current phone is the <a class="zem_slink" title="High Tech Computer Corporation" href="http://www.htc.com/" rel="homepage">HTC</a> Tilt.&nbsp; Nice phone and I would consider it, but not at the $450 dollars that they wanted to charge me.&nbsp; After that, there was the Blackjack, not interesting.&nbsp; A few others and than Blackberries. I need the Exchange integration.&nbsp; So when it came down to it, you could not beat the $199 price for the iPhone. The 2 year contract didn't scare me, as I am at ATT wireless user for about 10 years already.&nbsp; The only bad part is that they did not have any in stock and I had to order mine. It should come within 5 to 7 days, but all set up for me to just plug in to iTunes and away I go!</p>

<p>So a few more days of this water logged brick and than on to joining the &quot;mod squad&quot;.</p>

<fieldset class="zemanta-related"><legend class="zemanta-related-title">Related articles by Zemanta</legend><ul class="zemanta-article-ul"><li class="zemanta-article-ul-li"><a href="http://www.infoworld.com/article/08/07/10/HTCs_iPhone_3G_rival_the_Touch_Diamond_1.html?source=rss&amp;url=http://www.infoworld.com/article/08/07/10/HTCs_iPhone_3G_rival_the_Touch_Diamond_1.html">Hands on: HTC's iPhone 3G rival, the Touch Diamond</a></li>

<li class="zemanta-article-ul-li"><a href="http://www.reghardware.co.uk/2008/07/11/round_up_iphone_rivals/">The Top Ten 3G iPhone beaters</a></li>

<li class="zemanta-article-ul-li"><a href="http://www.beet.tv/2008/07/apple-iphone-3g.html">Apple iPhone 3G has Easy Set-up with Microsoft Exchange</a></li>

<li class="zemanta-article-ul-li"><a href="http://www.readwriteweb.com/archives/zimbra_mobile_for_the_iphone_2_0.php">Zimbra Mobile for the iPhone 2.0</a></li></ul></fieldset> <div class="zemanta-pixie" style="MARGIN-TOP: 10px; HEIGHT: 15px"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/74d5be89-2d28-46f1-9ba2-6e0cd0199c68/"><img class="zemanta-pixie-img" alt="Zemanta Pixie" src="http://img.zemanta.com/reblog_e.png?x-id=74d5be89-2d28-46f1-9ba2-6e0cd0199c68" style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; FLOAT: right; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none" /></a></div></div>

<p><a href="http://feeds.feedburner.com/~a/StillsecureAfterAllTheseYears?a=are1zz"><img src="http://feeds.feedburner.com/~a/StillsecureAfterAllTheseYears?i=are1zz" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?a=zEbZJJ"><img src="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?i=zEbZJJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?a=RxWIoJ"><img src="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?i=RxWIoJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?a=blJi0J"><img src="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?i=blJi0J" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?a=3QttHJ"><img src="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?i=3QttHJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?a=8WSKlj"><img src="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?i=8WSKlj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?a=pXYanj"><img src="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?i=pXYanj" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/StillsecureAfterAllTheseYears/~4/334681866" height="1" width="1"/>]]></content:encoded>
      <pubDate>Sun, 13 Jul 2008 16:56:13 +0000</pubDate>
      <category domain="http://securityratty.com/tag/iphone">iphone</category>
      <category domain="http://securityratty.com/tag/original iphone">original iphone</category>
      <category domain="http://securityratty.com/tag/apple iphone">apple iphone</category>
      <category domain="http://securityratty.com/tag/current phone">current phone</category>
      <category domain="http://securityratty.com/tag/phone">phone</category>
      <category domain="http://securityratty.com/tag/iphone beaters">iphone beaters</category>
      <category domain="http://securityratty.com/tag/nice phone">nice phone</category>
      <category domain="http://securityratty.com/tag/exchange integration">exchange integration</category>
      <category domain="http://securityratty.com/tag/att wireless user">att wireless user</category>
      <source url="http://feeds.feedburner.com/~r/StillsecureAfterAllTheseYears/~3/334681866/i-took-the-plun.html">I took the plunge for an iPhone 3G</source>
    </item>
    <item>
      <title><![CDATA[Apple patches 25 Mac OS X security vulnerabilities]]></title>
      <link>http://securityratty.com/article/cd76ca49c3861cf221b7f3e57b9874fe</link>
      <guid>http://securityratty.com/article/cd76ca49c3861cf221b7f3e57b9874fe</guid>
      <description><![CDATA[Apple Tuesday issued its fourth security Mac OS X update of the year, patching 25 vulnerabilities, nearly half of them considered critical. The company also updated Safari for the Mac to plug a hole...]]></description>
      <content:encoded><![CDATA[Apple Tuesday issued its fourth security Mac OS X update of the year, patching 25 vulnerabilities, nearly half of them considered critical. The company also updated Safari for the Mac to plug a hole already fixed in the Windows version of the browser and released an update to bring the OS to version 10.5.4.]]></content:encoded>
      <pubDate>Wed, 02 Jul 2008 20:00:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/mac">mac</category>
      <category domain="http://securityratty.com/tag/fourth security mac">fourth security mac</category>
      <category domain="http://securityratty.com/tag/windows version">windows version</category>
      <category domain="http://securityratty.com/tag/version">version</category>
      <category domain="http://securityratty.com/tag/apple tuesday">apple tuesday</category>
      <category domain="http://securityratty.com/tag/vulnerabilities">vulnerabilities</category>
      <category domain="http://securityratty.com/tag/half">half</category>
      <category domain="http://securityratty.com/tag/fixed">fixed</category>
      <category domain="http://securityratty.com/tag/browser">browser</category>
      <source url="http://www.networkworld.com/news/2008/070108-apple-patches-25-mac-os.html?fsrc=rss-security">Apple patches 25 Mac OS X security vulnerabilities</source>
    </item>
    <item>
      <title><![CDATA[Snort Security Platform 3.0 Beta Released]]></title>
      <link>http://securityratty.com/article/1f4e2b6789774132eea1a5417ead2a1e</link>
      <guid>http://securityratty.com/article/1f4e2b6789774132eea1a5417ead2a1e</guid>
      <description><![CDATA[Marty Roesch and company have just announced the release of Snort 3.0 beta
From Snort.org
Were pleased to introduce our first beta release built on the new Snort 3.0 architecture. The Snort 3.0...]]></description>
      <content:encoded><![CDATA[<p>Marty Roesch and company have just announced the release of Snort 3.0 beta. </p>
<p>From Snort.org:</p>
<blockquote><p>We’re pleased to introduce our first beta release built on the new Snort 3.0 architecture. The Snort 3.0 architecture consists of two primary components: a software platform called the Snort Security Platform (SnortSP) 3.0, which is shipping in beta form in this release, and traffic analysis engine modules that plug into SnortSP. This beta test release contains one engine module which contains the Snort 2.8.2 detection engine implemented as a SnortSP engine module. SnortSP is an open-source platform for running packet-based network security applications. It provides many of the common functions required by programs that deal with packet processing such as configuration loading, event generation and traffic logging, data acquisition, protocol decoding and validation, flow management, and more.</p></blockquote>
<p>They provide you an opportunity to provide feedback on the beta release as well &#8220;sspneta SHIFT 2 sourcefire D0T com&#8221;.</p>
<p>Downloading my copy now.</p>
<p><a href="http://www.snort.org/dl/snortsp/">Article Link</a></p>

<p><a href="http://feeds.feedburner.com/~a/Liquidmatrix?a=LTShft"><img src="http://feeds.feedburner.com/~a/Liquidmatrix?i=LTShft" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/Liquidmatrix?a=YgoefI"><img src="http://feeds.feedburner.com/~f/Liquidmatrix?i=YgoefI" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Liquidmatrix?a=PrSy0i"><img src="http://feeds.feedburner.com/~f/Liquidmatrix?i=PrSy0i" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Liquidmatrix?a=2fImNi"><img src="http://feeds.feedburner.com/~f/Liquidmatrix?i=2fImNi" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Liquidmatrix?a=KgMMQi"><img src="http://feeds.feedburner.com/~f/Liquidmatrix?i=KgMMQi" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Liquidmatrix?a=HZ0Mni"><img src="http://feeds.feedburner.com/~f/Liquidmatrix?i=HZ0Mni" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Liquidmatrix/~4/323662680" height="1" width="1"/>]]></content:encoded>
      <pubDate>Mon, 30 Jun 2008 21:11:34 +0000</pubDate>
      <category domain="http://securityratty.com/tag/beta">beta</category>
      <category domain="http://securityratty.com/tag/release">release</category>
      <category domain="http://securityratty.com/tag/beta release">beta release</category>
      <category domain="http://securityratty.com/tag/snort security platform">snort security platform</category>
      <category domain="http://securityratty.com/tag/snort">snort</category>
      <category domain="http://securityratty.com/tag/engine module">engine module</category>
      <category domain="http://securityratty.com/tag/snortsp engine module">snortsp engine module</category>
      <category domain="http://securityratty.com/tag/beta test release">beta test release</category>
      <category domain="http://securityratty.com/tag/snortsp">snortsp</category>
      <source url="http://feeds.feedburner.com/~r/Liquidmatrix/~3/323662680/">Snort Security Platform 3.0 Beta Released</source>
    </item>
  </channel>
</rss>
