 




<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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>Comments on: Signatures of Trojans</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/signatures-of-trojans/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/signatures-of-trojans/</link>
	<description></description>
	<lastBuildDate>Sun, 19 May 2013 03:14:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: speciallist</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/signatures-of-trojans/#comment-75402</link>
		<dc:creator>speciallist</dc:creator>
		<pubDate>Wed, 31 Mar 2010 13:32:22 +0000</pubDate>
		<guid isPermaLink="false">#comment-75402</guid>
		<description><![CDATA[You can also run Nessus it will provide you complete picture with solution.]]></description>
		<content:encoded><![CDATA[<p>You can also run Nessus it will provide you complete picture with solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrewgauger</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/signatures-of-trojans/#comment-74986</link>
		<dc:creator>andrewgauger</dc:creator>
		<pubDate>Thu, 18 Mar 2010 17:30:10 +0000</pubDate>
		<guid isPermaLink="false">#comment-74986</guid>
		<description><![CDATA[Ok, this is more like what I was looking for:

How to detect the ZeuS Banking Trojan on your computer

Computers infected with this version of ZeuS will have the following files and folders installed. The location depends on whether the victim has Administrator rights. The files will most likely have the HIDDEN attribute set to hide them from casual inspection.

With Administrator rights:

%systemroot%system32sdra64.exe  (malware) 
%systemroot%system32lowsec
%systemroot%system32lowsecuser.ds  (encrypted stolen data file) %systemroot%system32lowsecuser.ds.lll  (temporary file for stolen data) %systemroot%system32lowseclocal.ds  (encrypted configuration file)

Without Administrator rights:

%appdata%sdra64.exe
%appdata%lowsec
%appdata%lowsecuser.ds
%appdata%lowsecuser.ds.lll
%appdata%lowseclocal.ds

ZeuS also makes registry changes to ensure that it starts up with Administrator privileges:

HKLMSoftwareMicrosoftWindows NTCurrentVersionWinlogon
From:
&quot;Userinit&quot;  = &quot;C:WINDOWSsystem32userinit.exe&quot;
To:
&quot;Userinit&quot; = &quot;C:WINDOWSsystem32userinit.exe,C:WINDOWSsystem32sdra64.exe&quot;

Without Administrator rights:

HKCUSoftwareMicrosoftWindowsCurrentVersionRun
Add:
&quot;Userinit&quot; = &quot;C:Documents and Settings&lt;user&gt;Application Datasdra64.exe&quot;

The sdra64.exe program uses process injection to hide its presence in the list of running processes. Upon startup, it will inject code into winlogon.exe (if Administrator rights available) or explorer.exe (for non-Administrators) and exit. The injected code infects other processes to perform its data theft capabilities.]]></description>
		<content:encoded><![CDATA[<p>Ok, this is more like what I was looking for:</p>
<p>How to detect the ZeuS Banking Trojan on your computer</p>
<p>Computers infected with this version of ZeuS will have the following files and folders installed. The location depends on whether the victim has Administrator rights. The files will most likely have the HIDDEN attribute set to hide them from casual inspection.</p>
<p>With Administrator rights:</p>
<p>%systemroot%system32sdra64.exe  (malware)<br />
%systemroot%system32lowsec<br />
%systemroot%system32lowsecuser.ds  (encrypted stolen data file) %systemroot%system32lowsecuser.ds.lll  (temporary file for stolen data) %systemroot%system32lowseclocal.ds  (encrypted configuration file)</p>
<p>Without Administrator rights:</p>
<p>%appdata%sdra64.exe<br />
%appdata%lowsec<br />
%appdata%lowsecuser.ds<br />
%appdata%lowsecuser.ds.lll<br />
%appdata%lowseclocal.ds</p>
<p>ZeuS also makes registry changes to ensure that it starts up with Administrator privileges:</p>
<p>HKLMSoftwareMicrosoftWindows NTCurrentVersionWinlogon<br />
From:<br />
&#8220;Userinit&#8221;  = &#8220;C:WINDOWSsystem32userinit.exe&#8221;<br />
To:<br />
&#8220;Userinit&#8221; = &#8220;C:WINDOWSsystem32userinit.exe,C:WINDOWSsystem32sdra64.exe&#8221;</p>
<p>Without Administrator rights:</p>
<p>HKCUSoftwareMicrosoftWindowsCurrentVersionRun<br />
Add:<br />
&#8220;Userinit&#8221; = &#8220;C:Documents and Settings&lt;user&gt;Application Datasdra64.exe&#8221;</p>
<p>The sdra64.exe program uses process injection to hide its presence in the list of running processes. Upon startup, it will inject code into winlogon.exe (if Administrator rights available) or explorer.exe (for non-Administrators) and exit. The injected code infects other processes to perform its data theft capabilities.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thongtarget21</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/signatures-of-trojans/#comment-74910</link>
		<dc:creator>thongtarget21</dc:creator>
		<pubDate>Tue, 16 Mar 2010 20:30:14 +0000</pubDate>
		<guid isPermaLink="false">#comment-74910</guid>
		<description><![CDATA[I&#039;ve used &lt;a href=&quot;http://www.free.avg.com&quot;&gt;AVG&lt;/a&gt; and they have been great.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve used <a href="http://www.free.avg.com">AVG</a> and they have been great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrewgauger</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/signatures-of-trojans/#comment-74777</link>
		<dc:creator>andrewgauger</dc:creator>
		<pubDate>Fri, 12 Mar 2010 00:34:44 +0000</pubDate>
		<guid isPermaLink="false">#comment-74777</guid>
		<description><![CDATA[Alright so here is my take-- What about malware that breaks antivirus programs or sit dormant waiting for the bot net to issue a command.  I know I can netstat -a to check if ports are listening, but I was hoping to for md5s of known trojans to make sure that my antivirus is working (for those trojans that break anti-virus, changing anti-virus programs wouldn&#039;t solve the problem).  I would also expect an IDS like Snort to catch known signatures, but deploying an IPS wouldn&#039;t help after the fact.  

Thank you both for very valid answers.]]></description>
		<content:encoded><![CDATA[<p>Alright so here is my take&#8211; What about malware that breaks antivirus programs or sit dormant waiting for the bot net to issue a command.  I know I can netstat -a to check if ports are listening, but I was hoping to for md5s of known trojans to make sure that my antivirus is working (for those trojans that break anti-virus, changing anti-virus programs wouldn&#8217;t solve the problem).  I would also expect an IDS like Snort to catch known signatures, but deploying an IPS wouldn&#8217;t help after the fact.  </p>
<p>Thank you both for very valid answers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carlosdl</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/signatures-of-trojans/#comment-74748</link>
		<dc:creator>carlosdl</dc:creator>
		<pubDate>Thu, 11 Mar 2010 14:55:32 +0000</pubDate>
		<guid isPermaLink="false">#comment-74748</guid>
		<description><![CDATA[If you don&#039;t trust your anti-virus, I think you should replace it (if that&#039;s an option).

There are free anti-spyware programs you can install in addition to your current antivirus.  

I really doubt that you can manually detect more malware than good anti-spyware programs, which are developed by companies dedicated to that specific field, and with many years of research on the topic.]]></description>
		<content:encoded><![CDATA[<p>If you don&#8217;t trust your anti-virus, I think you should replace it (if that&#8217;s an option).</p>
<p>There are free anti-spyware programs you can install in addition to your current antivirus.  </p>
<p>I really doubt that you can manually detect more malware than good anti-spyware programs, which are developed by companies dedicated to that specific field, and with many years of research on the topic.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/9 queries in 0.013 seconds using memcached
Object Caching 324/327 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-19 07:04:36 -->