<?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>Darknet - The Darkside &#187; rootkits</title>
	<atom:link href="http://www.darknet.org.uk/tag/rootkits/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.darknet.org.uk</link>
	<description>Ethical Hacking, Penetration Testing &#38; Computer Security</description>
	<lastBuildDate>Tue, 07 Feb 2012 18:34:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>TDL AKA Alureon Rootkit Now Infecting 64-Bit Windows 7 Platform</title>
		<link>http://www.darknet.org.uk/2010/11/tdl-aka-alureon-rootkit-now-infecting-64-bit-windows-7-platform/</link>
		<comments>http://www.darknet.org.uk/2010/11/tdl-aka-alureon-rootkit-now-infecting-64-bit-windows-7-platform/#comments</comments>
		<pubDate>Wed, 17 Nov 2010 07:09:53 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Malware]]></category>
		<category><![CDATA[Windows Hacking]]></category>
		<category><![CDATA[64-bit windows rootkit]]></category>
		<category><![CDATA[alureon]]></category>
		<category><![CDATA[alureon rootkit]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[prevx]]></category>
		<category><![CDATA[root kit]]></category>
		<category><![CDATA[rootkit]]></category>
		<category><![CDATA[rootkits]]></category>
		<category><![CDATA[tdl]]></category>
		<category><![CDATA[tdl rootkit]]></category>
		<category><![CDATA[win7]]></category>
		<category><![CDATA[win7 malware]]></category>
		<category><![CDATA[win7 rootkit]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[windows 7 rootkit]]></category>
		<category><![CDATA[windows 7 security]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=2995</guid>
		<description><![CDATA[As we&#8217;ve come to expect, the malware guys are always at the leading edge of technological development. Now there are rootkits infecting 64-Bit versions of Windows, which have been thought of as fairly safe by most parties. The rootkit in questions is a fairly well known variant (TDL/Alureon) and has been around for several years, [...]]]></description>
			<content:encoded><![CDATA[<p>As we&#8217;ve come to expect, the malware guys are always at the leading edge of technological development. Now there are <a href="http://www.darknet.org.uk/tag/rootkit/">rootkits</a> infecting 64-Bit versions of Windows, which have been thought of as fairly safe by most parties.</p>
<p>The rootkit in questions is a fairly well known variant (TDL/Alureon) and has been around for several years, but according to Prevx it&#8217;s been hitting on x64 installs of <a href="http://www.darknet.org.uk/tag/windows-7/">Windows 7</a> since August this year.</p>
<p>It&#8217;s usually an oldskool method to circumvent the Windows security measures, the MBR (Master Boot Record) &#8211; haven&#8217;t seen anyway <a href="http://www.darknet.org.uk/category/virustrojanswormsrootkits/">malware</a> using that for quite some time.</p>
<blockquote><p>A notorious rootkit that for years has ravaged 32-bit versions of Windows has begun claiming 64-bit versions of the Microsoft operating system as well.</p>
<p>The ability of TDL, aka Alureon, to infect 64-bit versions of Windows 7 is something of a coup for its creators, because Microsoft endowed the OS with enhanced security safeguards that were intended to block such attacks. The rootkit crossed into the 64-bit realm sometime in August, according to security firm Prevx.</p>
<p>According to research published on Monday by GFI Software, the latest TDL4 installation penetrates 64-bit versions of Windows by bypassing the OS&#8217;s kernel mode code signing policy, which is designed to allow drivers to be installed only when they have been digitally signed by a trusted source. The rootkit achieves this feat by attaching itself to the master boot record in a hard drive&#8217;s bowels and changing the machine&#8217;s boot options.</p></blockquote>
<p><a href="http://www.darknet.org.uk/tag/microsoft/">Microsoft</a> has pumped some pretty advanced protection mechanisms into the latest member of the Windows family, but still you just know it&#8217;s only a matter of time before the bad guys find some way to get around it.</p>
<p>This is an advanced piece of malware though as there are multiple layers of protection in Windows 7 and TDL4 bypasses them all, it even blocks access to debuggers and is undetectable by most AV software.</p>
<p>Whichever way you look at it, that&#8217;s some neat coding.</p>
<p><div align="center"><script type="text/javascript"><!--
google_ad_client = "pub-3033787195489589";
/* Darknet-Body468 */
google_ad_slot = "1341243171";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><br /></p>
<blockquote><p>“The boot option is changed in memory from the code executed by infected MBR,” GFI Technical Fellow Chandra Prakash wrote. “The boot option configures value of a config setting named &#8216;LoadIntegrityCheckPolicy&#8217; that determines the level of validation on boot programs. The rootkit changes this config setting value to a low level of validation that effectively allows loading of an unsigned malicious rootkit dl file.”</p>
<p>According to researchers at Prevx, TDL is the most advanced rootkit ever seen in the wild. It is used as a backdoor to install and update keyloggers and other types of malware on infected machines. Once installed it is undetectable by most antimalware programs. In keeping with TDL&#8217;s high degree of sophistication, the rootkit uses low-level instructions to disable debuggers, making it hard for white hat hackers to do reconnaissance.</p>
<p>One of the advanced protections Microsoft added to 64-bit versions of Windows was kernel mode code signing policy. Microsoft also added a feature known as PatchGuard, which blocks kernel mode drivers from altering sensitive parts of the Windows kernel. TDL manages to circumvent this protection as well, by altering a machine&#8217;s MBR so that it can intercept Windows startup routines.</p></blockquote>
<p><a href="http://www.darknet.org.uk/tag/prevx/">Prevx</a> came out with this research, you can read more about their findings here:</p>
<p><a href="http://www.prevx.com/blog/155/x-TDL-rootkit--follow-up.html">x64 TDL3 rootkit &#8211; follow up</a></p>
<p>There is also an in-depth technical analysis from Microsoft researcher Joe Johnson check <a href="http://www.virusbtn.com/pdf/conference_slides/2010/Johnson-VB2010.pdf">here</a> [PDF].</p>
<p>Source: <a href="http://www.theregister.co.uk/2010/11/16/tdl_rootkit_does_64_bit_windows/">The Register</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=TDL+AKA+Alureon+Rootkit+Now+Infecting+64-Bit+Windows+7+Platform+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D2995+from+%40THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2010/11/tdl-aka-alureon-rootkit-now-infecting-64-bit-windows-7-platform/&amp;t=TDL+AKA+Alureon+Rootkit+Now+Infecting+64-Bit+Windows+7+Platform" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.google.com/buzz/post?url=http://www.darknet.org.uk/2010/11/tdl-aka-alureon-rootkit-now-infecting-64-bit-windows-7-platform/&amp;imageurl=" title="Post to Google Buzz"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/gbuzz/tt-gbuzz-micro3.png" alt="Post to Google Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2010/11/tdl-aka-alureon-rootkit-now-infecting-64-bit-windows-7-platform/&amp;title=TDL+AKA+Alureon+Rootkit+Now+Infecting+64-Bit+Windows+7+Platform" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2010/11/tdl-aka-alureon-rootkit-now-infecting-64-bit-windows-7-platform/&amp;title=TDL+AKA+Alureon+Rootkit+Now+Infecting+64-Bit+Windows+7+Platform" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.darknet.org.uk/2010/11/tdl-aka-alureon-rootkit-now-infecting-64-bit-windows-7-platform/&amp;title=TDL+AKA+Alureon+Rootkit+Now+Infecting+64-Bit+Windows+7+Platform" title="Post to Reddit"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit-micro3.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2010/11/tdl-aka-alureon-rootkit-now-infecting-64-bit-windows-7-platform/&amp;title=TDL+AKA+Alureon+Rootkit+Now+Infecting+64-Bit+Windows+7+Platform" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/su/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p></div><div class="AWD_like_button "><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.darknet.org.uk%2F2010%2F11%2Ftdl-aka-alureon-rootkit-now-infecting-64-bit-windows-7-platform%2F&amp;send=false&amp;layout=standard&amp;width=&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=40" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:40px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2010/11/tdl-aka-alureon-rootkit-now-infecting-64-bit-windows-7-platform/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ReFrameworker &#8211; General Purpose Framework Modifier</title>
		<link>http://www.darknet.org.uk/2010/04/reframeworker-general-purpose-framework-modifier/</link>
		<comments>http://www.darknet.org.uk/2010/04/reframeworker-general-purpose-framework-modifier/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 09:57:04 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[appsec]]></category>
		<category><![CDATA[binary tampering]]></category>
		<category><![CDATA[code injection]]></category>
		<category><![CDATA[disassemble]]></category>
		<category><![CDATA[framework modifier]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[managed code rootkits]]></category>
		<category><![CDATA[mcr]]></category>
		<category><![CDATA[modify binary]]></category>
		<category><![CDATA[reframeworker]]></category>
		<category><![CDATA[rootkits]]></category>
		<category><![CDATA[runtime manipulation]]></category>
		<category><![CDATA[runtime tweaking]]></category>
		<category><![CDATA[software-security]]></category>
		<category><![CDATA[virtual patching]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=2676</guid>
		<description><![CDATA[ReFrameworker is a general purpose Framework modifier, used to reconstruct framework Runtimes by creating modified versions from the original implementation that was provided by the framework vendor. ReFrameworker performs the required steps of runtime manipulation by tampering with the binaries containing the framework&#8217;s classes, in order to produce modified binaries that can replace the original [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p>ReFrameworker is a general purpose Framework modifier, used to reconstruct framework Runtimes by creating modified versions from the original implementation that was provided by the framework vendor. ReFrameworker performs the required steps of runtime manipulation by tampering with the binaries containing the framework&#8217;s classes, in order to produce modified binaries that can replace the original ones.</p>
<p>It was developed to experiment with and demonstrate deployment of MCR (Managed Code Rootkits) code into a given framework.</p>
<p><strong>Features</strong></p>
<ul>
<li>Performs all the required steps needed for modifying framework binaries (disassemble, code injection, reassemble, precompiled images cleaning, etc.)</li>
<li>Fast development and deployment of a modified behavior into a given framework</li>
<li>Auto generated deployers</li>
<li>Modules: a separation between general purpose &#8220;building blocks&#8221; that can be injected into any given binary, allowing the users to create small pieces of code that can be later combined to form a specific injection task.</li>
<li>Can be easily adapted to support multiple frameworks by minimal configuration (currently comes preconfigured for the .NET framework)</li>
<li>Comes with many &#8220;preconfigured&#8221; proof-of-concept attacks (implemented as modules) that demonstrate its usage that can be easily extended to perform many other things. </li>
</ul>
<p>ReFrameworker, as a general purpose framework modification tool, can be used in other contexts besides security such as customizing frameworks for performance tuning, Runtime tweaking, virtual patching, hardening, and probably other usages &#8211; It all depends on what it is instructed to do.</p>
<p>You can download ReFrameworker v1.1 here:</p>
<p>Software &#8211; <a href="http://www.appsec.co.il/system/files/ReFrameworker_V1.1.zip">ReFrameworker_V1.1.zip</a><br />
Source Code: <a href="http://www.appsec.co.il/system/files/ReFrameworker_V1.1_Source_Code.zip">ReFrameworker_V1.1_Source_Code.zip</a></p>
<p></p>
<p>Or read more <a href="http://www.appsec.co.il/Managed_Code_Rootkits">here</a>.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=ReFrameworker+%E2%80%93+General+Purpose+Framework+Modifier+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D2676+from+%40THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2010/04/reframeworker-general-purpose-framework-modifier/&amp;t=ReFrameworker+%E2%80%93+General+Purpose+Framework+Modifier" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.google.com/buzz/post?url=http://www.darknet.org.uk/2010/04/reframeworker-general-purpose-framework-modifier/&amp;imageurl=" title="Post to Google Buzz"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/gbuzz/tt-gbuzz-micro3.png" alt="Post to Google Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2010/04/reframeworker-general-purpose-framework-modifier/&amp;title=ReFrameworker+%E2%80%93+General+Purpose+Framework+Modifier" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2010/04/reframeworker-general-purpose-framework-modifier/&amp;title=ReFrameworker+%E2%80%93+General+Purpose+Framework+Modifier" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.darknet.org.uk/2010/04/reframeworker-general-purpose-framework-modifier/&amp;title=ReFrameworker+%E2%80%93+General+Purpose+Framework+Modifier" title="Post to Reddit"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit-micro3.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2010/04/reframeworker-general-purpose-framework-modifier/&amp;title=ReFrameworker+%E2%80%93+General+Purpose+Framework+Modifier" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/su/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p></div><div class="AWD_like_button "><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.darknet.org.uk%2F2010%2F04%2Freframeworker-general-purpose-framework-modifier%2F&amp;send=false&amp;layout=standard&amp;width=&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=40" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:40px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2010/04/reframeworker-general-purpose-framework-modifier/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>StreamArmor &#8211; Discover &amp; Remove Alternate Data Streams (ADS)</title>
		<link>http://www.darknet.org.uk/2010/04/streamarmor-discover-remove-alternate-data-streams-ads/</link>
		<comments>http://www.darknet.org.uk/2010/04/streamarmor-discover-remove-alternate-data-streams-ads/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 10:18:05 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Forensics]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[Windows Hacking]]></category>
		<category><![CDATA[ads]]></category>
		<category><![CDATA[alternate data streams]]></category>
		<category><![CDATA[clean ads]]></category>
		<category><![CDATA[clean alternate data streams]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[rootkit-detection]]></category>
		<category><![CDATA[rootkits]]></category>
		<category><![CDATA[stream armor]]></category>
		<category><![CDATA[streamarmor]]></category>
		<category><![CDATA[windows ads]]></category>
		<category><![CDATA[windows forensics]]></category>
		<category><![CDATA[windows malware]]></category>
		<category><![CDATA[windows rootkit]]></category>
		<category><![CDATA[windows-security]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=2631</guid>
		<description><![CDATA[StreamArmor is a tool for discovering hidden alternate data streams (ADS) and can also clean them completely from the system. It&#8217;s advanced auto analysis coupled with online threat verification mechanism makes it the best tool available in the market for eradicating the evil streams. StreamArmor comes with fast multi threaded ADS scanner which can recursively [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p>StreamArmor is a tool for discovering hidden alternate data streams (ADS) and can also clean them completely from the system. It&#8217;s advanced auto analysis coupled with online threat verification mechanism makes it the best tool available in the market for eradicating the evil streams. StreamArmor comes with fast multi threaded ADS scanner which can recursively scan over entire system and quickly uncover all hidden streams. All such discovered streams are represented using specific color patten based on threat level which makes it easy for human eye to distinguish between suspicious and normal streams.</p>
<p>StreamArmor has built-in advanced file type detection mechanism which examines the content of file to accurately detect the file type of stream. This makes it great tool in forensic analysis in uncovering hidden documents/images/audio/video/database/archive files within the alternate data streams. StreamArmor is the standalone, portable application which does not require any installation. It can be copied to any place in the system and executed directly.</p>
<p><strong>What are ADS (Alternate Data Streams)? </strong></p>
<p>If you&#8217;ve had any experience with advanced malware or Windows forensics you&#8217;d already know what ADS are, but if you haven&#8217;t is a lesser known feature of the Windows NTFS file system which provides the ability to put data into existing files and folders without affecting their functionality and size. Any such stream associated with file/folder is not visible when viewed through conventional utilities such as Windows Explorer or DIR command or any other file browser tools.</p>
<p>If so inclined you can read more here:</p>
<ul>
<li><a href="http://www.symantec.com/connect/articles/windows-ntfs-alternate-data-streams">Windows NTFS Alternate Data Streams</a></li>
<li><a href="http://www.windowsecurity.com/articles/Alternate_Data_Streams.html">Hidden Threat: Alternate Data Streams</a></li>
</ul>
<p><strong>Platform</strong></p>
<p>Windows XP, 2K3, Vista, Longhorn and Windows 7 (both 32 &#038; 64 bit versions) On 64 bit platform, only 32 bit processes are supported.</p>
<p>You can download StreamArmor v1.0 here:</p>
<p><a href="http://www.rootkitanalytics.com/downloadCounter.php?id=8">StreamArmor_v1.zip</a></p>
<p></p>
<p>Or read more <a href="http://www.rootkitanalytics.com/tools/streamarmor.php">here</a>.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=StreamArmor+%E2%80%93+Discover+%26+Remove+Alternate+Data+Streams+%28ADS%29+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D2631+from+%40THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2010/04/streamarmor-discover-remove-alternate-data-streams-ads/&amp;t=StreamArmor+%E2%80%93+Discover+%26+Remove+Alternate+Data+Streams+%28ADS%29" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.google.com/buzz/post?url=http://www.darknet.org.uk/2010/04/streamarmor-discover-remove-alternate-data-streams-ads/&amp;imageurl=" title="Post to Google Buzz"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/gbuzz/tt-gbuzz-micro3.png" alt="Post to Google Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2010/04/streamarmor-discover-remove-alternate-data-streams-ads/&amp;title=StreamArmor+%E2%80%93+Discover+%26+Remove+Alternate+Data+Streams+%28ADS%29" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2010/04/streamarmor-discover-remove-alternate-data-streams-ads/&amp;title=StreamArmor+%E2%80%93+Discover+%26+Remove+Alternate+Data+Streams+%28ADS%29" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.darknet.org.uk/2010/04/streamarmor-discover-remove-alternate-data-streams-ads/&amp;title=StreamArmor+%E2%80%93+Discover+%26+Remove+Alternate+Data+Streams+%28ADS%29" title="Post to Reddit"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit-micro3.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2010/04/streamarmor-discover-remove-alternate-data-streams-ads/&amp;title=StreamArmor+%E2%80%93+Discover+%26+Remove+Alternate+Data+Streams+%28ADS%29" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/su/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p></div><div class="AWD_like_button "><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.darknet.org.uk%2F2010%2F04%2Fstreamarmor-discover-remove-alternate-data-streams-ads%2F&amp;send=false&amp;layout=standard&amp;width=&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=40" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:40px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2010/04/streamarmor-discover-remove-alternate-data-streams-ads/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Massive Data Theft Operation Uncovered</title>
		<link>http://www.darknet.org.uk/2006/12/massive-data-theft-operation-uncovered/</link>
		<comments>http://www.darknet.org.uk/2006/12/massive-data-theft-operation-uncovered/#comments</comments>
		<pubDate>Mon, 11 Dec 2006 05:10:56 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[General Hacking]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[Privacy]]></category>
		<category><![CDATA[data-loss]]></category>
		<category><![CDATA[data-theft]]></category>
		<category><![CDATA[haxdoor]]></category>
		<category><![CDATA[rootkits]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[spyware]]></category>
		<category><![CDATA[trojans]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/2006/12/massive-data-theft-operation-uncovered/</guid>
		<description><![CDATA[UK Police have uncovered a fairly massive data theft operation with a total close to 8,500 victims. It&#8217;s quite worrying when things like this are uncovered as if 1 is uncovered or discovered&#8230;imagine how many aren&#8217;t found out about, just like exploits. British electronic-crime detectives are investigating a massive data theft operation that stole sensitive [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p>UK Police have uncovered a fairly massive data theft operation with a total close to 8,500 victims.</p>
<p>It&#8217;s quite worrying when things like this are uncovered as if 1 is uncovered or discovered&#8230;imagine how many aren&#8217;t found out about, just like exploits.</p>
<blockquote><p>British electronic-crime detectives are investigating a massive data theft operation that stole sensitive information from 8,500 people in the U.K. and others in some 60 countries, officials said Tuesday.</p>
<p>In total, cybercriminals targeted 600 financial companies and banks, according to U.K. authorities, who have worked over the past week to identify and notify victims.</p>
<p>Through intelligence sources, U.K. police were given several gigabytes of data &#8212; around 130,00 files &#8212; that came from a server in the U.S., said Charlie McMurdie, detective chief inspector for the Specialist Crime Directorate e-Crime Unit of the London Metropolitan Police. Most of the data related to financial information, she said. </p></blockquote>
<p>Several GIG of data, that&#8217;s a hell of a lot of text.</p>
<p>They were using a pretty basic program though, haxdoor.</p>
<blockquote><p>The data was collected by a malicious software program nicknamed Haxdoor that infected victims&#8217; computers. Some 2,300 machines were located in the U.K. McMurdie said.</p>
<p>Haxdoor is a powerful program that can collect passwords and send them to another e-mail address plus disable a computer&#8217;s firewall, among other functions, according to a description posted on security vendor F-Secure Corp.&#8217;s Web site. Symantec Corp., another security company, wrote it first detected Haxdoor in November 2003.</p>
<p>Computers can get infected with Haxdoor if they don&#8217;t have security patches or up-to-date antivirus software. London police said it&#8217;s believed many victims were infected through instant message programs. </p></blockquote>
<p>Nice to see the good guys also using technology to parse the data and locate victims.</p>
<blockquote><p>Metropolitan police experts built a special program to search through the data and identify victims, she said. The data contained information such as logins and passwords for major Web sites such as eBay Inc., Amazon.com, BT Group PLC and Pipex Internet Ltd., a U.K. Internet service provider.</p>
<p>In some instances, Haxdoor employed a screen-capture function to obtain information, McMurdie said.</p></blockquote>
<p></p>
<p>Source: <a href="http://www.infoworld.com/article/06/10/24/HNukdatatheft_1.html">Infoworld</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Massive+Data+Theft+Operation+Uncovered+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D383+from+%40THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2006/12/massive-data-theft-operation-uncovered/&amp;t=Massive+Data+Theft+Operation+Uncovered" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.google.com/buzz/post?url=http://www.darknet.org.uk/2006/12/massive-data-theft-operation-uncovered/&amp;imageurl=" title="Post to Google Buzz"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/gbuzz/tt-gbuzz-micro3.png" alt="Post to Google Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2006/12/massive-data-theft-operation-uncovered/&amp;title=Massive+Data+Theft+Operation+Uncovered" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2006/12/massive-data-theft-operation-uncovered/&amp;title=Massive+Data+Theft+Operation+Uncovered" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.darknet.org.uk/2006/12/massive-data-theft-operation-uncovered/&amp;title=Massive+Data+Theft+Operation+Uncovered" title="Post to Reddit"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit-micro3.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2006/12/massive-data-theft-operation-uncovered/&amp;title=Massive+Data+Theft+Operation+Uncovered" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/su/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p></div><div class="AWD_like_button "><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.darknet.org.uk%2F2006%2F12%2Fmassive-data-theft-operation-uncovered%2F&amp;send=false&amp;layout=standard&amp;width=&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=40" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:40px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2006/12/massive-data-theft-operation-uncovered/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>zCodec Video Codec is a TROJAN</title>
		<link>http://www.darknet.org.uk/2006/10/zcodec-video-codec-is-a-trojan/</link>
		<comments>http://www.darknet.org.uk/2006/10/zcodec-video-codec-is-a-trojan/#comments</comments>
		<pubDate>Mon, 16 Oct 2006 03:58:46 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Malware]]></category>
		<category><![CDATA[Spammers & Scammers]]></category>
		<category><![CDATA[codec-trojan]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[panda]]></category>
		<category><![CDATA[rootkit]]></category>
		<category><![CDATA[rootkits]]></category>
		<category><![CDATA[trojan]]></category>
		<category><![CDATA[trojans]]></category>
		<category><![CDATA[video-codec]]></category>
		<category><![CDATA[virii]]></category>
		<category><![CDATA[virus]]></category>
		<category><![CDATA[viruses]]></category>
		<category><![CDATA[zcodec]]></category>
		<category><![CDATA[zcodec-trojan]]></category>
		<category><![CDATA[zcodec-virus]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/2006/10/zcodec-video-codec-is-a-trojan/</guid>
		<description><![CDATA[For those that didn&#8217;t see, there is a new all singing all dancing &#8216;light-weight&#8217; Codec in town that is actually a trojan. Indeed it&#8217;s not the first time we&#8217;ve seen this kind of thing. The zCodec software actually messes with your DNS settings. Users looking for the latest and greatest video software may not just [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p>For those that didn&#8217;t see, there is a new all singing all dancing &#8216;light-weight&#8217; Codec in town that is actually a trojan.</p>
<p>Indeed it&#8217;s not the first time we&#8217;ve seen this kind of thing.</p>
<p>The zCodec software actually messes with your DNS settings.</p>
<blockquote><p>Users looking for the latest and greatest video software may not just be in danger from media lawyers. Security firm Panda Software last week warned that zCodec, which claims to offer &#8220;up to 40 percent better (video) quality,&#8221; is in fact an adware program that can install Trojans, rootkits and other malicious software.</p>
<p>zCodec is freely available online and, as of Monday afternoon, was easy enough to find, offering downloads from its own website &#8211; zcodec.com. The site uses images from the films Sin City and Pulp Fiction, and claims zCodec will boost audio as well as video quality.</p>
<p>&#8220;zCodec is a multimedia compressor/decompressor which registers into the Windows collection of multimedia drivers and integrates with any application using DirectShow and Microsoft Video for Windows,&#8221; the site states.</p>
<p>Media players use codecs (compressor/decompressors) to compress and play back digital media files, but in the real world, for a codec to make any quality difference, a file must be encoded using that codec.</p></blockquote>
<p>As always do be vigilant when installing software and use a software or desktop firewall to patrol outgoing connections. You can also use something like TCPView to check on outgoing connections a little easier than using plain old netstat.</p>
<blockquote><p>Panda&#8217;s advisory last week revealed that the 100KB file is in fact adware, which &#8220;downloads and runs files, changes the DNS configuration and monitors accesses to several adult websites&#8221;.</p>
<p>zCodec, formally known as Adware/ZCodec or Adware/EMediacodec, affects most versions of Windows and was first detected last week, Panda said.</p>
<p>When run, the program alters the system&#8217;s DNS configuration in order to divert traffic to DNS servers of its choice, a technique sometimes used as part of a phishing scam or to rack up clicks for advertising schemes.</p>
<p>zCodec also accesses a particular IP address to randomly select and download one of a collection of files. The files that could be downloaded include Ruins.MB, a Trojan horse that uses rootkit techniques to conceal itself, Panda said. zCodec could also download an online casino program.</p>
<p>A second file launches every time the user starts Internet Explorer and monitors Web usage. Panda said its software can remove zCodec. </p></blockquote>
<p>Companies are getting really unscrupulous, what is going to come next I do wonder?</p>
<p></p>
<p>Source: <a href="http://www.techworld.com/security/news/index.cfm?newsID=6781">Techworld</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=zCodec+Video+Codec+is+a+TROJAN+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D336+from+%40THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2006/10/zcodec-video-codec-is-a-trojan/&amp;t=zCodec+Video+Codec+is+a+TROJAN" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.google.com/buzz/post?url=http://www.darknet.org.uk/2006/10/zcodec-video-codec-is-a-trojan/&amp;imageurl=" title="Post to Google Buzz"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/gbuzz/tt-gbuzz-micro3.png" alt="Post to Google Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2006/10/zcodec-video-codec-is-a-trojan/&amp;title=zCodec+Video+Codec+is+a+TROJAN" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2006/10/zcodec-video-codec-is-a-trojan/&amp;title=zCodec+Video+Codec+is+a+TROJAN" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.darknet.org.uk/2006/10/zcodec-video-codec-is-a-trojan/&amp;title=zCodec+Video+Codec+is+a+TROJAN" title="Post to Reddit"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit-micro3.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2006/10/zcodec-video-codec-is-a-trojan/&amp;title=zCodec+Video+Codec+is+a+TROJAN" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/su/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p></div><div class="AWD_like_button "><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.darknet.org.uk%2F2006%2F10%2Fzcodec-video-codec-is-a-trojan%2F&amp;send=false&amp;layout=standard&amp;width=&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=40" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:40px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2006/10/zcodec-video-codec-is-a-trojan/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Open Source Blamed for Rootkits?</title>
		<link>http://www.darknet.org.uk/2006/05/open-source-blamed-for-rootkits/</link>
		<comments>http://www.darknet.org.uk/2006/05/open-source-blamed-for-rootkits/#comments</comments>
		<pubDate>Sun, 14 May 2006 06:42:40 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Malware]]></category>
		<category><![CDATA[antivirus]]></category>
		<category><![CDATA[computer-security]]></category>
		<category><![CDATA[darknet]]></category>
		<category><![CDATA[fud]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[mcafee]]></category>
		<category><![CDATA[rootkits]]></category>
		<category><![CDATA[trend]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/2006/05/open-source-blamed-for-rootkits/</guid>
		<description><![CDATA[This is the biggest load of shite I&#8217;ve read this year I think. Rootkits are becoming more prevalent and difficult to detect, and security vendor McAfee says the blame falls squarely on the open source community. In its &#8220;Rootkits&#8221; report being published today, McAfee says the number of rootkits it has collected as malware samples [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p>This is the biggest load of shite I&#8217;ve read this year I think.</p>
<blockquote><p>Rootkits are becoming more prevalent and difficult to detect, and security vendor McAfee says the blame falls squarely on the open source community.</p>
<p>In its &#8220;Rootkits&#8221; report being published today, McAfee says the number of rootkits it has collected as malware samples has jumped ninefold this quarter compared with the same quarter a year ago. Almost all the rootkits McAfee has identified are intended to hide other code (such as spyware or bots) or conceal processes running in Windows systems.</p>
<p>&#8220;The predominant reason for the growth in use of stealthy code is because of sites like Rootkit.com,&#8221; says Stuart McClure, senior vice president of global threats at McAfee </p></blockquote>
<p>Excuse me?!</p>
<blockquote><p>Rootkit.com&#8217;s 41,533 members do post rootkit source code anonymously, then discuss and share the open source code. But it&#8217;s naive to say the Web site exists for malicious purposes, contends Greg Hoglund, CEO of security firm HBGary and operator of Rootkit.</p>
<p>&#8220;It&#8217;s there to educate people,&#8221; says Hoglund, who&#8217;s also the co-author with James Butler of the book Rootkits: Subverting the Windows Kernel. &#8220;The site is devoted to the discussion of rootkits. It&#8217;s a great resource for anti-virus companies and others. Without it, they&#8217;d be far behind in their understanding of rootkits.&#8221; </p></blockquote>
<p>It&#8217;s definitely there for education purposes, the Rootkits book is very informative. Sadly this is the same old discussion again and again, non-disclosure vs full-disclosure. Those who really understand the process want to share the information as soon as possible to aid prevention techniques and to promote understanding, not hiding behind ignorance and implementing security through obscurity.</p>
<p>Those pimping anti-virus software, anti-exploit and whatever obviously want to fuel the FUD that opensource software and sharing of knowledge actually exacerbate the problem.</p>
<p>It seems Trend actually understands the issue, unlike McAfee the corporate bitch.</p>
<blockquote><p>Anti-virus vendor Trend Micro says the Rootkit Web site cuts both ways.</p>
<p>&#8220;We need those open source people,&#8221; says David Perry, global director of education at Trend Micro. &#8220;They uncover things. It&#8217;s a laboratory of computer science. They demand the intellectual right to discuss this.&#8221; </p></blockquote>
<p>What more can we say..</p>
<p></p>
<p>Source: <a href="http://www.networkworld.com/news/2006/041706-open-source-rootkits.html">Network World</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Open+Source+Blamed+for+Rootkits%3F+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D155+from+%40THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2006/05/open-source-blamed-for-rootkits/&amp;t=Open+Source+Blamed+for+Rootkits%3F" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.google.com/buzz/post?url=http://www.darknet.org.uk/2006/05/open-source-blamed-for-rootkits/&amp;imageurl=" title="Post to Google Buzz"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/gbuzz/tt-gbuzz-micro3.png" alt="Post to Google Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2006/05/open-source-blamed-for-rootkits/&amp;title=Open+Source+Blamed+for+Rootkits%3F" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2006/05/open-source-blamed-for-rootkits/&amp;title=Open+Source+Blamed+for+Rootkits%3F" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.darknet.org.uk/2006/05/open-source-blamed-for-rootkits/&amp;title=Open+Source+Blamed+for+Rootkits%3F" title="Post to Reddit"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit-micro3.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2006/05/open-source-blamed-for-rootkits/&amp;title=Open+Source+Blamed+for+Rootkits%3F" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/su/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p></div><div class="AWD_like_button "><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.darknet.org.uk%2F2006%2F05%2Fopen-source-blamed-for-rootkits%2F&amp;send=false&amp;layout=standard&amp;width=&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=40" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:40px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2006/05/open-source-blamed-for-rootkits/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>VMWare Rootkits, The Next Big Threat?</title>
		<link>http://www.darknet.org.uk/2006/03/vmware-rootkits-the-next-big-threat/</link>
		<comments>http://www.darknet.org.uk/2006/03/vmware-rootkits-the-next-big-threat/#comments</comments>
		<pubDate>Mon, 13 Mar 2006 03:08:59 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Malware]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[rootkits]]></category>
		<category><![CDATA[virtual-machine]]></category>
		<category><![CDATA[virtual-pc]]></category>
		<category><![CDATA[vm-rootkits]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/2006/03/vmware-rootkits-the-next-big-threat/</guid>
		<description><![CDATA[Lab rats at Microsoft Research and the University of Michigan have teamed up to create prototypes for virtual machine-based rootkits that significantly push the envelope for hiding malware and that can maintain control of a target operating system. The proof-of-concept rootkit, called SubVirt, exploits known security flaws and drops a VMM (virtual machine monitor) underneath [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<blockquote><p>Lab rats at Microsoft Research and the University of Michigan have teamed up to create prototypes for virtual machine-based rootkits that significantly push the envelope for hiding malware and that can maintain control of a target operating system.</p>
<p>The proof-of-concept rootkit, called SubVirt, exploits known security flaws and drops a VMM (virtual machine monitor) underneath a Windows or Linux installation.</p></blockquote>
<p>Subvirt certainly sounds like an interesting project.</p>
<p>I have heard about such a thing before in the blackhat community, but for Linux only, I didn&#8217;t know anyone had actually worked on a Windows variant.</p>
<p>Quite an amazing piece of technology, the thing is, it might already be out there..Blackhats tend to do it first, and do it dirty, but not talk about it to the media ;)</p>
<p>Using current methods, these root kits CANNOT be detected by the host machine.</p>
<blockquote><p>Once the target operating system is hoisted into a virtual machine, the rootkit becomes impossible to detect because its state cannot be accessed by security software running in the target system, according to documentation seen by eWEEK.</p>
<p>The prototype, which will be presented at the IEEE Symposium on Security and Privacy later in 2006, is the brainchild of Microsoft&#8217;s Cybersecurity and Systems Management Research Group, the Redmond, Wash., unit responsible for the Strider GhostBuster anti-rootkit scanner and the Strider HoneyMonkey exploit detection patrol.</p></blockquote>
<p>The problem being the malware is a lower layer than the malware detection utilities available, so it runs under the level that it can be detected. The SubVirt project has implemented VM-based rootkits on two platforms &#8220;Linux/VMWare and Windows/VirtualPC&#8221; and was able to write malicious services without detection.</p>
<p>It is a very stealthy attack, and perhaps it could be used to also fight against malicious code and malware.</p>
<blockquote><p>&#8220;We believe the VM-based rootkits are a viable and likely threat,&#8221; the research team said. &#8220;Virtual-machine monitors are available from both the open-source community and commercial vendors &#8230; On today&#8217;s x86 systems, [VM-based rootkits] are capable of running a target OS with few visual differences or performance effects that would alert the user to the presence of a rootkit.&#8221;</p></blockquote>
<p>Hardware detection is one thing that could overcome this kind of subversion by virtual machines. Intel and AMD have <a href="http://news.com.com/2100-7355-5137832.html">discussed hardware based malware scanning</a> (AMD Execution Protection to prevent buffer overflows).</p>
<p></p>
<p>Source: <a href="http://www.eweek.com/article2/0,1759,1936666,00.asp?kc=EWRSS03119TX1K0000594">eWeek</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=VMWare+Rootkits%2C+The+Next+Big+Threat%3F+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D107+from+%40THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2006/03/vmware-rootkits-the-next-big-threat/&amp;t=VMWare+Rootkits%2C+The+Next+Big+Threat%3F" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.google.com/buzz/post?url=http://www.darknet.org.uk/2006/03/vmware-rootkits-the-next-big-threat/&amp;imageurl=" title="Post to Google Buzz"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/gbuzz/tt-gbuzz-micro3.png" alt="Post to Google Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2006/03/vmware-rootkits-the-next-big-threat/&amp;title=VMWare+Rootkits%2C+The+Next+Big+Threat%3F" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2006/03/vmware-rootkits-the-next-big-threat/&amp;title=VMWare+Rootkits%2C+The+Next+Big+Threat%3F" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.darknet.org.uk/2006/03/vmware-rootkits-the-next-big-threat/&amp;title=VMWare+Rootkits%2C+The+Next+Big+Threat%3F" title="Post to Reddit"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit-micro3.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2006/03/vmware-rootkits-the-next-big-threat/&amp;title=VMWare+Rootkits%2C+The+Next+Big+Threat%3F" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/su/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p></div><div class="AWD_like_button "><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.darknet.org.uk%2F2006%2F03%2Fvmware-rootkits-the-next-big-threat%2F&amp;send=false&amp;layout=standard&amp;width=&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=40" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:40px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2006/03/vmware-rootkits-the-next-big-threat/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Windows Rootkits</title>
		<link>http://www.darknet.org.uk/2006/03/windows-rootkits/</link>
		<comments>http://www.darknet.org.uk/2006/03/windows-rootkits/#comments</comments>
		<pubDate>Thu, 09 Mar 2006 15:44:16 +0000</pubDate>
		<dc:creator>backbone</dc:creator>
				<category><![CDATA[Malware]]></category>
		<category><![CDATA[Windows Hacking]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[penetration]]></category>
		<category><![CDATA[rootkits]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/2006/03/windows-rootkits/</guid>
		<description><![CDATA[Windows Rootkits are a big rarity in this modern web hacking tehnology&#8230; I won&#8217;t speak exactly about rootkits, because it&#8217;s impropriate to call them that way&#8230; why? Well rootkits are programs that aid you in getting access to root level users&#8230; So in the case we are using Windows rootkits we should call them admkits [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p>Windows Rootkits are a big rarity in this modern web hacking tehnology&#8230;<br />
I won&#8217;t speak exactly about rootkits, because it&#8217;s impropriate to call them that way&#8230; why? Well <b>rootkits</b> are programs that aid you in getting access to root level users&#8230;</p>
<p>So in the case we are using Windows <q>rootkits</q> we should call them <b>admkits</b> (admin kits [&copy;copyrighted to me of course])&#8230;. So let&#8217;s cut the **** and get down to serious business.</p>
<p><em>Note: the following admkits are from www.packetstormsecurity.org, there also could be others available on the net&#8230; not just the following 4</em></p>
<p><a href="http://www.packetstormsecurity.org/NT/_root_040.zip">_ROOT_040</a></p>
<blockquote><p>
Windows NT Rootkit v0.04 alpha &#8211; Hides processes, files, directories, has k-mode shell using TCP/IP &#8211; you can telnet into rootkit from remote. Hides registry keys &#8211; (keyboard patch disabled in this build.) Includes execution redirection.
</p></blockquote>
<p><a href="http://www.packetstormsecurity.org/UNIX/penetration/rootkits/Netstat.zip">Fake Netstat</a></p>
<blockquote><p>
Fake Netstat is a windows copy of netstat which can hide certain network connections. Requires renaming the original netstat.
</p></blockquote>
<p><a href="http://www.packetstormsecurity.org/UNIX/penetration/rootkits/ntbindshell.zip">NT BindShell</a></p>
<blockquote><p>
Ntbindshell is a lightweight (24k compiled) cmd.exe backdoor for Windows. Full C source included. Provides two modes of operation &#8211; standard (listening mode) or reverse-connect mode. Includes the ability to install itself as a system service, providing a shell with LocalSystem privileges.
</p></blockquote>
<p><a href="http://www.packetstormsecurity.org/UNIX/penetration/rootkits/rTelv2.8.zip">reverseTelnet</a></p>
<blockquote><p>
Reverse telnet redirector / port redirector and front end console for Windows. Perfect for firewall bypassing from inside out. Can be used for bouncing connections, piping or relaying data, or as a quick MIM chat server. Windows executable form only.
</p></blockquote>
<p></p>
<p>More information of course can be found in the readme files from the archive&#8230;</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Windows+Rootkits+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D104+from+%40THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2006/03/windows-rootkits/&amp;t=Windows+Rootkits" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.google.com/buzz/post?url=http://www.darknet.org.uk/2006/03/windows-rootkits/&amp;imageurl=" title="Post to Google Buzz"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/gbuzz/tt-gbuzz-micro3.png" alt="Post to Google Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2006/03/windows-rootkits/&amp;title=Windows+Rootkits" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2006/03/windows-rootkits/&amp;title=Windows+Rootkits" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.darknet.org.uk/2006/03/windows-rootkits/&amp;title=Windows+Rootkits" title="Post to Reddit"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit-micro3.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2006/03/windows-rootkits/&amp;title=Windows+Rootkits" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/su/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p></div><div class="AWD_like_button "><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.darknet.org.uk%2F2006%2F03%2Fwindows-rootkits%2F&amp;send=false&amp;layout=standard&amp;width=&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=40" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:40px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2006/03/windows-rootkits/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

