<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>4sysops &#187; rootkits</title>
	<atom:link href="http://4sysops.com/archives/tag/rootkits/feed/" rel="self" type="application/rss+xml" />
	<link>http://4sysops.com</link>
	<description>For Windows Administrators</description>
	<lastBuildDate>Thu, 24 May 2012 23:49:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<image>
    <title>4sysops</title>
    <url>http://4sysops.com/4sysops-rss.png</url>
    <link>http://4sysops.com</link>
    <width>143</width>
    <height>49</height>
    <description>4sysops.com</description>
    </image>		<item>
		<title>Another free anti-rootkit tool: McAfee Rootkit Detective 1.0</title>
		<link>http://4sysops.com/archives/another-free-anti-rootkit-tool-mcafee-rootkit-detective-10/</link>
		<comments>http://4sysops.com/archives/another-free-anti-rootkit-tool-mcafee-rootkit-detective-10/#comments</comments>
		<pubDate>Tue, 21 Aug 2007 18:58:04 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[rootkits]]></category>
		<category><![CDATA[sysinternals]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/another-free-anti-rootkit-tool-mcafee-rootkit-detective-10/</guid>
		<description><![CDATA[<p>I just ran across the new <a href="http://vil.nai.com/vil/stinger/rkstinger.aspx">McAfee Rootkit Detective 1.0.</a> There are <a href="/archives/anti-rootkit-tools/">so many anti-rootkit tools</a> available now, and it&#8217;s about time that McAfee comes out with its own free rootkit detection utility.</p>
<p>I usually don&#8217;t worry so much about <strong>viruses and worms</strong> anymore because it seems to me that this threat is mostly under control nowadays. However, I always feel a bit uncomfortable when I think about <strong>rootkits</strong>. Viruses try to spread and often enough they damage their hosts, which makes them easier to detect. But rootkits just hide. It lies in their nature that you simply don&#8217;t know of them.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2007/08/rootkit_detective.png" title="Rootkit Detective" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2007/08/rootkit_detective.png','Rootkit Detective',event,300,75)"><img src="http://4sysops.com/wp-content/uploads/2007/08/rootkit_detective.thumbnail.png" title="Rootkit Detective" alt="Rootkit Detective" align="right" /></a>I just played a little with <strong>McAfee Rootkit Detective</strong> and it indeed found a couple of <a href="http://secunia.com/advisories/16560/">hidden registry entries</a> and hooked services on my system. The hooked services belong to my Sunbelt Personal Firewall. I wasn&#8217;t able to track down the application that created the hidden registry keys, so I just deleted them all. Since this is &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>I just ran across the new <a href="http://vil.nai.com/vil/stinger/rkstinger.aspx">McAfee Rootkit Detective 1.0.</a> There are <a href="/archives/anti-rootkit-tools/">so many anti-rootkit tools</a> available now, and it&#8217;s about time that McAfee comes out with its own free rootkit detection utility.</p>
<p>I usually don&#8217;t worry so much about <strong>viruses and worms</strong> anymore because it seems to me that this threat is mostly under control nowadays. However, I always feel a bit uncomfortable when I think about <strong>rootkits</strong>. Viruses try to spread and often enough they damage their hosts, which makes them easier to detect. But rootkits just hide. It lies in their nature that you simply don&#8217;t know of them.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2007/08/rootkit_detective.png" title="Rootkit Detective" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2007/08/rootkit_detective.png','Rootkit Detective',event,300,75)"><img src="http://4sysops.com/wp-content/uploads/2007/08/rootkit_detective.thumbnail.png" title="Rootkit Detective" alt="Rootkit Detective" align="right" /></a>I just played a little with <strong>McAfee Rootkit Detective</strong> and it indeed found a couple of <a href="http://secunia.com/advisories/16560/">hidden registry entries</a> and hooked services on my system. The hooked services belong to my Sunbelt Personal Firewall. I wasn&#8217;t able to track down the application that created the hidden registry keys, so I just deleted them all. Since this is a test system it is quite probable that they belong to spyware that was installed with one of the tools I tested.</p>
<p>Note that this was just a virtual machine and I created a snapshot before I deleted registry keys. If you intend to mess with the registry on one of your computers, I highly recommend creating a <strong>backup of the registry</strong> database before you do this even though McAfee Detective has an undo function. I like it that one can <strong>delete suspicious registry entries</strong> with McAfee Detective. This is an advantage over Sysinternals <a href="http://www.microsoft.com/technet/sysinternals/Utilities/RootkitRevealer.mspx">RootkitRevealer</a> which I usually use when I am on the hunt for rootkits.</p>
<p>I don&#8217;t like the <strong>window size</strong> of Rootkit Detective though, it is quite small and one can&#8217;t resize it. So you always have to scroll to read the full path of a registry entry. Another downside of the tool is that it <strong>doesn&#8217;t support Vista</strong>. This is quite strange considering that it was just released recently.</p>
<p>What is your favorite rootkit hunting tool?</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/my-favorite-sysinternals-utilities/" title="My favorite Sysinternals utilities (September 23, 2011)">My favorite Sysinternals utilities</a> (7)</li>
	<li><a href="http://4sysops.com/archives/free-windows-system-control-center-launch-sysinternals-and-nirsoft-tools-from-the-web/" title="FREE: Windows System Control Center &#8211; Launch Sysinternals and NirSoft tools from the web (September 7, 2010)">FREE: Windows System Control Center &#8211; Launch Sysinternals and NirSoft tools from the web</a> (2)</li>
	<li><a href="http://4sysops.com/archives/autoruns-comprehensive-auto-startup-monitor/" title="FREE: Autoruns &#8211; Manage Windows startup programs (June 10, 2010)">FREE: Autoruns &#8211; Manage Windows startup programs</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-disk2vhd-a-simple-p2v-tool-that-creates-vhds-for-hyper-v-and-virtual-pc/" title="FREE: Disk2vhd &#8211; A simple P2V tool that creates VHDs for Hyper-V and Virtual PC (October 13, 2009)">FREE: Disk2vhd &#8211; A simple P2V tool that creates VHDs for Hyper-V and Virtual PC</a> (9)</li>
	<li><a href="http://4sysops.com/archives/help-in-sysinternals-tool-says-navigation-to-the-webpage-was-canceled/" title="Help in Sysinternals tool says &#8220;Navigation to the webpage was canceled&#8221; (August 18, 2009)">Help in Sysinternals tool says &#8220;Navigation to the webpage was canceled&#8221;</a> (7)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/another-free-anti-rootkit-tool-mcafee-rootkit-detective-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Anti-rootkit tools</title>
		<link>http://4sysops.com/archives/anti-rootkit-tools/</link>
		<comments>http://4sysops.com/archives/anti-rootkit-tools/#comments</comments>
		<pubDate>Fri, 09 Jun 2006 18:46:30 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[antivirus]]></category>
		<category><![CDATA[rootkits]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/anti-rootkit-tools/</guid>
		<description><![CDATA[<p>More and more sys admins are realizing the danger of <a href="http://en.wikipedia.org/wiki/Rootkit" target="_blank">rootkits</a>. However, I&#8217;ve known only a few, who spent enough time to estimate how big the threat really is. Since the main purpose of rootkits is to hide themselves from users and sysops, you usually don&#8217;t know of them. I guess there are not many Windows administrators out there, who never had problems with computer viruses. But how many ever realized that they have rootkits in their network?</p>
<p>I must admit, I am one of those who neglected this topic for quite a while. At least, I googled about it now. Originally, I wanted to make a list of anti-root tools. But then I found <a href="http://www.antirootkit.com/index.htm" target="_blank">Antirootkit.com</a>. They have a comprehensive collection of <a href="http://www.antirootkit.com/software/index.htm" target="_blank">anti-rootkit tools</a> plus some useful information like a list of <a href="http://www.antirootkit.com/articles/index.htm" target="_blank">articles</a> and of known <a href="http://www.antirootkit.com/rootkit-list.htm" target="_blank">rootkits</a>.</p>
<p>I have read some reviews about <a href="http://www.sysinternals.com/Utilities/RootkitRevealer.html" target="_blank">Sysinternals RootkitRevealer</a> a while ago. I suppose, it is the most prominent among the &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>More and more sys admins are realizing the danger of <a href="http://en.wikipedia.org/wiki/Rootkit" target="_blank">rootkits</a>. However, I&#8217;ve known only a few, who spent enough time to estimate how big the threat really is. Since the main purpose of rootkits is to hide themselves from users and sysops, you usually don&#8217;t know of them. I guess there are not many Windows administrators out there, who never had problems with computer viruses. But how many ever realized that they have rootkits in their network?</p>
<p>I must admit, I am one of those who neglected this topic for quite a while. At least, I googled about it now. Originally, I wanted to make a list of anti-root tools. But then I found <a href="http://www.antirootkit.com/index.htm" target="_blank">Antirootkit.com</a>. They have a comprehensive collection of <a href="http://www.antirootkit.com/software/index.htm" target="_blank">anti-rootkit tools</a> plus some useful information like a list of <a href="http://www.antirootkit.com/articles/index.htm" target="_blank">articles</a> and of known <a href="http://www.antirootkit.com/rootkit-list.htm" target="_blank">rootkits</a>.</p>
<p>I have read some reviews about <a href="http://www.sysinternals.com/Utilities/RootkitRevealer.html" target="_blank">Sysinternals RootkitRevealer</a> a while ago. I suppose, it is the most prominent among the anti-rootkit tools for Windows and it is free. So I would start with this tool first.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/free-microsoft-standalone-system-sweeper-standalone-antivirus-software/" title="FREE: Microsoft Standalone System Sweeper &ndash; Standalone antivirus software (August 11, 2011)">FREE: Microsoft Standalone System Sweeper &ndash; Standalone antivirus software</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-kaspersky-rescue-disk-offline-antivirus-tool/" title="FREE: Kaspersky Rescue Disk &#8211; Offline antivirus tool (July 15, 2011)">FREE: Kaspersky Rescue Disk &#8211; Offline antivirus tool</a> (2)</li>
	<li><a href="http://4sysops.com/archives/forefront-endpoint-protection-fep-2012-part-2-deployment-and-configuration/" title="Forefront Endpoint Protection (FEP) 2012 &#8211; Part 2: Deployment and configuration (June 29, 2011)">Forefront Endpoint Protection (FEP) 2012 &#8211; Part 2: Deployment and configuration</a> (3)</li>
	<li><a href="http://4sysops.com/archives/offline-antivirus-how-to-run-microsoft-safety-scanner-on-windows-pe-3-0/" title="Offline Antivirus &#8211; How to run Microsoft Safety Scanner on Windows PE 3.0 (June 24, 2011)">Offline Antivirus &#8211; How to run Microsoft Safety Scanner on Windows PE 3.0</a> (5)</li>
	<li><a href="http://4sysops.com/archives/forefront-endpoint-protection-2012-part-1-installation-on-configuration-manager-2012/" title="Forefront Endpoint Protection 2012 &#8211;  Part 1: Installation on Configuration Manager 2012 (June 22, 2011)">Forefront Endpoint Protection 2012 &#8211;  Part 1: Installation on Configuration Manager 2012</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/anti-rootkit-tools/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

