<?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; Exploit</title>
	<atom:link href="http://blog.threatfire.com/category/exploit/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>No Microsoft FTP Module 0day, but Spybot/Kolab Exploits</title>
		<link>http://blog.threatfire.com/2009/09/no-microsoft-ftp-module-0day-but-spybotkolab-exploits.html</link>
		<comments>http://blog.threatfire.com/2009/09/no-microsoft-ftp-module-0day-but-spybotkolab-exploits.html#comments</comments>
		<pubDate>Tue, 01 Sep 2009 20:38:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[0day]]></category>
		<category><![CDATA[Exploit]]></category>
		<category><![CDATA[Worm]]></category>

		<guid isPermaLink="false">http://newblog.threatfire.com/2009/09/no-microsoft-ftp-module-0day-but-spybotkolab-exploits.html</guid>
		<description><![CDATA[We&#8217;ve been waiting for some stats to come rolling in, but we haven&#8217;t seen a hint of an 0day worm or any attacks for that matter on the current Microsoft Ftp module 0day.
Instead of the Ftp 0day showing global activity, Spybot/Kolab is attempting to rip across the Russian Federation and the Ukraine by attacking a [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve been waiting for some stats to come rolling in, but we haven&#8217;t seen a hint of an 0day worm or any attacks for that matter on the current Microsoft Ftp module 0day.</p>
<p>Instead of the Ftp 0day showing global activity, Spybot/Kolab is attempting to rip across the Russian Federation and the Ukraine by attacking a several-year-old vulnerability in srvsvc.dll, the server service hosted within one of the several svchost.exe processes running on Windows systems. (Why rush development of a new stack overflow exploit when users don&#8217;t patch systems for various reasons for years?) The worm itself attempts to exploit the aged vulnerability and deliver download and execute shellcode, pulling down and running more malware on the compromised host. That shellcode has been downloading an incremented-daily URL from a server hosted in England since August 2nd. Today it is 94.76.194 .116/ 37.exe. Threatexpert report for the payload <a href="http://www.threatexpert.com/report.aspx?md5=a960b54e7ff0c07d560493eaf5897cc0" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.threatfire.com/2009/09/no-microsoft-ftp-module-0day-but-spybotkolab-exploits.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clamping Down on Clampi</title>
		<link>http://blog.threatfire.com/2009/07/clamping-down-on-clampi.html</link>
		<comments>http://blog.threatfire.com/2009/07/clamping-down-on-clampi.html#comments</comments>
		<pubDate>Thu, 30 Jul 2009 16:30:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Bot]]></category>
		<category><![CDATA[Crimeware]]></category>
		<category><![CDATA[Evasion technique]]></category>
		<category><![CDATA[Exploit]]></category>

		<guid isPermaLink="false">http://newblog.threatfire.com/2009/07/clamping-down-on-clampi.html</guid>
		<description><![CDATA[The banking password and information stealer Clampi recently was described as infecting anywhere from 100,000 and 1 million windows PC&#8217;s. Let&#8217;s take a closer look at this menace, and what interesting Clampi behaviors ThreatFire has been preventing in our community.
First, let&#8217;s talk about the distribution over the past year. Most of the Clampi executables appear [...]]]></description>
			<content:encoded><![CDATA[<p>The banking password and information stealer <a href="http://www.symantec.com/security_response/writeup.jsp?docid=2008-011616-5036-99&amp;tabid=2" target="_blank">Clampi</a> recently was <a href="http://www.computerworld.com/s/article/9136056/Researcher_reveals_massive_professional_thieving_botnet" target="_blank">described</a> as infecting anywhere from 100,000 and 1 million windows PC&#8217;s. Let&#8217;s take a closer look at this menace, and what interesting Clampi behaviors ThreatFire has been preventing in our community.</p>
<p>First, let&#8217;s talk about the distribution over the past year. Most of the Clampi executables appear to be unique, and appear to have been run on no more than one machine. The bulk of these executables are repacked and re-obfuscated to evade AV solutions, so only a quarter of the Clampi malware prevented in the ThreatFire community over the past year showed up on more than one system. Mostly all of the Clampi variants seen on multiple user desktops appear to have been delivered via an Adobe Acrobat client-side exploit. As posted <a href="http://blog.threatfire.com/2008/11/rigged-pdf-files.html" target="_blank">previously</a> <a href="http://blog.threatfire.com/2009/03/pdf-reader-exploitation-2009.html" target="_blank">about</a> <a href="http://blog.threatfire.com/2009/03/pdf-reader-exploitation-2009-cont.html" target="_blank">mainstream</a> <a href="http://blog.threatfire.com/2009/07/out-of-band-patch-and-prevalent-client.html" target="_blank">Windows</a> pdf readers, be sure to update the software on your system, especially popular web browser third party plugins. A high number of these Clampi-delivering exploits successfully attacked Acrobat 7.0. Unfortunately, while the message may be getting out that third party plugins need to be updated on a regular basis, the advice does not seem to be followed reliably.</p>
<p>The trojan runs a new instance of Internet Explorer and injects it with executable code of its own, accesses the personal store of saved passwords, and phones the data off of the system to multiple web sites. It&#8217;s not a set of new malicious techniques, but highly problematic nonetheless. <a href="http://www.threatfire.com/" target="_blank">ThreatFire</a> prevents these behaviors reliably, and <a href="http://www.pctools.com/free-antivirus/" target="_blank">PC Tools AV</a> reliably detects the malware with one of several heuristic routines: Trojan.DL.Ilomo.Gen!Pac, Trojan.DR.Ilomo.Gen!Pac.2, Trojan.DL.Ilomo.Gen!Pac .</p>
<p>Symantec named this malware Trojan.Clampi, and it has been labelled inconsistently by other groups with a handful of other names, including Clomp, Downloader, Inject, Rscan, Small, Ilomo, Agent2, Agent, and often it is detected by its packer&#8217;s characteristics. Unfortunately, its packer changes and old signatures can become ineffective against this malware as it appears on systems around the world over time. PCTAV heuristics were effective over time, however.</p>
<p>Update: Please see <a href="http://blog.threatfire.com/2009/08/clampis-evasive-injection-technique.html">post</a> with a bit of technical information regarding Clampi variant&#8217;s injection technique.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.threatfire.com/2009/07/clamping-down-on-clampi.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Out of Band Patch and Prevalent Client Side Exploitation</title>
		<link>http://blog.threatfire.com/2009/07/out-of-band-patch-and-prevalent-client-side-exploitation.html</link>
		<comments>http://blog.threatfire.com/2009/07/out-of-band-patch-and-prevalent-client-side-exploitation.html#comments</comments>
		<pubDate>Tue, 28 Jul 2009 20:46:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exploit]]></category>
		<category><![CDATA[Undetected malware]]></category>

		<guid isPermaLink="false">http://newblog.threatfire.com/2009/07/out-of-band-patch-and-prevalent-client-side-exploitation.html</guid>
		<description><![CDATA[As out-of-band patches are released today, we are not yet seeing memory corruption attacks targeting these newly patched vulnerabilities that effect Internet Explorer 6,7, and 8. Nonetheless, be sure to visit the Microsoft updates site and patch your system soon.
Instead, ThreatFire continues to prevent prevalent attacks from malicious pages like those currently hosted on cxim-way. [...]]]></description>
			<content:encoded><![CDATA[<p>As out-of-band patches are released today, we are not yet seeing memory corruption attacks targeting these <a href="http://www.microsoft.com/technet/security/advisory/973882.mspx" target="_blank">newly patched vulnerabilities</a> that effect Internet Explorer 6,7, and 8. Nonetheless, be sure to visit the Microsoft updates site and patch your system soon.</p>
<p>Instead, ThreatFire continues to prevent prevalent attacks from malicious pages like those currently hosted on cxim-way. cn, where javascript identifies third party plugins on the system and attacks the user&#8217;s system accordingly. Pseudocode here:</p>
<p>while name = navigator.plugins[i].name</p>
<p>if((name.indexOf(&#8221;Adobe Acrobat&#8221;) != -1) || (name.indexOf(&#8221;Adobe PDF&#8221;) != -1)) <br />then iframe src=&#8221;cache/readme.pdf   <br />if(name.indexOf(&#8221;Foxit  Reader&#8221;) != -1)  then iframe src=&#8221;cache/update.pdf   <br />if(name.indexOf(&#8221;Flash&#8221;) != -1)      then iframe src=&#8221;cache/flash.swf</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_YaXoRZbsXc4/Sm9q4YwPGpI/AAAAAAAAA5g/_F6U53Aysa4/s1600-h/load.png" target="_blank"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 146px; height: 68px;" src="http://2.bp.blogspot.com/_YaXoRZbsXc4/Sm9q4YwPGpI/AAAAAAAAA5g/_F6U53Aysa4/s320/load.png" alt="" id="BLOGGER_PHOTO_ID_5363623198171536018" border="0" /></a></p>
<p>The resulting malicious <a href="http://www.threatexpert.com/report.aspx?md5=cfc6825d9acd35e19e0d9d7a76f41185" target="_blank">payload</a> is prevented by ThreatFire. &#8220;Load.exe&#8221; is pulled down from the site on a successfully compromised system, renamed to &#8220;pdfupd.exe&#8221;, and run. This malicious downloader/dropper currently evades most AV scanners. It drops a couple of drivers, and possibly may be a rustock bot variant, which we are looking further into:  <a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_YaXoRZbsXc4/Sm9mqML77EI/AAAAAAAAA5Y/WeDVVp0NEv4/s1600-h/load_detection.png"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 84px;" src="http://1.bp.blogspot.com/_YaXoRZbsXc4/Sm9mqML77EI/AAAAAAAAA5Y/WeDVVp0NEv4/s320/load_detection.png" alt="" id="BLOGGER_PHOTO_ID_5363618556233378882" border="0" /></a></p>
<p>ThreatFire users are protected from multiple layers of the attacks. In addition to patching your system, install a <a href="http://www.threatfire.com/" target="_blank">behavioral-based layer</a> of protection on your system.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.threatfire.com/2009/07/out-of-band-patch-and-prevalent-client-side-exploitation.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shameless SEO Based on Jakarta Bombing Incident</title>
		<link>http://blog.threatfire.com/2009/07/shameless-seo-based-on-jakarta-bombing-incident.html</link>
		<comments>http://blog.threatfire.com/2009/07/shameless-seo-based-on-jakarta-bombing-incident.html#comments</comments>
		<pubDate>Fri, 17 Jul 2009 19:32:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exploit]]></category>
		<category><![CDATA[FakeAlert]]></category>
		<category><![CDATA[Rogueware]]></category>
		<category><![CDATA[Social Engineering]]></category>

		<guid isPermaLink="false">http://newblog.threatfire.com/2009/07/shameless-seo-based-on-jakarta-bombing-incident.html</guid>
		<description><![CDATA[John Bambenek over at the Handler&#8217;s diary posted on this morning&#8217;s shameless SEO attempts to redirect news seekers to exploit pages. The end result on a successfully compromised system is a download of FakeAv (or &#8220;scareware&#8221;). Currently, its name is presented as &#8220;Personal Antivirus&#8221;:

The ThreatFire community is safe from pav.exe, and there have been a [...]]]></description>
			<content:encoded><![CDATA[<p>John Bambenek over at the Handler&#8217;s diary <a href="http://isc.sans.org/diary.html?storyid=6826" target="_blank">posted</a> on this morning&#8217;s shameless SEO attempts to redirect news seekers to exploit pages. The end result on a successfully compromised system is a download of FakeAv (or &#8220;scareware&#8221;). Currently, its name is presented as &#8220;Personal Antivirus&#8221;:</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_YaXoRZbsXc4/SmDUN_bBuUI/AAAAAAAAA5Q/8xKfyqf-sDM/s1600-h/pav.png" target="_blank"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 258px;" src="http://3.bp.blogspot.com/_YaXoRZbsXc4/SmDUN_bBuUI/AAAAAAAAA5Q/8xKfyqf-sDM/s320/pav.png" alt="" id="BLOGGER_PHOTO_ID_5359516893399071042" border="0" /></a></p>
<p>The ThreatFire community is safe from pav.exe, and there have been a number of triggers on various versions of the file early this morning. Detection by the major AV vendors is very low to non-existent for the current variants.</p>
<p>Surprisingly, the Waledac and Zbot groups have been quiet on this news story so far. We&#8217;ll monitor the situation closely.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.threatfire.com/2009/07/shameless-seo-based-on-jakarta-bombing-incident.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Green Dam Controversy</title>
		<link>http://blog.threatfire.com/2009/07/green-dam-controversy.html</link>
		<comments>http://blog.threatfire.com/2009/07/green-dam-controversy.html#comments</comments>
		<pubDate>Thu, 02 Jul 2009 23:27:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exploit]]></category>
		<category><![CDATA[Security breach]]></category>

		<guid isPermaLink="false">http://newblog.threatfire.com/2009/07/green-dam-controversy.html</guid>
		<description><![CDATA[The Green Dam project to filter or censor web access on PC&#8217;s sold in China is blossoming into a controversy. From the Wolchok, Yao, Halderman analysis of the software that added to the buildup:&#8220;According to press reports, China will soon require all PCs sold in the country to include Green Dam.  This software monitors [...]]]></description>
			<content:encoded><![CDATA[<p>The Green Dam project to filter or censor web access on PC&#8217;s sold in China is blossoming into a controversy. From the <a href="http://www.cse.umich.edu/%7Ejhalderm/pub/gd/" target="_blank">Wolchok, Yao, Halderman analysis</a> of the software that added to the buildup:<br />&#8220;According to press reports, China will soon require all PCs sold in the country to include Green Dam.  This software monitors web sites visited and other activity on the computer and blocks adult content as well as politically sensitive material&#8230;We examined the Green Dam software and found that it contains serious security vulnerabilities due to programming errors&#8230;In the meantime, we recommend that users protect themselves by uninstalling Green Dam immediately.&#8221;</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_YaXoRZbsXc4/Sk1G0n7YKkI/AAAAAAAAA3g/aoos5CmLaJo/s1600-h/GDblock.png"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 213px;" src="http://2.bp.blogspot.com/_YaXoRZbsXc4/Sk1G0n7YKkI/AAAAAAAAA3g/aoos5CmLaJo/s320/GDblock.png" alt="" id="BLOGGER_PHOTO_ID_5354013401898560066" border="0" /></a></p>
<p>In light of the issues, the installation mandate seems to have been delayed indefinitely. We&#8217;ll add more info as it comes to light and <a href="http://wikileaks.org/wiki/A_technical_analysis_of_the_Chinese_%27Green_Dam_Youth-Escort%27_censorship_software" target="_blank">wikileaks</a> comes back up.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.threatfire.com/2009/07/green-dam-controversy.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Brunga.at Facebook Phish</title>
		<link>http://blog.threatfire.com/2009/05/brungaat-facebook-phish.html</link>
		<comments>http://blog.threatfire.com/2009/05/brungaat-facebook-phish.html#comments</comments>
		<pubDate>Thu, 21 May 2009 19:29:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Crimeware]]></category>
		<category><![CDATA[Exploit]]></category>
		<category><![CDATA[FakeAlert]]></category>
		<category><![CDATA[Password stealing]]></category>

		<guid isPermaLink="false">http://newblog.threatfire.com/2009/05/brungaat-facebook-phish.html</guid>
		<description><![CDATA[While no product protects against absolutely everything, a couple of technical support people here had links sent from their friends to their Facebook account, telling them to check out &#8220;Brunga. at&#8221;. (Do not visit this site right now to fill out login information, it will steal your credentials.)
Subject: Dan Shmoo sent you a message on [...]]]></description>
			<content:encoded><![CDATA[<p>While no product protects against absolutely everything, a couple of technical support people here had links sent from their friends to their Facebook account, telling them to check out &#8220;Brunga. at&#8221;. (Do not visit this site right now to fill out login information, it will steal your credentials.)</p>
<p>Subject: Dan Shmoo sent you a message on Facebook&#8230;<br />Dan sent you a message.</p>
<p>Subject: Hello<br />&#8220;Check brunga.at&#8221;</p>
<p>Screenshot of the site here, notice the blue banner missing the logo:</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_YaXoRZbsXc4/ShWsRFGhpYI/AAAAAAAAA1I/V-rL0pF-RXY/s1600-h/FacebookPhish.png" target="_blank"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 246px;" src="http://1.bp.blogspot.com/_YaXoRZbsXc4/ShWsRFGhpYI/AAAAAAAAA1I/V-rL0pF-RXY/s320/FacebookPhish.png" alt="" id="BLOGGER_PHOTO_ID_5338362342744892802" border="0" /></a></p>
<p>After filling out authentication details that are then stolen, the user is then redirected to the real Facebook site.<br />Use your head and always be aware of the site&#8217;s url when entering authentication/login info. Careful of phishing attacks.</p>
<p>Sorry, folks, ThreatFire doesn&#8217;t protect you from phishing attempts like this one &#8212; it wasn&#8217;t designed to stop phish, and nothing at the software behavioral level looks malicious here. The times that we visited the active site, there was no malware delivered from brunga. However, there was an iframe at the bottom of the page redirecting the browser to a site that has been known to deliver LuckySploit exploit pages (updateserver. com, another site to avoid for now). Any successful LuckySploit attack is bound to deliver a barrage of various malware, recently including banking password-stealer <a href="http://www.threatexpert.com/report.aspx?md5=b592bd48dca17d54d5defff936ea0dda" target="_blank">Zbot</a>, sophisticated spambots like Rustock, and various other custom-made <a href="http://www.threatexpert.com/report.aspx?md5=95a2c43a986fda2cef6914a7ca994297" target="_blank">keyloggers</a>. This specific server is busy, malicious, and it has been involved in <a href="http://hphosts.blogspot.com/2009/05/livecom-poisoning-gumblarmartuz-isnt.html" target="_blank">Live.com poisoning</a> too. On a daily basis, ThreatFire is preventing these malformed-pdf based LuckySploit attacks in high numbers.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.threatfire.com/2009/05/brungaat-facebook-phish.html/feed</wfw:commentRss>
		<slash:comments>3</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>
	</channel>
</rss>
