<?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 &#124; Latest Tech News, Software And Tutorials &#187; rootkit</title> <atom:link href="http://www.ghacks.net/tag/rootkit/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 16:53:42 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Microsoft Releases Critical Windows Security Update</title><link>http://www.ghacks.net/2011/11/04/microsoft-releases-critical-windows-security-update/</link> <comments>http://www.ghacks.net/2011/11/04/microsoft-releases-critical-windows-security-update/#comments</comments> <pubDate>Fri, 04 Nov 2011 15:46:33 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Security]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[duqu]]></category> <category><![CDATA[microsoft fix it]]></category> <category><![CDATA[rootkit]]></category> <category><![CDATA[security advisory]]></category> <category><![CDATA[windows security]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=52328</guid> <description><![CDATA[Back in October a rootkit was discovered that exploits a critical security vulnerability in the Windows operating system. We covered a detection and removal tool two days ago that would scan a PC and remove any traces of the Duqu rootkit from a system. Microsoft today has releases a security advisory to give customers &#8220;guidance [...]]]></description> <content:encoded><![CDATA[<p>Back in October a rootkit was discovered that exploits a critical security vulnerability in the Windows operating system. We covered a detection and removal tool two days ago that would scan a PC and remove any traces of the <a
href="http://www.ghacks.net/2011/11/02/duqu-zero-day-exploit-discovered-removal-tool-released/">Duqu rootkit</a> from a system.</p><p>Microsoft today has releases a security advisory to give customers &#8220;guidance for the Windows kernel issue related to the Duqu malware&#8221;.</p><p>The advisory describes a vulnerability in TrueType font parsing that could allow elevation of privileges. Attackers who manage to exploit the vulnerability can run arbitrary code in kernel mode which would allow them to install programs, &#8220;view, change or delete data&#8221; and create new accounts with &#8220;full user rights&#8221;.</p><p>Microsoft confirms that targeted attacks are carried out currently that use the vulnerability. The overall impact is however rated as low.</p><p>Microsoft is <a
href="http://technet.microsoft.com/en-us/security/advisory/2639658#section8">offering</a> a manual workaround for affected versions of Windows on the security advisory page:</p><blockquote><p><strong>On Windows XP and Windows Server 2003:</strong></p><p>For 32-bit systems, enter the following command at an administrative command prompt:</p><p>Echo y| cacls &#8220;%windir%\system32\t2embed.dll&#8221; /E /P everyone:N</p><p>For 64-bit systems, enter the following command from an administrative command prompt:</p><p>Echo y| cacls &#8220;%windir%\system32\t2embed.dll&#8221; /E /P everyone:N</p><p>Echo y| cacls &#8220;%windir%\syswow64\t2embed.dll&#8221; /E /P everyone:N</p><p><strong>On Windows Vista, Windows 7, Windows Server 2008, and Windows Server 2008 R2:</strong></p><p>For 32-bit systems, enter the following command at an administrative command prompt:<br
/> Takeown.exe /f &#8220;%windir%\system32\t2embed.dll&#8221;</p><p>Icacls.exe &#8220;%windir%\system32\t2embed.dll&#8221; /deny everyone:(F)</p><p>For 64-bit systems, enter the following command at an administrative command prompt:<br
/> Takeown.exe /f &#8220;%windir%\system32\t2embed.dll&#8221;</p><p>Icacls.exe &#8220;%windir%\system32\t2embed.dll&#8221; /deny everyone:(F)</p><p>Takeown.exe /f &#8220;%windir%\syswow64\t2embed.dll&#8221;</p><p>Icacls.exe &#8220;%windir%\syswow64\t2embed.dll&#8221; /deny everyone:(F)</p></blockquote><p>The workaround may impact applications that &#8220;rely on embedded font technologies&#8221;.</p><p>The workaround can be undone again the following way:</p><blockquote><p><strong>On Windows XP and Windows Server 2003:</strong></p><p>For 32-bit systems, enter the following command at an administrative command prompt:<br
/> cacls &#8220;%windir%\system32\t2embed.dll&#8221; /E /R everyone</p><p>For 64-bit systems, enter the following command at an administrative command prompt:<br
/> cacls &#8220;%windir%\system32\t2embed.dll&#8221; /E /R everyone</p><p>cacls &#8220;%windir%\syswow64\t2embed.dll&#8221; /E /R everyone<br
/> <strong><br
/> On Windows Vista, Windows 7, Windows Server 2008, and Windows Server 2008 R2:</strong></p><p>For 32-bit systems, enter the following command at an administrative command prompt:<br
/> Icacls.exe %WINDIR%\system32\t2embed.DLL /remove:d  everyone</p><p>For 64-bit systems, enter the following command at an administrative command prompt:<br
/> Icacls.exe %WINDIR%\system32\t2embed.DLL /remove:d  everyone</p><p>Icacls.exe %WINDIR%\syswow64\t2embed.DLL /remove:d  everyone</p></blockquote><p>Microsoft furthermore has released a fix it solution that users can run on their system to protect it from the security vulnerability</p><p>The fix it can be downloaded <a
href="http://support.microsoft.com/kb/2639658">from the</a> following Microsoft Knowledge Base article.</p><p><a
href="http://www.ghacks.net/wp-content/uploads/2011/11/microsoft-fix-it-duqu-rootkit.jpg"><img
src="http://www.ghacks.net/wp-content/uploads/2011/11/microsoft-fix-it-duqu-rootkit.jpg" alt="microsoft fix-it duqu rootkit" title="microsoft fix-it duqu rootkit" width="503" height="410" class="alignnone size-full wp-image-52329" /></a></p><p>It is recommended to apply the workaround on computer systems until Microsoft releases a security patch that resolves the issue without side effects.</p><p>Please note that there is a fix-it for enabling and one for disabling the workaround.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/11/04/microsoft-releases-critical-windows-security-update/feed/</wfw:commentRss> <slash:comments>10</slash:comments> </item> <item><title>Duqu Zero-Day Exploit Discovered, Removal Tool Released</title><link>http://www.ghacks.net/2011/11/02/duqu-zero-day-exploit-discovered-removal-tool-released/</link> <comments>http://www.ghacks.net/2011/11/02/duqu-zero-day-exploit-discovered-removal-tool-released/#comments</comments> <pubDate>Wed, 02 Nov 2011 10:38:05 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Security]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[duqu]]></category> <category><![CDATA[rootkit]]></category> <category><![CDATA[trojan]]></category> <category><![CDATA[windows security]]></category> <category><![CDATA[windows vulnerability]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=52230</guid> <description><![CDATA[If you have been following security news lately you may have already heard about the Duqu rootkit that combines the technology of the Stuxnet rootkit with a backdoor trojan and keylogger. Duqu has been discovered on October 18 and infection reports have started to come in soon thereafter. Not all security suites and products detect [...]]]></description> <content:encoded><![CDATA[<p>If you have been following security news lately you may have already heard about the Duqu rootkit that combines the technology of the Stuxnet rootkit with a backdoor trojan and keylogger. Duqu has been discovered on October 18 and infection reports have started to come in soon thereafter.<br
/> Not all security suites and products detect the Duqu rootkit right now which, in combination with the fact that it exploits a zero-day vulnerability in Windows, makes it a very dangerous threat. Microsoft is currently working on a patch to protect systems from the vulnerability (which would make further infections on patched PCs impossible)</p><p>Rootkit.Duqu.A is digitally signed (with a stolen and revoked certificate) which means that it targets not only 32-bit Windows systems but also 64-bit editions of the Microsoft Windows operating system. According to information posted by <a
href="http://www.duquremoval.com/en.html?country=in">Bitdefender</a>, Duqu runs for 36 days on a computer collecting information entered via the keyboard. This may include passwords, emails, conversations, logins on popular sites and even banking and credit card information.</p><p><a
href="http://www.symantec.com/connect/w32-duqu_status-updates_installer-zero-day-exploit">Symantec</a> has posted additional information about Duqu&#8217;s installer. According to Symantec&#8217;s information, Duqu is spread as a Microsoft Word document that exploits a Windows kernel vulnerability that allows code execution. When a user opens the Word document the malicious code is executed and Duqu is installed on the system.</p><p>Duqu infections have already been confirmed in countries such as France, Switzerland, India, the United Kingdom, Austria and the Netherlands.</p><p>Symantec has <a
href="http://www.symantec.com/content/en/us/enterprise/media/security_response/whitepapers/w32_duqu_the_precursor_to_the_next_stuxnet.pdf">released</a> a whitepaper in pdf format that contains all known details up to this point.</p><p>Windows users who want to make sure that their system is clean and not infected by the Duqu rootkit can use Bitdefender&#8217;s Removal Tool to scan the system and if necessary disinfect it.</p><p><a
href="http://www.ghacks.net/wp-content/uploads/2011/11/duqu-rootkit-removal.jpg"><img
src="http://www.ghacks.net/wp-content/uploads/2011/11/duqu-rootkit-removal.jpg" alt="duqu rootkit removal" title="duqu rootkit removal" width="484" height="466" class="alignnone size-full wp-image-52231" /></a></p><p>The portable rootkit remover can be downloaded from an official Bitdefender website. All that Windows users need to do is to click on the Scan button to start the scan. The program will list any files that have been identified to be part of the Duqu rootkit. Please note that the program may require elevated rights on some machines.</p><p>Is there a way to protect your computer in the meantime? Yes, do not open Word documents locally. Use an online document viewer like Google Docs or Docs.com for that. (<a
href="http://techdows.com/2011/10/duqu-removal-tool.html">via</a>)</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/11/02/duqu-zero-day-exploit-discovered-removal-tool-released/feed/</wfw:commentRss> <slash:comments>14</slash:comments> </item> <item><title>Avast aswMBR, Sophos Anti-Rootkit, Free Rootkit Scanners</title><link>http://www.ghacks.net/2011/07/31/avast-aswmbr-sophos-anti-rootkit-free-rootkit-scanners/</link> <comments>http://www.ghacks.net/2011/07/31/avast-aswmbr-sophos-anti-rootkit-free-rootkit-scanners/#comments</comments> <pubDate>Sun, 31 Jul 2011 18:58:46 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Security]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[anti-rootkit]]></category> <category><![CDATA[portable software]]></category> <category><![CDATA[rootkit]]></category> <category><![CDATA[windows security]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=48463</guid> <description><![CDATA[Windows XP systems are more prone to being infected with rootkits as Microsoft&#8217;s latest operating system Windows 7. That&#8217;s the result of a study conducted by Avast that surveyed more than 600,000 Windows PCs. Reasons for this higher infection rate are systems that are running the now unsupported service pack 2 and better protection of [...]]]></description> <content:encoded><![CDATA[<p>Windows XP systems are more prone to being infected with rootkits as Microsoft&#8217;s latest operating system Windows 7. That&#8217;s <a
href="http://www.computerworld.com/s/article/9218722/Windows_XP_PCs_breed_rootkit_infections">the result</a> of a study conducted by Avast that surveyed more than 600,000 Windows PCs. Reasons for this higher infection rate are systems that are running the now unsupported service pack 2 and better protection of the Windows 7 operating system, and there especially the 64-bit versions.</p><p>While one could argue that the figures are also explainable by the factors time and the fact that most rootkits target 32-bit systems, it is undeniable that rootkits pose a serious security risk.</p><p>The two free rootkit scanners Avast aswMBR and Sophos Anti-Rootkit can be used to scan a PC system for rootkits. There are other tools that can be used for the purpose, like the previously reviewed <a
href="http://www.ghacks.net/2009/04/29/rootkit-detection-software-codewalker/">Codewalker</a>, <a
href="http://www.ghacks.net/2007/04/05/avg-anti-rootkit-free/">AVG Anti-Rootkit Free</a> or the incredibly useful <a
href="http://www.ghacks.net/2011/02/07/tdsskiller-kaspersky-tdss-rootkit-remover/">TDSSKiller by Kaspersky</a>.</p><p>Avast aswMBR is a portable program for Windows. The program offers to download the latest antivirus definitions from Avast servers on first start. Those definitions are then used to scan and identify potentially dangerous files that have been discovered by the rootkit scanner.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/07/avast-aswmbr-rootkit-scanner.png" alt="avast aswmbr rootkit scanner" title="avast aswmbr rootkit scanner" width="600" height="349" class="alignnone size-full wp-image-48465" /></p><p>A click on the Scan button starts the scan of the system. Potentially dangerous files are highlighted in yellow and red colors on the screen. Suspicious or infected files are declared as those directly in the interface. The Fix or Fix MBR buttons are used to disinfect the system and remove the rootkit from it. Avast aswMBR <a
href="http://public.avast.com/~gmerek/aswMBR.htm">can be</a> downloaded directly from the Avast website. The rootkit module is part of all Avast antivirus solutions.</p><p>Sophos Anti-Rootkit is another portable rootkit scanner for Windows. The download <a
href="http://www.sophos.com/en-us/products/free-tools/sophos-anti-rootkit/download.aspx">becomes available</a> after filling out a two page form on the Sophos website. The rootkit scanner comes as a rar archive that you need to unpack on the system. The program displays a minimalistic interface on startup. The Windows Registry and local hard drives are automatically selected for the scan next to the running processes. A click on Start Scan opens a new window that highlights the scan progress.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/07/scanning-for-rootkits.png" alt="scanning-for-rootkits" title="scanning-for-rootkits" width="586" height="400" class="alignnone size-full wp-image-48466" /></p><p>The anti-rootkit software lists all suspicious or unknown hidden files in the log. Not all those files are rootkits, and it pays to scan the listed files with another rootkit scanner or an online scanner such as <a
href="http://www.virustotal.com/">Virus Total</a>.</p><p>Both rootkit scanners are portable and free for personal use. This makes them ideal for a admin toolset on DVD or USB stick.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/07/31/avast-aswmbr-sophos-anti-rootkit-free-rootkit-scanners/feed/</wfw:commentRss> <slash:comments>9</slash:comments> </item> <item><title>NoVirusThanks Anti-Rootkit Free</title><link>http://www.ghacks.net/2010/11/23/novirusthanks-anti-rootkit-free/</link> <comments>http://www.ghacks.net/2010/11/23/novirusthanks-anti-rootkit-free/#comments</comments> <pubDate>Tue, 23 Nov 2010 08:38:51 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[anti-rootkit]]></category> <category><![CDATA[novirusthanks]]></category> <category><![CDATA[rootkit]]></category> <category><![CDATA[security-software]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=37195</guid> <description><![CDATA[It sometimes pays of to occasionally scan a computer system with another virus scanner. We all know that no security software in the world can protect against every known threat. Even if the software catches 99,9% of all malicious files it still means that every 1,000th file slips through. Using another security software to scan [...]]]></description> <content:encoded><![CDATA[<p>It sometimes pays of to occasionally scan a computer system with another virus scanner. We all know that no security software in the world can protect against every known threat. Even if the software catches 99,9% of all malicious files it still means that every 1,000th file slips through.</p><p>Using another security software to scan the system and verify that it is clean is therefor something that users should do regularly.</p><p>NoVirusThanks Anti-Rootkit Free is a free software program that scans for rootkits on the system. Rootkits are sneaky programs that try to hide their presence on the operating system, <a
href="http://en.wikipedia.org/wiki/Rootkit">check</a> Wikipedia for an in depth description. The program is only available for 32-bit systems. NoVirusThanks has created a free version and a paid version, which differ in four aspects. The paid version offers free technical support and product updates, smart process termination and commercial usage, everything else is offered in both the free and paid version.</p><p>The rootkit scanner offers a quick report scan on startup that lists potentially dangerous files. It leads to in depth information that are sorted in tabs.</p><p><iframe
title="YouTube video player" class="youtube-player" type="text/html" width="550" height="442" src="http://www.youtube.com/embed/0KwAdBDqPwA" frameborder="0"></iframe></p><p>This is highly technical and most users will probably rely on the quick report only to see if rootkits are installed on their system. The anti-rootkit software detects known and unknown threats, with the latter requiring some technical knowledge on where to look and how to interpret the results. The program tries to aid the user by highlighting potentially dangerous system files in red.</p><p>Anti-Rootkit is <a
href="http://www.novirusthanks.org/product/novirusthanks-anti-rootkit/">available</a> for download at the NoVirusThanks website. The free edition is compatible with all 32-bit Windows systems.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/11/23/novirusthanks-anti-rootkit-free/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>How To Detect A 64-bit Alureon Rootkit Infection</title><link>http://www.ghacks.net/2010/09/01/how-to-detect-a-64-bit-alureon-rootkit-infection/</link> <comments>http://www.ghacks.net/2010/09/01/how-to-detect-a-64-bit-alureon-rootkit-infection/#comments</comments> <pubDate>Wed, 01 Sep 2010 09:23:59 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Uncategorized]]></category> <category><![CDATA[hitman pro]]></category> <category><![CDATA[rootkit]]></category> <category><![CDATA[tdl]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=33799</guid> <description><![CDATA[Alureon, or TDL, TLD3 and Tidserv, is the first rootkit that can infect 64-bit Windows PCs. Before that, only 32-bit systems were affected by rootkits, and many Windows users realized that in February, when Microsoft patch MS10-015 caused infected machines to display a blue screen. It obviously was not Microsoft&#8217;s fault back then, which was [...]]]></description> <content:encoded><![CDATA[<p>Alureon, or TDL, TLD3 and Tidserv, is the first rootkit that can infect 64-bit Windows PCs. Before that, only 32-bit systems were affected by rootkits, and many Windows users realized that in February, when Microsoft patch MS10-015 caused infected machines to display a blue screen. It obviously was not Microsoft&#8217;s fault back then, which was first assumed by professionals and users alike. It turned out after some research that the TLD3 rootkit was responsible for that behavior.</p><p>The developers of the rootkit have improved it considerably since then, and managed to add the ability to infect 64-bit Windows systems. That&#8217;s a first, and security vendors are alarmed about that trend.</p><blockquote><p>However, the authors of these attacks have not been resting. Just under a month ago, we became aware of a new variant of Alureon that infects the Master Boot Record (MBR) instead of an infected driver.  While this new variant did not affect 64-bit machines, it had an inert file called ldr64 as part of its virtual file system.  More recently, we discovered an updated variant that successfully infected 64-bit machines running Windows Vista or higher, while rendering 64-bit Windows XP and Server 2003 machines unbootable.</p></blockquote><p>Many security companies have already added detection of the 64-bit variant to their security applications, Microsoft for instance added signatures to Microsoft Security Essentials in the beginning of August.</p><p>Still, Windows 64-bit owners may want to verify for themselves that the rootkit is not installed on their operating system. As the information above suggest, Windows XP and Windows Server 2003 owners will immediately notice that something is wrong, as their operating system will fail to boot. Windows Vista or Windows 7 64-bit users should read on.</p><p>There are at least two options to do that, all with tools already included in the operating system:</p><blockquote><p>Open a command prompt, with Windows-R, entering cmd and enter.</p><p>Use the command <strong>diskpart</strong> to open Diskpart in a new command line window.</p><p>Enter <strong>lis dis</strong> in the new prompt, if it remains empty the computer is infected with the rootkit. If the disks display, it is not.</p></blockquote><p><strong>Good</strong></p><div
id="attachment_33800" class="wp-caption alignnone" style="width: 510px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/09/windows-64-bit-rootkit-detection.png"><img
src="http://www.ghacks.net/wp-content/uploads/2010/09/windows-64-bit-rootkit-detection-500x252.png" alt="windows 64 bit rootkit detection" title="windows 64 bit rootkit detection" width="500" height="252" class="size-medium wp-image-33800" /></a><p
class="wp-caption-text">windows 64 bit rootkit detection</p></div><p><strong>Bad</strong></p><div
id="attachment_33801" class="wp-caption alignnone" style="width: 510px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/09/diskpart.png"><img
src="http://www.ghacks.net/wp-content/uploads/2010/09/diskpart-500x255.png" alt="diskpart" title="diskpart" width="500" height="255" class="size-medium wp-image-33801" /></a><p
class="wp-caption-text">diskpart</p></div><blockquote><p>The second option to detect the 64-bit rootkit is the following: Launch Disk Management from the Computer Management pane.</p><p>If it does not show disks, it means the system is infected with the rootkit. If it shows disks, everything is fine.</p></blockquote><p><strong>Infected System</strong></p><div
id="attachment_33802" class="wp-caption alignnone" style="width: 510px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/09/al64-2.png"><img
src="http://www.ghacks.net/wp-content/uploads/2010/09/al64-2-500x355.png" alt="al64-2" title="al64-2" width="500" height="355" class="size-medium wp-image-33802" /></a><p
class="wp-caption-text">al64-2</p></div><p>Additional information are available at <a
href="http://blogs.technet.com/b/mmpc/archive/2010/08/27/alureon-evolves-to-64-bit.aspx">Technet</a> and <a
href="http://www.symantec.com/connect/blogs/tidserv-s-boot-methods">Symantec</a>.</p><p><strong>How to Remove the Rootkit if the system is infected:</strong></p><p>Several programs are able to remove the rootkit and repair the MBR so that the system boots normally after the repair.</p><p>Hitman Pro Beta 112 and later can do it for instance.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/09/01/how-to-detect-a-64-bit-alureon-rootkit-infection/feed/</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>Stuxnet Rootkit Remover</title><link>http://www.ghacks.net/2010/07/30/stuxnet-rootkit-remover/</link> <comments>http://www.ghacks.net/2010/07/30/stuxnet-rootkit-remover/#comments</comments> <pubDate>Fri, 30 Jul 2010 11:12:10 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Security]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[lnk]]></category> <category><![CDATA[rootkit]]></category> <category><![CDATA[security-software]]></category> <category><![CDATA[stuxnet]]></category> <category><![CDATA[stuxnet remover]]></category> <category><![CDATA[tmp]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=28910</guid> <description><![CDATA[Stuxnet is family of new threats that have emerged in mid July 2010, with the majority of infected computer systems in Iran, Indonesia, India and the US. The rootkit is distributed by direct attacks, email, infected executables and the recently discovered lnk shortcut security vulnerability in Windows. Stuxnet uses the aforementioned .lnk technique to install [...]]]></description> <content:encoded><![CDATA[<p>Stuxnet is family of new threats that have emerged in mid July 2010, with the majority of infected computer systems in Iran, Indonesia, India and the US. The rootkit is distributed by direct attacks, email, infected executables and the recently discovered lnk shortcut security vulnerability in Windows.</p><blockquote><p>Stuxnet uses the aforementioned .lnk technique to install additional malware components.  It first injects a backdoor (Worm:Win32/Stuxnet.A) onto the compromised system, and then drops two drivers:</p><p>Trojan:WinNT/Stuxnet.A &#8211; hides the presence of the .lnk files<br
/> Trojan:WinNT/Stuxnet.B &#8211; injects (formerly) encrypted data blobs (.tmp files) into memory, each of which appear to serve different purposes as the Stuxnet deployment system infrastructure (drivers, .lnk files, propagation, etc.).</p></blockquote><p><span
id="more-28910"></span>Stuxnet Rootkit Remover has been designed to detect and remove active infections on Windows systems. The software scans the system for infected files..</p><blockquote><p>C:\WINDOWS\system32\drivers\mrxcls.sys<br
/> C:\WINDOWS\system32\drivers\mrxnet.sys<br
/> C:\WINDOWS\inf\mdmcpq3.PNF<br
/> C:\WINDOWS\inf\mdmeric3.PNF<br
/> C:\WINDOWS\inf\oem6C.PNF<br
/> C:\WINDOWS\inf\oem7A.PNF</p></blockquote><p>and detects and removes malicious LNK and TMP files stored in removable media.</p><blockquote><p>~WTR4132.tmp<br
/> &#8220;Copy of Copy of Copy of Copy of Shortcut to.lnk&#8221;<br
/> &#8220;Copy of Copy of Copy of Shortcut to.lnk&#8221;<br
/> &#8220;Copy of Copy of Shortcut to.lnk&#8221;<br
/> &#8220;Copy of Shortcut to.lnk&#8221;<br
/> ~WTR4141.tmp</p></blockquote><div
id="attachment_28913" class="wp-caption alignnone" style="width: 310px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/07/StuxnetRemover.jpg"><img
src="http://www.ghacks.net/wp-content/uploads/2010/07/StuxnetRemover-300x300.jpg" alt="Stuxnet Remover" title="Stuxnet Remover" width="300" height="300" class="size-thumbnail wp-image-28913" /></a><p
class="wp-caption-text">Stuxnet Remover</p></div><p>The program needs to be installed before it can be started. The Check Me Now button in the main interface scans the system for active infections, and removes infected files if any are found on the PC.</p><p><object
width="480" height="385"><param
name="movie" value="http://www.youtube.com/v/sBQxNpT2Nmo&amp;hl=en_GB&amp;fs=1"></param><param
name="allowFullScreen" value="true"></param><param
name="allowscriptaccess" value="always"></param><embed
src="http://www.youtube.com/v/sBQxNpT2Nmo&amp;hl=en_GB&amp;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p><p>Many antivirus solutions detect Stuxnet variants by now, including the free <a
href="http://www.ghacks.net/2010/07/20/microsoft-security-essentials-beta-downloads/">Microsoft Security Essentials</a>. Stuxnet Remover however is a handy tool if the computer has already been infected with the malicious software. It also serves the purpose of detecting the rootkit if it is already on the computer system.</p><p>Stuxnet Remover is <a
href="http://greatis.com/security/stuxnet_remover.html">available</a> for download at the developer&#8217;s website. The rootkit scanner is compatible with all Microsoft operating systems from Windows XP to Windows 7. The project page states that it only supports 32-bit editions, but it tested fine on a 64-bit system.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/07/30/stuxnet-rootkit-remover/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Malware Cause For Blue Screens After Recent Windows Update</title><link>http://www.ghacks.net/2010/02/15/malware-cause-for-blue-screens-after-recent-windows-update/</link> <comments>http://www.ghacks.net/2010/02/15/malware-cause-for-blue-screens-after-recent-windows-update/#comments</comments> <pubDate>Mon, 15 Feb 2010 12:55:17 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Security]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[atapi.sys]]></category> <category><![CDATA[bluescreen]]></category> <category><![CDATA[bsod]]></category> <category><![CDATA[MS10-015]]></category> <category><![CDATA[rootkit]]></category> <category><![CDATA[tdss]]></category> <category><![CDATA[windows-vista]]></category> <category><![CDATA[windows-xp]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=23080</guid> <description><![CDATA[Reports about blue screens began to appear on the Internet shortly after the release of this month&#8217;s security patches for the Windows operating system. Especially Windows XP users seemed to have been affected by the crashes which were first thought to be linked to the update. Microsoft addressed the issue shortly after reports began to [...]]]></description> <content:encoded><![CDATA[<p>Reports about blue screens began to appear on the Internet shortly after the release of this month&#8217;s security patches for the Windows operating system. Especially Windows XP users seemed to have been affected by the crashes which were first thought to be linked to the update.</p><p>Microsoft <a
href="http://www.ghacks.net/2010/02/12/microsoft-addresses-windows-restart-issues/">addressed</a> the issue shortly after reports began to appear and revealed that the issues were linked to the patch MS10-015. The company did however mention at this time that it was not clear yet if the patch was the cause for the problems.</p><p>While that has not been ruled out completely the most likely cause for the BSOD after installing the updates is malware that is active on the affected computer systems.</p><p><span
id="more-23080"></span><a
href="https://patrickwbarnes.com/blog/2010/02/microsoft-update-kb977165-triggering-widespread-bsod/">Patrick W. Barnes</a> found that malware was the cause of the BSOD. He first linked the infection to the Microsoft patch mentioned above by installing and uninstalling it with the help of the Windows Recovery Console.</p><blockquote><p>Once the update is applied and the system rebooted, Windows will bluescreen at boot.  When booted to Safe Mode, the system will freeze. Removing the update from the Windows Recovery Console or using live media will get the system booting again, at least until the update is reapplied.</p></blockquote><p>He then discovered that the computer system was infected with the TDSS rootkit which infects the atapi.sys file in the operating system. The rootkit is very hard to spot and some security suites have failed until today to discover it and repair the system.</p><p>Cleaning TDSS from the computer system resulted in the computer system booting normally even after applying the security patch issued by Microsoft.</p><blockquote><p>I have found that the root cause is an infection of %System32\drivers\atapi.sys, and that replacing this file with a clean version will get the system booting normally.</p></blockquote><p>Microsoft&#8217;s Jerry Bryant has since then confirmed in a Twitter message that malware is one cause and that removing the malware will make the system boot normally. He did not want to rule out other causes at that time though.</p><p>Kaspersky has created a software called <a
href="http://www.ghacks.net/2010/01/15/another-fix-for-unauthorized-google-redirects-security/">TDSS Killer</a> which we reviewed a month ago that can be used to clean the affected operating system from the TDSS rootkit.</p><p>Patrick posted repair instructions in his blog post and mentioned the atapi.sys infection may not be the only cause of the blue screen.</p><blockquote><p>An atapi.sys infection may not be the only cause of this blue screen. While it does seem to be the most common cause, other infected drivers or drivers that make incorrect references to the updated kernel bits may also cause blue screens after this update is applied. Make sure you scan any computer with up-to-date antivirus software that can detect rootkits and check for updated drivers for your computer before applying this update.</p></blockquote><p>Windows users who are experiencing the blue screen of death after installing the patch should scan their computer system with an antivirus software that can detect rootkits.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/02/15/malware-cause-for-blue-screens-after-recent-windows-update/feed/</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>Another Fix For Unauthorized Google Redirects [Security]</title><link>http://www.ghacks.net/2010/01/15/another-fix-for-unauthorized-google-redirects-security/</link> <comments>http://www.ghacks.net/2010/01/15/another-fix-for-unauthorized-google-redirects-security/#comments</comments> <pubDate>Fri, 15 Jan 2010 15:57:44 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Security]]></category> <category><![CDATA[firefox redirect]]></category> <category><![CDATA[google redirects]]></category> <category><![CDATA[rootkit]]></category> <category><![CDATA[tdss]]></category> <category><![CDATA[tdsskiller]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=22349</guid> <description><![CDATA[We posted a solution for one of the causes of unauthorized Google redirects yesterday. These redirects can happen in one browser or multiple ones and are usually related to searches that the user performs in search engines such as Google. Yesterdays redirect was caused by a plugin that got installed on the host computer without [...]]]></description> <content:encoded><![CDATA[<p>We posted a solution for one of the causes of unauthorized <a
href="http://www.ghacks.net/2010/01/14/fix-uninitiated-google-redirects-with-gooredfix-firefox/#comment-955923">Google redirects</a> yesterday. These redirects can happen in one browser or multiple ones and are usually related to searches that the user performs in search engines such as Google. Yesterdays redirect was caused by a plugin that got installed on the host computer without the user&#8217;s consent. This plugin did not appear in the list of installed plugins and the fix was to run the program Gooredfix to remove it from the computer system.</p><p>Today&#8217;s reason for an unauthorized redirect is a rootkit that is commonly known as Rootkit.Win32.TDSS. The problem with a rootkit is that many security applications do not detect it even if they are updated with the latest virus definitions.</p><p><span
id="more-22349"></span>Security software that can detect the rootkit are for example <a
href="http://www.freedrweb.com/">Dr. Web&#8217;s CureIT</a> or <a
href="http://www.ghacks.net/2009/12/12/christmas-giveaway-kaspersky-internet-security-2010/">Kaspersky Internet Security 2010</a>. From Kaspersky comes a tool that can be used to remove the TDSS rootkit right away. That&#8217;s the simplest solution if the cause of the unauthorized Google redirects is indeed the rootkit.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2010/01/google-redirects-500x304.jpg" alt="" title="google redirects" width="500" height="304" class="alignnone size-medium wp-image-22355" /></p><p>The program TDSSKiller can be downloaded <a
href="http://support.kaspersky.com/viruses/solutions?qid=208280684">from</a> a Kaspersky support page. It will scan the system for traces of the rootkit and clean it if any are found.</p><blockquote><p># The registry is scanned for hidden services. The utility will remove the services identified as belonging to TDSS.<br
/> Otherwise, the user is prompted to eliminate the service.<br
/> The services are eliminated upon a reboot.</p><p>#System drivers are scanned for infection. In case an infection has been detected, the utility will search for an available backup copy of an infected file.<br
/> If an available backup copy of an infected file has been detected, the utility will restore the file from it. Otherwise, the utility will attempt to disinfect the file.</p><p># By default, the utility outputs runtime log into the system disk root directory (the disk where the operating system is installed, C:\ as a rule). The log is like UtilityName.Version_Date_Time_log.txt. for example, C:\TDSSKiller.2.2.0_20.12.2009_15.31.43_log.txt.</p><p># When its work is over, the utility prompts for a reboot to complete the disinfection.<br
/> The driver will execute all scheduled operations and kill itself upon the next system reboot.</p></blockquote><p>Another possible solution has been posted <a
href="http://remove-malware.com/antimalware/anti-malware-howto/removing-and-cleaning-up-tdss-guide-for-12010/">at the</a> Remove Malware website. It is a thorough way that takes longer than just running the Kaspersky removal tool but it ensures that no rootkit or malware traces are left on the computer system.</p><p><strong>Update:</strong> If the above troubleshooting tip did not work, I&#8217;d suggest the <a
href="http://bbeb45w8q5wp9t89jqz7oe44ir.hop.clickbank.net/" rel="nofollow" target="_top">-> Google Redirect Removal Tool <--
</a> which is a software the resolves the issue.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/01/15/another-fix-for-unauthorized-google-redirects-security/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> <item><title>Trend Micro RootkitBuster</title><link>http://www.ghacks.net/2009/10/01/trend-micro-rootkitbuster/</link> <comments>http://www.ghacks.net/2009/10/01/trend-micro-rootkitbuster/#comments</comments> <pubDate>Thu, 01 Oct 2009 21:30:59 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Security]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[rootkit]]></category> <category><![CDATA[security-software]]></category> <category><![CDATA[trend micro]]></category> <category><![CDATA[trend micro rootkitbuster]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=16868</guid> <description><![CDATA[Most security software programs that are available these days provide protection against rootkits as well. There are on the other hand a few security programs that deal solely with rootkits. One of them is Trend Micro&#8217;s RootkitBuster which has just been released in a new version which adds the ability to detect rootkits that hook [...]]]></description> <content:encoded><![CDATA[<p><img
src="http://www.ghacks.net/wp-content/uploads/2009/10/trend_micro.jpg" alt="trend micro" title="trend micro" width="144" height="61" class="alignleft size-full wp-image-16869" />Most security software programs that are available these days provide protection against rootkits as well. There are on the other hand a few security programs that deal solely with rootkits. One of them is Trend Micro&#8217;s RootkitBuster which has just been released in a new version which adds the ability to detect rootkits that hook the NT function &#8220;IofCompleteRequest&#8221;.</p><p>The portable software program is a rootkit scanner that scans for hidden files, registry entries, processes, drivers, and Master Boot Record (MBR) rootkits. The minimalistic interface makes program usage simple and straightforward. Users can either click directly on the scan button to perform a system scan for all forms of rootkits that can be detected by Trend Micro RootkitBuster or deselect some of the forms first before starting the scan.</p><p><span
id="more-16868"></span>Hidden objects will be displayed in the scan results in the program interface during the scan. It is possible to view the log file as well which contains additional information that are not displayed in the program itself. The difficulty part begins here. Users need to distinguish between harmless and dangerous files. Not every file that is listed in the program or log file is dangerous in nature. The best way to find out is to look at the suspicious file first and perform a search on the Internet afterwards.</p><p>The amount of information offered pales to that of other rootkit detection programs just as <a
href="http://www.antirootkit.com/software/RootKit-Unhooker.htm">Rootkit Unhooker</a>. That&#8217;s probably the biggest disappointment that Trend Micro has not changed the level of information that is presented to the user.</p><p>Trend Micro operates a service where users can submit suspicious files which are then analyzed by the Trend Micro team. Files that are not needed anymore can be deleted right from within the program&#8217;s interface. Trend Micro RootkitBuster is a portable software program for the Windows operating system which can be <a
href="http://downloadcenter.trendmicro.com/index.php?regs=NABU&amp;clk=result_page&amp;clkval=drop_list&amp;catid=6&amp;prodid=155">downloaded</a> from the Trend Micro website. Users who want to test it extensively can <a
href="http://www.rootkit.com/">download</a> rootkits from the rootkit.com website.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/10/01/trend-micro-rootkitbuster/feed/</wfw:commentRss> <slash:comments>4</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 Brinkmann</dc:creator> <category><![CDATA[Security]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></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/topic16874.html">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> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/04/29/rootkit-detection-software-codewalker/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>Sony caught editing Halo 3 Wikipedia entry</title><link>http://www.ghacks.net/2007/09/10/sony-caught-editing-halo-3-wikipedia-entry/</link> <comments>http://www.ghacks.net/2007/09/10/sony-caught-editing-halo-3-wikipedia-entry/#comments</comments> <pubDate>Mon, 10 Sep 2007 06:44:39 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Entertainment]]></category> <category><![CDATA[Games]]></category> <category><![CDATA[The Web]]></category> <category><![CDATA[halo 3]]></category> <category><![CDATA[manipulation]]></category> <category><![CDATA[rootkit]]></category> <category><![CDATA[sony]]></category> <category><![CDATA[wikipedia]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2007/09/10/sony-caught-editing-halo-3-wikipedia-entry/</guid> <description><![CDATA[Oh Sony, when will you learn that manipulating the public will not be taken lightly when it becomes public. This time, someone from Sony Computer Entertainment Europe's studios in Liverpool was caught adding a sentence to the Halo 3 entry on Wikipedia. The person in question added the sentence 'Although it won't look any better than Halo 2' to the game description which has been removed after discovery.]]></description> <content:encoded><![CDATA[<p>Oh Sony, when will you learn that manipulating the public will not be taken lightly when it becomes public. This time, someone from Sony Computer Entertainment Europe&#8217;s studios in Liverpool was caught adding a sentence to the Halo 3 entry on Wikipedia. The person in question added the sentence &#8216;Although it won&#8217;t look any better than Halo 2&#8242; to the game description which has been removed after discovery.</p><p>The manipulation was discovered using the highly acclaimed Wikiscanner which is a searchable database for all Wikipedia edits that have been made.</p><p>One has to ask if this was the doings of an individual or sanctioned by Sony and I would guess that it was done by an individual. By using a IP assigned to Sony however Sony is to blaim, again. Real Manipulation looks different and is not done from company computers at all.</p><p><span
id="more-1980"></span>You hire someone far away or use your home computer with dynamic IPs or proxies to manipulate which is much harder to spot. This time it was just the blunder of one single employee which happened to fall back on Sony because he was using their network to manipulate the entry.</p><p><strong>Read More:</strong></p><p>Wikiscanner proof</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2007/09/10/sony-caught-editing-halo-3-wikipedia-entry/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Rootkits: Sony does it again</title><link>http://www.ghacks.net/2007/08/28/rootkits-sony-does-it-again/</link> <comments>http://www.ghacks.net/2007/08/28/rootkits-sony-does-it-again/#comments</comments> <pubDate>Tue, 28 Aug 2007 16:27:39 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Music Industry]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[The Web]]></category> <category><![CDATA[fingerprint]]></category> <category><![CDATA[malware]]></category> <category><![CDATA[rootkit]]></category> <category><![CDATA[sony]]></category> <category><![CDATA[Spyware]]></category> <category><![CDATA[virus]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2007/08/28/rootkits-sony-does-it-again/</guid> <description><![CDATA[I would have never thought that a company like Sony would not learn from its mistakes especially after the first rootkit debacle which was a major public relations fiasco for Sony. The first rootkit was placed on several audio CDs that were distributed in 2005 and led to a $6 million settle case in the United States. While the rootkit was intended to make it impossible (albeit ineffectively) to copy music from the CDs it was effectively used by producers of malware, trojans and spyware to hide their code from antivirus software.]]></description> <content:encoded><![CDATA[<p>I would have never thought that a company like Sony would not learn from its mistakes especially after the first rootkit debacle which was a major public relations fiasco for Sony. The first rootkit was placed on several audio CDs that were distributed in 2005 and led to a $6 million settle case in the United States. While the rootkit was intended to make it impossible (albeit ineffectively) to copy music from the CDs it was effectively used by producers of malware, trojans and spyware to hide their code from antivirus software.</p><p>The sentenced that always reminds me of how amateurish Sony handled the whole affair went something in the line of &#8220;People who don&#8217;t know what rootkits do should not care about them&#8221;.</p><p>It seems Sony did it again. F-Secure is reporting that Sony is now selling a USB stick &#8211; the Sony MicroVault &#8211; which installs a hidden folder in c:\windows  when installing the USB fingerprint software.</p><p><span
id="more-1925"></span><br
/><blockquote>So, when enumerating files and subdirectories in the Windows directory, the directory and files inside it are not visible through Windows API. If you know the name of the directory, it is e.g. possible to enter the hidden directory using Command Prompt and it is possible to create new hidden files. There are also ways to run files from this directory. Files in this directory are also hidden from some antivirus scanners (as with the Sony BMG DRM case) — depending on the techniques employed by the antivirus software. It is therefore technically possible for malware to use the hidden directory as a hiding place.</p></blockquote><p>F-Secure suspects that the hidden folder is used to protect the fingerprint authentication and strongly disagrees that this is the correct way to achieve a protection.</p><p>I think that Sony made a big mistake in using such a technology again even if it was intended to be of good use for the owner.</p><p><strong>Read More:</strong></p><p><a
href="http://www.f-secure.com/weblog/archives/archive-082007.html#00001263">F-Secure Blog</a></p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2007/08/28/rootkits-sony-does-it-again/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>What is your Security Concept ?</title><link>http://www.ghacks.net/2007/04/10/what-is-your-security-concept/</link> <comments>http://www.ghacks.net/2007/04/10/what-is-your-security-concept/#comments</comments> <pubDate>Tue, 10 Apr 2007 12:06:57 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Security]]></category> <category><![CDATA[The Web]]></category> <category><![CDATA[anti virus]]></category> <category><![CDATA[encrypt hard disks]]></category> <category><![CDATA[rootkit]]></category> <category><![CDATA[secure computer]]></category> <category><![CDATA[security concept]]></category> <category><![CDATA[Spyware]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2007/04/10/what-is-your-security-concept/</guid> <description><![CDATA[Many novice users use the software that comes preinstalled with their purchased computer and rely on these to be safe from the dangers that lurk on every corner in the Internet. Trojans, Malware, Spyware, Phishing and worse are threats that every user should know about and be able to deal with. It is pretty easy to detail my security concept, it is not the most secure on earth but even those are not secure at all. If you want security do not connect to the Internet at all, that is my advise.]]></description> <content:encoded><![CDATA[<p>Many novice users use the software that comes preinstalled with their purchased computer and rely on these to be safe from the dangers that lurk on every corner in the Internet. Trojans, Malware, Spyware, Phishing and worse are threats that every user should know about and be able to deal with. It is pretty easy to detail my security concept, it is not the most secure on earth but even those are not secure at all. If you want security do not connect to the Internet at all, that is my advise.</p><p>Let me explain my security concept and ask some questions about yours afterwards. The most important part in my security concept is my knowledge. I know what I should do and what I should not do on the Internet. I know how phishing emails look like, I know when I should be doubtful of files that I want to execute and I do know how to select passwords that can not be bruteforced in a short period of time.</p><p><span
id="more-1402"></span></p><p><strong>Firewall:</strong></p><p>I do rely on a hardware firewall that is properly configured keeping many attacks away from my computer. I do however run no software firewall because I think this is a) not necessary because of the hardware firewall and b) could lead to attacks that are not there without it. Every piece of software installed on my system is a potential way to hack my system.</p><p><strong>Anti virus:</strong></p><p>I use the free AntiVir as a virus scanner. This is probably not the best choice in the world but good free scanners are rare. I keep it running all the time with automatic updates. Nothing compared to commercial products that update once every 30 minutes but good enough to react on all threats that make it on my system. My Knowledge prevents most possible ways of attacking my system with viruses and trojans anyway.</p><p><strong>Encryption:</strong></p><p>I have two hard drives with more than 500 gigabytes of encrypted data using the excellent Open Source software True Crypt. This is important to prevent local access to my files as long as the hard drives have not been mounted.</p><p><strong>Spyware:</strong></p><p>Something that I feel is overrated. I tend to run Ad-Aware and Spybot every other week to scan my system but I normally find some tracking cookies, that is all.</p><p><strong>Rootkits:</strong></p><p>The same can be said for Rootkits. I tend to use Rootkit Revealer or other products to check my system for rootkits but only occasionally. I would never put a Sony CD into my Computer anway ;)</p><p><strong>Browsing, Email:</strong></p><p>No Microsoft products if possible. I do use Opera and Firefox for web surfing and Thunderbird as my main email client. Both browsers are more secure than Microsofts Internet Explorer and Outlook. Maybe because they are better products, maybe because hackers like to concentrate on Microsoft products because more users are using them.</p><p>Did I leave something out ? What is your security concept ? Let me know, I like to read about software or tips that I never thought about in first place.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2007/04/10/what-is-your-security-concept/feed/</wfw:commentRss> <slash:comments>10</slash:comments> </item> <item><title>Top Xp Freeware that every user needs part 3</title><link>http://www.ghacks.net/2006/11/18/top-xp-freeware-that-every-user-needs-part-3/</link> <comments>http://www.ghacks.net/2006/11/18/top-xp-freeware-that-every-user-needs-part-3/#comments</comments> <pubDate>Sat, 18 Nov 2006 10:04:28 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[Tools]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[cdex]]></category> <category><![CDATA[espn]]></category> <category><![CDATA[fox]]></category> <category><![CDATA[freeware]]></category> <category><![CDATA[hamachi]]></category> <category><![CDATA[microsoft]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[putty]]></category> <category><![CDATA[rootkit]]></category> <category><![CDATA[skype]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[speedfan]]></category> <category><![CDATA[ssh]]></category> <category><![CDATA[teamspeak]]></category> <category><![CDATA[tvu-player]]></category> <category><![CDATA[windows-xp]]></category> <category><![CDATA[winscp]]></category> <category><![CDATA[xampp]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2006/11/18/top-xp-freeware-that-every-user-needs-part-3/</guid> <description><![CDATA[What ? Part 3 ? You said that there would be only two parts in the top xp series. I know that I said that but I wanted to write a third part because of the nice comments that the other two parts recieved. (access part 1 and part 2) This time I will write about the lesser known tools, special purpose ones that most users do not need but some can't live without. I thought it would be nice to give those tools some exposure as well, they are great and they deserve it.]]></description> <content:encoded><![CDATA[<p>What ? Part 3 ? You said that there would be only two parts in the top xp series. I know that I said that but I wanted to write a third part because of the nice comments that the other two parts received. (access <a
href="http://www.ghacks.net/2006/11/15/top-xp-freeware-that-every-user-needs/" target="_blank">part 1</a> and <a
href="http://www.ghacks.net/2006/11/16/top-xp-freeware-that-every-user-needs-part-2/" target="_blank">part 2</a>) This time I will write about the lesser known tools, special purpose ones that most users do not need but some can&#8217;t live without. I thought it would be nice to give those tools some exposure as well, they are great and they deserve it.</p><p>I did write about some of them here at ghacks already but I guess only the die hard ghacks readers will know about this. I would like to start with a tool that I have been using for some time now. It is called <a
href="https://secure.logmein.com/products/hamachi2/" target="_blank">Hamachi</a> and the main benefit is that it is able to simulate a lan over internet. This is great if a game only offers lan play for instance. I do not suggest you use it for the following purpose but it is possible. Many games require serial numbers and those numbers are checked when you connect to a game server on the internet. They are not checked if you create a lan game.</p><p><strong>System Tools:</strong></p><p>Please insert the CD into the drive and restart the application. I hate this message. Forcing legit users to have the CD / DVD in drive to execute the program is something I never understood. Pirates crack those protections in seconds and legit users have the problems with methods that are supposed to make it harder for pirates. Something is wrong here. I do like <a
href="http://www.google.com/search?q=daemon+tools&#038;ie=utf-8&#038;oe=utf-8&#038;rls=org.mozilla:en-US:official&#038;client=firefox-a" target="_blank">Daemon Tools</a> which emulates CDs on your hard drive. Create an image of the CD, mount it in Daemon Tools and you may use the software without the Cd.</p><p>That shitty movie is not playing. I don&#8217;t see a picture, I hear no sound. Have you ever witnessed something like that ? This could be due to a missing codec on your system. <a
href="http://www.headbands.com/gspot/" target="_Blank">Gspot</a> analyzed a movie file and displays the codecs it is using. Did I say that I hate the fact that there are billions of codecs out there ? Waste of time and energy.</p><p><a
href="http://www.flos-freeware.ch/notepad2.html" target="_blank">Notepad 2</a> replaces Notepad which ships with every windows installation. It offers more features than Notepad like syntax highlighting.</p><p><a
href="http://rbtray.narod.ru/" target="_blank">Rbtray</a> makes it possible to minimize every window into the system tray instead of the task bar. If you are like me and dislike crowded task bars this tool is for you.</p><p>I like my computers as silent as they can be. One method to achieve this is to use a software that is able to control the speed of the fans in your pc. <a
href="http://www.almico.com/speedfan.php" target="_blank">Speedfan</a> is my choice. It displays temperatures for important system components such as processor, motherboard and hard drives and lets you change the fan speed if that is supported on your system.</p><p><a
href="http://www.officeboosters.com/vippy.htm" target="_blank">Vippy</a> the writer friendly cursor changes the cursor into a eye-friendly one. This is great if you have troubles finding the cursor in a text document. Vippy changes the color of the cursor to red for instance.</p><p><strong>Internet:</strong></p><p>Ghacks is running on a dedicated server and I have to make the connection using a terminal program. I do use <a
href="http://www.chiark.greenend.org.uk/~sgtatham/putty/" target="_blank">Putty</a> for this, it is fast and clean and does exactly the things that I need it to do. I do use <a
href="http://winscp.net/eng/index.php" target="_Blank">WinSCP</a> to connect download backups that I made from the dedicated server. SFTP means secure file transfer.</p><p>I have a <a
href="http://www.skype.com/intl/en-us/home" target="_blank">Skype</a> account to talk to my friends and see who is online at the moment. There is no charge if both users are connected to the Skype network. I do prefer <a
href="http://www.teamspeak.com/" target="_Blank">Teamspeak</a> while gaming. Teamspeak has the advantage that more users may chat and talk at the same time while Skype has that limited I think. When I was playing WOW we were using Teamspeak with more than 40 people in one channel. Don&#8217;t worry, you can moderate everything.</p><p>If you want to view tv on the internet you should take a look at tvu player which offers some interesting channels to choose from. To name a few: ABC, ESPN, Comedy Channel, CBC, Fox and more. All free, with relative good quality. You need a broadband connection for good results.</p><p>You need some additional tools if you want to save video streams. Most providers hide the real url to the stream making it impossible to detect it by normal means. <a
href="http://www.donationcoder.com/Software/Mouser/urlsnooper/index.html" target="_blank">Url Snooper</a> comes into play and detects the real address by analyzing all network traffic.</p><p>I need a local test installation of ghacks to test new features before I make the upgrade on the running site. <a
href="http://www.apachefriends.org/en/xampp.html" target="_blank">XAMPP</a> offers everything I need to have a local Apache installation with PHP and MYSQL support. It is great for learning and testing upgrades.</p><p><strong>Security:</strong></p><p>You might remember the Sony rootkit incident. They planted a rootkit on some of their CDs and users had a hard time getting rid of it. Rootkit Revealer is one of those tools that helps detecting and removing rootkits.</p><p><strong>Other:</strong></p><p>I do not buy lots of new CDs but sometimes I buy some used ones on Ebay or Amazon. I don&#8217;t have a CD player at all so I have to get the songs from the CD on my computer to be able to play them and transfer them to my Ipod. <a
href="http://sourceforge.net/projects/cdexos/" target="_blank">CDex</a> is the tool I use for that purpose. It is fast, pulls all relevant information from the internet (author, title, songs..) and adds them automatically to the songs.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2006/11/18/top-xp-freeware-that-every-user-needs-part-3/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> </channel> </rss>
