<?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>gHacks technology news &#187; rootkit-scanner</title>
	<atom:link href="http://www.ghacks.net/tag/rootkit-scanner/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 23:31:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Rootkit Detection Software Codewalker</title>
		<link>http://www.ghacks.net/2009/04/29/rootkit-detection-software-codewalker/</link>
		<comments>http://www.ghacks.net/2009/04/29/rootkit-detection-software-codewalker/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 11:17:49 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[codewalker]]></category>
		<category><![CDATA[portable software]]></category>
		<category><![CDATA[rootkit]]></category>
		<category><![CDATA[rootkit detection]]></category>
		<category><![CDATA[rootkit-scanner]]></category>
		<category><![CDATA[rootkits]]></category>
		<category><![CDATA[windows software]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2009/04/29/rootkit-detection-software-codewalker/</guid>
		<description><![CDATA[Most computer users remember rootkits from the Sony BMG scandal a few years ago where the company installed rootkit like features on computer systems that were distributed with several of their music CDs. Rootkits are still not considered a huge threat by many. It is more likely to get infected by a computer virus or [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ghacks.net/wp-content/uploads/2009/04/rootkit_detection.jpg" alt="rootkit detection" title="rootkit detection" width="96" height="92" class="alignleft size-full wp-image-12456" />Most computer users remember rootkits from the Sony BMG scandal a few years ago where the company installed rootkit like features on computer systems that were distributed with several of their music CDs. Rootkits are still not considered a huge threat by many. It is more likely to get infected by a computer virus or trojan than by a rootkit. Rootkits have been designed to hide on a computer system to prevent detection by normal security programs and system tools which makes them dangerous.</p>
<p><span id="more-12458"></span><a href="http://forum.sysinternals.com/forum_posts.asp?TID=16874">Codewalker</a> is a rootkit detection software that has been developed by a member of the Sysinternals forum. The current version that has been released today is 0.24b which clearly outlines that the software program is a work in progress. It is a portable software that can be run from the local drives or removable devices.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2009/04/rootkit_detection_codewalker-500x465.jpg" alt="rootkit detection codewalker" title="rootkit detection codewalker" width="500" height="465" class="alignnone size-medium wp-image-12457" /></p>
<p>The security program suggests a deep scan of the computer system upon startup which takes a few minutes to complete. It is possible to avoid this deep scan which will lead directly to the main program interface. The main interface uses tabs to display various information including system processes, hidden code, kernelmode and usermode hacks.</p>
<p>The connected disk drives are displayed on the right side with the option to select some or all of them for a scan. The same scan that was suggested upon program start will then be performed. The results are shown in the various tabs after the scan has finished. </p>
<p>The developer explains his program:</p>
<blockquote><p>For hidden driver detection, you can test it with some pretty well hidden driver PoC such as phide_ex and many builds of Rustock.B variants. Although you have to use the &#8220;Hardcore Scan&#8221; method to detect them.</p>
<p>For code hooking detection, the engine walks all the branches of scanned module i.e any execution path of it to detect modification (btw, that&#8217;s why i call it CodeWalker). IMHO, It can detect code hooking very well especially with rootkits that place abnormal hooks like Rustock.C (FF25 &#038; FF15 &#8211; jmp/call dword ptr [abc]) tho there&#8217;re still some problems with false-positive hooks/modifications. </p></blockquote>
<p>Codewalker is a viable alternative to already available rootkit detection programs like <a href="http://www.ghacks.net/2007/05/06/check-a-system-for-rootkits-with-gmer/">Gmer</a> or <a href="http://www.ghacks.net/2007/04/05/avg-anti-rootkit-free/">AVG Anti-Rootkit</a>. It is probably be best used in conjunction with these tools.</p>

	Tags: <a href="http://www.ghacks.net/tag/codewalker/" title="codewalker" rel="tag">codewalker</a>, <a href="http://www.ghacks.net/tag/portable-software/" title="portable software" rel="tag">portable software</a>, <a href="http://www.ghacks.net/tag/rootkit/" title="rootkit" rel="tag">rootkit</a>, <a href="http://www.ghacks.net/tag/rootkit-detection/" title="rootkit detection" rel="tag">rootkit detection</a>, <a href="http://www.ghacks.net/tag/rootkit-scanner/" title="rootkit-scanner" rel="tag">rootkit-scanner</a>, <a href="http://www.ghacks.net/tag/rootkits/" title="rootkits" rel="tag">rootkits</a>, <a href="http://www.ghacks.net/tag/windows-software/" title="windows software" rel="tag">windows software</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/09/01/youtube-video-search-is-a-barebone-youtube-downloader/" title="Youtube Video Search Is A Barebone Youtube Downloader (September 1, 2009)">Youtube Video Search Is A Barebone Youtube Downloader</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/10/21/xkcd-comic-wallpaper-changer/" title="Xkcd Comic Wallpaper Changer (October 21, 2009)">Xkcd Comic Wallpaper Changer</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/04/10/wireless-networking-software-homedale/" title="Wireless Networking Software Homedale (April 10, 2009)">Wireless Networking Software Homedale</a> (13)</li>
	<li><a href="http://www.ghacks.net/2009/03/06/windows-xp-default-internet-browser-per-user-profile/" title="Windows XP: Default Internet Browser Per User Profile (March 6, 2009)">Windows XP: Default Internet Browser Per User Profile</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/08/18/windows-xp-system-file-checker/" title="Windows XP System File Checker (August 18, 2009)">Windows XP System File Checker</a> (7)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/04/29/rootkit-detection-software-codewalker/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Check a system for rootkits with Gmer</title>
		<link>http://www.ghacks.net/2007/05/06/check-a-system-for-rootkits-with-gmer/</link>
		<comments>http://www.ghacks.net/2007/05/06/check-a-system-for-rootkits-with-gmer/#comments</comments>
		<pubDate>Sun, 06 May 2007 17:18:00 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[gmer]]></category>
		<category><![CDATA[rootkit detection]]></category>
		<category><![CDATA[rootkit-scanner]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/05/06/check-a-system-for-rootkits-with-gmer/</guid>
		<description><![CDATA[Gmer is primary a free rootkit scanner which offers additional functionality such as offering an Intrusion Prevention System and a Firewall. The interface looks very user friendly but the settings, options and the results require at last basic knowledge of rootkits and other means of harming the system to apply and interpretate them in the correct way. Gmer does notify the user if it spots something suspicious and displays those results in red in the main window. The two screenshots below show two typical scan results after performing a scan of your computer with Gmer.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gmer.net/index.php" target="_blank">Gmer</a> is primary a free rootkit scanner which offers additional functionality such as offering an Intrusion Prevention System and a Firewall. The interface looks very user friendly but the settings, options and the results require at last basic knowledge of rootkits and other means of harming the system to apply and interpretate them in the correct way. Gmer does notify the user if it spots something suspicious and displays those results in red in the main window. The two screenshots below show two typical scan results after performing a scan of your computer with Gmer.</p>
<p><img src="http://www.ghacks.net/files/screens/2007/05/gmer.jpg" alt="gmer rootkit scanner" /><img src="http://www.ghacks.net/files/screens/2007/05/rootkit.jpg" alt=" rootkit scanner" /></p>
<p><span id="more-1512"></span>As I said earlier, running Gmer is really easy. Just start the application and click on the scan button. Gmer does scan the system automatically and displays the results in the main window. If you spot red entries you should try and search the Internet for clues about them. It is possible to kill processes, service and files by right-clicking an entry in the main window.</p>
<p>Next to scanning for Rootkits you can also scan for Autostart entries, check running processes, services and modules and activate the Intrusion Prevention System and the Firewall. Take a look at this nice <a href="http://spyware-free.us/2006/07/gmer_07.html" target="_blank">Gmer tutorial</a> which walks you through a basic process.</p>

	Tags: <a href="http://www.ghacks.net/tag/gmer/" title="gmer" rel="tag">gmer</a>, <a href="http://www.ghacks.net/tag/rootkit-detection/" title="rootkit detection" rel="tag">rootkit detection</a>, <a href="http://www.ghacks.net/tag/rootkit-scanner/" title="rootkit-scanner" rel="tag">rootkit-scanner</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/04/29/rootkit-detection-software-codewalker/" title="Rootkit Detection Software Codewalker (April 29, 2009)">Rootkit Detection Software Codewalker</a> (4)</li>
	<li><a href="http://www.ghacks.net/2007/04/05/avg-anti-rootkit-free/" title="AVG Anti Rootkit free (April 5, 2007)">AVG Anti Rootkit free</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/05/06/check-a-system-for-rootkits-with-gmer/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>AVG Anti Rootkit free</title>
		<link>http://www.ghacks.net/2007/04/05/avg-anti-rootkit-free/</link>
		<comments>http://www.ghacks.net/2007/04/05/avg-anti-rootkit-free/#comments</comments>
		<pubDate>Thu, 05 Apr 2007 08:46:31 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[avg]]></category>
		<category><![CDATA[rootkit-scanner]]></category>
		<category><![CDATA[rootkits]]></category>
		<category><![CDATA[system-scan]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/04/05/avg-anti-rootkit-free/</guid>
		<description><![CDATA[Rootkits received a publicity boost with Sony's rootkit infested CDs that was supposed to be some kind of copy protection. Since then rootkits have become an ever growing threat on the Internet in line with Viruses, Trojans, Phishing and Spam. The major problem with rootkits is that most users think that their virus scanner protects them from rootkits as well which is most of the time not the case. Rootkits are much harder to detect by normal means and software that can scan systems for rootkits should be used by inexperienced users to be able to detect at least the most common ones.]]></description>
			<content:encoded><![CDATA[<p>Rootkits received a publicity boost with Sony&#8217;s rootkit infested CDs that was supposed to be some kind of copy protection. Since then rootkits have become an ever growing threat on the Internet in line with Viruses, Trojans, Phishing and Spam. The major problem with rootkits is that most users think that their virus scanner protects them from rootkits as well which is most of the time not the case. Rootkits are much harder to detect by normal means and software that can scan systems for rootkits should be used by inexperienced users to be able to detect at least the most common ones.</p>
<p><a href="http://www.grisoft.com/doc/products-avg-anti-rootkit/us/crp/2" title="avg anti rootkit free" target="_blank">AVG Anti Rootkit</a> is a free software that scans a computer for rootkits and removes them if one or more of those have been identified. The anti rootkit application can be used to either quickly scan the computer for possible rootkits and the other to make an in depth scan which takes longer but is more thorough. The in depth scan for Rootkits takes some time depending on the amount of files and size of your hard drives.</p>
<p><span id="more-1384"></span></p>

	Tags: <a href="http://www.ghacks.net/tag/avg/" title="avg" rel="tag">avg</a>, <a href="http://www.ghacks.net/tag/rootkit-scanner/" title="rootkit-scanner" rel="tag">rootkit-scanner</a>, <a href="http://www.ghacks.net/tag/rootkits/" title="rootkits" rel="tag">rootkits</a>, <a href="http://www.ghacks.net/tag/security/" title="Security" rel="tag">Security</a>, <a href="http://www.ghacks.net/tag/system-scan/" title="system-scan" rel="tag">system-scan</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/04/29/rootkit-detection-software-codewalker/" title="Rootkit Detection Software Codewalker (April 29, 2009)">Rootkit Detection Software Codewalker</a> (4)</li>
	<li><a href="http://www.ghacks.net/2006/07/19/icesword-the-better-rootkit-revealer/" title="IceSword the better Rootkit Revealer ? (July 19, 2006)">IceSword the better Rootkit Revealer ?</a> (1)</li>
	<li><a href="http://www.ghacks.net/2006/05/03/how-to-scan-your-linux-distro-for-root-kits/" title="How to scan your Linux-Distro for Root Kits (May 3, 2006)">How to scan your Linux-Distro for Root Kits</a> (2)</li>
	<li><a href="http://www.ghacks.net/2006/05/12/how-to-check-your-system-for-rootkits/" title="How to check your system for rootkits (May 12, 2006)">How to check your system for rootkits</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/07/05/gernova-keylock/" title="Gernova Keylock (July 5, 2008)">Gernova Keylock</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/04/05/avg-anti-rootkit-free/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
