<?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/"
	>

<channel>
	<title>TrustDefender Labs</title>
	<atom:link href="http://www.trustdefender.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.trustdefender.com/blog</link>
	<description>Technical Updates from the TrustDefender Labs</description>
	<pubDate>Tue, 16 Dec 2008 04:41:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The Trojan Vundo story</title>
		<link>http://www.trustdefender.com/blog/2008/12/16/the-trojan-vundo-story/</link>
		<comments>http://www.trustdefender.com/blog/2008/12/16/the-trojan-vundo-story/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 04:14:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Malware]]></category>

		<guid isPermaLink="false">http://www.trustdefender.com/blog/?p=57</guid>
		<description><![CDATA[In this blog, we normally analyze nasty Trojans or other nasty stuff that is - in almost all cases - so new that very few Antivirus Engines can pick it up and protect the user (see e.g. the post about the yaludle/Silentbanker Trojan).
However, today the story is about a typical internet user, about Joe the [...]]]></description>
			<content:encoded><![CDATA[<p>In this blog, we normally analyze nasty Trojans or other nasty stuff that is - in almost all cases - so new that very few Antivirus Engines can pick it up and protect the user (see e.g. the post about the yaludle/Silentbanker Trojan).</p>
<p>However, today the story is about a typical internet user, about Joe the Plumber, about the Hockey-Mum, about an old Trojan and about the reality out there in the world wide web.</p>
<p>Paula (not her real name) had AVG Free 8 and SUPERAntispyware installed and both components were up-to-date, however she got infected with a Trojan of the limbo family that stole her login names and passwords and only after 9 days it got removed partly by SUPERAntispyware and after 10 days completely by AVG. 10 days!!!</p>
<p>Two months later, she got infected again, this time with the Vundo Trojan even though she has AVG8 &amp; SUPERAntispyware installed. Most probably she got infected through a vulnerability, through a compromised website and/or she got tricked into downloading it deliberately. Unfortunately we have seen this way too often.</p>
<p>But the most interesting part for us was the behavior of the user (Paula) and the current Security Software. For the first 7 days since infection, she didn’t notice anything. No alerts from AVG, however she noticed that she got to funny websites and got offered to install Antivirus 360!!! After approx 7 days, she got a message box from AVG saying that there are some DLL’s on her computer with the Vundo Trojan. However AVG couldn’t remove the DLL’s (as they were protected with rootkit-techniques). Now she knew her system is compromised but her Antivirus failed to secure her!!!</p>
<p>The issue here is that the lay person has no idea if they are protected or not and Paula was not protected.<br />
What now happened is that whenever she opened a web browser, the Trojan would open more windows with Advertising, Adware, Spyware and other nasty stuff. Quite regularly she got alerted that her computer is infected and she would need to download XP Antivirus or Antivirus 360 to fix it. (What a great marketing as these websites know for sure that the machine is compromised ;-). Luckily she knew that she had already an Antivirus Engine running and didn’t download one of those rogue Antivirus Engines……even though this pop up sounded like a familiar named Antivirus Engine she had heard of before.</p>
<p>We thought this is a good field test and installed Norton Internet Security 2009 and after it forced us to remove AVG (apparently Symantec wants to rule the desktop!), it did a quick scan and alerted us that the computer is infected with Trojan Vundo. The Norton User Interface was actually very nice as it didn’t list all the infected files, it realized that they all belong to Vundo and only showed one line. Impressed with this, we found a button “Fix this” and thought we give it a try.</p>
<p>We got a nice green alert saying that the threat has been removed successfully and the computer is safe now. We thought that was really easy and even a typical internet user may be able to do this - until we restarted the machine.<br />
The startup was uneventful and Norton did not alert us of anything. However when we used the webbrowser, other windows with adware/spyware appeared again!!! When we did a Quickscan in Norton 2009, the Trojan Vundo was back!!! A “Fix this” removed it (again), making us believe it is gone, but it will always re-appear……every time the user restarts the machine.</p>
<p>So in the end, we AVG Free 8 and SUPERAntispyware didn’t stop the Trojan from installing and doing its nasty work. Norton Internet Security 2009 provided a much better protection, however failed to remove the Trojan completely causing the potential ongoing threat to the user. And this for a Trojan that is around for more than 4 years (in various mutations)!!!! We as a security software industry can’t be serious. There has to be a better way. How can a typical user even think that they are protected by traditional Antivirus Engines?</p>
<p>We had to manually remove all entries in the various startup sections of the system as well as one BHO inside the Internet Explorer to successfully get rid of Vundo. Now we could remove the files with specialized tools (to counter the rootkit-component) to have a clean machine again <img src='http://www.trustdefender.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Even though this Trojan was technically not very challenging or advanced, we learned a valuable lesson.</p>
<h2>Some technical details</h2>
<p>The Trojan consisted of three DLL’s. No executables were involved – this was clearly done to avoid detection from security tools that check the running processes. Two DLL’s were started during system startup with two entries into the HKLM\&#8230;\Run section with rundll32.exe (which is a totally legitimate Microsoft application) and one DLL was registered as a Browser-Helper-Object (BHO) in Internet Explorer.</p>
<p>Interestingly all three DLL’s were NOT visible in the Windows Explorer as they used user-mode rootkit techniques to avoid detection.</p>
<p>All three components checked the presence of each other, meaning that if you only remove the BHO but not the other DLL’s, the BHO will be automatically re-created. And if you remove the two startup DLLS’s but not the BHO, the two startup DLL’s will be recreated automatically as well.</p>
<p>Virustotal Detection is unfortunately again very low!</p>
<ul>
<li>Nezusena.dll – payload (9/38 – 23.69%) - <a href="http://www.virustotal.com/analisis/41cb325215f3592c2822b8fc85adb2a0">http://www.virustotal.com/analisis/41cb325215f3592c2822b8fc85adb2a0</a></li>
</ul>
<p>BTW: One of the offered rogue Antivirus Engines had the filename InstallAVg_770522170802.exe! Sounds familiar, doesn’t it?</p>
<h2>TrustDefender</h2>
<p>A quick note on TrustDefender: Even though Vundo does not try to steal confidential information like username/passwords, TrustDefender picked up the Vundo DLL’s from the first second with our whitelisting approach and the DLL’s were automatically removed from memory on-the-fly. Our rootkit scanner detected them without any problems. All TrustDefender users were protected, especially for any enterprises (Online businesses) that use the TrustDefender system, for all Financial Institutions that are part of our <a href="http://www.trustdefender.com/lang-en/support-portal/knowledge-base/knowledge-base-article?id=50120000000DB0q" target="_blank">Financial Trust Network</a> and for all self-defined websites.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trustdefender.com/blog/2008/12/16/the-trojan-vundo-story/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Firefox Malware - ChromeInject - the honeymoon is over</title>
		<link>http://www.trustdefender.com/blog/2008/12/06/firefox-malware-chromeinject-the-honeymoon-is-over/</link>
		<comments>http://www.trustdefender.com/blog/2008/12/06/firefox-malware-chromeinject-the-honeymoon-is-over/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 17:26:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Malware]]></category>

		<guid isPermaLink="false">http://www.trustdefender.com/blog/?p=48</guid>
		<description><![CDATA[After a few reports in the press around a new Malware that specifically targets Firefox users, we thought we have a more detailed look at this piece of malware.
In general, it only targets Firefox users. This fact will disturb many users that &#8220;escaped&#8221; Internet Explorer and switched over to Firefox for security reasons. It is [...]]]></description>
			<content:encoded><![CDATA[<p>After a few reports in the press around a new Malware that specifically targets Firefox users, we thought we have a more detailed look at this piece of malware.</p>
<p>In general, it only targets Firefox users. This fact will disturb many users that &#8220;escaped&#8221; Internet Explorer and switched over to Firefox for security reasons. It is long known that Firefox has with the XUL Interface and the Plugins a mechanism that is very similar to Internet Explorer&#8217;s BHO (Browser Helper Objects). In fact, the browser plugin is essentially just a DLL that can contain whatever content - including malicious one.</p>
<p>When we installed this component, the first interesting thing was that it will install itself silently <strong>without any user interaction or user notification</strong>. This is a bit disturbing as normally the Firefox User Design is quite well-thought through.</p>
<p>What this malware then does is as follows:</p>
<ul>
<li>It has a pre-compiled list of hostnames that it watches for. If the user goes to any of these websites, the malware will load the malicious DLL and inject HTML into the current Firefox page.</li>
<li>This additional code will then steal any information they want, including username and passwords and other identity related information.</li>
<li><strong>The sample we analyzed affected 103 financial institutions worldwide, including 10 financial institutions in Australia.</strong></li>
</ul>
<h3>Technical Details</h3>
<p>After the malware is installed, it is actually visible as a plugin, however it has the innocent name &#8220;Basic Example Plugin for Mozilla&#8221;<br />
<a href="http://www.trustdefender.com/blog/wp-content/uploads/2008/12/here-is-the-malicious-plugi.jpg"><img class="alignnone size-medium wp-image-52" title="here-is-the-malicious-plugi" src="http://www.trustdefender.com/blog/wp-content/uploads/2008/12/here-is-the-malicious-plugi-300x224.jpg" alt="" width="300" height="224" /></a></p>
<p>It hooks into the XUL engine and &#8220;watches&#8221; the internet traffic for the URL&#8217;s it is interested and injects then HTML code.<br />
<a href="http://www.trustdefender.com/blog/wp-content/uploads/2008/12/how-it-works-part-1.jpg"><img class="alignnone size-medium wp-image-53" title="how-it-works-part-1" src="http://www.trustdefender.com/blog/wp-content/uploads/2008/12/how-it-works-part-1-300x222.jpg" alt="" width="300" height="222" /></a></p>
<p>Overall this malware is not anywhere as sophisticated as the top-class trojans like silentbanker, Sinowal, &#8230;, however it gets the job done. A few things are worth mentioning as they are quite unique:</p>
<ul>
<li>The malicious component (DLL) will only be loaded if the user goes to any of the URL&#8217;s the malware watches. This means that e.g. when you start Firefox, the system and all components are fine and the malware actually is not active in memory.<br />
<a href="http://www.trustdefender.com/blog/wp-content/uploads/2008/12/malicious-plugin-only-loade.jpg"><img class="alignnone size-medium wp-image-50" title="not always loaded" src="http://www.trustdefender.com/blog/wp-content/uploads/2008/12/malicious-plugin-only-loade-300x212.jpg" alt="" width="300" height="212" /></a></li>
<li>Only when the user enters one of the affected financial institutions website, the malicious DLL is loaded.<br />
<a href="http://www.trustdefender.com/blog/wp-content/uploads/2008/12/part-2malicious-plugin-only.jpg"><img class="alignnone size-medium wp-image-51" title="now its loaded" src="http://www.trustdefender.com/blog/wp-content/uploads/2008/12/part-2malicious-plugin-only-300x223.jpg" alt="" width="300" height="223" /></a></li>
</ul>
<h3>How to check whether you are infected?</h3>
<p>You can check whether you are infected by openin your Firefox Browser and clickin on the Tools-Menu and select &#8220;Add-ons&#8221;. Then select the last tab called &#8220;Plugins&#8221; and make sure that you do not have a plugin called &#8220;Basic Example Plugin for Mozilla - npbasic&#8221;.</p>
<p>If you see this, you can disable the plugin by clicking on &#8220;disable&#8221;.</p>
<p>All TrustDefender users are protected by default from this attack.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trustdefender.com/blog/2008/12/06/firefox-malware-chromeinject-the-honeymoon-is-over/feed/</wfw:commentRss>
		</item>
		<item>
		<title>In-depth look at a Silentbanker variant (Silentbanker.B)</title>
		<link>http://www.trustdefender.com/blog/2008/11/24/in-depth-look-at-a-silentbanker-variant-silentbankerb/</link>
		<comments>http://www.trustdefender.com/blog/2008/11/24/in-depth-look-at-a-silentbanker-variant-silentbankerb/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 10:56:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Malware]]></category>

		<guid isPermaLink="false">http://www.trustdefender.com/blog/?p=40</guid>
		<description><![CDATA[Overview
We were looking last week at a compromised computer that was infected with the Silentbanker.B variant and we could recover all relevant files including the installer.
Initially the Silentbanker Installer was executed as a drive-by-download and as the Antivirus Engine had no signatures for it, it could install itself.
After that, the Silentbanker Trojan will use a [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Overview</strong></p>
<p>We were looking last week at a compromised computer that was infected with the Silentbanker.B variant and we could recover all relevant files including the installer.<br />
Initially the Silentbanker Installer was executed as a drive-by-download and as the Antivirus Engine had no signatures for it, it could install itself.<br />
After that, the Silentbanker Trojan will use a number of techniques to steal confidential information:</p>
<ul>
<li>It downloads encrypted configuration files from the internet to stay up-to-date with the policies</li>
<li>It injects malicious HTML inside the current browser process to circumvent any browser based security solutions, including (EV-) SSL certificates, …</li>
<li>It is a real-time Trojan that will transmit the stolen information instantly to circumvent any sandbox security solutions and 2-factor authentication devices. That also means that someone without your knowledge and without your approval is successfully authenticated. Even with a One-Time-Password.</li>
<li>It uses userland-rootkit techniques to hide the malicious components from the harddrive to evade detection.</li>
</ul>
<p>However in the end, the Silentbanker Trojan is a very sophisticated BHO (Browser Helper Object) that works only with the Internet Explorer.</p>
<p>TrustDefender customers were protected against this by design with the Safe&amp;Secure Mode and the Secure Lockdown.</p>
<p><strong>Technical Details</strong><br />
Once infected, the malicious BHO named mscorews.dll is loaded as a BHO from the Internet Explorer. However the interesting part is that once it is loaded, it will not be visible in the file system.</p>
<p>Even more: Once the component is loaded, it will hide the file from the Windows API thus making the file “invisible”. Also the malicious DLL cannot be located through traversal of the module list of the Internet Explorer. In some sense, it does neither exist in memory, nor on the disk. Pretty clever <img src='http://www.trustdefender.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><span style="font-size: 11pt; line-height: 115%; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; mso-fareast-font-family: Calibri; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;">If the user now browses to a banking website that is known to the Silentbanker Trojan, it will inject the malicious HTML code.</span></p>
<p><span style="font-size: 11pt; line-height: 115%; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; mso-fareast-font-family: Calibri; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"><a href="http://www.trustdefender.com/blog/wp-content/uploads/2008/11/bankofamerica.jpg"><img class="alignnone size-medium wp-image-41" title="bankofamerica" src="http://www.trustdefender.com/blog/wp-content/uploads/2008/11/bankofamerica-156x300.jpg" alt="" width="156" height="300" /></a>      <a href="http://www.trustdefender.com/blog/wp-content/uploads/2008/11/hsbc.jpg"><img class="alignnone size-medium wp-image-42" title="hsbc" src="http://www.trustdefender.com/blog/wp-content/uploads/2008/11/hsbc-167x300.jpg" alt="" width="167" height="300" /></a></span></p>
<p> </p>
<p> </p>
<p> </p>
<p><span style="font-size: 11pt; line-height: 115%; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; mso-fareast-font-family: Calibri; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt;">Now that the Trojan asks for addition private and confidential information from the user as opposed to the information the real bank login would ask. This information is collected and sent ‘in real-time’ to the C&amp;C server located in Russia.</p>
<p></span></p>
<p> </p>
<p class="MsoNormal" style="margin: 0in 0in 10pt;"><a href="http://www.trustdefender.com/blog/wp-content/uploads/2008/11/silentbanker_network_dump.jpg"><img class="alignnone size-medium wp-image-43" title="silentbanker_network_dump" src="http://www.trustdefender.com/blog/wp-content/uploads/2008/11/silentbanker_network_dump-300x219.jpg" alt="" width="300" height="219" /></a></p>
<p><span style="font-size: 11pt; line-height: 115%; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; mso-fareast-font-family: Calibri; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"></p>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><strong>What happens if TrustDefender is deployed: </strong>With TrustDefender installed, when the customer logs in, we can also verify that the Secure Lockdown will successfully protect the user from having their confidential details stolen as the Silentbanker Trojan cannot send anything to anywhere (except the “real” SSL Certificate Fingerprints of Bank of America).<span style="font-size: 12pt; font-family: 'Times New Roman','serif';"></span></p>
<p></span></p>
<p> </p>
<p class="MsoNormal" style="margin: 0in 0in 10pt;"><span style="font-size: 11pt; line-height: 115%; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; mso-fareast-font-family: Calibri; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"><a href="http://www.trustdefender.com/blog/wp-content/uploads/2008/11/silentbanker_network_dump_w.jpg"><img class="alignnone size-medium wp-image-44" title="silentbanker_network_dump_w" src="http://www.trustdefender.com/blog/wp-content/uploads/2008/11/silentbanker_network_dump_w-300x189.jpg" alt="" width="300" height="189" /></a></span></p>
<p> </p>
<p> </p>
<p> </p>
<p><span style="font-size: 11pt; line-height: 115%; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; mso-fareast-font-family: Calibri; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt;">Note: Another interesting fact is that this Silentbanker Trojan specifically targets the TAN (One-Time-Passwords) implemented mostly by german banks. This shows that there is only so much you can do on the server side and a full security solution has to include the client.</p>
<p class="MsoNormal" style="margin: 0in 0in 10pt;">The targeted banks for the TAN systems are: Postbank.de, Citibank.de, Deutsche-Bank.de, Norisbank.de, Seb-Bank.de, Fiducia.de (all Volks-/Raiffeisenbanken), Comdirect.de, 1822direkt.com, Haspa.de, Hypovereinsbank.de, Weberbank.de, Gad.de, Sparda.de, Mlp.de, Kaupthinedge.de, Psd-bank.de,</p>
<p class="MsoNormal" style="margin: 0in 0in 10pt;"><span style="font-size: 11pt; line-height: 115%; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; mso-fareast-font-family: Calibri; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;">Unfortunately the virustotal results of the malicious Silentbanker Module is quite disastrous (only 7 out of 36 Antivirus Engines detected the Trojan) last week. (see <a href="http://www.virustotal.com/analisis/9e1c5e1c068fd0de61133594ca404519"><span style="color: #800080;">http://www.virustotal.com/analisis/9e1c5e1c068fd0de61133594ca404519</span></a>)</span></p>
<p> </p>
<p></span></p>
<p> </p>
<p class="MsoNormal" style="margin: 0in 0in 10pt;"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.trustdefender.com/blog/2008/11/24/in-depth-look-at-a-silentbanker-variant-silentbankerb/feed/</wfw:commentRss>
		</item>
		<item>
		<title>new mutation of yaludle/silentbanker rootkit in the wild</title>
		<link>http://www.trustdefender.com/blog/2008/10/02/new-mutation-of-yaludlesilentbanker-rootkit-in-the-wild/</link>
		<comments>http://www.trustdefender.com/blog/2008/10/02/new-mutation-of-yaludlesilentbanker-rootkit-in-the-wild/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 03:37:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Malware]]></category>

		<guid isPermaLink="false">http://www.trustdefender.com/blog/?p=31</guid>
		<description><![CDATA[We were analyzing an interesting piece of malware today which is a recent mutation of the yaludle/silentbanker trojan with rootkit capabilities.
This rootkit is typically installed via drive-by downloads.
It targets financial institutions worldwide (with a focus on US, Germany, Spain, Australia) and as the silentbanker versions before, it can successfully cicrumvent Two-Factor-Authentication, which is why quite [...]]]></description>
			<content:encoded><![CDATA[<p>We were analyzing an interesting piece of malware today which is a recent mutation of the yaludle/silentbanker trojan with rootkit capabilities.</p>
<p>This rootkit is typically installed via drive-by downloads.</p>
<p>It targets financial institutions worldwide (with a focus on US, Germany, Spain, Australia) and as the silentbanker versions before, it can successfully cicrumvent Two-Factor-Authentication, which is why quite a few banks with 2FA solutions are targeted.</p>
<p>The trojan operates in two modes:</p>
<ol>
<li>completely silent (this is typically for banks with just username/password) and just &#8220;uploads&#8221; the collected information in real-time in an encrypted way to a malicious host</li>
<li>it introduces dynamically (in real-time) malicious HTML elements into the banks website to collect additional information. This malicious HTML elements appear within the bank&#8217;s site, so nobody (not even security experts) can spot anything suspicious.</li>
</ol>
<p>As we would have expected, virtually no Antivirus Engines were detecting this Rootkit (1/36, 2.78%, <a href="http://www.virustotal.com/analisis/756098da62febc1ae372f947e2b62184">http://www.virustotal.com/analisis/756098da62febc1ae372f947e2b62184</a>)</p>
<p>This is the original citibank site when someone tries to login with a wrong username/password (so no yaludle/silentbanker here) (click the image for bigger picture)</p>
<p> <a href="http://www.trustdefender.com/blog/wp-content/uploads/2008/10/login_normal.jpg"><img class="alignnone size-medium wp-image-33" title="login_normal" src="http://www.trustdefender.com/blog/wp-content/uploads/2008/10/login_normal-300x210.jpg" alt="" width="300" height="210" /></a></p>
<p>This is the citibank site in exactly the same scenario, this time yaludle/silentbanker is active. (Note the yellow padlock and the correct URL!!!) (click the image for bigger picture)</p>
<p><a href="http://www.trustdefender.com/blog/wp-content/uploads/2008/10/login_with_yaludle.jpg"><img class="alignnone size-medium wp-image-34" title="login_with_yaludle" src="http://www.trustdefender.com/blog/wp-content/uploads/2008/10/login_with_yaludle-300x215.jpg" alt="" width="300" height="215" /></a></p>
<h3>How to detect this Rootkit</h3>
<p>This rootkit creates the following registry key and thus can be detected if this key is present</p>
<p><code>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32<br />
wave1 = "&lt;RANDOM&gt;1.CPX"</code></p>
<p>Also the &lt;RANDOM&gt;1.CPX file is present in the C:\WINDOWS\SYSTEMS32 directory.</p>
<p><strong>TrustDefender</strong></p>
<p>All TrustDefender users (most notably all of our enterprise customers) are protected as TrustDefender’s Secure Lockdown will make sure that no personal information will leave the computer as it will only allow internet requests to the banks website.</p>
<p>Also all TrustDefender users are also protected for all banks who are part of our Financial Trust Network (see <a href="http://www.trustdefender.com/lang-en/support-portal/knowledge-base/knowledge-base-article?id=50120000000DB0q">http://www.trustdefender.com/lang-en/support-portal/knowledge-base/knowledge-base-article?id=50120000000DB0q</a>)</p>
<p><strong>more information</strong></p>
<p>please contact us at <a href="mailto:support@trustdefender.com">support@trustdefender.com</a> if you want to know if your financial institution is affected or you need more information.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trustdefender.com/blog/2008/10/02/new-mutation-of-yaludlesilentbanker-rootkit-in-the-wild/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Recent mutation of Rustock.B - or is it zlob? (rootkit)</title>
		<link>http://www.trustdefender.com/blog/2008/09/25/recent-mutation-of-rustockb-or-is-it-zlob-rootkit/</link>
		<comments>http://www.trustdefender.com/blog/2008/09/25/recent-mutation-of-rustockb-or-is-it-zlob-rootkit/#comments</comments>
		<pubDate>Thu, 25 Sep 2008 05:10:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Malware]]></category>

		<guid isPermaLink="false">http://www.trustdefender.com/blog/?p=21</guid>
		<description><![CDATA[When we recently got hold of a new &#8220;trick&#8221; to load a driver bypassing HIPS and security programs that block SYS drivers when they are loaded, we thought we give it a go&#8230;
While there is a bit of discussion whether this is actually a new mutation or the famous rustock.b rootkit, it looks more like [...]]]></description>
			<content:encoded><![CDATA[<p>When we recently got hold of a new &#8220;trick&#8221; to load a driver bypassing HIPS and security programs that block SYS drivers when they are loaded, we thought we give it a go&#8230;</p>
<p>While there is a bit of discussion whether this is actually a new mutation or the famous rustock.b rootkit, it looks more like a zlob variant.</p>
<p>Whatever the nomenclature, this piece of malware is very sophisticated in the way it infects your system and also in the way it works.</p>
<p>First of all, it bypasses HIPS and other security programs by using a little known trick that exploits loose security settings with a system wide cache of internal windows objects (\KnownDlls). This enables the driver to be installed silently.</p>
<p>Secondly, this rootkit resides solely in kernel space and has no user mode component at all. It hooks into your google search and while you think you get to the search result, this rootkit controls the session and gives you content that you definitely don&#8217;t want to see&#8230; Pretty scary stuff, as nobody would realize that the google search page is infected!!!</p>
<p>But see yourself&#8230; Simply click on the screenshot below or <a href="http://www.trustdefender.com/movies/rustockb/rustockb.html" target="_blank">click here to start the video</a>.</p>
<p>P.S. you&#8217;ll also see how TrustDefender&#8217;s Kernel Forensics Engine will pick this up and how financial institutions can protect their customers _before_ anything bad happens&#8230;</p>
<p><a href="http://www.trustdefender.com/movies/rustockb/rustockb.html" target="_blank"><img class="aligncenter size-medium wp-image-23" title="rootkit" src="http://www.trustdefender.com/blog/wp-content/uploads/2008/09/rootkit-300x227.jpg" alt="" width="300" height="227" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.trustdefender.com/blog/2008/09/25/recent-mutation-of-rustockb-or-is-it-zlob-rootkit/feed/</wfw:commentRss>
		</item>
		<item>
		<title>an update to wsnpoem and rogue antivirus</title>
		<link>http://www.trustdefender.com/blog/2008/08/18/an-update-to-wsnpoem-and-rogue-antivirus/</link>
		<comments>http://www.trustdefender.com/blog/2008/08/18/an-update-to-wsnpoem-and-rogue-antivirus/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 04:34:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Malware]]></category>

		<guid isPermaLink="false">http://www.trustdefender.com/blog/?p=15</guid>
		<description><![CDATA[We at TrustDefender Labs have seen a quite dramatic increase in so-called &#8220;Rogue Antivirus Enines&#8220;. These have been around for several years, but the sophistication to trick users to install them are mind-blowing&#8230;
We looked at a wsnpoem malware that served as a dropper for the adware called &#8220;XP Security Center&#8221;. Everything looks really authentic and even [...]]]></description>
			<content:encoded><![CDATA[<p>We at TrustDefender Labs have seen a quite dramatic increase in so-called &#8220;<a href="http://en.wikipedia.org/wiki/Rogue_software" target="_blank">Rogue Antivirus Enines</a>&#8220;. These have been around for several years, but the sophistication to trick users to install them are mind-blowing&#8230;</p>
<p>We looked at a wsnpoem malware that served as a dropper for the adware called &#8220;XP Security Center&#8221;. Everything looks really authentic and even though the system was clean before, the adware will physically create random files and pretend they are malware&#8230; Then they harrass you to buy the XP Security center for $49.95 a year to get rid of them&#8230;</p>
<p>The lesson to be learned is that it gets harder and harder to distinguish legitimate and genuine software from fake and rogue software.</p>
<p>Have a look at a screencapture yourself&#8230; (click on the image to start the streaming video)</p>
<p><a href="http://www.trustdefender.com/movies/wsnpoem/" target="_blank"><img class="alignnone size-medium wp-image-18" title="xpsecuritycenter" src="http://www.trustdefender.com/blog/wp-content/uploads/2008/08/xpsecuritycenter-300x224.jpg" alt="" width="300" height="224" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.trustdefender.com/blog/2008/08/18/an-update-to-wsnpoem-and-rogue-antivirus/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Online Criminals Launch Dangerous New MBR Rootkit (Torpig) Variant - Globally Targeting Those With Lapsed Security</title>
		<link>http://www.trustdefender.com/blog/2008/07/18/online-criminals-launch-dangerous-new-mbr-rootkit-torpig-variant-globally-targeting-those-with-lapsed-security/</link>
		<comments>http://www.trustdefender.com/blog/2008/07/18/online-criminals-launch-dangerous-new-mbr-rootkit-torpig-variant-globally-targeting-those-with-lapsed-security/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 03:51:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Malware]]></category>

		<guid isPermaLink="false">http://www.trustdefender.com/blog/?p=5</guid>
		<description><![CDATA[Back in January 2008, we looked at how the TrustDefender Kernel Forensics Engine can detect the Silentbanker Trojan and the Master Boot Record (MBR) virus.
Since then, many new variants of te same rootkits have been released and we thought we have a more detailed look into a new variant of the MBR Rootkit (Torpig)
Alarmingly we [...]]]></description>
			<content:encoded><![CDATA[<p>Back in January 2008, we looked at how the TrustDefender Kernel Forensics Engine can detect the Silentbanker Trojan and the Master Boot Record (MBR) virus.</p>
<p>Since then, many new variants of te same rootkits have been released and we thought we have a more detailed look into a new variant of the MBR Rootkit (Torpig)</p>
<p>Alarmingly we found that the wider Antirivus products do not pick up this variant (and possibly also earlier ones) more or less at all (!)</p>
<p>Almost not a single Antivirus Engine was detected the MBR/Torpig-Dropper when we got a sample. When we checked it first, 2 out of 33 (6%) of the Antivirus Engines detected some suspicious behavior (see Attachment 1).</p>
<p>The next day, only 11 out of 33 (33%) detected the threat with some of the big names still not protecting their customers like CA, McAfee, Sophos or Symantec. (see Attachment 2).”<br />
This variant of the MBR/Torpig trojan is installed as a drive-by download which is triggered by some highly obscusfated Javascript Code. So, innocent users won’t even notice any download or installation, especially If they haven’t kept their Windows up-to-date. Even for those who are up-to-date or if they have accidently allowed the program to run, it’s game over.</p>
<p> <a href="http://www.trustdefender.com/blog/wp-content/uploads/2008/08/image002.jpg"><img class="aligncenter size-thumbnail wp-image-7" title="Attachment 1 - Virustotal results" src="http://www.trustdefender.com/blog/wp-content/uploads/2008/08/image002-150x150.jpg" alt="" width="150" height="150" /></a><br />
Attachment 1 - Virustotal Result</p>
<p> <a href="http://www.trustdefender.com/blog/wp-content/uploads/2008/08/image004.jpg"><img class="alignnone size-thumbnail wp-image-10" title="Attachment 2 - Virustotal result next day" src="http://www.trustdefender.com/blog/wp-content/uploads/2008/08/image004-150x150.jpg" alt="" width="150" height="150" /></a><br />
Attachment 2 - Virustotal result next day</p>
<p><a href="http://www.trustdefender.com/blog/wp-content/uploads/2008/08/image006.jpg"><img class="alignnone size-thumbnail wp-image-11" title="Attachment 3 - TrustDefender Kernel Forensics Dialog" src="http://www.trustdefender.com/blog/wp-content/uploads/2008/08/image006-150x150.jpg" alt="" width="150" height="150" /></a><br />
Attachment 3 - TrustDefender Kernel Forensics Dialog</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trustdefender.com/blog/2008/07/18/online-criminals-launch-dangerous-new-mbr-rootkit-torpig-variant-globally-targeting-those-with-lapsed-security/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
