<?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>Malware Analysis</title>
	<atom:link href="http://www.malware-analysis.net/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.malware-analysis.net</link>
	<description>A look at malicious code and it&#039;s behavior</description>
	<lastBuildDate>Thu, 19 Aug 2010 21:53:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Ramnit.A Virus</title>
		<link>http://www.malware-analysis.net/?p=321</link>
		<comments>http://www.malware-analysis.net/?p=321#comments</comments>
		<pubDate>Wed, 18 Aug 2010 20:06:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Analysis]]></category>

		<guid isPermaLink="false">http://www.malware-analysis.net/?p=321</guid>
		<description><![CDATA[Wow it has been quite a while since I last posted and life/work/etc&#8230; have been crazy. But I wanted to post about a new infection we&#8217;re really starting to see take off in the forums. W32/Ramnit.A &#8211; aka Packed.Win32.Krap by Kaspersky or W32/Infector by Avira and others Analysis Virus Total Results ThreatExpert Analysis The good [...]]]></description>
			<content:encoded><![CDATA[<p>Wow it has been quite a while since I last posted and life/work/etc&#8230; have been crazy. But I wanted to post about a new infection we&#8217;re really starting to see take off in the forums.</p>
<p><strong>W32/Ramnit.A</strong> &#8211; aka Packed.Win32.Krap by Kaspersky or W32/Infector by Avira and others</p>
<h2>Analysis</h2>
<p><a href="http://www.virustotal.com/file-scan/report.html?id=9b3e916dc35d28675b6834228d592080281a0e46ac1d6f65915e5d39540c1566-1282078007" target="_blank">Virus Total Results</a></p>
<p><a href="http://www.threatexpert.com/report.aspx?md5=644341da13a7087f7d7f5f64a92db662" target="_blank">ThreatExpert Analysis</a></p>
<p>The good news (and I don&#8217;t have much of that here) is that it is relatively easy to spot this infection using simple tools.</p>
<p>From a HijackThis log:</p>
<p>F2 &#8211; REG:system.ini: UserInit=c:\windows\system32\userinit.exe,,<strong>c:\program files\microsoft\desktoplayer.exe<br />
</strong>Note the text in bold is appended to the legitimate UserInit key.</p>
<p>O4 &#8211; HKCU\..\Run: [{223B6D2D-679B-65F9-E93A-D4F20B56A562}] &#8220;C:\Documents and Settings\Administrator\Application Data\Puzyr\umluy.exe&#8221;<br />
The file name and folder, along with the CLSID, are randomly named and will help to start this infection up every time the computer is rebooted.</p>
<p>This Malware has been referred to as a &#8220;cocktail&#8221; infection. There are 3 main components:</p>
<p><span style="text-decoration: underline;">Backdoor Trojan</span>: This allows the attacker to have complete control of your system to do with it what they wish.<br />
<span style="text-decoration: underline;">Rootkit:</span> This component, while not malicious in itself, allows the attacker to hide the presence of Malware and the attackers activity.<br />
<span style="text-decoration: underline;">File Infector</span>: The viral piece of the infection that infects windows system files such as executables and dll files. Very similar to other infections of this type such as Virut and Sality.</p>
<p>While most times the first 2 components can be identified and removed, the third is very difficult to clean and most experts recommend a complete rebuild of the OS.</p>
<h2>Removal</h2>
<p>I will give my standard warning and disclaimer here that <strong><span style="text-decoration: underline;">this information should not be used for removal instructions</span></strong> and is only intended as part of the analysis and testing for informational purposes. Because each infection can differ and the fact that this one allows the remote attackers to install and run pretty much anything they want, infections will vary from system to system and each case should be treated on an individual basis by an expert. As of this writing I have not had complete success in cleaning this and have not seen one cleaned successfully in the forums. The standard advice given with this infection is a complete reformat and re-install of the operating system. Care should be taken when doing this and the following should be observed:</p>
<ol>
<li>You should only back up your data such as pictures, music, documents, etc&#8230; Do not back up any system files or installers as they may be infected.</li>
<li><strong>All</strong> drives and partitions (including flash drives) should be cleaned. This infection can spread very easily so if backup or other drives are infected, when reconnected they will start the whole process over again. I won&#8217;t post the link to protect the guilty, but I saw one thread where the user had to re-install Windows 3 times because they did not follow these instructions.</li>
</ol>
<p>The sample tested here dropped the infamous<a href="http://www.eset.com/resources/white-papers/TDL3-Analysis.pdf" target="_blank"> TDL3</a> Rootkit. While more involved tools such as GMER are usually needed to identify it, the usual tell tale signs are Google redirects. One of the most effective and simple to use tools for removal is <a href="http://support.kaspersky.com/viruses/solutions?qid=208280684" target="_blank">Kaspersky&#8217;s TDSSKiller</a>. They have also recently updated the tool so it is now a simple point and click GUI tool.</p>
<p><a href="http://www.malware-analysis.net/wp-content/uploads/2010/08/tdsskillerresults.png"><img class="aligncenter size-full wp-image-324" title="tdsskillerresults" src="http://www.malware-analysis.net/wp-content/uploads/2010/08/tdsskillerresults.png" alt="" /></a></p>
<p>So TDL3 and the redirects are gone, but what about the rest?</p>
<p>Here is where it gets difficult. The 04 run key entry and file are removable using some of the more aggressive tools such as Avenger or AVZ, but the Winlogon/UserInit key and desktoplayer.exe file are locked in and will simply be recreated if you are able to remove them. Combofix also will attempt to delete the file but it just comes right back. At this point I have not been able to find a way to remove them from within the OS (and at this point have not observed a thread in the forums where they have) and my next step in the thought process will be to try a PE boot disk with the OTL plugin. This still leaves us with infected system files that may or may not be able to be repaired using one of the boot disks such as DrWeb, Kaspersky, or Avira. Another option may be to run a repair install over the OS. But as of right now my suggestion to anyone I&#8217;m helping is the format and reload approach.</p>
<p>I will update later when I get some time to work with the PE tools.</p>
<h2><span style="color: #ff0000;">Update:</span></h2>
<p>Using UBDC along with OTL I was able to clean this up. After clearing out the loading points from the registry and removing the files I ran scans with Avira and Kaspersky live boot disks to clean out the infected system and program files. Any .htm or .html files cannot be cleaned and need to be deleted.</p>
<p>You cannot reboot into the live OS after just cleaning with OTL as the infection will just come back. While cleaning this from a PE or boot disk is possible you may need to re-install some programs and it would still be hard to really trust the integrity of the system. Best advice is still to wipe it clean in my opinion.</p>
<p>I have also seen a few threads in the forums where users were successful by stopping all iexplore.exe (infected) processes and cleaning out the loading points quickly before it comes back. If you&#8217;re quick enough you can do this, but you are still stuck with a whole bunch of infected system and program files. In my case HijackThis.exe had become infected so when I relaunched it to check things it reloaded the infection. Fun stuff indeed&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.malware-analysis.net/?feed=rss2&amp;p=321</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Appropriately Named Winlock Trojan</title>
		<link>http://www.malware-analysis.net/?p=295</link>
		<comments>http://www.malware-analysis.net/?p=295#comments</comments>
		<pubDate>Mon, 28 Jun 2010 19:59:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Analysis]]></category>

		<guid isPermaLink="false">http://www.malware-analysis.net/?p=295</guid>
		<description><![CDATA[The dropper sample analyzed here was picked up from a colleague in the forums. It&#8217;s identified as Trojan Winlock, Calelk.C, and other various names. It has also been known to partner up with the TDSS rootkit, although this sample did not drop that component of the infection. Analysis On the date of analysis less than [...]]]></description>
			<content:encoded><![CDATA[<p>The dropper sample analyzed here was picked up from a colleague in the forums. It&#8217;s identified as Trojan Winlock, Calelk.C, and other various names. It has also been known to partner up with the <a href="http://www.prevx.com/blog/139/Tdss-rootkit-silently-owns-the-net.html" target="_blank">TDSS rootkit</a>, although this sample did not drop that component of the infection.<a href="http://www.malware-analysis.net/wp-content/uploads/2010/06/mainpic1.png"><br />
</a></p>
<h2><span style="text-decoration: underline;">Analysis</span></h2>
<p>On the date of analysis less than half of the scanners at VT identified this sample as Malware, but I&#8217;m sure this will improve as time passes and the engines play catch up in the never ending game of cat and mouse.</p>
<p><a href="http://www.virustotal.com/analisis/3fb245ab1427cb59a359fb2e910a3a8e7e4535114cf61469001d740305e97200-1277483943" target="_blank">Virus Total Results</a></p>
<p>Neither <a href="http://www.threatexpert.com/" target="_blank">ThreatExpert</a> or the <a href="http://www.norman.com/technology/norman_sandbox/" target="_blank">Norman Sandbox</a> picked up any malicious activity on this sample.</p>
<p>True dynamic analysis was impossible to do with my preferred tools (Regshot, InstallWatch, ProcessExplorer) because immediately after execution of the sample the entire system was locked and displayed the following screen.</p>
<p><a href="../wp-content/uploads/2010/06/mainpic1.png"><img title="mainpic" src="../wp-content/uploads/2010/06/mainpic1.png" alt="" /></a></p>
<p>Nothing would work, other than clicking on the link which would open up a porn page in IE. <strong>No</strong> program would run, Task Manager would not run, and the system had to be physically shut off. Safe Mode unfortunately proved to give the same results, making this pretty much impossible to remove when the OS is loaded. We see where they got the name <em>Winlock</em> for this one.</p>
<p>I cannot decipher what most of the message in the window is saying, but there does appear to be a phone number to contact the hacker and get your PC unlocked, for a <em>small price</em> I&#8217;m sure. So the goal of this infection is to &#8220;kidnap&#8221; your computer and demand a ransom. Obviously it is not advised to make any contact with them or give them any money.</p>
<h2><span style="text-decoration: underline;">Removal and Recovery</span></h2>
<p>With this infection we need to resort to some type of boot CD which will allow us to work from outside the operating system. There are several of these Windows based PE disks such as <a href="http://www.nu2.nu/pebuilder/" target="_blank">BartPE</a> and <a href="http://www.ubcd4win.com/" target="_blank">UBCD4 for Windows</a>. I would also suppose you could use a Linux based disk to copy/backup files to another disk, or run some Anti-Malware tools to try and clean it.  My favorite tool for this type of work is a tool designed by one of the developers in the Anti-Malware forums, OldTimer. It&#8217;s based on the <a href="http://www.reatogo.de/REATOGO.htm" target="_blank">Reatogo PE disk</a> and includes OldTimer&#8217;s OTL (formerly OTListIt), which is similar to HijackThis but provides a much more thorough system analysis. Although there are some questions around the legality of downloading and preparing such a disk and potential copyright infringements, this tool can be easily made by users with some simple instructions from a forum helper and with a little guidance can aid in the removal of the infection. My feeling is that if the user has a legal copy of Windows, then why can&#8217;t they create a disk to aid in repairing it?</p>
<p>Now with that out of the way, we can load the PE environment onto the infected PC and run OTL. Here we can see how this infection loads right when the PC starts. The following registry entry is created:</p>
<p>020-HKLM Winlogon: UserInit-(C:\DOCUME~1\Dave\LOCALS~1\Temp\bldjad.exe)</p>
<p>Which equates to this in our registry:</p>
<p>HKEY_LOCAL_MACHINE\Software\Microsoft\Windows  NT\CurrentVersion\Winlogon<br />
Userinit=C:\WINDOWS\system32\userinit.exe, <span style="color: #ff0000;"><strong><br />
C:\Documents and Settings\Dave\Local Settings\Temp\bldjad.exe</strong></span></p>
<p>The data in red (our Malware) is loaded along with the legitimate userinit value. Userinit.exe is used on boot-up to manage the different start up sequences needed, such as  establishing network connection and starting up the Windows shell.</p>
<p>The following file is created in the temp directory should also be deleted:</p>
<p>C:\Documents and Settings\Dave\Local Settings\Temp\<span style="color: #ff0000;"><strong>bldjad.exe</strong></span></p>
<h2><span style="text-decoration: underline;">Summary</span></h2>
<p><span style="color: #000000;">Variations of this Malware have been around for a few years now. It is mainly seen in Russia as described in <a href="http://www.spamfighter.com/News-13849-TrojanWinlock-A-Money-Extorting-Malware-Hits-Russian-Computers.htm" target="_blank">this article</a>. Do not give the attackers any information, money, or even try to call/SMS them. As I end with most every article, seek help in one of the ASAP approved forums, or if you&#8217;re not comfortable with these types of issues bring it to a shop so they can at least recover your data before wiping the OS clean. Note that most shops will wipe the OS clean rather than trying to clean the PC, whereas in the forums we will typically do our best to clean it, within reason.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.malware-analysis.net/?feed=rss2&amp;p=295</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Persistent Security Tool Malware Rogue</title>
		<link>http://www.malware-analysis.net/?p=285</link>
		<comments>http://www.malware-analysis.net/?p=285#comments</comments>
		<pubDate>Fri, 14 May 2010 16:23:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Analysis]]></category>

		<guid isPermaLink="false">http://www.malware-analysis.net/?p=285</guid>
		<description><![CDATA[I was recently doing some testing in the VM with several of the various rogues that we are seeing lately. This testing was mainly looking at how Malware modifies proxy settings and such (will be in a later article). One of the rogues that that landed was the Security Tool Malware. Most of these rogues [...]]]></description>
			<content:encoded><![CDATA[<p>I was recently doing some testing in the VM with several of the various rogues that we are seeing lately. This testing was mainly looking at how Malware modifies proxy settings and such (will be in a later article). One of the rogues that that landed was the Security Tool Malware. Most of these rogues are usually pretty simple to remove if you know what you&#8217;re doing and use the right tools. The <a href="http://www.bleepingcomputer.com/virus-removal/remove-security-tool" target="_blank">removal method</a> detailed by <a href="http://www.bleepingcomputer.com/forums/index.php?showuser=3" target="_blank">Grinler</a> at <a href="http://www.bleepingcomputer.com/" target="_blank">BleepingComputer</a> using rkill and MalwareBytes will usually do the trick removing the rogues.</p>
<p>This particular variant was very aggressive and diverted my attention away from what I was doing to how can this thing be removed. Basically what happens is the random process that is created by the Malware blocks just about everything from running, including Task Manager.</p>
<pre>C:\Documents and Settings\All Users\Application Data\01284924\01284924.exe
</pre>
<p>This process is started with a run key every time Windows starts. Even using rkill as described in the BC guide was not successful. A command window from rkill would pop-up for a quick second then close. Giving the following message from the Malware.</p>
<p><a href="http://www.malware-analysis.net/wp-content/uploads/2010/05/rkill.png"><img class="aligncenter size-full wp-image-288" title="rkill" src="http://www.malware-analysis.net/wp-content/uploads/2010/05/rkill.png" alt="" width="413" height="182" /></a></p>
<p>The removal guide says to ignore this warning and keep trying to run the tool. This was not successful in my case. Basically <strong>nothing</strong> will run, neither Windows tools or tools like HijackThis, DDS, OTL, etc&#8230;, and the desktop has been rendered blank.</p>
<p>Well, after playing around for a while in Normal Mode and getting nowhere, I decided to get back to basics and boot into Safe Mode. This is not anything new and we were trained to do this early on in Malware removal. This made things very simple. The process did not run, so my desktop appeared and I could run any and all tools. I simply used HijackThis to take out the run key, deleted the folder, and rebooted into Normal Mode. This will disable the active part of the Malware, allowing you to run tools like MalwareBytes to finish off the rest.</p>
<p>This is certainly not &#8220;earth shattering&#8221; news and Malware removal experts I&#8217;m sure are saying &#8220;no duh, Safe Mode is nothing new!!!&#8221;, but getting back to basics can be the way to go with removing Malware sometimes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.malware-analysis.net/?feed=rss2&amp;p=285</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Max++ &#8220;version 2&#8243; Rootkit Analysis</title>
		<link>http://www.malware-analysis.net/?p=236</link>
		<comments>http://www.malware-analysis.net/?p=236#comments</comments>
		<pubDate>Mon, 22 Mar 2010 19:54:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Analysis]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[max++]]></category>
		<category><![CDATA[rootkit]]></category>
		<category><![CDATA[ZAccess]]></category>

		<guid isPermaLink="false">http://www.malware-analysis.net/?p=236</guid>
		<description><![CDATA[Although not widespread there is a rootkit that has been going around for the past few months called ZAccess, aka Zeloaces, or aka Max++ (version 2). It is really nothing like &#8220;version 1&#8243; of Max++ and the mode of operation is quite simple, at least on the surface. I have not seen too many of [...]]]></description>
			<content:encoded><![CDATA[<p>Although not <em>widespread</em> there is a rootkit that has been going around for the past few months called ZAccess, aka Zeloaces, or aka Max++ (version 2). It is really nothing like &#8220;version 1&#8243; of Max++ and the mode of operation is quite simple, at least on the surface. I have not seen too many of these very recently as the mebroot/helpassistant rootkit infections seem to be more prevalent right now.</p>
<p>Signs of this infection are very little. The only issue I had were random, occasional re-directs using several different browsers including IE and Firefox. Here is a screenshot of a re-direct when doing a search on &#8220;Kaspersky&#8221;.</p>
<p><a href="http://www.malware-analysis.net/wp-content/uploads/2010/03/redirect7.png"><img class="aligncenter size-full wp-image-249" title="redirect" src="http://www.malware-analysis.net/wp-content/uploads/2010/03/redirect7.png" alt="" /></a></p>
<p>Looks just like a Kaspersky page with the color scheme and layout, but it&#8217;s not.</p>
<p>Also, from a GMER scan you will likely see something like the following:</p>
<pre>---- Processes - GMER 1.0.15 ----
</pre>
<pre>Library  \\74.117.114.86\max++.x86.dll (*** hidden *** ) @
C:\WINDOWS\system32\lsass.exe [744] 0x35670000</pre>
<pre>Library  \\74.117.114.86\max++.x86.dll (*** hidden *** ) @
C:\WINDOWS\system32\svchost.exe [996] 0x35670000</pre>
<h3><strong><span style="text-decoration: underline;">Dynamic Analysis:</span></strong></h3>
<p>The Malware infects a single random driver file in the drivers directory:</p>
<pre>C:\WINDOWS\system32\drivers</pre>
<p>It also creates a hidden configuration file in the following location:</p>
<pre>C:\WINDOWS\system32\config
</pre>
<p>The file will be a randomly named file looking something like this:</p>
<pre>dbeenjqi.sav
</pre>
<p>The configuration file will load all of the original properties of the clean driver file. It will intercept all calls to the driver and return legitimate file property information such as MD5, digital signing, etc&#8230; It will even intercept a copy if done within Windows. So identifying the driver file is the real challenge here. <span style="color: #ff0000;"><strong>WARNING:</strong> Do not try to delete or rename the configuration file as you will be blessed with an unbootable system and a lovely BSOD</span>.</p>
<h3><span style="text-decoration: underline;"><strong>Removal:</strong></span></h3>
<p>One way to remedy this is to work &#8220;outside&#8221; of Windows, using a BartPE, Hirens, or similar boot disk. The recovery console is also an option. Then the driver file can be identified without being masked by the rootkit. I was able to do this by simply copying over all of the driver files to a newly created folder. I could then boot back into Windows and run a <a href="http://technet.microsoft.com/en-us/sysinternals/bb897441.aspx" target="_blank">sigcheck</a> routine on the newly created folder. This will return the unsigned driver to identify it.</p>
<p>Replace the driver file with a clean copy, delete the configuration file, and you should be all set. Although Malware often comes along with other &#8220;friends&#8221;, and there may likely be more. So a full system scan with an updated Antivirus/AntiMalware would be in order. There have also been some nice tools developed by some of the incredible forum volunteers to help deal with this. If you are not experienced in dealing with these types of issues I would suggest you head over to one of the <a href="http://asap.maddoktor2.com/" target="_blank">ASAP approved forums</a> to get expert help.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.malware-analysis.net/?feed=rss2&amp;p=236</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Zimuse Worm ~ A Hard Drive Killer</title>
		<link>http://www.malware-analysis.net/?p=208</link>
		<comments>http://www.malware-analysis.net/?p=208#comments</comments>
		<pubDate>Thu, 04 Feb 2010 01:49:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Analysis]]></category>

		<guid isPermaLink="false">http://www.malware-analysis.net/?p=208</guid>
		<description><![CDATA[This one has been big in the news as of late and I received a few samples to play with. I have not seen any cases in the forums yet but I&#8217;m wondering if it&#8217;s because of the fact there are almost no indications of it running. This could be unfortunate because if it goes [...]]]></description>
			<content:encoded><![CDATA[<p>This one has been big in the news as of late and I received a few samples to play with. I have not seen any cases in the forums yet but I&#8217;m wondering if it&#8217;s because of the fact there are almost no indications of it running. This could be unfortunate because if it goes undetected for either 20 or 40 days, depending on the variant, it will overwrite the Master Boot Record on the system and render it un-bootable.</p>
<p>The sample tested here is masked as an IQ Test. Since it is a worm it will spread via the usual ways such as removable drives and has also been reported embedded in legitimate websites as a self extracting download. Originally it has been reported that the Malware was developed as a prank against a small community of bikers in Slovakia, but this Malware has spread into the wild and the US has reported the highest incident rate.</p>
<p>The sample tested here has a pretty solid detection rate.</p>
<p><a href="http://www.virustotal.com/analisis/cb2d85e0b3d30eb528a323584d4643a77b96a24493fb561c19a2de8315eba740-1265151336" target="_blank">Virus Total IQTest.exe sample results</a></p>
<h2>Analysis</h2>
<p>As stated earlier the Malware pretends to be an IQ Test. Upon execution of the sample the entire monitor screen will go black with what I assume is an Slovakian IQ Test?</p>
<p><a href="http://www.malware-analysis.net/wp-content/uploads/2010/02/firstscreen.png"><img class="aligncenter size-full wp-image-212" title="firstscreen" src="http://www.malware-analysis.net/wp-content/uploads/2010/02/firstscreen.png" alt="" width="627" height="414" /></a></p>
<p>A full reboot is necessary to fully launch the Malware.</p>
<h3><strong>System Analysis</strong></h3>
<p>The following files and folders are created:</p>
<pre>C:\Program Files\Dump                          
C:\Program Files\Dump\Dump.exe
C:\WINDOWS\system32\ainf.inf                 
C:\WINDOWS\system32\mseus.exe                
C:\WINDOWS\system32\tokset.dll         
C:\WINDOWS\system32\drivers\Mseu.sys                
C:\WINDOWS\system32\drivers\Mstart.sys
</pre>
<p>The following registry modifications are made:</p>
<p>Registry Keys created:</p>
<pre>HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\Root\LEGACY_MSTART
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\Root\LEGACY_MSTART\0000
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\Root\LEGACY_MSTART\0000\Control
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Mseu
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\MSTART
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\MSTART\Security
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\MSTART\Enum
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\UnzipService
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_MSTART
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_MSTART\0000
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_MSTART\0000\Control
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Mseu
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSTART
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSTART\Security
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSTART\Enum
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UnzipService
</pre>
<p>Registry Values created:</p>
<pre>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
Dump = "%ProgramFiles%\Dump\Dump.exe<em>
</em></pre>
<pre>[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\Root\LEGACY_MSTART\0000\Control]
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\Root\LEGACY_MSTART\0000]
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\Root\LEGACY_MSTART]
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Mseu]
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\MSTART\Enum]
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\MSTART\Security]
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\MSTART]
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\UnzipService]
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_MSTART\0000\Control]
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_MSTART\0000]
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_MSTART]
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Mseu]
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSTART\Enum]
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSTART\Security]
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSTART]
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UnzipService]
</pre>
<p>Symptoms of infection are essentially non-existent. No system slow down, re-directs, pop-ups, or any of the other usual indicators. The only indication is you will see the <em>Mseus.exe </em>process running in Windows Task Manager. So you say, what&#8217;s the problem? Well, the payload will hit in a matter of days (or weeks). Depending on the variant you will get a system message either after 20 or 40 days.</p>
<p><a href="http://www.malware-analysis.net/wp-content/uploads/2010/02/zimusepopup1.png"><img class="aligncenter size-full wp-image-233" title="zimusepopup" src="http://www.malware-analysis.net/wp-content/uploads/2010/02/zimusepopup1.png" alt="" width="605" height="126" /></a></p>
<p>I was able to trigger this message by setting the clock ahead by 21 days. Clicking OK restarts the computer and on the next boot&#8230;</p>
<p><a href="http://www.malware-analysis.net/wp-content/uploads/2010/02/zimusenoos.png"><img class="aligncenter size-full wp-image-228" title="zimusenoos" src="http://www.malware-analysis.net/wp-content/uploads/2010/02/zimusenoos.png" alt="" width="734" height="173" /></a></p>
<p>Ouch!!! Master Boot Record written over will cause this message, and an unbootable PC.</p>
<h2>Removal</h2>
<p>I tried 2 tools that are &#8220;advertised&#8221; to remove this infection.</p>
<p><a href="http://www.zimuse.com/download-removal-tool.php" target="_blank">Bitdefender removal tool</a></p>
<p><a href="http://www.eset.eu/download/ezimuse-remover" target="_blank">Eset Zimuse remover</a></p>
<p>Neither tool was successful. The Bitdefender tool simply stalled the system and did nothing after several hours of running. The Eset tool ran but did not remove the infection.</p>
<p>I was able to remove it &#8220;manually&#8221; using specialized tools, but MalwareBytes Anti-Malware was able to remove most of it and disabled the active part of the infection, allowing the Bitdefender tool to run and finish the cleanup (which could also have been done manually). Like I usually advise, you should visit one of the free forums and get expert help to make sure you&#8217;re all clean.</p>
<p>As opposed to the early days of script kiddies writing prank viruses, most infections these days have some motive for their operation, usually profit. This one brings us back to those days in some ways as I see no motive (other than a &#8220;prank&#8221;) for its&#8217; existence.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.malware-analysis.net/?feed=rss2&amp;p=208</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Playing around with a Banker Trojan</title>
		<link>http://www.malware-analysis.net/?p=179</link>
		<comments>http://www.malware-analysis.net/?p=179#comments</comments>
		<pubDate>Wed, 27 Jan 2010 02:44:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Analysis]]></category>

		<guid isPermaLink="false">http://www.malware-analysis.net/?p=179</guid>
		<description><![CDATA[I know what some of you might say&#8230;.&#8221;why would you want do that?&#8221; As the man said when asked why did you climb the mountain? &#8220;Because it was there&#8221;. My answer is, &#8220;because I can!&#8221; Summary The analysis done here is as usual within an isolated virtual machine. The sample was picked up from a [...]]]></description>
			<content:encoded><![CDATA[<p>I know what some of you might say&#8230;.&#8221;why would you want do that?&#8221; As the man said when asked why did you climb the mountain? &#8220;Because it was there&#8221;. My answer is, &#8220;because I can!&#8221;</p>
<h3><strong><span style="text-decoration: underline;">Summary</span></strong></h3>
<p>The analysis done here is as usual within an isolated virtual machine. The sample was picked up from a poisoned web page.</p>
<p>File name: <strong>Downloads_P.com</strong></p>
<p>Identified as Win32 Trojan Bancos (among many other names).</p>
<p><a href="http://www.virustotal.com/analisis/550e83721fa021671aa8c8b19448a740bd7896bcd10b47790d1cede43858e50f-1264528270" target="_blank">Virus Total Results</a> &#8211; 17 of 41 scanners identified as Malware</p>
<p>Now, Bancos is not new (although this variant is) and there is information dating back to 2003 on this trojan.</p>
<p><a href="http://www.symantec.com/security_response/writeup.jsp?docid=2003-071710-2826-99&amp;tabid=2" target="_blank">Report from Symantec</a></p>
<p>The main goal of this Malware is to steal banking information such as login names, passwords, personal data, etc&#8230;</p>
<p>My goal with this analysis is to try and understand how this particular trojan actually captures the data from the compromised computer.</p>
<h3><strong><span style="text-decoration: underline;">Analysis</span></strong></h3>
<p>Let&#8217;s take a look at what happens when the Malware installs.</p>
<p>When the Downloads_P.com file is run there is one window that pops up a few seconds later:</p>
<p><a href="http://www.malware-analysis.net/wp-content/uploads/2010/01/bancos.png"><img class="aligncenter size-full wp-image-195" title="bancos" src="http://www.malware-analysis.net/wp-content/uploads/2010/01/bancos.png" alt="" width="425" height="198" /></a></p>
<p>A simple click on Fechar and the windows disappears. No other visible activity takes place.</p>
<p><span style="text-decoration: underline;"><strong>System Activity:</strong></span></p>
<p>There are well over 100 various modifications and additions to the registry. But the main 2 are here:<br />
<code><br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Browser Helper Objects\{3CBDC705-6B7E-4B0E-89BE-B55FC00D6C42}89BE-B55FC00D6C42}<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\Machine Works, Inc.: "C:\WINDOWS\system32\aecces.exe"<br />
</code></p>
<p>The first is a malicious BHO (Browser Helper Object) that is installed. There is no file referenced by the BHO which makes me think something may have gone wrong here.</p>
<p>The second entry is a run key that restarts the Malware every time Windows reboots.</p>
<p>Four files are also created:<br />
<code><br />
C:\WINDOWS\system32\aecces.exe<br />
C:\WINDOWS\system32\flashdob.dll<br />
C:\WINDOWS\Mstecf.dat<br />
C:\WINDOWS\Oculs.log<br />
</code><br />
<a href="http://www.threatexpert.com/report.aspx?md5=82a958ad50fe1d29fb9557cefec32935" target="_blank">Threat Expert Report</a></p>
<p>There are absolutely no symptoms of this trojan running on the PC. No redirects, pop-ups, or system slowdown. There is the one process, aecces.exe, that is running in task manager. It takes up only about 8k of memory and is not hogging any CPU cycles. One would never know it was running unless you were looking for it.</p>
<p><span style="text-decoration: underline;"><strong>Network Activity:</strong></span><br />
<code><br />
27    62.407379000    192.168.1.7    192.168.1.1    DNS    Standard query A <strong>newvirtual200x01.rememberit.com.au</strong><br />
29    63.133198000    192.168.1.7    192.168.1.1    DNS    Standard query A <strong>google.com.br</strong></code></p>
<p>The first entry is sending out a DNS query to the specified domain in bold.</p>
<p>+++++++++++++++++++++</p>
<p>Now there are many ways that the Bancos Trojan captures the data from an infected system. There is a <a href="http://www.viruslist.com/en/analysis?pubid=204792084" target="_blank">great writeup here from Kaspersky</a> on the many ways Trojan Bancos works.</p>
<p>A quick summary:</p>
<ul>
<li>Modifies hosts file to redirect to phishing sites</li>
<li>Uses keylogger to capture data entered in to logon forms</li>
<li>Uses screen capture to gather data</li>
<li>Sends data back to attackers email or remote server</li>
</ul>
<p>In the case of our Malware here there was no modification of the hosts file. The means of capturing data here appears to be coming from the <strong>flashdob.dll</strong> file, which is identified as a password stealing trojan. There were no system re-directs to phishing sites so I assume the password stealer is capturing information from live transactions.</p>
<p>+++++++++++++++++++++</p>
<p><a href="http://www.malwarebytes.org/" target="_blank">MalwareBytes&#8217; Anti-Malware</a> does a nice job of cleaning this variant up. But often Malware comes with other friends and there may be more, so visiting one of the free help forums with the appropriate logs is a good idea.</p>
<p>Also critical here is that if you have been infected with this you need to contact all of your banks, credit card companies, and any other financial institutions that you make online transactions with. Making sure not to do this from the infected computer. Read <a href="http://www.dslreports.com/faq/10451" target="_blank">here</a> for more information.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.malware-analysis.net/?feed=rss2&amp;p=179</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Internet Security 2010</title>
		<link>http://www.malware-analysis.net/?p=133</link>
		<comments>http://www.malware-analysis.net/?p=133#comments</comments>
		<pubDate>Wed, 06 Jan 2010 19:17:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Analysis]]></category>

		<guid isPermaLink="false">http://www.malware-analysis.net/?p=133</guid>
		<description><![CDATA[Introduction: Just picked up a downloader trojan for Internet Security 2010 rogue from a fellow researcher. This is a fairly new variant that is only picked up by 5 out of the 41 scanners at Virus Total as Malware. Analysis here was done in a virtual machine as the file is not VM aware. Note [...]]]></description>
			<content:encoded><![CDATA[<h3>Introduction:</h3>
<p>Just picked up a downloader trojan for Internet Security 2010 rogue from a fellow researcher. This is a fairly new variant that is only picked up by 5 out of the 41 scanners at Virus Total as Malware. Analysis here was done in a virtual machine as the file is not VM aware.</p>
<p>Note that while the Malware tested here is very similar to the <a href="http://www.bleepingcomputer.com/virus-removal/remove-internet-security-2010" target="_blank">report and removal instructions by Grinler at Bleeping Computer</a>, this is a new variant and the removal instructions given there will not work as of this writing (I&#8217;m sure MBAM will be updated to deal with this soon though).</p>
<h3><strong>Technical Analysis:</strong></h3>
<p><strong><span style="color: #ff0000;">Please note that the analysis here should not be used as a removal guide for this or any other Malware. If you think you&#8217;re infected you should either go to the forums for help, bring it to a pro, or reformat the PC (which is what the pro will probably do).</span><br />
</strong></p>
<h3><strong>Static Analysis:</strong></h3>
<p>File Name<strong>: winlogon32.exe<br />
</strong></p>
<p><a href="http://www.virustotal.com/analisis/b44501145519c95c9b8052e2d3115a20b2a4f1e497434ae271f457b2c23316  db-1262788216" target="_blank">Virus Total Results</a></p>
<p><a href="http://www.threatexpert.com/report.aspx?md5=38d541e8e0ed43c6b08c894e1464a3ec" target="_blank">Threat Expert Report</a></p>
<p><a href="http://www.malware-analysis.net/reports/anubis_report.pdf" target="_blank">Anubis Report </a></p>
<h3><strong>Dynamic Analysis:</strong></h3>
<p>Upon execution of the sample the system almost immediately generates this window dialog:</p>
<p><img class="aligncenter size-full wp-image-137" title="ISFirstScreen" src="http://www.malware-analysis.net/wp-content/uploads/2010/01/ISFirstScreen1.PNG" alt="ISFirstScreen" width="632" height="264" /></p>
<p>After dismissing the screen the main Internet Security 2010 window appeared.</p>
<p><img class="aligncenter size-full wp-image-145" title="InternetSecurityMain" src="http://www.malware-analysis.net/wp-content/uploads/2010/01/InternetSecurityMain2.PNG" alt="InternetSecurityMain" width="540" height="401" /></p>
<p>The typical onslaught of system tray nags and pop-ups then will ensue.</p>
<p><img class="alignleft size-full wp-image-147" title="ISsystemtray" src="http://www.malware-analysis.net/wp-content/uploads/2010/01/ISsystemtray.PNG" alt="ISsystemtray" width="338" height="114" /><img class="alignright size-full wp-image-148" title="ISsystemtray2" src="http://www.malware-analysis.net/wp-content/uploads/2010/01/ISsystemtray2.PNG" alt="ISsystemtray2" width="331" height="114" /></p>
<p><img class="size-full wp-image-150 alignleft" title="ISsystemtrayupdate" src="http://www.malware-analysis.net/wp-content/uploads/2010/01/ISsystemtrayupdate.PNG" alt="ISsystemtrayupdate" width="347" height="146" /></p>
<p style="text-align: center;"><img class="size-full wp-image-152 aligncenter" title="Alert" src="http://www.malware-analysis.net/wp-content/uploads/2010/01/Alert.PNG" alt="Alert" width="426" height="263" /></p>
<h3><span id="more-133"></span></h3>
<h3><strong>System Modifications:</strong></h3>
<p><span style="text-decoration: underline;">The following files and folders are created:</span></p>
<p>C:\WINDOWS\system32\41.exe<br />
C:\WINDOWS\system32\helper32.dll<br />
C:\WINDOWS\system32\IS15.exe<br />
C:\WINDOWS\system32\smss32.exe<br />
C:\WINDOWS\system32\winlogon32.exe<br />
C:\program files\InternetSecurity2010\IS2010.exe<br />
C:\windows\system32\18467.exe<br />
C:\documents and settings\Administrator\Application Data\Microsoft\Internet Explorer\Quick Launch\Internet Security 2010.lnk<br />
C:\documents and settings\Administrator\Desktop\Internet Security 2010.lnk<br />
C:\documents and settings\Administrator\Start Menu\Internet Security 2010.lnk<br />
C:\program files\InternetSecurity2010</p>
<p><span style="text-decoration: underline;">The following registry loading points are created (from HijackThis):</span></p>
<p>F2 &#8211; REG:system.ini: UserInit=C:\WINDOWS\system32\winlogon32.exe<br />
O4 &#8211; HKLM\..\Run: [smss32.exe] C:\WINDOWS\system32\smss32.exe<br />
O4 &#8211; HKCU\..\Run: [Internet Security 2010] C:\Program Files\InternetSecurity2010\IS2010.exe<br />
O10 &#8211; Unknown file in Winsock LSP: c:\windows\system32\helper32.dll<br />
O10 &#8211; Unknown file in Winsock LSP: c:\windows\system32\helper32.dll</p>
<p>This Malware also resets and sets several restrictions on your system including blocking Task Manager and running the command prompt. The Task Manager option selection is grayed out and cannot be selected, while attempting to start the command prompt results in the following:</p>
<p><img class="aligncenter size-full wp-image-164" title="rkillBlock" src="http://www.malware-analysis.net/wp-content/uploads/2010/01/rkillBlock.PNG" alt="rkillBlock" width="515" height="120" /></p>
<p><span style="text-decoration: underline;">Network Activity:</span></p>
<p>The Malware will attempt to phone home to the following IP address:</p>
<p>193.104.110.50</p>
<p>Associated with these domains:</p>
<p>testavrdown.com<br />
downloadavr25.com</p>
<h3><strong>Removal:</strong></h3>
<p>I would suggest getting help in the forums with this one. The instructions given at the Bleeping Computer link from Grinler I gave earlier will not work on this variant at this point. The rkill tool will not run, resulting in the same error that running the command prompt gives. And MalwareBytes Anti-Malware will not update. It will run but will not remove all of the infection and it will re-spawn on reboot. I would guess that the tools will be updated to deal with this very soon, but the Malware may also be updated to avoid detection and removal. So the same advice goes again, look for help from one of the ASAP forums. See the links in under my blogroll.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.malware-analysis.net/?feed=rss2&amp;p=133</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bagle Analysis</title>
		<link>http://www.malware-analysis.net/?p=93</link>
		<comments>http://www.malware-analysis.net/?p=93#comments</comments>
		<pubDate>Tue, 10 Nov 2009 20:40:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Analysis]]></category>

		<guid isPermaLink="false">http://www.malware-analysis.net/?p=93</guid>
		<description><![CDATA[Bagle Malware appears to be making a comeback lately. Not as much in the US but more so in Europe, although that&#8217;s subject to change as it can spread fast. Bagle is not necessarily new, although new variants are constantly being developed. Usually nastier with each version. This new version is absolutely nasty. Some symptoms [...]]]></description>
			<content:encoded><![CDATA[<p>Bagle Malware appears to be making a comeback lately. Not as much in the US but more so in Europe, although that&#8217;s subject to change as it can spread fast.</p>
<p>Bagle is not necessarily new, although new variants are constantly being developed. Usually nastier with each version. This new version is <strong>absolutely nasty</strong>. Some symptoms of the infection are browser closing, system lags, system security and security tools (such as AntiVirus and Firewall) functions disabled, and the inability to run most any security tools.</p>
<h3><strong>Technical Analysis:</strong></h3>
<p><strong><span style="color: #ff0000;">Please note that the analysis here should not be used as a removal guide for this or any other Malware. If you think you&#8217;re infected you should either go to the forums for help, bring it to a pro, or reformat the PC (which is what the pro will probably do).</span><br />
</strong></p>
<h3><strong>Static Analysis:</strong></h3>
<p>On the date that the sample was captured I ran it by Virus Total and almost 60% of the scanners identified it as Malware. Not bad, but not great either and I&#8217;m sure that will get better with time.</p>
<p><a href="http://www.virustotal.com/analisis/3edb925d969f8ce9a6b39801922b7256c838ae851732b09ea553c6ef0df5a078-1257350730" target="_blank"><span style="text-decoration: underline;"><strong>Virus Total Results</strong></span></a></p>
<p>The sample I tested was packed with <a href="http://www.oreans.com/" target="_blank">Themida</a>, which is a commercial grade packer. This pretty much rules out any real static analysis with my limited unpacking skills at this point. Note that the packing is used to help avoid detection and prevent this type of analysis.</p>
<h3><strong>Dynamic Analysis:</strong></h3>
<p>Here is where the fun begins for me&#8230;</p>
<p>I was able to get this sample to run in VMWare which is nice for analysis.</p>
<p>Upon execution of the sample the system pauses for a few seconds then generates this window:</p>
<p><img class="aligncenter size-full wp-image-96" title="bagle first window" src="http://www.malware-analysis.net/wp-content/uploads/2009/11/bagle-first-window.PNG" alt="bagle first window" width="430" height="297" /></p>
<p>Well, I don&#8217;t know what that means but I know what OK! means. So I proceed with that and see this next:</p>
<p><img class="aligncenter size-full wp-image-97" title="bagle 2cd window" src="http://www.malware-analysis.net/wp-content/uploads/2009/11/bagle-2cd-window.PNG" alt="bagle 2cd window" width="416" height="346" /></p>
<p>What looks like some kind of a Windows logon screen or something. Well again&#8230;.OK is good for me.</p>
<p>After that not much and was wondering if it really ran in the VM. I tried to run some basic system analysis with HijackThis and a rootkit scan with GMER and<strong> neither</strong> would run. Soon after the system rebooted by itself. At this point I was pretty confident that the Malware took to the VM.</p>
<p>Looking at the file/folder/registry modifications with InstallWatch and RegShot showed several folders and registry entries created, very similar to the report from Threat Expert.</p>
<p><a href="http://www.threatexpert.com/report.aspx?md5=cd875136578420bee53ee7dc177a4d93" target="_blank"><span style="text-decoration: underline;"><strong>Threat Expert Report</strong></span></a></p>
<p>As we can see quite a bit of activity and this is starting to look like some nasty stuff, but more will be revealed&#8230;</p>
<p>After reboot I tried HijackThis and GMER again (without success). I also tried running MalwareBytes and that would not go.</p>
<p>I was able to get both Old Timers OTL and sUBs DDS tools to run which showed some interesting entries (definitely Malware).<br />
<strong>OTL:</strong><br />
Processes:<br />
<code>PRC - [2009/11/10 14:05:13 | 00,899,076 | ---- | M] () -- C:\Documents and Settings\Administrator\Application Data\drivers\downld\62359.exe<br />
Driver Services:<br />
DRV - [2009/11/10 14:04:59 | 00,119,188 | ---- | M] () -- C:\Documents and Settings\Administrator\Application Data\drivers\wfsintwq.sys -- (srosa)<br />
Pseudo HJT:<br />
O4 - HKCU..\Run: [flec003.exe] C:\Documents and Settings\Administrator\Application Data\hidires\flec003.exe (http://www.emule-project.net)</code></p>
<p>DDS showed the same process, run key, and driver that OTL did.</p>
<p>Now, making sure that hidden files are showing in XP, I looked for those files and registry entries but none of them were visible. The only thing I could see was a file called srosa2.sys in the drivers folder.</p>
<p>Now, we can pretty much deduce from these findings that there is no doubt a well planted rootkit running here. The presence of <a href="http://www.bleepingcomputer.com/startups/srosa-19857.html" target="_blank"><span style="text-decoration: underline;"><strong>srosa</strong></span></a> (which is a well known rootkit) and the fact we cannot see anything with the normal Windows tools confirms this.</p>
<p>So since we cannot run my favorite rootkit tool GMER, we&#8217;ll try some others. Tried running SysProt ARK but no success there. Next tried RootRepeal and was able to run.<br />
<code><br />
Hidden/Locked Files<br />
-------------------<br />
Path: C:\Program Files\Movie Maker\Shared<br />
Status: Invisible to the Windows API!</code></p>
<p>Path: c:\windows\system32\ntkrnlpa.exe<br />
Status: Allocation size mismatch (API: 24576, Raw: 2060288)</p>
<p>Path: C:\WINDOWS\ime\shared<br />
Status: Invisible to the Windows API!</p>
<p>Path: C:\Documents and Settings\Administrator\Application Data\hidires<br />
Status: Invisible to the Windows API!</p>
<p>Path: C:\Documents and Settings\Administrator\Application Data\drivers\downld<br />
Status: Invisible to the Windows API!</p>
<p>Path: C:\Documents and Settings\Administrator\Application Data\drivers\wfsintwq.sys<br />
Status: Invisible to the Windows API!</p>
<p>Path: C:\Documents and Settings\Administrator\Application Data\drivers\winupgro.exe<br />
Status: Invisible to the Windows API!</p>
<p>Path: C:\Documents and Settings\Administrator\Application Data\hidires\flec003.exe<br />
Status: Invisible to the Windows API!</p>
<p>Path: C:\Documents and Settings\Administrator\Application Data\m\flec006.exe<br />
Status: Invisible to the Windows API!</p>
<p>Path: C:\Documents and Settings\Administrator\Application Data\m\shared<br />
Status: Invisible to the Windows API!</p>
<p>Path: C:\Documents and Settings\Administrator\Local Settings\Temp\000058cb\autorun.inf<br />
Status: Invisible to the Windows API!</p>
<p>Processes<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Path: C:\Documents and Settings\Administrator\Application Data\hidires\flec003.exe<br />
PID: 236    Status: Hidden from the Windows API!</p>
<p>Path: C:\Documents and Settings\Administrator\Application Data\drivers\winupgro.exe<br />
PID: 472    Status: Hidden from the Windows API!</p>
<p>Path: C:\Documents and Settings\Administrator\Application Data\m\flec006.exe<br />
PID: 1376    Status: Hidden from the Windows API!</p>
<p>Hidden Services<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Service Name: srosa<br />
Image Path: system32\DRIVERS\sr.sys</p>
<p>I tried removing the hidden service, sr.sys, but RR would not do it. I then was able to wipe several of the hidden files and was subsequently able to run GMER. To try and bring some brevity to an already way too long post I&#8217;m not going to show everything GMER found (which was a lot!). Here is a summary:</p>
<p>It confirmed the Malware we have already seen with the other tools, but it found much more.</p>
<p>In this hidden folder:<br />
C:\Documents and Settings\Administrator\Application Data\drivers\downld\<br />
There were about 30 files similar to the following, 311109.exe. All random numbers.</p>
<p>Then the real find and the <span style="text-decoration: underline;">main goal</span> of this Malware:<br />
C:\Documents and Settings\Administrator\Application Data\hidires\WDIR\000-484 &#8211; Enterprise Connectivity with J2EE Practice Exam Questions 1.0 (KeyGen).zip<br />
C:\Documents and Settings\Administrator\Application Data\m\shared\12Ghosts Timer 9.0.52.5740.zip</p>
<p>There were about 100 zip archived files in each of the<strong> WDIR</strong> and <strong>shared</strong> hidden folders. These are not keygen files or game files like they are all labeled. Analysis showed that in each of those archives the same Bagle dropper is packed up and ready for someone to download and infect themselves. So you&#8217;re saying, how are they going to get them off my PC? Well, this entry:<code><br />
O4 - HKCU..\Run: [flec003.exe] C:\Documents and Settings\Administrator\Application Data\hidires\flec003.exe (http://www.emule-project.net)<br />
</code></p>
<p>Starts up an <a href="http://www.emule-project.net/home/perl/general.cgi?l=1" target="_blank">Emule</a> P2P host right off your machine every time it starts. Yes, as my kids say, you and your PC have been <a href="http://www.urbandictionary.com/define.php?term=pwnd" target="_blank">Pwnd</a>. Your PC is serving up Malware to the world.</p>
<p>The scary thing with this Malware is the only real indication of its&#8217; presence is it slows down system performance (those CPU cycles are busy serving up Malware). There are no pop-ups or redirects, and your security software has been disabled so it knows nothing. You&#8217;re browser will shut down if you try to surf to any security sites, and many tools won&#8217;t run. So if you have these symptoms I would suggest getting help.</p>
<p>It is possible to remove this Malware. But again, unless you really know what you&#8217;re doing I would suggest heading over to the forums and posting the required logs so an expert can take a look.</p>
<p>Sorry for such a long post here, but I left a lot out, trust me. This one was also real fun to play with and analyze. I hope this provides some insight into how this stuff spreads itself around. Also it should alert you to the dangers of P2P file sharing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.malware-analysis.net/?feed=rss2&amp;p=93</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>IObit using blackhat SEO to promote product</title>
		<link>http://www.malware-analysis.net/?p=83</link>
		<comments>http://www.malware-analysis.net/?p=83#comments</comments>
		<pubDate>Thu, 05 Nov 2009 20:02:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Analysis]]></category>

		<guid isPermaLink="false">http://www.malware-analysis.net/?p=83</guid>
		<description><![CDATA[WARNING: The material presented here may be offensive to some readers. It relates to the promotion of online porn and other questionable practices. If you are not comfortable with it then please surf away from here. In follow up discussions and investigations of IObit, it has been discovered that part of their marketing plan is [...]]]></description>
			<content:encoded><![CDATA[<p><strong><span style="text-decoration: underline;">WARNING:</span></strong> The material presented here may be offensive to some readers. It relates to the promotion of online porn and other questionable practices. If you are not comfortable with it then please surf away from here.</p>
<p>In follow up discussions and investigations of IObit, it has been discovered that part of their marketing plan is to use questionable search terms to drive traffic to their sites and products. NOTE: This has nothing to do with the alleged theft of intellectual property by IObit.</p>
<p>I have issues with at least 2 pages that they are currently hosting (note that I made sure the links below are not &#8220;clickable&#8221; and would need to be copy and pasted into your browser if you want to see them, just so it doesn&#8217;t happen by accident).</p>
<p>http://www.iobit.com/porn-games.html</p>
<p>http://www.iobit.com/naruto-hentai.html</p>
<p>While these pages do not explicitly host porn, they are promoting their products by directing users from those pages back to the main IObit pages. Note also that it has been proven that these pages have been up for some time now, long before the property theft scandal, and they have not been hacked.</p>
<p>Searching Google on very (I would assume) common terms used for folks who search on this stuff such as &#8220;hentai porn&#8221; or &#8220;porn games&#8221;, puts these pages in the top 10 or 20 rankings. Not bad, if you&#8217;re IObit. That will direct a lot of people your way, using very questionable methods.</p>
<p>Another product they are promoting, <a href="http://www.iobit.com/labs.html" target="_blank">P2PTurbo</a>, claims to greatly enhance and speed up peer2peer client performance. Now again, not illegal, but highly questionable.</p>
<p>Here is why I state that. Both online porn and P2P use are probably the number 1 and 2 ways that users get infected with Malware in the first place. I see it every day in helping folks in the forums. Many have P2P clients installed and admit to using them. And while I have no direct proof on porn I think we can all agree that the practice, while not illegal, is questionable. Tech note: If you ever want to get yourself infected (and I&#8217;m not suggesting or promoting this), fire up your favorite search engine, search on some porn keywords, click some links, and in no time you will have the opportunity to pick up some great, fresh Malware.</p>
<p>As far as I know, IObit has not even responded to questions on these tactics and the pages are still live as of today. In the main discussion thread at IObit I have asked that they be pulled and have adamantly voiced my opinion. The mods and the supporters have been patient and very active in this thread, but as far as I can tell no official representation from IObit has been made. Even some of its&#8217; most emphatic supporters and losing patience and showing less support.</p>
<p><a href="http://forums.iobit.com/showthread.php?t=4799" target="_blank">IObit accusation thread</a> (warning, 33 pages of posts in 3 days).</p>
<p>Things just keep getting worse for IObit. MalwareBytes may have shoveled a bit of a hole for them, but they had already brought the heavy equipment and put in the foundation.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.malware-analysis.net/?feed=rss2&amp;p=83</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Analysis of a Rogue installation</title>
		<link>http://www.malware-analysis.net/?p=53</link>
		<comments>http://www.malware-analysis.net/?p=53#comments</comments>
		<pubDate>Wed, 04 Nov 2009 20:24:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Analysis]]></category>

		<guid isPermaLink="false">http://www.malware-analysis.net/?p=53</guid>
		<description><![CDATA[In the forums we are often asked &#8220;How did this happen? How did I get infected?&#8221; I would like to detail just one of the ways this can happen. Now keep in mind this is only one way. There are many others, such as through file sharing sites, cracks and keygens, and email attachments. You [...]]]></description>
			<content:encoded><![CDATA[<p>In the forums we are often asked &#8220;How did this happen? How did I get infected?&#8221; I would like to detail just one of the ways this can happen. Now keep in mind this is only one way. There are many others, such as through file sharing sites, cracks and keygens, and email attachments.</p>
<p>You are surfing away, maybe checking out some news, or looking for some online games. Then all of a sudden boom! You see what looks very much like a common Windows screen. It appears to be actively scanning your PC and finding all kinds of problems. A typical page will appear like a Windows page and look like it&#8217;s scanning your PC.</p>
<p>Some pages I&#8217;ve seen lately even appear to be giving you the dreaded Blue Screen of Death (BSOD).</p>
<p><img class="aligncenter size-full wp-image-56" title="Fake BSOD" src="http://www.malware-analysis.net/wp-content/uploads/2009/11/Fake-BSOD1.PNG" alt="Fake BSOD" width="968" height="276" /></p>
<p>This is certainly enough to alarm and concern many a knowledgeable PC user. Typically a few seconds after these pages load and appear to do their scanning you will get a prompt to download a file.</p>
<p><img class="alignleft size-medium wp-image-67" style="margin-left: 20px; margin-right: 20px;" title="IE download box" src="http://www.malware-analysis.net/wp-content/uploads/2009/11/IE-download-box1-300x202.PNG" alt="IE download box" width="255" height="133" /><img class="alignright size-medium wp-image-69" style="margin-left: 20px; margin-right: 20px;" title="Firefox download box" src="http://www.malware-analysis.net/wp-content/uploads/2009/11/Firefox-download-box-300x130.PNG" alt="Firefox download box" width="279" height="102" /></p>
<p>Now, the image on the left is from Internet Explorer and the image on the right is from Firefox. Aside from the screenshots being taken from different OS&#8217;s, what is the main difference here? IE has the dreaded &#8220;Run&#8221; button. When this is clicked it will download <span style="text-decoration: underline;"><strong>and</strong></span> run the file, in one shot. While at least with Firefox it will only download it first. This will not infect you. You would then have to go run the file after the download, giving you at least a few more seconds to come to your senses and not execute the file.</p>
<p>So, how do you prevent this from happening? Good prevention tools, the right knowledge, and a little common sense. I have covered a good prevention plan <a href="http://www.malware-analysis.net/?page_id=38" target="_blank"><strong>here</strong></a>. Also, using Firefox instead of IE (even though IE has done much to improve its&#8217; security) will go a long way to keep you from arriving at one of these pages. Firefox versions 3.x also include the <a href="http://code.google.com/apis/safebrowsing/firefox3_privacy.html" target="_blank">Google Safe Browsing Service</a> by default. With sites that have been reported and blocked you will see a screen like this:</p>
<p><img class="aligncenter size-full wp-image-76" title="Firefox Block" src="http://www.malware-analysis.net/wp-content/uploads/2009/11/Firefox-Block.PNG" alt="Firefox Block" width="698" height="339" /></p>
<p>This gives one more layer of defense against this type of attack.</p>
<p>Bottom line&#8230;.when and if you see a page like this don&#8217;t panic. You have not been infected, yet. <strong>Don&#8217;t click anything</strong> on the page. Close down the browsing session as soon as possible by using Task Manager to stop the browser process(es), as most often clicking &#8220;no&#8221; or &#8220;abort&#8221; on the page will just makes things worse.</p>
<p>Safe surfing,</p>
<p>Dave aka IndiGenus</p>
]]></content:encoded>
			<wfw:commentRss>http://www.malware-analysis.net/?feed=rss2&amp;p=53</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
