<?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>ThreatFire Research Blog &#187; Vulnerability</title>
	<atom:link href="http://blog.threatfire.com/category/vulnerability/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.threatfire.com</link>
	<description>ThreatFire™ AntiVirus protects when others can&#039;t</description>
	<lastBuildDate>Mon, 15 Mar 2010 15:00:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Much Tedroo about Nothing, other than &#8220;Viagra Professional&#8221;</title>
		<link>http://blog.threatfire.com/2010/01/much-tedroo-about-nothing-other-than-viagra-professional.html</link>
		<comments>http://blog.threatfire.com/2010/01/much-tedroo-about-nothing-other-than-viagra-professional.html#comments</comments>
		<pubDate>Wed, 20 Jan 2010 00:24:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Commodity Kit]]></category>
		<category><![CDATA[Evasion technique]]></category>
		<category><![CDATA[Exploit]]></category>
		<category><![CDATA[Obfuscation]]></category>
		<category><![CDATA[Reversing]]></category>
		<category><![CDATA[Scams and Monetization]]></category>
		<category><![CDATA[Shellcode]]></category>
		<category><![CDATA[Spam]]></category>
		<category><![CDATA[Trojan]]></category>
		<category><![CDATA[Undetected malware]]></category>
		<category><![CDATA[Unpack]]></category>
		<category><![CDATA[Vulnerability]]></category>

		<guid isPermaLink="false">http://blog.threatfire.com/?p=575</guid>
		<description><![CDATA[In an early-2009 literary flourish we condemned spammers to hell, discussed the Tedroo spambot&#8217;s increased momentum due to the shutdown of other botnets, posted screenshots of the Tedroo spewed pharmaceutical spam and related scam sites, and noted its distribution via malicious pdf files. Tedroo&#8217;s increased presence and its distribution is continuing into 2010. As a matter of fact, while the distributors [...]]]></description>
			<content:encoded><![CDATA[<p>In an <a title="March 2009 Tedroo Post" href="http://blog.threatfire.com/2009/03/much-tedroo-about-nothing.html" target="_blank">early-2009</a> literary flourish we condemned spammers to hell, discussed the Tedroo spambot&#8217;s increased momentum due to the shutdown of other botnets, posted screenshots of the Tedroo spewed pharmaceutical spam and related scam sites, and noted its distribution via malicious pdf files. Tedroo&#8217;s increased presence and its distribution is continuing into 2010. As a matter of fact, while the distributors are relying on users&#8217; delays in updating their vulnerable pdf readers like Acrobat, the distributors are actively maintaining/modifying the bot itself &#8212; AV scanner results on the repacked binaries are very low as the modified variants are newly re-released.</p>
<p>Vulnerable systems with out-of-date Adobe Acrobat installs are the main focus of the attacks involving the Tedroo spambot. The spambot commonly is being distributed via a set of canned attacks using what appears to be a version of the Liberty Exploit kit. The Liberty pack maintains an effective set of Acrobat attacks, and considering the thousands of Acrobat attacks prevented on ThreatFire systems since the beginning of Jan, the attacks themselves are well chosen &#8212; vulnerable versions of Acrobat Reader continue to be readily available, even in this new decade. </p>
<p>Once the malformed pdf&#8217;s shellcode is passed control on a victim system, it attempts to download multiple components from another server. In our samples, a system hosted in China. There are several downloads to choose from on the server. The first of the files is a loader, carrying a packing stub somewhat similar to the recent Bredolab packed malware with an outer layer of encryption on top of a UPX packed inner layer. It drops a dll to an alternate data stream of a random file in the windows or system32 directory. It then registers that ADS in the AppInit_DLLs so that the dll is loaded at startup. The dll is loaded, and maintains a long list of paths and executables. Most are related to security solutions (examples are listed below) and system components. It terminates a group of them immediately. It then adds entries for security software to the Restricted Software Policy list in the registry, an AVKill method that we haven&#8217;t seen fully described as one elsewhere:  HKLM\SOFTWARE\Policies\Microsoft\Windows\Safer\CodeIdentifiers\0\Paths\&lt;SID&gt;</p>
<p>C:\Documents and Settings\All Users\Application Data\PC Tools<br />
C:\Program Files\Common Files\PC Tools<br />
C:\Program Files\Kaspersky Lab<br />
C:\Documents and Settings\All Users\Application Data\Kaspersky Lab<br />
C:\Documents and Settings\All Users\Application Data\Kaspersky Lab Setup Files<br />
C:\Program Files\ESET<br />
C:\Program Files\Panda Security<br />
C:\Program Files\Avira<br />
C:\Program Files\Norton AntiVirus<br />
C:\Program Files\Alwil Software<br />
C:\Program Files\Agnitum<br />
C:\Program Files\Symantec</p>
<p>With that undetected (on the day of discovery) component loaded and AV processes killed, the Tedroo spambot is loaded. In the latest loader variants associated with the bot, we observe an interesting entry point with anti-debug and anti-emulator tricks that can be vaguely described as an abuse of <a title="Anti-Unpacking Tricks" href="http://pferrie.tripod.com/papers/unpackers.pdf" target="_blank">&#8220;Modern&#8221; CPU Instructions</a>. In this case, the packer implements an unexpected x86 VMX instruction &#8212; VMLAUNCH. Versions of reverser-friendly Ollydbg decode it to &#8220;sgdt edx&#8221; and cannot handle the instruction at runtime, reporting to the user that it does not know how to step into it, while some vendor emulators also have a difficult time decoding it. </p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-593" style="border: black 1px solid;" title="Olly_sgdt" src="http://blog.threatfire.com/wp-content/uploads/2010/01/Olly_sgdt.png" alt="Olly sgdt" width="418" height="154" /></p>
<p>Windbg, on the other hand, decodes the vmlaunch command properly as specified by the Intel Reference material, seen below&#8230;</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-594" style="border: black 1px solid;" title="Windbg vmlaunch" src="http://blog.threatfire.com/wp-content/uploads/2010/01/Windbg_vmlaunch.png" alt="Windbg vmlaunch" width="384" height="146" /></p>
<p>Following the malware entrypoint, a windbg deadlisting shows &#8220;mov ecx, 0&#215;4fffh&#8221;, followed by the vmlaunch. On processors we observed, this setup thows an exception for an Illegal Instruction with ecx = 0&#215;4fffh. The writers of this trick, however, took it upon themselves to force the code to trigger this exception 20,479 times (the decimal representation of 0&#215;4fffh). It&#8217;s implemented by registering an SEH pointer to code that simply stores the counter, decrements it, and returns back into the ExcecuteHandler2 function within ntdll that&#8217;s within the standard flow of Windows exception handling. Each time, the exception &#8220;handler&#8221; code returns back into RtlDispatchException and eventually NtContinue, where CONTEXT.eip takes control directly back to the Illegal Instruction location, triggering yet another exception. When the counter finally is decremented to zero, the unpacking stub then modifies CONTEXT.eip on the stack so that flow passes out of this exception loop at ntdll.NtContinue and further into its unpacking stub. Tricky stuff indeed.</p>
<div id="attachment_595" class="wp-caption aligncenter" style="width: 526px"><img class="size-full wp-image-595  " style="border: black 1px solid;" title="decrement_CONTEXT_struct" src="http://blog.threatfire.com/wp-content/uploads/2010/01/decrement_CONTEXT_struct.png" alt="Decrement ecx value within the process CONTEXT struct" width="516" height="394" /><p class="wp-caption-text">Decrement ecx value within the process CONTEXT struct</p></div>
<p>Continuing on its code path, the code first checks if it&#8217;s been run before on the victim system, looking for registry values it creates:</p>
<p>HKCU  &#8220;Software\Microsoft\Windows\CurrentVersion\Run&#8221;<br />
 HKCU  &#8220;Software\Microsoft\Windows\CurrentVersion\policies\Explorer\Run&#8221;<br />
 HKLM  &#8220;Software\Microsoft\Windows\CurrentVersion\Run&#8221;<br />
 HKLM  &#8220;Software\Microsoft\Windows\CurrentVersion\policies\Explorer\Run&#8221;<br />
    value: userini path: c:\windows\explorer.exe:userini.exe</p>
<p>It copies itself as an alternate data stream of explorer.exe<br />
     c:\windows\explorer.exe:userini.exe</p>
<p>It sets this ADS to load at startup in the various autorun registry entries listed above, and then runs thru a series of sleeps/gettickcout to delay activity and cloak itself.</p>
<p> After a long wait, the spambot calls InternetConnectA and HttpOpenRequestA to contact its hardcoded server and retrieves more spam templates. The resulting spam recently has all led to www . pharm directbook .com, another &#8221;Canadian Pharmacy #1 Internet Online Drugstore&#8221;. This behavior is similar to that noted in our past <a title="March 2009 Tedroo Post" href="http://blog.threatfire.com/2009/03/much-tedroo-about-nothing.html" target="_blank">post</a>. The sites have been run for years by a group otherwise known as &#8220;<a title="Glavmed Canadian Pharmacy" href="http://spamtrackers.eu/wiki/index.php?title=Canadian_Pharmacy" target="_blank">Glavmed</a>&#8220;, selling knockoff, illegal pills with shifty names like &#8220;Viagra Professional&#8221;&#8230;</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-596" style="border: black 1px solid;" title="www .pharmadirectbook. com" src="http://blog.threatfire.com/wp-content/uploads/2010/01/www-.pharmadirectbook.-com.png" alt="www .pharmadirectbook. com" width="585" height="426" /></p>
<p> </p>
<p>In spite of the significant shutdowns over the past year, spam like Tedroo&#8217;s continues to mess it all up on the net. Don John couldn&#8217;t have tried to mess up a good thing any better himself.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.threatfire.com/2010/01/much-tedroo-about-nothing-other-than-viagra-professional.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2010 and a Fresh Study</title>
		<link>http://blog.threatfire.com/2010/01/2010-and-a-fresh-study.html</link>
		<comments>http://blog.threatfire.com/2010/01/2010-and-a-fresh-study.html#comments</comments>
		<pubDate>Tue, 05 Jan 2010 18:08:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blackhat]]></category>
		<category><![CDATA[Bot]]></category>
		<category><![CDATA[Click Fraud]]></category>
		<category><![CDATA[Crimeware]]></category>
		<category><![CDATA[Exploit]]></category>
		<category><![CDATA[Targeted attack]]></category>
		<category><![CDATA[Vulnerability]]></category>
		<category><![CDATA[cybercrime]]></category>

		<guid isPermaLink="false">http://blog.threatfire.com/?p=555</guid>
		<description><![CDATA[There is an infinite number of ways to calculate 2010, here is a fairly fun list of some of them.
The past year showed massive numbers of malware being run on systems across the globe. Behind the malware was an active malware marketplace, often with forums full of services for hire, advice on distributing and maintaining [...]]]></description>
			<content:encoded><![CDATA[<p>There is an infinite number of ways to calculate 2010, here is a fairly<a title="Calculating 2010" href="http://www.thesamet.com/2010.txt" target="_blank"> fun list </a>of some of them.</p>
<p>The past year showed massive numbers of malware being run on systems across the globe. Behind the malware was an active malware marketplace, often with forums full of services for hire, advice on distributing and maintaining crimeware, and devious ways to hire money-mules.</p>
<p>There is more than meets the eye to these services. Much of the activity was not being discussed in these public forums or was as front and center in the media as the Conficker circus. While bot activity is not new to the party, a recently published study &#8220;<a title="SBotMiner" href="http://research.microsoft.com/pubs/115681/wsdm-yu.pdf" target="_blank">SBotMiner: Large Scale Search Bot Detection</a>&#8220; brings in the year with a fresh start on identifying and quantifying malicious search bot traffic. The activity is under-studied and significant: the &#8220;miner&#8221; identified that almost 4% of all query traffic is bot-related (which represents at least hundreds of millions of search queries every couple of months), and that seems to be only the tip of the iceberg. The traffic was collected in Feb and April 2009, the search engine is not specified (google, yahoo!, live, altavista, ask, etc.) and that selection may have impacted the studies&#8217; volumes and results. It is suggested that Live search results were used, so results most likely are much larger when the other engines are considered. The study also includes more forms of bot-based attacker-related traffic, instead of exclusively examining click fraud related bot queries and activity.</p>
<p>The discussion and findings included:</p>
<p>&#8220;More importantly, detecting bot-generated search traffic has profound implications for the ongoing arms race of network security. While many bot queries from individual hosts may be legitimate (e.g., academic crawling of specific Web pages), a significant fraction of bot search traffic is associated with malicious attacks at different phases. In addition to the well known click-fraud attacks that can be commonly observed in query logs, attackers also use search engines to find Web sites with vulnerabilities, to harvest email addresses for spamming, or to search well-known blacklists.&#8221;</p>
<p>&#8220;Attackers are leveraging search engines for exploiting vulnerabilities of Web sites. SBotMiner Identifies 88K searchbot groups searching for various PHP scripts and ASP scripts.&#8221;</p>
<p>&#8220;Using the entire datasets, SBotMiner detects 8,678 groups searching for PHP scripts in Feb and 79,337 such groups in April; 64 groups searching for ASP scripts in Feb and 301 groups in April. These searches spread all over the world.&#8221;</p>
<p>&#8220;Initial evidence shows that many of them might be associated with various forms of malicious activities such as phishing attacks, searching for vulnerabilities and spamming targets, or checking blacklists. Interestingly, attacks from different countries and regions do exhibit distinct characteristics, and search bots from countries with high bandwidth Internet access are more likely to be aggressive in submitting more queries.&#8221;</p>
<p>&#8220;We used sampled query logs collected in two different months and identified 700K bot groups with more than 123 million pageviews involved. The percentage of bot traffic is non-trivial — accounting for 3.8% of total traffic&#8221;  </p>
<p>So how might this effect you, dear reader? Well, 2010 already brings with it more publicly available information on the methods being used to harvest information about you, the blackhat Seo that these groups are increasingly relying on and the means in which these groups attempt to identify vulnerable servers to attack and use, in turn, to attack your system. It&#8217;s a fine read with some fresh information and an enjoyable way to settle into the New Year.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.threatfire.com/2010/01/2010-and-a-fresh-study.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bredolab Hook Overwrite Sequence</title>
		<link>http://blog.threatfire.com/2009/09/bredolab-hook-overwrite-sequence.html</link>
		<comments>http://blog.threatfire.com/2009/09/bredolab-hook-overwrite-sequence.html#comments</comments>
		<pubDate>Mon, 14 Sep 2009 15:08:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Bredolab]]></category>
		<category><![CDATA[Exploit]]></category>
		<category><![CDATA[Vulnerability]]></category>

		<guid isPermaLink="false">http://newblog.threatfire.com/2009/09/bredolab-hook-overwrite-sequence.html</guid>
		<description><![CDATA[ThreatFire continues to prevent high levels of activity from the Bredolab downloaders this week. The ongoing spam activity described several weeks ago is not abating. Our research then began to pry into the several kernel level hook overwrite attempts that Bredolab implements with the end goal of evading behavioral based security products. ThreatFire effectively prevents [...]]]></description>
			<content:encoded><![CDATA[<p>ThreatFire continues to prevent high levels of activity from the Bredolab downloaders this week. The ongoing spam activity <a href="http://blog.threatfire.com/2009/08/bredolab-armored-attachments.html" target="_blank">described several weeks ago</a> is not abating. Our research then began to pry into the several kernel level hook overwrite attempts that Bredolab implements with the end goal of evading behavioral based security products. ThreatFire effectively prevents this malware, while other behavioral based products do not seem to perform quite so well, their kernel mode hooks duly overwritten and bypassed.</p>
<p>Two of the kernel hook overwrite attempts abuse straightforward Windows vulnerabilities, and they both have been patched. The other Bredolab hook overwrite attempt targets a mechanism that isn&#8217;t officially a vulnerability. When users are not logged in as admin, Bredolab is not effective. Here is the short list of the targeted vulnerabilities, in the order called by the Bredolab code:</p>
<p>1st Bredolab targeted vulnerability &#8211; <a href="http://www.microsoft.com/technet/security/Bulletin/ms07-017.mspx" target="_blank">MS07-017</a> &#8211; GDI Local Elevation of Privilege Vulnerability<br /><a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-5758" target="_blank">CVE-2006-5758</a></p>
<p>2nd  Bredolab targeted vulnerability- <a href="http://www.microsoft.com/technet/security/bulletin/ms08-025.mspx" target="_blank">MS08-025</a> &#8211; Windows Kernel Usermode Callback Local Privilege Escalation Vulnerability<br /><a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1084" target="_blank">CVE-2008-1084</a></p>
<p>3rd  Bredolab targeted vulnerability- Flaw allows local users with the SeDebugPrivilege privilege to execute arbitrary code as kernel<br /><a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=2004-2339" target="_blank">CVE-2004-2339</a></p>
<p>Just before exploiting the vulnerabilities to gain access to the kernel, Bredolab copies ntkrnlpa.exe from the drive to a location in virtual memory, examining the code for the addresses of nine kernel APIs that are frequently hooked by security solutions. It finds them and stores the virtual addresses for these api&#8217;s in its text section for use in the overwrites:<br />ZwAllocateVirtualMemory<br />ZwWriteVirualMemory<br />ZwProtectVirtuallMemory<br />ZwCreateThread<br />ZwAdjustPrivilegesToken<br />ZwOpenProcess<br />ZwOpenThread<br />ZwQueueApcThread<br />ZwSetValueKey</p>
<p>The first exploit attempt to overwrite security solutions&#8217; hooks involves abusing Windows graphics functionality. After calling MapViewofFile and searching for the api&#8217;s listed above in the mapped copy of ntkrnlpa.exe, Bredolab maliciously initializes a Palette object:</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_YaXoRZbsXc4/Sq6GFJiY_wI/AAAAAAAAA7Y/HqwGC411aiE/s1600-h/1CPalette.png" target="_blank"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 76px;" src="http://1.bp.blogspot.com/_YaXoRZbsXc4/Sq6GFJiY_wI/AAAAAAAAA7Y/HqwGC411aiE/s320/1CPalette.png" alt="" id="BLOGGER_PHOTO_ID_5381386027771952898" border="0" /></a><br />Hook overwriting shellcode is delivered via a carefully crafted GetNearestPaletteIndex call:</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_YaXoRZbsXc4/Sq6VzEIe68I/AAAAAAAAA8Y/XCH4YLr6A6M/s1600-h/GetNearestPaletteIndex.png" target="_blank"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 126px;" src="http://3.bp.blogspot.com/_YaXoRZbsXc4/Sq6VzEIe68I/AAAAAAAAA8Y/XCH4YLr6A6M/s320/GetNearestPaletteIndex.png" alt="" id="BLOGGER_PHOTO_ID_5381403309269511106" border="0" /></a></p>
<p>cr0 manipulation in the shellcode to obtain write permissions on kernel memory here:</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_YaXoRZbsXc4/Sq6HzsHljPI/AAAAAAAAA7g/NVPmmpYmjzI/s1600-h/Hookoverwrite_function.png" target="_blank"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 253px; height: 251px;" src="http://4.bp.blogspot.com/_YaXoRZbsXc4/Sq6HzsHljPI/AAAAAAAAA7g/NVPmmpYmjzI/s320/Hookoverwrite_function.png" alt="" id="BLOGGER_PHOTO_ID_5381387926840380658" border="0" /></a></p>
<p>The first method will fail for Bredolab if the system is MS07-017 patched (patch your systems!). To account for that issue, Bredolab will check for the patch, and if present, deliver its next exploit.</p>
<p>First, it calls GetDesktopWindow to retrieve a handle to the desktop. Next, it sets up the first of two interrupt trampolines to NtUserMessageCall</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_YaXoRZbsXc4/Sq6PX_RBM9I/AAAAAAAAA7o/EkYdff6SyV4/s1600-h/3TrampolineSetup.png" target="_blank"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 281px;" src="http://1.bp.blogspot.com/_YaXoRZbsXc4/Sq6PX_RBM9I/AAAAAAAAA7o/EkYdff6SyV4/s320/3TrampolineSetup.png" alt="" id="BLOGGER_PHOTO_ID_5381396247036900306" border="0" /></a></p>
<p>After the two are setup, it then tricks ZwSetIntervalProfile to call user mode code from the kernel, passing a pointer to its hook overwrite function</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_YaXoRZbsXc4/Sq6PgdBJxEI/AAAAAAAAA8A/Qbl0atw0Rfg/s1600-h/6ZwSetIntervalProfile.png" target="_blank"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 64px;" src="http://3.bp.blogspot.com/_YaXoRZbsXc4/Sq6PgdBJxEI/AAAAAAAAA8A/Qbl0atw0Rfg/s320/6ZwSetIntervalProfile.png" alt="" id="BLOGGER_PHOTO_ID_5381396392462369858" border="0" /></a></p>
<p>Sometimes these first two exploits do not work on a system for the malware. But Bredolab arrives with a solution for that situation. When the first two are patched, Bredolab checks that its calling user has SeDebugPrivilege privilege</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_YaXoRZbsXc4/Sq6PjBP9AiI/AAAAAAAAA8I/hWA9i2yBkGc/s1600-h/7SeDebugCheck.png" target="_blank"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 159px;" src="http://2.bp.blogspot.com/_YaXoRZbsXc4/Sq6PjBP9AiI/AAAAAAAAA8I/hWA9i2yBkGc/s320/7SeDebugCheck.png" alt="" id="BLOGGER_PHOTO_ID_5381396436547863074" border="0" /></a></p>
<p>If SeDebugPrivilege is present, Bredolab calls ZwSystemDebugControl with two interesting parameters: Debug_Control_Code=9 and SysDbgCopyMemoryChunks_1. Providing that debug code to the call, Bredolab copies arbitrary code from user space to kernel space:</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_YaXoRZbsXc4/Sq6Pl5vp7CI/AAAAAAAAA8Q/s8UxEQhn7TY/s1600-h/8DebugCall.png" target="_blank"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 182px;" src="http://1.bp.blogspot.com/_YaXoRZbsXc4/Sq6Pl5vp7CI/AAAAAAAAA8Q/s8UxEQhn7TY/s320/8DebugCall.png" alt="" id="BLOGGER_PHOTO_ID_5381396486072953890" border="0" /></a><br />Using a bug in the read I/O sub-function of NtSystemDebugControl, not shown here, Bredolab writes to kernel memory. It modifies an IDT entry with a pointer to its malicious code, and provides control to the code by again calling ZwSetIntervalProfile.</p>
<p>While the bulk of the attacks appear in the U.S., outbreaks of this stuff occured the past year throughout Italy, England, Germany and Russia as well. Unfortunately, there remains large enough numbers of unpatched systems in these countries to gain these attackers&#8217; attention.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.threatfire.com/2009/09/bredolab-hook-overwrite-sequence.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Patch Tuesday</title>
		<link>http://blog.threatfire.com/2009/06/patch-tuesday.html</link>
		<comments>http://blog.threatfire.com/2009/06/patch-tuesday.html#comments</comments>
		<pubDate>Wed, 10 Jun 2009 16:18:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Vulnerability]]></category>

		<guid isPermaLink="false">http://newblog.threatfire.com/2009/06/patch-tuesday.html</guid>
		<description><![CDATA[It is Patch Tuesday and Microsoft posted another ten bulletins for their Windows platform and Office applications &#8212; be sure to update, six of the ten are rated &#8220;critical&#8221; or &#8220;pwn me&#8221;. Four of the patches address holes in client side targets like Internet Explorer, Word, Excel, and a Works converter. Visiting the site results [...]]]></description>
			<content:encoded><![CDATA[<p>It is Patch Tuesday and Microsoft posted another <a href="http://www.microsoft.com/technet/security/bulletin/ms09-jun.mspx" target="_blank">ten bulletins</a> for their Windows platform and Office applications &#8212; be sure to update, six of the ten are rated &#8220;critical&#8221; or &#8220;pwn me&#8221;. Four of the patches address holes in client side targets like Internet Explorer, Word, Excel, and a Works converter. Visiting the site results in over 30 high priority patch installs for many systems.<br />Where do you want to go today &#8212; head on over to the <a href="http://update.microsoft.com/" target="blank">Microsoft update site</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.threatfire.com/2009/06/patch-tuesday.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gumblar Grumbling</title>
		<link>http://blog.threatfire.com/2009/05/gumblar-grumbling.html</link>
		<comments>http://blog.threatfire.com/2009/05/gumblar-grumbling.html#comments</comments>
		<pubDate>Wed, 20 May 2009 18:22:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exploit]]></category>
		<category><![CDATA[Spyware]]></category>
		<category><![CDATA[Vulnerability]]></category>

		<guid isPermaLink="false">http://newblog.threatfire.com/2009/05/gumblar-grumbling.html</guid>
		<description><![CDATA[A couple of anti-malware firms have grumbled about the number of successful web site compromises a group has been making in order to inject malicious web pages on these victimized sites and refer to the threat as &#8220;Gumblar&#8220;, reportedly using stolen ftp credentials and possibly other configuration issues and vulnerabilities. These hijacked web sites in [...]]]></description>
			<content:encoded><![CDATA[<p>A couple of anti-malware firms have grumbled about the number of successful web site compromises a group has been making in order to inject malicious web pages on these victimized sites and refer to the threat as &#8220;<a href="http://www.us-cert.gov/current/index.html#gumblar_malware_attack_circulating">Gumblar</a>&#8220;, reportedly using stolen ftp credentials and possibly other configuration issues and vulnerabilities. These hijacked web sites in turn attack visiting users&#8217; web browsers with the goal of downloading and executing more <a href="http://www.threatexpert.com/report.aspx?md5=29148682df9c5a693b35b2b4529925b2" target="_blank">malware</a> hosted on a remote server. Originally the exploit/trojan/spyware hosting site was gumblar.cn, it was changed to martuz.cn, and the domain most likely will change again.</p>
<p>The large numbers in the news refer not to the trojan, or the malware that was hosted on gumblar and martuz. The large numbers are detections of web pages that, however accurate the volume reporting may be, most likely are a part of hijacked web sites redirecting browsers to the exploits and <a href="http://www.threatexpert.com/report.aspx?md5=29148682df9c5a693b35b2b4529925b2" target="_blank">trojans</a> on the gumblar.cn and <a href="http://www.threatexpert.com/report.aspx?md5=b0ca69853b371ec9eb58829e869f6f10">trojans</a> on the martuz.cn domains.</p>
<p>When a user doesn&#8217;t patch their system for whatever reason, they may be maintaining known vulnerabilities in their software, which in turn is exploited when visiting a hijacked web presence. Following successful third party plugin exploitation, the delivered dropper is executed. The dropper uses an interesting technique to register loaded components for auto start on an unsuspecting user&#8217;s system. Instead of the usual run key and service locations, this writer decided to abuse a user-mode auxiliary audio driver location that is loaded when Internet Explorer is started. This <a href="http://www.threatexpert.com/report.aspx?md5=d8277aa17bcacc1b77c1df43f4c1feab" target="_blank">ThreatExpert report</a> and <a href="http://www.threatexpert.com/report.aspx?md5=2131112053ED144C46277B9024BCF39F" target="_blank">here</a> shows a &#8220;Infostealer.Daonol/Trojan-Dropper.Win32.Agent.apfn/Troj/Daonol-Fam&#8221; trojan abusing the &#8220;Drivers32&#8243; key, much like the original gumblar variant:<br />[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32]<br />aux = &#8220;%Temp%\..\doo.val&#8221;</p>
<p>The group is not using any 0day attacks. Instead, they are sending down malformed .pdf and .swf files. It seems that enough reminders cannot be sent out about updating third party software:<br /><a href="http://blog.threatfire.com/2008/12/antivirus-360-distribution-update-third.html" target="_blank">Antivirus 360 Distribution &#8211; Update Third Party Plugins</a><br /><a href="http://blog.threatfire.com/2009/03/pdf-reader-exploitation-2009.html" target="_blank">PDF Reader Exploitation 2009</a><br /><a href="http://blog.threatfire.com/2009/03/pdf-reader-exploitation-2009-cont.html" target="_blank">Pdf Reader Exploitation 2009 (cont)</a><br /><a href="http://blog.threatfire.com/2008/11/rigged-pdf-files.html" target="_blank">Rigged pdf files</a><br /><a href="http://blog.threatfire.com/2009/02/browser-securitymicrosoftcom-hosts-file.html" target="_blank">browser-security.microsoft.com Hosts File Modification</a></p>
<p>We will post more data as it is gathered, the trojan itself is not in high prevalence in the ThreatFire community &#8212; the attack has gotten far enough to launch the trojan on only a couple of systems and is prevented as &#8220;Spyware.Grumbler&#8221;.</p>
<p>In the meantime, be sure to update your favorite third party plugins, applications and your system software.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.threatfire.com/2009/05/gumblar-grumbling.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pdf Reader 0day Published</title>
		<link>http://blog.threatfire.com/2009/04/pdf-reader-0day-published.html</link>
		<comments>http://blog.threatfire.com/2009/04/pdf-reader-0day-published.html#comments</comments>
		<pubDate>Wed, 29 Apr 2009 20:33:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exploit]]></category>
		<category><![CDATA[Vulnerability]]></category>

		<guid isPermaLink="false">http://newblog.threatfire.com/2009/04/pdf-reader-0day-published/</guid>
		<description><![CDATA[Another Acrobat Reader 0day PoC has been posted, this time targeting a boundary condition error (longhand for buffer overflow here) in the vulnerable &#8216;getAnnots()&#8217; javascript function. We haven&#8217;t seen any ITW malcode targeting Windows versions of Reader, but based on past experience, ThreatFire will prevent exploits targeting this vulnerability when they arrive within a week [...]]]></description>
			<content:encoded><![CDATA[<p>Another Acrobat Reader 0day PoC has been <a href="http://www.securityfocus.com/bid/34736/info" target="_blank">posted</a>, this time targeting a boundary condition error (longhand for buffer overflow here) in the vulnerable &#8216;getAnnots()&#8217; javascript function. We haven&#8217;t seen any ITW malcode targeting Windows versions of Reader, but based on past experience, ThreatFire will prevent exploits targeting this vulnerability when they arrive within a week or so.</p>
<p>Right now, the highest levels of Reader exploitation comes from commodity LuckySploit exploit pack implementations, as we have mentioned and <a href="http://blog.threatfire.com/2009/03/pdf-reader-exploitation-2009.html" target="_blank">expected</a> in <a href="http://blog.threatfire.com/2009/03/pdf-reader-exploitation-2009-cont.html" target="_blank">previous</a> posts. At the least, users should update their third party software frequently, possibly consider an <a href="http://www.dmoz.org/Computers/Data_Formats/Document/Publishing/PDF/Software//" target="_blank">alternative reader</a> for now, and install a behavioral based solution like <a href="http://www.threatfire.com/" target="_blank">ThreatFire</a> for proactive protection.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.threatfire.com/2009/04/pdf-reader-0day-published.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Much Tedroo about Nothing</title>
		<link>http://blog.threatfire.com/2009/03/much-tedroo-about-nothing.html</link>
		<comments>http://blog.threatfire.com/2009/03/much-tedroo-about-nothing.html#comments</comments>
		<pubDate>Fri, 13 Mar 2009 15:54:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Bot]]></category>
		<category><![CDATA[Spam]]></category>
		<category><![CDATA[Vulnerability]]></category>
		<category><![CDATA[Waledac]]></category>

		<guid isPermaLink="false">http://newblog.threatfire.com/2009/03/much-tedroo-about-nothing/</guid>
		<description><![CDATA[&#8220;Get thee to heaven, Beatrice, get thee to heaven. Hell&#8217;s no place for maids.&#8221; Beatrice wasn&#8217;t a spammer.
After the de-peering of internet provider McColo took its badness offline last year, several researchers examined the impacted spamming botnets and concluded that a few smaller operations uneffected by the de-peering were gaining momentum. The Tedroo spambot was [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;Get thee to heaven, Beatrice, get thee to heaven. Hell&#8217;s no place for maids.&#8221; Beatrice wasn&#8217;t a spammer.</p>
<p>After the de-peering of internet provider McColo took <a href="http://voices.washingtonpost.com/securityfix/2008/11/the_badness_that_was_mccolo.html" target="_blank">its badness</a> offline last year, several researchers examined the impacted spamming botnets and concluded that a few smaller operations uneffected by the de-peering were gaining momentum. The Tedroo spambot was one of those predicted to gain momentum in 2009, and made Joe Stewart&#8217;s list of 2009 botnets to watch over at Secureworks.</p>
<p>A group that seems to be out of Indonesia is delivering exploits from various servers around the world with the intention of downloading and executing <a href="http://www.threatexpert.com/report.aspx?md5=8DA6BE70C72786B775852D6434C77964" target="_blank">Tedroo spambot variants</a>. We have observed reliable pdf-based exploits attacking user systems with vulnerable third party plugins over the past couple of days. Once running on a compromised system, the Tedroo bots connect back to a server hosted in northeastern U.S or Canada, sending up the user&#8217;s ip address, a quick report of collected system information, and a task request.<br />The server responds to the task request with a table-based html list containing email addresses to spam and the message content to send out. The email lists contain domains from all over the world, including cancer fighting non-profits, professional training organizations, and anyone else with an accessible email address. Spoofed senders&#8217; addresses include domains hosted throughout Indonesian ip space. The delivered content is somewhat interesting in that it abuses akamai links to sprinkle credible business logos throughout their spam that are somewhat related to the message content.<br />Right now, the group is including a well-known men&#8217;s magazine&#8217;s logo claiming to be from an official site in an attempt to build credibility for their spammed links and content:</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_YaXoRZbsXc4/SbqeNLEfn6I/AAAAAAAAAxQ/PtXYjMhrkt4/s1600-h/TedrooLogo_spam.png" target="_blank"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 177px; height: 200px;" src="http://4.bp.blogspot.com/_YaXoRZbsXc4/SbqeNLEfn6I/AAAAAAAAAxQ/PtXYjMhrkt4/s200/TedrooLogo_spam.png" alt="" id="BLOGGER_PHOTO_ID_5312732659584049058" border="0" /></a></p>
<p>These links are redirected to a site (hxxp://freshvalued(dot)com) hosting the same online Canadian pharmacy content as the Waledac spam.</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_YaXoRZbsXc4/SbqjGArSgSI/AAAAAAAAAxY/UsSyTXiT-Ak/s1600-h/Tedroo_redirect.png" target="_blank"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 200px; height: 146px;" src="http://3.bp.blogspot.com/_YaXoRZbsXc4/SbqjGArSgSI/AAAAAAAAAxY/UsSyTXiT-Ak/s200/Tedroo_redirect.png" alt="" id="BLOGGER_PHOTO_ID_5312738034093031714" border="0" /></a><br />As <a href="http://blog.threatfire.com/2009/03/pdf-reader-exploitation-2009.html" target="_blank">posted earlier</a>, please take a minute to update the software on your system. ThreatFire prevents related pdf-based exploits that we have observed and Tedroo&#8217;s spamming capabilities as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.threatfire.com/2009/03/much-tedroo-about-nothing.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Much Tedroo about Nothing</title>
		<link>http://blog.threatfire.com/2009/03/much-tedroo-about-nothing-2.html</link>
		<comments>http://blog.threatfire.com/2009/03/much-tedroo-about-nothing-2.html#comments</comments>
		<pubDate>Fri, 13 Mar 2009 15:54:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Bot]]></category>
		<category><![CDATA[Spam]]></category>
		<category><![CDATA[Vulnerability]]></category>
		<category><![CDATA[Waledac]]></category>

		<guid isPermaLink="false">http://newblog.threatfire.com/2009/03/much-tedroo-about-nothing-2.html</guid>
		<description><![CDATA[&#8220;Get thee to heaven, Beatrice, get thee to heaven. Hell&#8217;s no place for maids.&#8221; Beatrice wasn&#8217;t a spammer.
After the de-peering of internet provider McColo took its badness offline last year, several researchers examined the impacted spamming botnets and concluded that a few smaller operations uneffected by the de-peering were gaining momentum. The Tedroo spambot was [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;Get thee to heaven, Beatrice, get thee to heaven. Hell&#8217;s no place for maids.&#8221; Beatrice wasn&#8217;t a spammer.</p>
<p>After the de-peering of internet provider McColo took <a href="http://voices.washingtonpost.com/securityfix/2008/11/the_badness_that_was_mccolo.html" target="_blank">its badness</a> offline last year, several researchers examined the impacted spamming botnets and concluded that a few smaller operations uneffected by the de-peering were gaining momentum. The Tedroo spambot was one of those predicted to gain momentum in 2009, and made Joe Stewart&#8217;s list of 2009 botnets to watch over at Secureworks.</p>
<p>A group that seems to be out of Indonesia is delivering exploits from various servers around the world with the intention of downloading and executing <a href="http://www.threatexpert.com/report.aspx?md5=8DA6BE70C72786B775852D6434C77964" target="_blank">Tedroo spambot variants</a>. We have observed reliable pdf-based exploits attacking user systems with vulnerable third party plugins over the past couple of days. Once running on a compromised system, the Tedroo bots connect back to a server hosted in northeastern U.S or Canada, sending up the user&#8217;s ip address, a quick report of collected system information, and a task request.<br />The server responds to the task request with a table-based html list containing email addresses to spam and the message content to send out. The email lists contain domains from all over the world, including cancer fighting non-profits, professional training organizations, and anyone else with an accessible email address. Spoofed senders&#8217; addresses include domains hosted throughout Indonesian ip space. The delivered content is somewhat interesting in that it abuses akamai links to sprinkle credible business logos throughout their spam that are somewhat related to the message content.<br />Right now, the group is including a well-known men&#8217;s magazine&#8217;s logo claiming to be from an official site in an attempt to build credibility for their spammed links and content:</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_YaXoRZbsXc4/SbqeNLEfn6I/AAAAAAAAAxQ/PtXYjMhrkt4/s1600-h/TedrooLogo_spam.png" target="_blank"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 177px; height: 200px;" src="http://4.bp.blogspot.com/_YaXoRZbsXc4/SbqeNLEfn6I/AAAAAAAAAxQ/PtXYjMhrkt4/s200/TedrooLogo_spam.png" alt="" id="BLOGGER_PHOTO_ID_5312732659584049058" border="0" /></a></p>
<p>These links are redirected to a site (hxxp://freshvalued(dot)com) hosting the same online Canadian pharmacy content as the Waledac spam.</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_YaXoRZbsXc4/SbqjGArSgSI/AAAAAAAAAxY/UsSyTXiT-Ak/s1600-h/Tedroo_redirect.png" target="_blank"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 200px; height: 146px;" src="http://3.bp.blogspot.com/_YaXoRZbsXc4/SbqjGArSgSI/AAAAAAAAAxY/UsSyTXiT-Ak/s200/Tedroo_redirect.png" alt="" id="BLOGGER_PHOTO_ID_5312738034093031714" border="0" /></a><br />As <a href="http://blog.threatfire.com/2009/03/pdf-reader-exploitation-2009.html" target="_blank">posted earlier</a>, please take a minute to update the software on your system. ThreatFire prevents related pdf-based exploits that we have observed and Tedroo&#8217;s spamming capabilities as well. Tedroo&#8217;s capabilites to spread nothing of interest in large numbers are very high. Keep this stuff off your system.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.threatfire.com/2009/03/much-tedroo-about-nothing-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PDF Reader Exploitation 2009</title>
		<link>http://blog.threatfire.com/2009/03/pdf-reader-exploitation-2009.html</link>
		<comments>http://blog.threatfire.com/2009/03/pdf-reader-exploitation-2009.html#comments</comments>
		<pubDate>Wed, 11 Mar 2009 19:06:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Commodity Kit]]></category>
		<category><![CDATA[Exploit]]></category>
		<category><![CDATA[Incident]]></category>
		<category><![CDATA[Malware Estimates]]></category>
		<category><![CDATA[Vulnerability]]></category>

		<guid isPermaLink="false">http://newblog.threatfire.com/2009/03/pdf-reader-exploitation-2009/</guid>
		<description><![CDATA[Pdf readers are commonly used, and so far this year, they have been a highly abused third party plugin. Tens of thousands of malcrafted pdf exploits have been prevented from running by ThreatFire on our community systems so far this year. This information is being presented to encourage our users to upgrade their pdf reader [...]]]></description>
			<content:encoded><![CDATA[<p>Pdf readers are commonly used, and so far this year, they have been a highly abused third party plugin. Tens of thousands of malcrafted pdf exploits have been prevented from running by ThreatFire on our community systems so far this year. This information is being presented to encourage our users to upgrade their pdf reader software to the latest version and remind them of the versions available.</p>
<p>Usually, attackers deliver these malcrafted pdf files via malicious websites serving up links to malcrafted pdf files and sometimes send spam with malcrafted pdf email attachments. Even if you do not regularly open pdf files within your browser or open email attachments containing pdf files, if you have installed Adobe Reader, please take a minute to visit the web site and upgrade the software to the latest version.</p>
<p>Here is the variety of attacked Adobe Acrobat Reader versions targeted this year (as of the very beginning of March) and their percent of the pie (rounded numbers here):</p>
<p>Reader v9 less than 1%<br />Reader v8 48%<br />Reader v7 50%</p>
<div>This list does not mean that Acrobat Reader 7 is the most vulnerable of the versions. As a matter of fact, the top five subversion info, in order of highest number of incidents, is 8.1.0.137, 7.0.8.218, 7.0.0.0, 7.0.5.172, 8.0.0.456. However, it may tell us that the highest number of users that install ThreatFire continue to use one of the version 7 products and seeing it attacked. If you are using any of the Adobe Reader versions, please upgrade to the latest at their web site.</div>
<div></div>
<p><img id="BLOGGER_PHOTO_ID_5312081141781121442" style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 59px; CURSOR: hand; HEIGHT: 63px; TEXT-ALIGN: center" alt="" src="http://4.bp.blogspot.com/_YaXoRZbsXc4/SbhNp2HqSaI/AAAAAAAAAxI/BSGyk0Ejzrw/s200/xrun.png" border="0" />
<div>Some of the most common payloads for the exploits&#8217; shellcode are downloaders. Unfortunately, that leaves the explanation a bit hazy, because by definition, a downloader simply pulls down more software and &#8220;loads&#8221; it. Well, from our vantage point, most commonly the downloaders fetch and install FakeAV software, otherwise called rogueware. One example that we discussed <a href="http://blog.threatfire.com/2008/12/antivirus-360-distribution-update-third.html" target="_blank">last year</a> was an <a href="http://blog.threatfire.com/2008/12/av360.html" target="_blank">Antivirus 360</a> downloader, which seemed to <a href="http://blog.threatfire.com/2008/11/rigged-pdf-files.html" target="_blank">replace the Antivirus 2009 attacks</a>. Current examples are sites delivering downloaders like hxxp:(slashslash)f-o-r(dot)ms(slash)xrun.tmp<br />We also see a number of banking/identity password stealers delivered via malcrafted pdf files, with Zbot leading the charge, followed by a variety of <a href="http://www.threatexpert.com/report.aspx?md5=b0f84299c2f30dcdf64f68591a8a862f" target="_blank">Hupigon stealers and FakeAV</a>.<br />This morning, we witnessed v9 exploited on multiple users&#8217; desktops by malcrafted pdf files with the shellcode downloading a<a href="http://www.threatexpert.com/report.aspx?md5=39376f28624e3de9e23d6fd57235b42e" target="_blank"> gaming password stealer</a> from hxxp:(slashslash)202(dot)67(dot)215(dot)110(slash)caonimabi.exe. This link is live and serving malware &#8212; DO NOT download and run it.<br />And on a more recent trend, malcrafted pdf files will download more exploit code. For example, malcrafted pdf files generated by the LuckySploit exploit pack will pull down more javascript served at 72(dot)233(dot)79(dot)18(slash)prn(slash), and <a href="http://www.threatexpert.com/report.aspx?md5=0a866941d5e75610e8bde745d761e707" target="_blank">wreck more havok</a>, installing a rootkit to hide more downloaders installed on the victim system.</p>
<p>So what techniques are employed most frequently in the shellcode?<br />The shellcode is generally around 215 bytes long, following a lengthy nop sled. UrlDownloadToFile, ShellExecute and WinExec are the most commonly implemented api calls in the malicious pdf based shellcode that we&#8217;ve examined.</p>
<p>If you have installed pdf reader software on your system, no matter how often you think that you use them, please be sure to upgrade. It&#8217;s useful stuff so it&#8217;s ubiquitous, and become a common target of commodity exploit kits.</p></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.threatfire.com/2009/03/pdf-reader-exploitation-2009.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Active Gozi Trojan</title>
		<link>http://blog.threatfire.com/2009/01/active-gozi-trojan.html</link>
		<comments>http://blog.threatfire.com/2009/01/active-gozi-trojan.html#comments</comments>
		<pubDate>Wed, 21 Jan 2009 20:55:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exploit]]></category>
		<category><![CDATA[Password stealing]]></category>
		<category><![CDATA[Vulnerability]]></category>
		<category><![CDATA[cybercrime]]></category>

		<guid isPermaLink="false">http://newblog.threatfire.com/2009/01/active-gozi-trojan/</guid>
		<description><![CDATA[The &#8220;Gozi&#8221; Trojan is a well known piece of crimeware that has been around for a couple of years now. It is surprising to see that this one continues to be actively hosted and distributed. For example, malicious pdf currently are being served from various servers to vulnerable clients that exploit the reader and download [...]]]></description>
			<content:encoded><![CDATA[<p>The &#8220;Gozi&#8221; Trojan is a <a href="http://www.secureworks.com/research/threats/gozi/" target="_blank">well known piece of crimeware</a> that has been around for a couple of years now. It is surprising to see that this one continues to be actively hosted and distributed. For example, malicious pdf currently are being served from various servers to vulnerable clients that exploit the reader and download &#8220;<a href="http://www.threatexpert.com/report.aspx?md5=7d70f143b67b8a0fdec403994b37fb4c" target="_blank">update.exe</a>&#8220;. This file in turn, installs itself as &#8220;xrt_mwbn.exe&#8221; and runs various components that gather data off of the victim&#8217;s machine and sends it off to an nginx web server. The Secureworks writeup is a lengthy but thorough explanation of the data being sent off of systems. Needless to say, you don&#8217;t want this stuff on your system.</p>
<p>Please take a minute to update your third party plugins. The latest Adobe Reader can be found at the Adobe web site.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.threatfire.com/2009/01/active-gozi-trojan.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
