<?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; rootkits</title>
	<atom:link href="http://www.ghacks.net/tag/rootkits/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>Mon, 23 Nov 2009 09:33:31 +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>Check for root kits with rkhunter</title>
		<link>http://www.ghacks.net/2009/04/29/check-for-root-kits-with-rkhunter/</link>
		<comments>http://www.ghacks.net/2009/04/29/check-for-root-kits-with-rkhunter/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 20:46:46 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Advice]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networks]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[rkhunter]]></category>
		<category><![CDATA[root kits]]></category>
		<category><![CDATA[rootkits]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2009/04/29/check-for-root-kits-with-rkhunter/</guid>
		<description><![CDATA[Security means everything when it comes to your data. And for many, doing everything that is possible is still not enough. For most the checking ends at viruses, malware, and portscans. To think this is enough is a mistake. Rootkits are some of the most dangerous security threats around. No matter what your server OS, [...]]]></description>
			<content:encoded><![CDATA[<p>Security means everything when it comes to your data. And for many, doing everything that is possible is still not enough. For most the checking ends at viruses, malware, and portscans. To think this is enough is a mistake. Rootkits are some of the most dangerous security threats around. No matter what your server OS, it is crucial to make sure there are no rootkits tucked away on your servers.</p>
<p>Those Linux servers you have chugging away need rootkit checks as well. Fortunately there is a simple tool to help you in your quest for server security nirvana. This tool is <a title="RKhunter" href="http://www.rootkit.nl/projects/rootkit_hunter.html" target="_blank">Rootkit Hunter</a>. It&#8217;s easy to install, easy to use, checks deep into your system, and offers outstanding reporting.</p>
<p><span id="more-12469"></span>Rootkit Hunter supports all Linux distributions and most BSD distributions. Rootkit Hunter will test your system against:</p>
<ul>
<li>MD5 hash comparisons</li>
<li>Default files used by rootkits</li>
<li> Incorrect binary filepermissions</li>
<li>Suspected strings in LKM and KLD modules</li>
<li>Hidden files</li>
</ul>
<p>RKhunter can also do optional scans within plaintext and binary files for even more complete checks.</p>
<p><strong>Installing</strong></p>
<p>Most distributions will include rkhunter in their standard repositories so you should be able to locate it with your Add/Remove Software utility. Open this tool up, do a search for &#8220;rkhunter&#8221;, select the results, and apply the changes. Once rkhunter is installed you are ready to check.</p>
<p><strong>Usage</strong></p>
<p>Rootkit Hunter is a command line tool so you will first need to open up a terminal window. You will need root access to run the command. The basic usage is:</p>
<p>rkhunter [OPTIONS]</p>
<p>A basic check is issued like so:</p>
<p>rkhunter &#8211;check</p>
<p>As the check runs you will see output like this:</p>
<p><em>Checking the network&#8230;</p>
<p>Performing check for backdoor ports<br />
Checking for UDP port 2001                               [ Not found ]<br />
Checking for TCP port 2006                               [ Not found ]<br />
Checking for TCP port 2128                               [ Not found ]<br />
Checking for TCP port 14856                              [ Not found ]<br />
Checking for TCP port 47107                              [ Not found ]<br />
Checking for TCP port 60922                              [ Not found ]</p>
<p>Performing checks on the network interfaces<br />
Checking for promiscuous interfaces                      [ None found ]</p>
<p>[Press &lt;ENTER&gt; to continue]</em></p>
<p>As each portion of the test completes you will have to hit enter to continue on to the next portion. A very nice feature of rkhunter is you know, as the test runs, if you do or do not have a root kit on your machine. During the group and accounts check on a Fedora machine I came across this:</p>
<p><em>Performing group and account checks<br />
Checking for passwd file                                                 [ Found ]<br />
Checking for root equivalent (UID 0) accounts            [ None found ]<br />
Checking for passwordless accounts                              [ None found ]<br />
Checking for passwd file changes                                  [ Warning ]<br />
Checking for group file changes                                     [ Warning ]<br />
Checking root account shell history files                       [ OK ]</em></p>
<p>A warning should be examined, but in this case it is no root kit.</p>
<p>Once the test runs the results will be quite clear. The most telling section of the results is:</p>
<p><em>Rootkit checks&#8230;<br />
Rootkits checked : 68<br />
Possible rootkits: 0</em></p>
<p>This machine is clear.</p>
<p>There are other options for testing. One particular option you should run every so often (maybe even creating a cron job for it) is the &#8211;update option. This option checks to see if there is a later verion of rkhunters&#8217; text data files. This is critical especially when new (or new versions) of root kits are released into the wild.</p>
<p><strong>Final Thoughts</strong></p>
<p>If you are serious about security, and you have a Linux machine on your network, make sure you install rkhunter and use it often. You and your network will remain happy and healthy.</p>

	Tags: <a href="http://www.ghacks.net/tag/linux/" title="Linux" rel="tag">Linux</a>, <a href="http://www.ghacks.net/tag/rkhunter/" title="rkhunter" rel="tag">rkhunter</a>, <a href="http://www.ghacks.net/tag/root-kits/" title="root kits" rel="tag">root kits</a>, <a href="http://www.ghacks.net/tag/rootkits/" title="rootkits" rel="tag">rootkits</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<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/2008/02/07/yoggie-pico-personal-mobile-security-computer/" title="Yoggie PICO Personal Mobile Security Computer (February 7, 2008)">Yoggie PICO Personal Mobile Security Computer</a> (3)</li>
	<li><a href="http://www.ghacks.net/2005/11/03/world-of-warcraft-hackers-using-sony-bmg-rootkit/" title="World of Warcraft hackers using Sony BMG rootkit (November 3, 2005)">World of Warcraft hackers using Sony BMG rootkit</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/10/30/with-ubuntu-9-10-arrives-wubi-9-10/" title="With Ubuntu 9.10 Arrives Wubi 9.10 (October 30, 2009)">With Ubuntu 9.10 Arrives Wubi 9.10</a> (2)</li>
	<li><a href="http://www.ghacks.net/2006/12/07/widgets-for-linux-superkaramba/" title="Widgets for Linux: SuperKaramba (December 7, 2006)">Widgets for Linux: SuperKaramba</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/04/29/check-for-root-kits-with-rkhunter/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<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>Which Programs Should I Run To Scan A Computer For Malicious Software?</title>
		<link>http://www.ghacks.net/2008/09/15/which-programs-should-i-run-to-scan-a-computer-for-malicious-software/</link>
		<comments>http://www.ghacks.net/2008/09/15/which-programs-should-i-run-to-scan-a-computer-for-malicious-software/#comments</comments>
		<pubDate>Mon, 15 Sep 2008 12:12:35 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[rootkits]]></category>
		<category><![CDATA[scan system]]></category>
		<category><![CDATA[security applications]]></category>
		<category><![CDATA[security programs]]></category>
		<category><![CDATA[security-software]]></category>
		<category><![CDATA[Spyware]]></category>
		<category><![CDATA[virus]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=7012</guid>
		<description><![CDATA[The amount of security applications for the end user has reached a point where the choice is adding to the insecurity and confusion of the user. So called experts all have their set of tools that they recommend for certain situations but it can happen that you get a set of totally different applications for [...]]]></description>
			<content:encoded><![CDATA[<p>The amount of security applications for the end user has reached a point where the choice is adding to the insecurity and confusion of the user. So called experts all have their set of tools that they recommend for certain situations but it can happen that you get a set of totally different applications for the same task when asking two advanced users.</p>
<p>To give an example. Should a user run Ad-Aware, Spybot Search And Destroy, Spyware Terminator or one of the other dozen or so anti-spyware applications that can be used freely for personal non-commercial use.</p>
<p>To much choice can be confusing and this article tries to narrow down the list to security applications that are recommended most of the time. Some users will disagree with the choices and they have every right to do so. You can rest assured on the other hand that the selection of tools should be sufficient to scan a computer system thoroughly</p>
<p><span id="more-7012"></span><strong>Anti-Spyware:</strong></p>
<p>Spyware usually refers to malicious software that tries to spy on the user or serve advertisement to him. This can be done with tracking cookies, changing the user&#8217;s homepage or showing popups from time to time.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2008/09/spyware_terminator-500x390.jpg" alt="spyware terminator" title="spyware terminator" width="500" height="390" class="alignnone size-medium wp-image-7013" /></p>
<ul>
<li><a href="http://www.safer-networking.org/en/mirrors/index.html">Spybot Search And Destroy</a> &#8211; Spybot Search and Destroy is updated regularly and does not confuse the user with different versions like Ad-Aware does with Ad-Aware Free, Plus and Pro.</li>
<li><a href="http://www.spywareterminator.com/">Spyware Terminator</a> &#8211; A tool that has been downloaded more than 17 million times should do a good job. Spyware Terminator is fast and efficient.</li>
</ul>
<p><strong>Anti-Virus:</strong></p>
<p>Anti-virus applications create probably the most controversy. There is so much choice of free and commercial applications that makes it nearly impossible to make a decision. The applications protect the computer in realtime and can scan the computer thoroughly.</p>
<ul>
<li><a href="http://www.grisoft.com/">AVG Anti-Virus</a> &#8211; A classic anti-virus software that provides protection against viruses, rootkits and spyware.</li>
<li><a href="http://www.free-av.com/">Free AV</a> &#8211; Antivir protects the computer against viruses, rootkits, dialers and phising.</li>
</ul>
<p><strong>Rootkits:</strong></p>
<p>Rootkits have been gaining popularity in the last years and one could say that Sony did not have a small part in raising the public&#8217;s perception of rootkits with their music CDs that contained a rootkit in order to prevent customers from copying the music.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2008/09/rootkit_unhooker-500x312.jpg" alt="rootkit unhooker" title="rootkit unhooker" width="500" height="312" class="alignnone size-medium wp-image-7014" /></p>
<ul>
<li><a href="http://www.antirootkit.com/software/RootKit-Unhooker.htm">Rootkit Unhooker</a> &#8211; a portable rootkit scanner with a size of under 100 Kilobyte.</li>
<li><a href="http://www.gmer.net/index.php">Gmer</a> &#8211; is another tool to scan the computer for rootkits.</li>
</ul>
<p>Is the list missing any categories? Would you put other applications up there (I know you would so let me know)?</p>

	Tags: <a href="http://www.ghacks.net/tag/rootkits/" title="rootkits" rel="tag">rootkits</a>, <a href="http://www.ghacks.net/tag/scan-system/" title="scan system" rel="tag">scan system</a>, <a href="http://www.ghacks.net/tag/security-applications/" title="security applications" rel="tag">security applications</a>, <a href="http://www.ghacks.net/tag/security-programs/" title="security programs" rel="tag">security programs</a>, <a href="http://www.ghacks.net/tag/security-software/" title="security-software" rel="tag">security-software</a>, <a href="http://www.ghacks.net/tag/software/" title="software" rel="tag">software</a>, <a href="http://www.ghacks.net/tag/spyware/" title="Spyware" rel="tag">Spyware</a>, <a href="http://www.ghacks.net/tag/virus/" title="virus" rel="tag">virus</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/03/20/windows-registry-watcher/" title="Windows Registry Watcher (March 20, 2009)">Windows Registry Watcher</a> (5)</li>
	<li><a href="http://www.ghacks.net/2009/05/29/windows-defender/" title="Windows Defender (May 29, 2009)">Windows Defender</a> (11)</li>
	<li><a href="http://www.ghacks.net/2005/11/02/universal-music-group-music-cds-might-also-install-rootkit/" title="Universal Music Group Music Cds might also install rootkit (November 2, 2005)">Universal Music Group Music Cds might also install rootkit</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/08/18/system-protect-protects-windows-files/" title="System Protect Protects Windows Files (August 18, 2008)">System Protect Protects Windows Files</a> (2)</li>
	<li><a href="http://www.ghacks.net/2005/11/02/sony-music-cds-might-install-spyware-on-your-system/" title="Sony music cds might install spyware on your system (November 2, 2005)">Sony music cds might install spyware on your system</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/09/15/which-programs-should-i-run-to-scan-a-computer-for-malicious-software/feed/</wfw:commentRss>
		<slash:comments>13</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>
		<item>
		<title>IceSword the better Rootkit Revealer ?</title>
		<link>http://www.ghacks.net/2006/07/19/icesword-the-better-rootkit-revealer/</link>
		<comments>http://www.ghacks.net/2006/07/19/icesword-the-better-rootkit-revealer/#comments</comments>
		<pubDate>Wed, 19 Jul 2006 13:25:44 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[icesword]]></category>
		<category><![CDATA[rootkit-revealer]]></category>
		<category><![CDATA[rootkits]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2006/07/19/icesword-the-better-rootkit-revealer/</guid>
		<description><![CDATA[IceSword is a new contender for the title of the best rootkit revealing and removing program out there at the moment. It is rather hard to find a working download of IceSword but as always I provide a fast way to download the latest version of Icesword named IceSword1.18.rar. Click the link to download the rootkit scanner from rapidshare. In contrast to other rootkit scanners like Blacklight Icesword can not be run automatically.  Icesword only provides  perhaps the most powerful utilities to scan your system for rootkits and other information.]]></description>
			<content:encoded><![CDATA[<p>IceSword is a new contender for the title of the best rootkit revealing and removing program out there at the moment. It is rather hard to find a working download of IceSword but as always I provide a fast way to download the latest version of Icesword named <a title="IceSword 1.18 English Download" target="_blank" href="http://rapidshare.de/files/26290975/IceSword1.18en.rar.html">IceSword1.18.rar</a>. Click the link to download the rootkit scanner from <a href="http://www.ghacks.net/2008/01/04/5-rapidshare-search-engines/">rapidshare</a>. In contrast to other rootkit scanners like Blacklight Icesword can not be run automatically.  Icesword only provides  perhaps the most powerful utilities to scan your system for rootkits and other information.</p>
<p>There is no way that I have enough time to write about all features of IceSword. I therefor decided to mention the most important ones and leave the rest up to you. The process tab of IceSword is one of the most important ones when it comes to detecting rootkits. Icesword will color most hidden processes red which means it is a good idea to take a look at those first. Some rootkits are not colored however so a second look never hurts. You are able to terminate a process by right clicking and selecting Terminate Process.</p>
<p><span id="more-642"></span>A good idea is to check the compare the findings with other programs. Use a process explorer that shows the amount of processes but is able to view hidden processes. Compare that number with the number in Icesword and you should have the same amount of processes, if not take a closer look and compare the results.The <a target="_blank" href="http://www.mitec.cz/Data/XML/data_downloads.xml">Mitec Process Viewer</a> is a good tool for this for example.</p>
<p>The ports tab lists all open ports and their applications. Compare the applications with the one that you´ve started. If you see for example that iexplorer.exe is currently connected to the internet but you are not using this program, well you know that you should block the connection and check what´s going on. IceSword should show the same connections that the command netstat -an shows. If they differ something is not right.</p>
<p>The Kernel Module tab in Icesword colors hidden drivers red. The BHO tab (Browser Helper Objects) should be empty if you are not using Internet Explorer but Firefox for example. If you see something in there search for it using Google to see if it is spyware or not.</p>
<p>As you can see it is not that easy to use Icesword compared to other rootkit scanners that work by clicking on the scan button. Iceswords biggest advantage is the fact that it offers more information which is good if you know what you are doing or how to search for the information that you need.</p>
<p>Alternatives to Icesword are still the <a target="_blank" href="http://www.sysinternals.com/">sysinternals</a> rootkit revealer and <a target="_blank" href="http://www.f-secure.com/blacklight">blacklight</a> from f-secure.</p>

	Tags: <a href="http://www.ghacks.net/tag/icesword/" title="icesword" rel="tag">icesword</a>, <a href="http://www.ghacks.net/tag/rootkit-revealer/" title="rootkit-revealer" rel="tag">rootkit-revealer</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><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<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/2006/02/15/dvd-rootkit-on-the-way/" title="Dvd Rootkit on the way (February 15, 2006)">Dvd Rootkit on the way</a> (3)</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>
	<li><a href="http://www.ghacks.net/2008/05/07/yahoo-marks-dangerous-search-results/" title="Yahoo marks dangerous search results (May 7, 2008)">Yahoo marks dangerous search results</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2006/07/19/icesword-the-better-rootkit-revealer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to check your system for rootkits</title>
		<link>http://www.ghacks.net/2006/05/12/how-to-check-your-system-for-rootkits/</link>
		<comments>http://www.ghacks.net/2006/05/12/how-to-check-your-system-for-rootkits/#comments</comments>
		<pubDate>Fri, 12 May 2006 18:19:36 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[rootkit finder]]></category>
		<category><![CDATA[rootkits]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2006/05/12/how-to-check-your-system-for-rootkits/</guid>
		<description><![CDATA[Rootkits have been in the press lately and it´s a good idea to be on the safe side and check your system from time to time to make sure it is not infected. I´am going to introduce two freeware utilities that scan your system and reveal rootkits if they are installed and running on your system.]]></description>
			<content:encoded><![CDATA[<p>Rootkits have been in the press lately and it´s a good idea to be on the safe side and check your system from time to time to make sure it is not infected. I´am going to introduce two freeware utilities that scan your system and reveal rootkits if they are installed and running on your system.</p>
<p>The first tool is called <a target="_blank" href="http://www.resplendence.com/hookanalyzer">rootkit hook analyzer</a>, the second one <a target="_blank" href="http://www.sysinternals.com/Utilities/RootkitRevealer.html">rootkit revealer</a>. Both are great tools and easy to use. You probably have to do some research on the web after one or both of the tools scanned your system. You have to interpretate the output, the website that can help you with this is either the rootkit revealer homepage which has a short introduction on interpretating the output or the <a target="_blank" href="http://www.rootkit.com/">rootkit.com</a> website which has lots of information on the subject.</p>
<p><span id="more-488"></span></p>

	Tags: <a href="http://www.ghacks.net/tag/rootkit-finder/" title="rootkit finder" rel="tag">rootkit finder</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><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<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/02/15/dvd-rootkit-on-the-way/" title="Dvd Rootkit on the way (February 15, 2006)">Dvd Rootkit on the way</a> (3)</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>
	<li><a href="http://www.ghacks.net/2008/05/07/yahoo-marks-dangerous-search-results/" title="Yahoo marks dangerous search results (May 7, 2008)">Yahoo marks dangerous search results</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2006/05/12/how-to-check-your-system-for-rootkits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to scan your Linux-Distro for Root Kits</title>
		<link>http://www.ghacks.net/2006/05/03/how-to-scan-your-linux-distro-for-root-kits/</link>
		<comments>http://www.ghacks.net/2006/05/03/how-to-scan-your-linux-distro-for-root-kits/#comments</comments>
		<pubDate>Wed, 03 May 2006 10:01:42 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[distirbutions]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[rootkits]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2006/05/03/how-to-scan-your-linux-distro-for-root-kits/</guid>
		<description><![CDATA[Ghacks is running on a linux rootserver. It should be fairly secure but there is always a chance that someone might get access to it and comprimise the system. One of the biggest threats is the installation of a root kit which will be used to access the system at a later time and clean tracks of logins that might have occured.]]></description>
			<content:encoded><![CDATA[<p>Ghacks is running on a linux rootserver. It should be fairly secure but there is always a chance that someone might get access to it and comprimise the system. One of the biggest threats is the installation of a root kit which will be used to access the system at a later time and clean tracks of logins that might have occured.</p>
<p>The article &#8220;How to scan your Linux-Distro for Root Kits&#8221; walks you through all steps of downloading and running a script that is able to detect some root kits.  Everything is explained in detail that even beginners will be able to follow the steps and check their system for possible root kits. If you don´t feel like compiling the script yourself you could try and use google to find a precompiled version and download that instead.<br />
<span id="more-462"></span></p>

	Tags: <a href="http://www.ghacks.net/tag/distirbutions/" title="distirbutions" rel="tag">distirbutions</a>, <a href="http://www.ghacks.net/tag/linux/" title="Linux" rel="tag">Linux</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><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2006/12/01/monitor-your-network-connections-with-x-netstat/" title="Monitor your network connections with X-NetStat (December 1, 2006)">Monitor your network connections with X-NetStat</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/02/16/learning-linux-log-files/" title="Learning Linux: Log Files (February 16, 2009)">Learning Linux: Log Files</a> (5)</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/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/12/10/fundamental-differences-between-linux-and-windows/" title="Fundamental Differences Between Linux and Windows (December 10, 2008)">Fundamental Differences Between Linux and Windows</a> (23)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2006/05/03/how-to-scan-your-linux-distro-for-root-kits/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Dvd Rootkit on the way</title>
		<link>http://www.ghacks.net/2006/02/15/dvd-rootkit-on-the-way/</link>
		<comments>http://www.ghacks.net/2006/02/15/dvd-rootkit-on-the-way/#comments</comments>
		<pubDate>Wed, 15 Feb 2006 09:38:27 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[dvd rootkit]]></category>
		<category><![CDATA[rootkits]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=322</guid>
		<description><![CDATA[Some weeks ago Sony made the attempt to protect the music from some of the cd´s they distribute by adding a rootkit software which would be installed if the user wanted to play the cd on his personal computer. The technique had its flaws and was only working on windows but it still ment that a rootkit was installed on the pc and other scripts could use this rootkit for malicious purposes. After a large outcry from the web community Sony decided to pull the cd´s from the shelves and offer a tool to uninstall the rootkit. (which you would only get through a long process)]]></description>
			<content:encoded><![CDATA[<p>Some weeks ago Sony made the attempt to protect the music from some of the cd´s they distribute by adding a rootkit software which would be installed if the user wanted to play the cd on his personal computer. The technique had its flaws and was only working on windows but it still ment that a rootkit was installed on the pc and other scripts could use this rootkit for malicious purposes. After a large outcry from the web community Sony decided to pull the cd´s from the shelves and offer a tool to uninstall the rootkit. (which you would only get through a long process)</p>
<p>Apparently the german movie dvd Mr. and Mrs Smith does contain a rootkit as well. <a href="http://www.f-secure.com/weblog/archives/archive-022006.html#00000810" target="_blank">F-Secure</a> confirms that the <a href="http://www.settec.net/eng/pro_alphadvd.htm" target="_blank">Settec Alpha-DISC copy protection system</a> is used on the dvd. </p>
<p><span id="more-322"></span></p>
<p>If you think you are infected by this rootkit you can use the uninstaller from the <a href="http://uninstall.settec.com/eng/" target="_blank">manufacturers website</a>.</p>
<p>Besides the obvious threat that a rootkit poses many users claim that even standalone dvd players have troubles playing the dvd. I would advise everyone to not buy this dvd and sent a clear message to the company showing them that we don´t want and need rootkits or other means of copy protection on cd´s and dvd´s that we purchased.</p>
<p>[tags]cd, dvd, rootkit, sony, mr. and mrs. smith, settec[/tags]</p>

	Tags: <a href="http://www.ghacks.net/tag/dvd-rootkit/" title="dvd rootkit" rel="tag">dvd rootkit</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><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<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/2007/04/05/avg-anti-rootkit-free/" title="AVG Anti Rootkit free (April 5, 2007)">AVG Anti Rootkit free</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/05/07/yahoo-marks-dangerous-search-results/" title="Yahoo marks dangerous search results (May 7, 2008)">Yahoo marks dangerous search results</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2006/02/15/dvd-rootkit-on-the-way/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Sony, the rootkit and the internet community</title>
		<link>http://www.ghacks.net/2005/11/16/sony-the-rootkit-and-the-internet-community/</link>
		<comments>http://www.ghacks.net/2005/11/16/sony-the-rootkit-and-the-internet-community/#comments</comments>
		<pubDate>Wed, 16 Nov 2005 09:23:02 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Spyware]]></category>
		<category><![CDATA[rootkits]]></category>
		<category><![CDATA[sony]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=147</guid>
		<description><![CDATA[No matter which internet page you open this days you are guaranteed to find at least one article mentioning the Sony rootkit affair. Instead of providing you with the latest news on the case customer vs. Sony BMG I´d like to analyse an interesting aspect of it.

In the beginning, there was one guy, who found out about the rootkit software, analysed it in depth and wrote an entry in his blog named Mark's Sysinternals Blog on a well frequented site. Then the ball got rolling, the news was copied and commented on other sites, big portals like slashdot.org and digg.com had articles that soon became the most popular ones for the day.]]></description>
			<content:encoded><![CDATA[<p>No matter which internet page you open this days you are guaranteed to find at least one article mentioning the Sony rootkit affair. Instead of providing you with the latest news on the case customer vs. Sony BMG I´d like to analyse an interesting aspect of it.</p>
<p>In the beginning, there was one guy, who found out about the rootkit software, analysed it in depth and wrote an entry in his blog named <a href="http://www.sysinternals.com/blog/2005/10/sony-rootkits-and-digital-rights.html" target="_Blank">Mark&#8217;s Sysinternals Blog</a> on a well frequented site. Then the ball got rolling, the news was copied and commented on other sites, big portals like slashdot.org and digg.com had articles that soon became the most popular ones for the day.</p>
<p>The news spread like fire in the world wide web, people from all over the world read the news. It was soon clear that there were only a few who supported Sony´s move, the majority was clearly against it.</p>
<p><span id="more-147"></span>News got worth for Sony the following days, Mark again identified some additional &#8220;features&#8221;. First, the rootkit software was phoning home to Sony. Second, it was almost impossible for the average user to uninstall it. Third, the rootkit possed a cloaking ability that other executables could use to hide inside, a perfect hiding place for viri and trojans.</p>
<p>Sony&#8217;s reaction was to provide an update to the rootkit software that disabled the cloaking feature. Unfortunately it was again almost impossible for the average user to find the uninstaller on their webpage. Still, Sony in its shining glory denied that the rootkit posed a security threat and that most users didn&#8217;t care whether a rootkit was installed on their system. The patch unfortunately had the nasty habit to crash windows on some machines. </p>
<p>The internet community created lists of cd´s that contained the software, boycott websites went into existence and had to deal with a massive amount of visitors who were looking for information or wanted to join the boycott.</p>
<p>With lots of News Coverage from respected institutes like BBC Sony presented a statement on Monday that they would cease the production of music cd&#8217;s containing First 4 Internet&#8217;s XCP technology, for now. </p>
<p>Yesterday Dan Kaminsky presented the first figures of rootkit infections analysing the rootkits phone home traces in the dns cache of nameservers. This lead to the conclusion that at least half a million networks are infected with it. He created a graphic showing infections on a map of north america.</p>
<p><a href="http://www.ghacks.net/files/screens/planetsony_usa.jpg"><img src="http://www.ghacks.net/files/screens/planetsony_usa_small.jpg" alt="sony infection usa rootkit" /></a></p>
<p><a href="http://www.theregister.co.uk/2005/11/16/sony_withdraws_xcp_cds/" target="_blank">Today </a>Sony finally announced that it would institute an exchange program for already purchased cd&#8217;s and pull the rest from the market.</p>
<p>Now, what conclusion can we draw from this ? It´s pretty obvious to me that Sony underestimated the &#8220;might&#8221; of the internet community. From a single website the story spread into the whole world in no more than one day. It became so popular that big internet portal sites like wired.com, cnn.com and theregister.co.uk reported on it. The traditional media became aware and soon the story was also making headlines in newspapers, radio shows and even television.</p>
<p>Sony: 0<br />
Internet Community: 1</p>
<p>What i learn from this ? We have a tremendous power in our hands and can use it to force even multinational corporations to yield, even countries ? That question remains to be answered.</p>

	Tags: <a href="http://www.ghacks.net/tag/rootkits/" title="rootkits" rel="tag">rootkits</a>, <a href="http://www.ghacks.net/tag/sony/" title="sony" rel="tag">sony</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2005/11/03/world-of-warcraft-hackers-using-sony-bmg-rootkit/" title="World of Warcraft hackers using Sony BMG rootkit (November 3, 2005)">World of Warcraft hackers using Sony BMG rootkit</a> (0)</li>
	<li><a href="http://www.ghacks.net/2005/11/02/sony-music-cds-might-install-spyware-on-your-system/" title="Sony music cds might install spyware on your system (November 2, 2005)">Sony music cds might install spyware on your system</a> (0)</li>
	<li><a href="http://www.ghacks.net/2005/11/11/sony-halts-production-of-rootkit-cds/" title="Sony halts production of &#8216;rootkit&#8217; CDs (November 11, 2005)">Sony halts production of &#8216;rootkit&#8217; CDs</a> (0)</li>
	<li><a href="http://www.ghacks.net/2005/11/09/sony-and-the-rootkit-the-story-continues/" title="Sony and the rootkit, the story continues (November 9, 2005)">Sony and the rootkit, the story continues</a> (0)</li>
	<li><a href="http://www.ghacks.net/2005/11/14/how-to-remove-the-sony-xcp-drm-rootkit/" title="How to remove the Sony &#8211; XCP DRM Rootkit (November 14, 2005)">How to remove the Sony &#8211; XCP DRM Rootkit</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2005/11/16/sony-the-rootkit-and-the-internet-community/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How to remove the Sony &#8211; XCP DRM Rootkit</title>
		<link>http://www.ghacks.net/2005/11/14/how-to-remove-the-sony-xcp-drm-rootkit/</link>
		<comments>http://www.ghacks.net/2005/11/14/how-to-remove-the-sony-xcp-drm-rootkit/#comments</comments>
		<pubDate>Mon, 14 Nov 2005 15:18:20 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Spyware]]></category>
		<category><![CDATA[drm]]></category>
		<category><![CDATA[rootkits]]></category>
		<category><![CDATA[sony]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=140</guid>
		<description><![CDATA[This article explains it all. It provides links to consumer made cd listings that contain the rootkit software, shows how cds with the rootkit software look like, explains how one can check his personal computer for the rootkit and finally gives a detailed walkthrough on how to remove the rootkit software manually from your computer.]]></description>
			<content:encoded><![CDATA[<p>This article explains it all. It provides links to consumer made cd listings that contain the rootkit software, shows how cds with the rootkit software look like, explains how one can check his personal computer for the rootkit and finally gives a detailed walkthrough on how to remove the rootkit software manually from your computer.</p>
<p>If you suspect that your pc might contain sony&#8217;s rootkit protection take a look at the article posted at <a href="http://www.bleepingcomputer.com/forums/topic34904.html" target="_Blank">bleepingcomputer.com</a>.</p>
<p><span id="more-140"></span></p>

	Tags: <a href="http://www.ghacks.net/tag/drm/" title="drm" rel="tag">drm</a>, <a href="http://www.ghacks.net/tag/rootkits/" title="rootkits" rel="tag">rootkits</a>, <a href="http://www.ghacks.net/tag/sony/" title="sony" rel="tag">sony</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2005/11/11/sony-halts-production-of-rootkit-cds/" title="Sony halts production of &#8216;rootkit&#8217; CDs (November 11, 2005)">Sony halts production of &#8216;rootkit&#8217; CDs</a> (0)</li>
	<li><a href="http://www.ghacks.net/2005/11/09/sony-and-the-rootkit-the-story-continues/" title="Sony and the rootkit, the story continues (November 9, 2005)">Sony and the rootkit, the story continues</a> (0)</li>
	<li><a href="http://www.ghacks.net/2007/01/20/zune-does-not-allow-to-share-all-songs/" title="Zune does not allow to share all songs (January 20, 2007)">Zune does not allow to share all songs</a> (3)</li>
	<li><a href="http://www.ghacks.net/2005/11/03/world-of-warcraft-hackers-using-sony-bmg-rootkit/" title="World of Warcraft hackers using Sony BMG rootkit (November 3, 2005)">World of Warcraft hackers using Sony BMG rootkit</a> (0)</li>
	<li><a href="http://www.ghacks.net/2005/11/16/sony-the-rootkit-and-the-internet-community/" title="Sony, the rootkit and the internet community (November 16, 2005)">Sony, the rootkit and the internet community</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2005/11/14/how-to-remove-the-sony-xcp-drm-rootkit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sony halts production of &#8216;rootkit&#8217; CDs</title>
		<link>http://www.ghacks.net/2005/11/11/sony-halts-production-of-rootkit-cds/</link>
		<comments>http://www.ghacks.net/2005/11/11/sony-halts-production-of-rootkit-cds/#comments</comments>
		<pubDate>Fri, 11 Nov 2005 20:31:09 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Spyware]]></category>
		<category><![CDATA[drm]]></category>
		<category><![CDATA[rootkits]]></category>
		<category><![CDATA[sony]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=129</guid>
		<description><![CDATA[After lots of controversy about their rootkit music cds Sony announced today that it will halt the production of rootkit music cds. It seems that consumer and media backlash finally paid off. ]]></description>
			<content:encoded><![CDATA[<p>After lots of controversy about their rootkit music cds Sony announced today that it will halt the production of rootkit music cds. It seems that consumer and media backlash finally paid off. </p>
<p>The Pressure on Sony increased over the last days with anti-virus companies warning its customers not to install this rootkit software and big companies like microsoft taking stand against it altogether.</p>
<p><span id="more-129"></span></p>

	Tags: <a href="http://www.ghacks.net/tag/drm/" title="drm" rel="tag">drm</a>, <a href="http://www.ghacks.net/tag/rootkits/" title="rootkits" rel="tag">rootkits</a>, <a href="http://www.ghacks.net/tag/sony/" title="sony" rel="tag">sony</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2005/11/09/sony-and-the-rootkit-the-story-continues/" title="Sony and the rootkit, the story continues (November 9, 2005)">Sony and the rootkit, the story continues</a> (0)</li>
	<li><a href="http://www.ghacks.net/2005/11/14/how-to-remove-the-sony-xcp-drm-rootkit/" title="How to remove the Sony &#8211; XCP DRM Rootkit (November 14, 2005)">How to remove the Sony &#8211; XCP DRM Rootkit</a> (0)</li>
	<li><a href="http://www.ghacks.net/2007/01/20/zune-does-not-allow-to-share-all-songs/" title="Zune does not allow to share all songs (January 20, 2007)">Zune does not allow to share all songs</a> (3)</li>
	<li><a href="http://www.ghacks.net/2005/11/03/world-of-warcraft-hackers-using-sony-bmg-rootkit/" title="World of Warcraft hackers using Sony BMG rootkit (November 3, 2005)">World of Warcraft hackers using Sony BMG rootkit</a> (0)</li>
	<li><a href="http://www.ghacks.net/2005/11/16/sony-the-rootkit-and-the-internet-community/" title="Sony, the rootkit and the internet community (November 16, 2005)">Sony, the rootkit and the internet community</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2005/11/11/sony-halts-production-of-rootkit-cds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sony and the rootkit, the story continues</title>
		<link>http://www.ghacks.net/2005/11/09/sony-and-the-rootkit-the-story-continues/</link>
		<comments>http://www.ghacks.net/2005/11/09/sony-and-the-rootkit-the-story-continues/#comments</comments>
		<pubDate>Wed, 09 Nov 2005 18:52:16 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Spyware]]></category>
		<category><![CDATA[drm]]></category>
		<category><![CDATA[rootkits]]></category>
		<category><![CDATA[sony]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=120</guid>
		<description><![CDATA[The news spread like fire last week: Sony has a installer on some of their music cd´s that might install a rootkit on customers pc´s if they put them into their personal computer. The rootkit software could not be uninstalled by normal means and has already been used by hackers to hide World of Warcraft cheat scripts from being detected by Blizzards Warden client.]]></description>
			<content:encoded><![CDATA[<p>The news spread like fire last week: Sony has a installer on some of their music cd´s that might install a rootkit on customers pc´s if they put them into their personal computer. The rootkit software could not be uninstalled by normal means and has already been used by hackers to hide World of Warcraft cheat scripts from being detected by Blizzards Warden client.</p>
<p>It is possible to hide other scripts and software as well, one possibility would be to hide virii and trojans from antivirus software. All of this could be done using this software. Yesterday First 4 Internet Ltd, the British company that developed the DRM software, issued a patch that did not add an uninstallation routine to the software but remove the cloaking feature. It also patched the software to a new version.</p>
<p><span id="more-120"></span>Sony´s reaction to the heavy fire from the internet community and privacy groups was to point their fingers at music pirates. Thomas Hesse, President of Sony BMG&#8217;s global digital business division, on <a href="http://www.npr.org/templates/story/story.php?storyId=4989260" target="_blank">NPR</a>:</p>
<p>&#8220;Most people, I think, don&#8217;t even know what a rootkit is, so why should they care about it,&#8221; he asked? &#8220;The software is designed to protect our CDs from unauthorized copying, ripping.&#8221;</p>
<p>Yeah, why should one care if some software is installed on his personal computer that can´t be removed by normal means and can be used for all sorts of malicious actions (which Sony as of now still denies) ? </p>
<p>Why should one care that the software makes contact to a Sony server every time a song is played (there is no information about this for the user and of course no way to stop this) ?</p>
<p>The patch Sony issued is hard to find, if you are lucky enough to find it it is possible that receive a blue screen when you apply the patch.</p>

	Tags: <a href="http://www.ghacks.net/tag/drm/" title="drm" rel="tag">drm</a>, <a href="http://www.ghacks.net/tag/rootkits/" title="rootkits" rel="tag">rootkits</a>, <a href="http://www.ghacks.net/tag/sony/" title="sony" rel="tag">sony</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2005/11/11/sony-halts-production-of-rootkit-cds/" title="Sony halts production of &#8216;rootkit&#8217; CDs (November 11, 2005)">Sony halts production of &#8216;rootkit&#8217; CDs</a> (0)</li>
	<li><a href="http://www.ghacks.net/2005/11/14/how-to-remove-the-sony-xcp-drm-rootkit/" title="How to remove the Sony &#8211; XCP DRM Rootkit (November 14, 2005)">How to remove the Sony &#8211; XCP DRM Rootkit</a> (0)</li>
	<li><a href="http://www.ghacks.net/2007/01/20/zune-does-not-allow-to-share-all-songs/" title="Zune does not allow to share all songs (January 20, 2007)">Zune does not allow to share all songs</a> (3)</li>
	<li><a href="http://www.ghacks.net/2005/11/03/world-of-warcraft-hackers-using-sony-bmg-rootkit/" title="World of Warcraft hackers using Sony BMG rootkit (November 3, 2005)">World of Warcraft hackers using Sony BMG rootkit</a> (0)</li>
	<li><a href="http://www.ghacks.net/2005/11/16/sony-the-rootkit-and-the-internet-community/" title="Sony, the rootkit and the internet community (November 16, 2005)">Sony, the rootkit and the internet community</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2005/11/09/sony-and-the-rootkit-the-story-continues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>World of Warcraft hackers using Sony BMG rootkit</title>
		<link>http://www.ghacks.net/2005/11/03/world-of-warcraft-hackers-using-sony-bmg-rootkit/</link>
		<comments>http://www.ghacks.net/2005/11/03/world-of-warcraft-hackers-using-sony-bmg-rootkit/#comments</comments>
		<pubDate>Thu, 03 Nov 2005 16:27:53 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Spyware]]></category>
		<category><![CDATA[bmg]]></category>
		<category><![CDATA[rootkits]]></category>
		<category><![CDATA[sony]]></category>
		<category><![CDATA[world-of-warcraft]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=97</guid>
		<description><![CDATA[It has come to our attention that World of Warcraft Hackers already are using Sonys Rootkit Software to hide their hacking from Blizzards Warden Client. 
We reported earlier this week that some Music Cds by Sony labeled "Content enhanced &#038; protected" would bring up an installation program when the music cd was put into a personal computer.]]></description>
			<content:encoded><![CDATA[<p>It has come to our attention that World of Warcraft Hackers already are using <a href="http://www.ghacks.net/2005/11/02/sony-music-cds-might-install-spyware-on-your-system/" target="_blank">Sony  BMG Music Rootkit Software </a>to hide their hacking from Blizzards Warden Client.<br />
We reported earlier this week that some Music Cds by Sony BMG labeled &#8220;Content enhanced &#038; protected&#8221; would bring up an installation program when the music cd was put into a personal computer.</p>
<p>This program once installed could not be uninstalled by normal means. Hackers could use the software to hide their hacking attempts from antivirus tools and the like. Who would have thought that the first available use would be using this for hacking the online game World of Warcraft ?</p>
<p><span id="more-97"></span>Blizzards Warden Client checks every 15 seconds if the computer playing Word of Warcraft runs programs or scripts in its background that would illegaly help players cheat in the game. Take a look at the related thread to receive more information.</p>

	Tags: <a href="http://www.ghacks.net/tag/bmg/" title="bmg" rel="tag">bmg</a>, <a href="http://www.ghacks.net/tag/rootkits/" title="rootkits" rel="tag">rootkits</a>, <a href="http://www.ghacks.net/tag/sony/" title="sony" rel="tag">sony</a>, <a href="http://www.ghacks.net/tag/world-of-warcraft/" title="world-of-warcraft" rel="tag">world-of-warcraft</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2005/11/16/sony-the-rootkit-and-the-internet-community/" title="Sony, the rootkit and the internet community (November 16, 2005)">Sony, the rootkit and the internet community</a> (6)</li>
	<li><a href="http://www.ghacks.net/2005/11/02/sony-music-cds-might-install-spyware-on-your-system/" title="Sony music cds might install spyware on your system (November 2, 2005)">Sony music cds might install spyware on your system</a> (0)</li>
	<li><a href="http://www.ghacks.net/2005/11/11/sony-halts-production-of-rootkit-cds/" title="Sony halts production of &#8216;rootkit&#8217; CDs (November 11, 2005)">Sony halts production of &#8216;rootkit&#8217; CDs</a> (0)</li>
	<li><a href="http://www.ghacks.net/2005/11/09/sony-and-the-rootkit-the-story-continues/" title="Sony and the rootkit, the story continues (November 9, 2005)">Sony and the rootkit, the story continues</a> (0)</li>
	<li><a href="http://www.ghacks.net/2005/11/14/how-to-remove-the-sony-xcp-drm-rootkit/" title="How to remove the Sony &#8211; XCP DRM Rootkit (November 14, 2005)">How to remove the Sony &#8211; XCP DRM Rootkit</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2005/11/03/world-of-warcraft-hackers-using-sony-bmg-rootkit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Universal Music Group Music Cds might also install rootkit</title>
		<link>http://www.ghacks.net/2005/11/02/universal-music-group-music-cds-might-also-install-rootkit/</link>
		<comments>http://www.ghacks.net/2005/11/02/universal-music-group-music-cds-might-also-install-rootkit/#comments</comments>
		<pubDate>Wed, 02 Nov 2005 16:50:23 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Spyware]]></category>
		<category><![CDATA[rootkits]]></category>
		<category><![CDATA[universal]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=94</guid>
		<description><![CDATA[And another player joins the rangs of the companies that might install spyware with their Music Cds when you put them into your pc drives. "Fontana Distribution, part of Universal Music Group and distributors for Upstairs Records Inc., are encouraging the independent records labels they distribute to use content protection on their CDs. "Twelve Eighteen", featuring the hit song "Summer Nights", carries the same content protection currently being used by Sony BMG. 

John Lopez of Upstairs Records commented: "we are very pleased with the seamless production of the album. The media player on the CD has a good user experience and we intend using the technology on more new releases." ]]></description>
			<content:encoded><![CDATA[<p>And another player joins the rangs of the companies that might install spyware with their Music Cds when you put them into your pc drives. &#8220;Fontana Distribution, part of Universal Music Group and distributors for Upstairs Records Inc., are encouraging the independent records labels they distribute to use content protection on their CDs. &#8220;Twelve Eighteen&#8221;, featuring the hit song &#8220;Summer Nights&#8221;, carries the same content protection currently being used by Sony BMG. </p>
<p>John Lopez of Upstairs Records commented: &#8220;we are very pleased with the seamless production of the album. The media player on the CD has a good user experience and we intend using the technology on more new releases.&#8221; </p>
<p><span id="more-94"></span>That means, watch out if you intend to buy products from them as well. I especially like the survey they quote, claiming that &#8220;consumers have overwhelmingly reacted positively to these new discs.&#8221; </p>
<p>I can only think of two possible reasons for this. First, consumers don´t know about the software they install on the system and that they won´t be able to uninstall it without lots of troubles. Second, they don´t show the survey but only quote it. As long as we won´t have hard facts its not possible to draw conclusions. For example, how were the questions phrased, who was asked for their opinion, maybe the majority never used the Cds in their PC.</p>
<p>Take a look at the full press release by <a href="http://www.xcp-aurora.com/press_article.aspx?art=aug_05_art3" target="_blank">xcp-aurora.com</a></p>

	Tags: <a href="http://www.ghacks.net/tag/rootkits/" title="rootkits" rel="tag">rootkits</a>, <a href="http://www.ghacks.net/tag/spyware/" title="Spyware" rel="tag">Spyware</a>, <a href="http://www.ghacks.net/tag/universal/" title="universal" rel="tag">universal</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/09/15/which-programs-should-i-run-to-scan-a-computer-for-malicious-software/" title="Which Programs Should I Run To Scan A Computer For Malicious Software? (September 15, 2008)">Which Programs Should I Run To Scan A Computer For Malicious Software?</a> (13)</li>
	<li><a href="http://www.ghacks.net/2005/11/02/sony-music-cds-might-install-spyware-on-your-system/" title="Sony music cds might install spyware on your system (November 2, 2005)">Sony music cds might install spyware on your system</a> (0)</li>
	<li><a href="http://www.ghacks.net/2007/01/20/zune-does-not-allow-to-share-all-songs/" title="Zune does not allow to share all songs (January 20, 2007)">Zune does not allow to share all songs</a> (3)</li>
	<li><a href="http://www.ghacks.net/2005/11/03/world-of-warcraft-hackers-using-sony-bmg-rootkit/" title="World of Warcraft hackers using Sony BMG rootkit (November 3, 2005)">World of Warcraft hackers using Sony BMG rootkit</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/05/19/windows-media-center-blocks-tv-show-recordings-on-request/" title="Windows Media Center blocks TV Show recordings on request (May 19, 2008)">Windows Media Center blocks TV Show recordings on request</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2005/11/02/universal-music-group-music-cds-might-also-install-rootkit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sony music cds might install spyware on your system</title>
		<link>http://www.ghacks.net/2005/11/02/sony-music-cds-might-install-spyware-on-your-system/</link>
		<comments>http://www.ghacks.net/2005/11/02/sony-music-cds-might-install-spyware-on-your-system/#comments</comments>
		<pubDate>Tue, 01 Nov 2005 22:35:21 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Spyware]]></category>
		<category><![CDATA[music-cd]]></category>
		<category><![CDATA[rootkits]]></category>
		<category><![CDATA[sony]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=91</guid>
		<description><![CDATA[A few minutes ago I read a  news article written by Brian Krebs who described how some Sony Music Cds try to install a software on pcs that could be labeled as spyware.

It seems that we have reached a new level in the fight between the record companies and its consumers. If you put a music cd in question into your drive a installer will popup. If you agree to install the software you won´t find a uninstall feature anywhere on your pc. 

Apparently all Music Cds labeled "Content enhanced &#038; protected" have the installer on the CD, make sure you check this before you buy a cd you would want to hear using your pc.]]></description>
			<content:encoded><![CDATA[<p>A few minutes ago I read a  <a href="http://blogs.washingtonpost.com/securityfix/2005/11/sony_raids_hack.html" target="_blank">news article</a> written by Brian Krebs who described how some Sony Music Cds try to install a software on pcs that could be labeled as spyware.</p>
<p>It seems that we have reached a new level in the fight between the record companies and its consumers. If you put a music cd in question into your drive a installer will popup. If you agree to install the software you won´t find a uninstall feature anywhere on your pc. </p>
<p>Apparently all Music Cds labeled &#8220;Content enhanced &#038; protected&#8221; have the installer on the CD, make sure you check this before you buy a cd you would want to hear using your pc.</p>
<p>According to Krebs &#8220;The CDs in question make use of a technique employed by software programs known in security circles as &#8220;rootkits,&#8221; a set of tools attackers can use to maintain control over a computer system once they have broken in.&#8221; </p>
<p><span id="more-91"></span></p>
<p>It takes pc expertise to be able to remove this software ones it is installed on your pc. <a href="http://www.europe.f-secure.com/v-descs/xcp_drm.shtml" target="_blank">FSecure </a>analysed the product and have a own virus definition for it. Lets take a look at their summary:</p>
<p>Extended Copy Protection (XCP) is a CD/DVD copy protection technology created by First 4 Internet Ltd. XCP has been used to protect some audio CDs released by Sony BMG Music Entertainment. The XCP protected disks contain digital rights management (DRM) software that allow the user to make a limited number of copies of the disk and also rip the music into a digital format to be used on a computer or portable music player.</p>
<p>Once installed, the DRM software will hide:</p>
<p> Files<br />
 Processes<br />
 Registry keys and values</p>
<p>No means of uninstalling the DRM software is given. The software supports Windows 98SE, Windows ME, Windows 2000 SP4 and Windows XP.</p>
<p>This analysis was conducted on Windows XP. The music CD that contained the DRM software was Van Zant: Get Right with the Man (Sony BMG Music Entertainment). </p>
<p>F-secure also posted a guide on how to remove the software once installed on your system.</p>

	Tags: <a href="http://www.ghacks.net/tag/music-cd/" title="music-cd" rel="tag">music-cd</a>, <a href="http://www.ghacks.net/tag/rootkits/" title="rootkits" rel="tag">rootkits</a>, <a href="http://www.ghacks.net/tag/sony/" title="sony" rel="tag">sony</a>, <a href="http://www.ghacks.net/tag/spyware/" title="Spyware" rel="tag">Spyware</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2005/11/03/world-of-warcraft-hackers-using-sony-bmg-rootkit/" title="World of Warcraft hackers using Sony BMG rootkit (November 3, 2005)">World of Warcraft hackers using Sony BMG rootkit</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/09/15/which-programs-should-i-run-to-scan-a-computer-for-malicious-software/" title="Which Programs Should I Run To Scan A Computer For Malicious Software? (September 15, 2008)">Which Programs Should I Run To Scan A Computer For Malicious Software?</a> (13)</li>
	<li><a href="http://www.ghacks.net/2005/11/02/universal-music-group-music-cds-might-also-install-rootkit/" title="Universal Music Group Music Cds might also install rootkit (November 2, 2005)">Universal Music Group Music Cds might also install rootkit</a> (0)</li>
	<li><a href="http://www.ghacks.net/2005/11/16/sony-the-rootkit-and-the-internet-community/" title="Sony, the rootkit and the internet community (November 16, 2005)">Sony, the rootkit and the internet community</a> (6)</li>
	<li><a href="http://www.ghacks.net/2005/11/02/sony-to-patch-copy-protected-cd/" title="Sony to patch copy-protected CD (November 2, 2005)">Sony to patch copy-protected CD</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2005/11/02/sony-music-cds-might-install-spyware-on-your-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
