<?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; codewalker</title>
	<atom:link href="http://www.ghacks.net/tag/codewalker/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 22:37:16 +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>
	</channel>
</rss>
