<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Palo Alto Networks Research Center &#187; Alfred</title>
	<atom:link href="http://www.paloaltonetworks.com/researchcenter/author/alfred/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.paloaltonetworks.com/researchcenter</link>
	<description>The Palo Alto Networks Research Center Blog</description>
	<lastBuildDate>Fri, 30 Jul 2010 17:29:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Wireshark Plugin for Mariposa Botnet Command and Control</title>
		<link>http://www.paloaltonetworks.com/researchcenter/2009/10/mariposa-tool/</link>
		<comments>http://www.paloaltonetworks.com/researchcenter/2009/10/mariposa-tool/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 16:19:52 +0000</pubDate>
		<dc:creator>Alfred</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[mariposa]]></category>
		<category><![CDATA[threats]]></category>

		<guid isPermaLink="false">http://www.paloaltonetworks.com/researchcenter/?p=842</guid>
		<description><![CDATA[As a follow up to last week’s post regarding Mariposa infection research, Yamata Li of the Palo Alto Networks Threat Research Team has developed a Wireshark plugin that will allow you to view obfuscated pcaps of traffic from a Mariposa infected client and actually decrypt them within Wireshark. The software is available to all as [...]]]></description>
			<content:encoded><![CDATA[<p>As a follow up to last week’s post regarding Mariposa infection research, Yamata Li of the Palo Alto Networks Threat Research Team has developed a Wireshark plugin that will allow you to view obfuscated pcaps of traffic from a Mariposa infected client and actually decrypt them within Wireshark. The software is available to all as open source software under the GNU GPL license. We hope that it helps in doing further investigation and research into the Mariposa botnet. <span id="more-842"></span> Special thanks to <a href="http://defintel.blogspot.com/2009/10/mariposa-botnet-analysis.html" target="_blank"><strong>Defence Intelligence</strong></a> for their analysis on Mariposa.</p>
<p>Read on for information on installing and using the plugin.</p>
<h3>Where to get it</h3>
<p>The project is hosted <a href="http://code.google.com/p/botnetdecoding/" target="_blank"><strong>here</strong></a> on Google Code.</p>
<h3>How to install it</h3>
<p>Unzip the mariposa.zip file. There will be 3 files – mariposa.dll, the source file, and packet-mariposa.c. Copy the DLL into the wireshark plugin directory. For example, d:\wireshark\plugin. The code was compiled based on Wireshark version 1.2.2. It may work on previous versions, but there are no guarantees.</p>
<h3>How to use it</h3>
<p>Restart Wireshark. Open a PCAP of the Mariposa command and control traffic. Locate the traffic which you want to decypt, right-click and select <em>Decode As…</em></p>
<p><em><a href="http://www.paloaltonetworks.com/researchcenter/wp-content/uploads/2009/10/wireshark1.gif"><img class="size-full wp-image-854 alignnone" title="wireshark1" src="http://www.paloaltonetworks.com/researchcenter/wp-content/uploads/2009/10/wireshark1.gif" alt="" width="516" height="332" /></a></em></p>
<p>A dialog box will appear (on the <em>Transport</em> tab) and you will get a list on the right side of the dialog box. Search and choose <em>MARIPOSA</em> and click <em>Apply</em>.</p>
<p><a href="http://www.paloaltonetworks.com/researchcenter/wp-content/uploads/2009/10/wireshark2.gif"><img class="size-full wp-image-855 alignnone" title="wireshark2" src="http://www.paloaltonetworks.com/researchcenter/wp-content/uploads/2009/10/wireshark2.gif" alt="" width="439" height="269" /></a></p>
<p>“MARIPOSA” will now appear as the protocol for the associated traffic.</p>
<h3>How to read it</h3>
<p>In the Wireshark <em>Packet Detail</em> window, there is a tree named <em>MARIPOSA Protocol</em>, you will find <em>Opcode</em>, <em>Seq</em>, <em>Original Data</em>, <em>Decrypted Data</em>, <em>BOT cmd</em>, <em>BOT cmd Content</em> items. The <em>Decrypted Data</em> is probably the most interesting. Click on it to view the decrypted data.</p>
<p><a href="http://www.paloaltonetworks.com/researchcenter/wp-content/uploads/2009/10/wireshark3.gif"><img class="alignnone size-full wp-image-856" title="wireshark3" src="http://www.paloaltonetworks.com/researchcenter/wp-content/uploads/2009/10/wireshark3.gif" alt="" width="416" height="221" /></a></p>
<p>Mariposa pulling a file down from Rapidshare</p>
<p><a href="http://www.paloaltonetworks.com/researchcenter/wp-content/uploads/2009/10/wireshark4.gif"><img class="alignnone size-full wp-image-857" title="wireshark4" src="http://www.paloaltonetworks.com/researchcenter/wp-content/uploads/2009/10/wireshark4.gif" alt="" width="416" height="221" /></a></p>
<p>Receiving attack instructions</p>
<p style="text-align: left;"><a href="http://www.paloaltonetworks.com/researchcenter/wp-content/uploads/2009/10/wireshark5.gif"><img class="alignnone size-full wp-image-859" title="wireshark5" src="http://www.paloaltonetworks.com/researchcenter/wp-content/uploads/2009/10/wireshark5.gif" alt="" width="416" height="221" /></a></p>
<p>A confirmation message from the infected client to the command and control server &#8211; &#8220;Flood running&#8221;</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.paloaltonetworks.com%2Fresearchcenter%2F2009%2F10%2Fmariposa-tool%2F&amp;linkname=Wireshark%20Plugin%20for%20Mariposa%20Botnet%20Command%20and%20Control"><img src="http://www.paloaltonetworks.com/researchcenter/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.paloaltonetworks.com/researchcenter/2009/10/mariposa-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Control Applications, Control Threats.</title>
		<link>http://www.paloaltonetworks.com/researchcenter/2009/10/control-applications-control-threats/</link>
		<comments>http://www.paloaltonetworks.com/researchcenter/2009/10/control-applications-control-threats/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 18:15:59 +0000</pubDate>
		<dc:creator>Alfred</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[application control]]></category>
		<category><![CDATA[mariposa]]></category>
		<category><![CDATA[threats]]></category>

		<guid isPermaLink="false">http://www.paloaltonetworks.com/researchcenter/?p=837</guid>
		<description><![CDATA[Over the past month, we&#8217;ve been pulled in by customers to analyze various &#8220;weird&#8221; behavior on the network. One of these instances happened a few weeks ago. A large Fortune 200 customer was reviewing application usage on the network using the Palo Alto Networks devices and discovered that there were a few devices in globally [...]]]></description>
			<content:encoded><![CDATA[<p>Over the past month, we&#8217;ve been pulled in by customers to analyze various &#8220;weird&#8221; behavior on the network. One of these instances happened a few weeks ago. A large Fortune 200 customer was reviewing application usage on the network using the Palo Alto Networks devices and discovered that there were a few devices in globally disparate locations sending 7 byte UDP packets consistently to a few IP addresses. When we analyzed the traffic and IP addresses it was clear that they were clients infected with a bot. We quickly found a sample, analyzed it and released a signature to detect the command and control communication. <span id="more-837"></span>We later came to find out that the aforementioned sample had been Mariposa. Mariposa is also known as Butterfly, Delf, Autorun, and Pilleuz. Mariposa has a few ways of spreading, via P2P applications, IM messages with links to infect other hosts, and copying itself to removable drives. The primary vector of propagation is the P2P method as it copies itself to the P2P shared directories of Ares, Bearshare, DC++, eMule, iMesh, Kazaa, LimeWire, and Shareaza.</p>
<p>When we compared 2 US universities of equal size (roughly 13,000 students each), we were intrigued to find that one institution with open application usage policies had roughly 250 infected clients (an infection rate of 2%). The other university has a more proactive approach to application usage on the network and actively uses the Palo Alto Networks devices to control usage of P2P applications. Their university has only seen a few infected clients. The difference is in the control of the P2P applications. If you can control applications, you can control the threats that ride in over those connections.</p>
<p>Control the application, control the threats.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.paloaltonetworks.com%2Fresearchcenter%2F2009%2F10%2Fcontrol-applications-control-threats%2F&amp;linkname=Control%20Applications%2C%20Control%20Threats."><img src="http://www.paloaltonetworks.com/researchcenter/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.paloaltonetworks.com/researchcenter/2009/10/control-applications-control-threats/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Who’s the best illusionist?</title>
		<link>http://www.paloaltonetworks.com/researchcenter/2009/10/who%e2%80%99s-the-best-illusionist/</link>
		<comments>http://www.paloaltonetworks.com/researchcenter/2009/10/who%e2%80%99s-the-best-illusionist/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 20:36:00 +0000</pubDate>
		<dc:creator>Alfred</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[IPS]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://www.paloaltonetworks.com/researchcenter/?p=864</guid>
		<description><![CDATA[When asked who’s the best illusionist of all time, you’ll likely hear anything from Harry Houdini to David Copperfield to David Blane, but they don’t have anything on your IPS vendor.
I often hear the question, how big or how good is Palo Alto Networks’ vulnerability research team? If you look at the website or collateral [...]]]></description>
			<content:encoded><![CDATA[<p>When asked who’s the best illusionist of all time, you’ll likely hear anything from Harry Houdini to David Copperfield to David Blane, but they don’t have anything on your IPS vendor.</p>
<p>I often hear the question, how big or how good is Palo Alto Networks’ vulnerability research team? If you look at the website or collateral for leading IPS vendors, you will see that most of them tout things like their premier research organization, dedicated team of researchers, research lab dedicated to vulnerability discovery and disclosure, network security experts working around the clock to discover, assess and respond to vulnerabilities, delivering preemptive security, etc.<span id="more-864"></span></p>
<p>As October’s monstrous Microsoft security bulletin was just released earlier this week, I decided to take a look at the number of Microsoft vulnerabilities found by leading IPS companies over the last 6 months.</p>
<p>Since Microsoft credits each one of the vulnerabilities to the discovering researcher and their organization, it would be easy to go back through the last 6 months of security bulletins to figure out who has been doing vulnerability research and who hasn’t. Often times these newly discovered vulnerabilities are submitted to Microsoft months in advance and though it’s impossible to tell how many or when they will be published as security advisories, you can quickly gather a trend of how much research is being done if you look at it over a period of time. The results were basically the same across the last 6 months as it was for all of 2009.</p>
<p>Over the last 6 months, Palo Alto Networks has discovered 6 vulnerabilities (4 critical and 2 important severity) published by Microsoft. Let’s compare that to the next closest IPS vendors. The ISS X-Force research team was credited with 3 Microsoft vulnerabilities (2 critical and 1 moderate severity). TippingPoint’s DVLabs, their in- house research team – not their Zero-day Initiative, which pays external researchers for contributed vulnerabilities – has published 2 vulnerabilities – 1 critical and 1 important severity. McAfee’s Avert Labs comes in with 1 critical Microsoft vulnerability published. And finally Juniper and SourceFire with no published Microsoft vulnerabilities not just for the past 6 months but for the past 2 years.</p>
<p>Now where are all those around-the-clock researchers in distributed locations around the globe that are discovering vulnerabilities? The illusion that a smaller more agile team is at a disadvantage in discovering and providing analysis for vulnerabilities is a fallacy.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.paloaltonetworks.com%2Fresearchcenter%2F2009%2F10%2Fwho%25e2%2580%2599s-the-best-illusionist%2F&amp;linkname=Who%E2%80%99s%20the%20best%20illusionist%3F"><img src="http://www.paloaltonetworks.com/researchcenter/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.paloaltonetworks.com/researchcenter/2009/10/who%e2%80%99s-the-best-illusionist/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Microsoft SMB2 Vulnerability</title>
		<link>http://www.paloaltonetworks.com/researchcenter/2009/09/microsoft-smb2-vulnerability/</link>
		<comments>http://www.paloaltonetworks.com/researchcenter/2009/09/microsoft-smb2-vulnerability/#comments</comments>
		<pubDate>Sat, 12 Sep 2009 05:19:41 +0000</pubDate>
		<dc:creator>Alfred</dc:creator>
				<category><![CDATA[Threat Advisories - Advisories]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[zero-day]]></category>

		<guid isPermaLink="false">http://blog.paloaltonetworks.com/?p=754</guid>
		<description><![CDATA[Microsoft has announced an out-of-band release for a vulnerability (CVE-2009-3103) in the SMB2 protocol which exposes Windows Server 2008 and Windows Vista users to possible remote code execution attacks. It does not appear that Windows 2000 and Windows XP are affected because they do not have the vulnerable SMB2 driver. The vulnerability is labeled as [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft has announced an out-of-band release for a vulnerability (CVE-2009-3103) in the SMB2 protocol which exposes Windows Server 2008 and Windows Vista users to possible remote code execution attacks. It does not appear that Windows 2000 and Windows XP are affected because they do not have the vulnerable SMB2 driver. The vulnerability is labeled as critical and there is publically available exploit code. The vulnerability is an index error in the SMB2 protocol implementation in srv2.sys, which allows remote attackers to either cause a denial of service attack or execute remote code on a vulnerable system through an ampersand (&amp;) character in a Process ID High header field in a NEGOTIATE PROTOCOL REQUEST packet. This triggers an attempted dereference of an out-of-bounds memory location.<span id="more-754"></span></p>
<p>There is no Microsoft patch available for the vulnerability, and it is recommended that Palo Alto Networks customers with vulnerable Microsoft devices upgrade to content version 142. For more information about the Microsoft advisory on the vulnerability, check out the link below.</p>
<p><a href="http://www.microsoft.com/technet/security/advisory/975497.mspx">http://www.microsoft.com/technet/security/advisory/975497.mspx </a></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.paloaltonetworks.com%2Fresearchcenter%2F2009%2F09%2Fmicrosoft-smb2-vulnerability%2F&amp;linkname=Microsoft%20SMB2%20Vulnerability"><img src="http://www.paloaltonetworks.com/researchcenter/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.paloaltonetworks.com/researchcenter/2009/09/microsoft-smb2-vulnerability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vulnerabilities Discovered for Microsoft DirectX</title>
		<link>http://www.paloaltonetworks.com/researchcenter/2009/07/vulnerabilities-discovered-for-microsoft-directx/</link>
		<comments>http://www.paloaltonetworks.com/researchcenter/2009/07/vulnerabilities-discovered-for-microsoft-directx/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 17:45:52 +0000</pubDate>
		<dc:creator>Alfred</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[threat prevention]]></category>
		<category><![CDATA[vulnerability exploit]]></category>

		<guid isPermaLink="false">http://blog.paloaltonetworks.com/?p=265</guid>
		<description><![CDATA[As some of you may know, Palo Alto Networks discovered 2 critical vulnerabilities for Microsoft DirectX which were released today via Microsoft’s July security bulletin. Successful exploitation of these critical vulnerabilities can allow an attacker to run remote code on a victim’s PC. The 2 vulnerabilities CVE-2009-1538 (DirectX Pointer Validation Vulnerability) and CVE-2009-1539 (DirectX Size [...]]]></description>
			<content:encoded><![CDATA[<p>As some of you may know, Palo Alto Networks discovered 2 critical vulnerabilities for Microsoft DirectX which were released today via Microsoft’s July security bulletin. Successful exploitation of these critical vulnerabilities can allow an attacker to run remote code on a victim’s PC. The 2 vulnerabilities CVE-2009-1538 (DirectX Pointer Validation Vulnerability) and CVE-2009-1539 (DirectX Size Validation Vulnerability) affect Microsoft’s DirectX on Windows XP and Windows Server 2003. We suggest that end users run Microsoft update to get their systems patched accordingly. To give you a little more background, let’s take a look at what the DirectX vulnerability is and what it does.<span id="more-265"></span></p>
<p><strong>What is cause of the vulnerability?</strong><br />
The Microsoft DirectShow component has an issue that doesn’t allow it to properly parse specially crafted QuickTime media files.</p>
<p><strong>What is DirectX?</strong><br />
Microsoft DirectX is a feature of the Windows operating system. It is used for streaming media on Microsoft Windows operating systems to enable graphics and sound when playing games or watching video.</p>
<p><strong>What is DirectShow?</strong><br />
DirectX consists of a set of low-level Application Programming Interfaces (APIs) used by Windows programs for multimedia support. Within DirectX, the DirectShow technology performs client-side audio and video sourcing, manipulation and rendering. Microsoft DirectShow is used for streaming media on Microsoft Windows operating systems. DirectShow is used for high-quality capture and playback of multimedia streams. It automatically detects and uses video and audio acceleration hardware when available, but also supports systems without acceleration hardware. DirectShow is also integrated with other DirectX technologies. Some examples of applications that you can create using DirectShow include DVD players, video editing applications, AVI to ASF converters, MP3 players, and digital video capture applications.</p>
<p><strong>How could an attacker exploit the vulnerability?</strong><br />
This vulnerability requires that a user/victim open a specially crafted QuickTime file or receive specially crafted streaming content from a Web site or any application that delivers Web content.</p>
<p><strong>What might an attacker use the vulnerability to do?</strong><br />
If a user is logged on with administrative user rights, an attacker who successfully exploited this vulnerability could take complete control of an affected system. An attacker could then install programs; view, change, or delete data; or create new accounts with full user rights.</p>
<p>To find out more about the DirectX vulnerabilities discovered by Palo Alto Networks, please click on the link below.</p>
<p><a href="http://www.microsoft.com/technet/security/bulletin/ms09-jul.mspx">http://www.microsoft.com/technet/security/bulletin/ms09-jul.mspx</a></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.paloaltonetworks.com%2Fresearchcenter%2F2009%2F07%2Fvulnerabilities-discovered-for-microsoft-directx%2F&amp;linkname=Vulnerabilities%20Discovered%20for%20Microsoft%20DirectX"><img src="http://www.paloaltonetworks.com/researchcenter/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.paloaltonetworks.com/researchcenter/2009/07/vulnerabilities-discovered-for-microsoft-directx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Conficker Variants</title>
		<link>http://www.paloaltonetworks.com/researchcenter/2009/03/new-conficker-variants/</link>
		<comments>http://www.paloaltonetworks.com/researchcenter/2009/03/new-conficker-variants/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 01:00:00 +0000</pubDate>
		<dc:creator>Alfred</dc:creator>
				<category><![CDATA[Threat Advisories - Advisories]]></category>
		<category><![CDATA[threat prevention]]></category>
		<category><![CDATA[vulnerability exploit]]></category>

		<guid isPermaLink="false">http://staging.paloaltonetworks.com/wp2/2009/03/new-conficker-variants/</guid>
		<description><![CDATA[Conficker is back in the news as there are reports of new variants popping up. I&#8217;m sure that you&#8217;ve all heard the news and hype about how many endpoints Conficker has infected, and even more speculation on what the bot herder will do with the massive botnet. Here&#8217;s some background info on Conficker and what [...]]]></description>
			<content:encoded><![CDATA[<p>Conficker is back in the news as there are reports of new variants popping up. I&#8217;m sure that you&#8217;ve all heard the news and hype about how many endpoints Conficker has infected, and even more speculation on what the bot herder will do with the massive botnet. Here&#8217;s some background info on Conficker and what we can do to stop it: </p>
<p>Conficker (aka Downadup), is a computer worm that targets the Microsoft Windows operating system. The worm exploits a known vulnerability (MS08-067) in the Windows Server service used by Windows 2000, Windows XP, Windows Vista, Windows Server 2003, Windows Server 2008, and the Windows 7 Beta. Conficker spreads via this buffer overflow vulnerability in the Server Service on Windows machines. The worm employs a specially crafted RPC request to execute code on the target computer.<span id="more-499"></span></p>
<p>When executed on a computer, Conficker disables a number of system services such as Windows Automatic Update, Windows Security Center, Windows Defender and Windows Error Reporting. It receives further instructions by connecting to a server. The instructions it receives may include to propagate, gather personal information and to download and install additional malware onto the victim&#8217;s computer. The worm also attaches itself to certain Windows processes such as svchost.exe, explorer.exe and services.exe.</p>
<p>Palo Alto Networks devices can stop the worm via:</p>
<ul><b>- Antivirus download signatures</b><br />
<br />
<b>- Vulnerability protection for MS08-067</b><br />
<br />
<b>- Phone home signature for infected hosts</b>
</ul>
<p>Here are some other interesting articles about Conficker:</p>
<ul><a href="http://www.nytimes.com/2009/03/19/technology/19worm.html?scp=2&#038;sq=conficker&#038;st=cse" target="_blank">NY Times article</a> <br />
<a href="http://mtc.sri.com/Conficker/addendumC/index.html" target="_blank">SRI Analysis of Conficker C</a> <br />
<a href="http://en.wikipedia.org/wiki/Conficker" target="_blank">Wikipedia</a> </ul>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.paloaltonetworks.com%2Fresearchcenter%2F2009%2F03%2Fnew-conficker-variants%2F&amp;linkname=New%20Conficker%20Variants"><img src="http://www.paloaltonetworks.com/researchcenter/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.paloaltonetworks.com/researchcenter/2009/03/new-conficker-variants/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>March Madness for IT</title>
		<link>http://www.paloaltonetworks.com/researchcenter/2009/03/march-madness-for-it/</link>
		<comments>http://www.paloaltonetworks.com/researchcenter/2009/03/march-madness-for-it/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 08:53:01 +0000</pubDate>
		<dc:creator>Alfred</dc:creator>
				<category><![CDATA[PAL Applications - Alerts]]></category>
		<category><![CDATA[application control]]></category>
		<category><![CDATA[streaming media]]></category>

		<guid isPermaLink="false">http://staging.paloaltonetworks.com/wp2/2009/03/march-madness-for-it/</guid>
		<description><![CDATA[The official 2009 NCAA basketball tournament bracket is out and office, friends, and family pools are forming all over the nation.  End users everywhere are scoping out what apps and sites they can use to facilitate their need/desire to watch live streaming tourney games at work. The NCAA is again streaming every single tourney [...]]]></description>
			<content:encoded><![CDATA[<p>The official 2009 NCAA basketball tournament bracket is out and office, friends, and family pools are forming all over the nation.  End users everywhere are scoping out what apps and sites they can use to facilitate their need/desire to watch live streaming tourney games at work. The NCAA is again streaming every single tourney game live, and even has a High Quality (&#8220;HQ&#8221;) option this year that consumes even MORE bandwidth.  They even have a March Madness on Demand (MMOD) iphone app that allows for live streaming games directly to the iPhone. </p>
<p>Both the normal and HQ streaming options make use of Silverlight and asf streaming &#8211; which is a new technique for the 2009 tourney.</p>
<p>Most enterprises are familiar with this time of year and the tourney&#8217;s impact on their networks.  Many organizations will again implement URL filtering policies limiting or banning http://mmod.ncaa.com &#8211; which will block traffic to the March Madness on Demand streaming site.  The problem that organizations face this year is that users are more savvy than ever, and options to circumvent simple URL filtering policies are legion.</p>
<p><span id="more-500"></span></p>
<p>Assuming a simple URL filtering policy to block the http://mmod.ncaa.com URL, users can still watch NCAA tournament games at work using a number of applications that easily bypass enterprise controls:</p>
<ul>
<li><b>Public proxies</b> (e.g., Hopster, Kproxy) </p>
<li><b>Private proxies</b> (e.g., CGIproxy set up on a broadband connection at home)
<li><b>Tunneling or circumvention applications</b> (e.g., UltraSurf, TOR)
<li><b>Slingbox</b> (connected to the television at home)
</ul>
<p>If enterprises really do want to get control of this potentially damaging use of bandwidth, in addition to a simple URL filtering block, they should also look at getting control over Silverlight, proxies (both public and private), circumvention applications, and Slingbox traffic.  The problem is that enterprises can&#8217;t do this with traditional security infrastructure. </p>
<p>Palo Alto Networks, with its innovative App-ID technology, can see and control all of the above-mentioned applications and techniques for getting around URL filtering &#8211; including proxies, circumvention applications, Slingbox, and Silverlight &#8211; by user and or group.  Palo Alto Networks next-generation firewalls also provide URL filtering, integrated into the same application- and user-based policies.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.paloaltonetworks.com%2Fresearchcenter%2F2009%2F03%2Fmarch-madness-for-it%2F&amp;linkname=March%20Madness%20for%20IT"><img src="http://www.paloaltonetworks.com/researchcenter/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.paloaltonetworks.com/researchcenter/2009/03/march-madness-for-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Security Bulletin &#8211; November 2008</title>
		<link>http://www.paloaltonetworks.com/researchcenter/2008/11/microsoft-security-bulletin-november-2008/</link>
		<comments>http://www.paloaltonetworks.com/researchcenter/2008/11/microsoft-security-bulletin-november-2008/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 16:50:06 +0000</pubDate>
		<dc:creator>Alfred</dc:creator>
				<category><![CDATA[Threat Advisories - Advisories]]></category>
		<category><![CDATA[threat prevention]]></category>
		<category><![CDATA[vulnerability exploit]]></category>

		<guid isPermaLink="false">http://staging.paloaltonetworks.com/wp2/2008/11/microsoft-security-bulletin-november-2008/</guid>
		<description><![CDATA[Microsoft announced their scheduled November security bulletin today at 10am PST which covers 4 Microsoft vulnerabilities. Palo Alto Networks released coverage for the Microsoft vulnerabilities covered in the November security bulletin in content version 94 which was released today at 1pm PST.
Here are the vulnerabilities that were released by Microsoft today:
Microsoft Windows SMB Authenticate by [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft announced their scheduled November security bulletin today at 10am PST which covers 4 Microsoft vulnerabilities. Palo Alto Networks released coverage for the Microsoft vulnerabilities covered in the November security bulletin in content version 94 which was released today at 1pm PST.</p>
<p>Here are the vulnerabilities that were released by Microsoft today:</p>
<p>Microsoft Windows SMB Authenticate by Replay Host Remote Code Execution Vulnerability <br />
Vendor ID: MS08-068    <br />
CVE: CVE-2008-4037</p>
<p>Microsoft Internet Explorer MSXML3 Race Condition Memory Corruption Vulnerability<br />
Vendor ID: MS08-069    <br />
CVE: CVE-2007-0099</p>
<p>Microsoft MSXML DTD Cross-Domain Scripting Vulnerability <br />
Vendor ID: MS08-069    <br />
CVE: CVE-2008-4029</p>
<p>Microsoft MSXML Header Request Vulnerability<br />
Vendor ID: MS08-069    <br />
CVE: CVE-2008-4033 </p>
<p>Click <a href="http://www.microsoft.com/technet/security/bulletin/ms08-nov.mspx" target="_blank">here</a> to view the Microsoft Security Bulletin for November 2008.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.paloaltonetworks.com%2Fresearchcenter%2F2008%2F11%2Fmicrosoft-security-bulletin-november-2008%2F&amp;linkname=Microsoft%20Security%20Bulletin%20%26%238211%3B%20November%202008"><img src="http://www.paloaltonetworks.com/researchcenter/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.paloaltonetworks.com/researchcenter/2008/11/microsoft-security-bulletin-november-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Out-of-Band Microsoft Security Bulletin</title>
		<link>http://www.paloaltonetworks.com/researchcenter/2008/10/out-of-band-microsoft-security-bulletin/</link>
		<comments>http://www.paloaltonetworks.com/researchcenter/2008/10/out-of-band-microsoft-security-bulletin/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 01:00:00 +0000</pubDate>
		<dc:creator>Alfred</dc:creator>
				<category><![CDATA[Threat Advisories - Advisories]]></category>
		<category><![CDATA[threat prevention]]></category>
		<category><![CDATA[vulnerability exploit]]></category>

		<guid isPermaLink="false">http://staging.paloaltonetworks.com/wp2/2008/10/out-of-band-microsoft-security-bulletin/</guid>
		<description><![CDATA[Microsoft announced an unscheduled security bulletin today at 10AM PST that they have a critical vulnerability (MS08-067) which affects Windows 2000, XP, 2K3 Server, Vista, and 2K8 operating systems. This vulnerability is a buffer overflow in the Windows Server service. The vulnerability exists in the way the Server service handles Remote Procedure Call (RPC) requests. [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft announced an unscheduled security bulletin today at 10AM PST that they have a critical vulnerability (MS08-067) which affects Windows 2000, XP, 2K3 Server, Vista, and 2K8 operating systems. This vulnerability is a buffer overflow in the Windows Server service. The vulnerability exists in the way the Server service handles Remote Procedure Call (RPC) requests. The vulnerability allows a remote, unauthenticated attacker to send a specially crafted RPC request to take advantage of the vulnerability and gain remote code execution privileges on the victim machine. For systems running Vista and 2K8 Server, the result of the vulnerability exploit would be a system crash instead of remote code execution. </p>
<p>Palo Alto Networks released coverage for this Microsoft vulnerability shortly after Microsoft announced the vulnerability. Palo Alto Networks customers received a signature for this vulnerability in emergency content release version 90.</p>
<p>Click <a href="http://www.microsoft.com/technet/security/Bulletin/MS08-067.mspx" target="_blank">here</a> to view the Microsoft Security Bulletin.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.paloaltonetworks.com%2Fresearchcenter%2F2008%2F10%2Fout-of-band-microsoft-security-bulletin%2F&amp;linkname=Out-of-Band%20Microsoft%20Security%20Bulletin"><img src="http://www.paloaltonetworks.com/researchcenter/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.paloaltonetworks.com/researchcenter/2008/10/out-of-band-microsoft-security-bulletin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Got any hot stock tips?</title>
		<link>http://www.paloaltonetworks.com/researchcenter/2008/08/got-any-hot-stock-tips/</link>
		<comments>http://www.paloaltonetworks.com/researchcenter/2008/08/got-any-hot-stock-tips/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 17:53:55 +0000</pubDate>
		<dc:creator>Alfred</dc:creator>
				<category><![CDATA[firewall]]></category>
		<category><![CDATA[spyware]]></category>
		<category><![CDATA[threat prevention]]></category>
		<category><![CDATA[virus]]></category>

		<guid isPermaLink="false">http://staging.paloaltonetworks.com/wp2/2008/08/got-any-hot-stock-tips/</guid>
		<description><![CDATA[ALERT &#8211; If you don&#8217;t, your employees probably do. There is a lot of stock discussion that goes on in the financial message boards and there are many examples of well-intentioned employees responding to comments on these boards with &#8220;clarifications&#8221; to claims made. 
In this weeks content release, we have added the ability to identify [...]]]></description>
			<content:encoded><![CDATA[<p>ALERT &ndash; If you don&#8217;t, your employees probably do. There is a lot of stock discussion that goes on in the financial message boards and there are many examples of well-intentioned employees responding to comments on these boards with &#8220;clarifications&#8221; to claims made. </p>
<p>In this weeks content release, we have added the ability to identify and control the posting of comments to the top financial message boards. These boards are a hotbed for day traders and others seeking the stock tip that will make them rich. They are also a common place for sensitive information to get leaked from within companies. These new AppIDs give administrators the ability to enable employees to browse the message boards without the risk of them succumbing to the temptation to respond to the comments on the board. </p>
<p>One potential solution to this problem is blocking the POST method within the HTTP flow. This is a very rudimentary way of gaining control. Many web sites use POST for normal transfer of information. It is no longer restricted to the &#8220;posting&#8221; of information to websites. Many dynamic applications will no longer function properly when taking this approach. With signatures targeted at the specific posting activity on the message boards, administrators can apply the control and avoid the backlash of complaints due to broken websites. If they choose not to block this posting activity, they will have a record of the users that are engaging in this activity, should they have a leak they need to investigate.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.paloaltonetworks.com%2Fresearchcenter%2F2008%2F08%2Fgot-any-hot-stock-tips%2F&amp;linkname=Got%20any%20hot%20stock%20tips%3F"><img src="http://www.paloaltonetworks.com/researchcenter/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.paloaltonetworks.com/researchcenter/2008/08/got-any-hot-stock-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
