<?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; vmware</title>
	<atom:link href="http://www.darknet.org.uk/tag/vmware/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>raw2vmdk &#8211; Mount Raw Hard Disk (dd) Images As VMDK Virtual Disks</title>
		<link>http://www.darknet.org.uk/2010/06/raw2vmdk-mount-raw-hard-disk-dd-images-as-vmdk-virtual-disks/</link>
		<comments>http://www.darknet.org.uk/2010/06/raw2vmdk-mount-raw-hard-disk-dd-images-as-vmdk-virtual-disks/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 10:24:56 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Forensics]]></category>
		<category><![CDATA[Security Software]]></category>
		<category><![CDATA[convert raw disk image to vmdk]]></category>
		<category><![CDATA[dd]]></category>
		<category><![CDATA[dd disk image]]></category>
		<category><![CDATA[liveview]]></category>
		<category><![CDATA[mount dd image]]></category>
		<category><![CDATA[mount raw disk image]]></category>
		<category><![CDATA[mount raw disk image in virtual machine]]></category>
		<category><![CDATA[mount raw disk image in vmware]]></category>
		<category><![CDATA[mount raw disk image with virtualbox]]></category>
		<category><![CDATA[mount raw disk with vmware]]></category>
		<category><![CDATA[raw disk vmdk]]></category>
		<category><![CDATA[virtual box]]></category>
		<category><![CDATA[virtual disks]]></category>
		<category><![CDATA[vmdk]]></category>
		<category><![CDATA[vmdk disk format]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[zapotek]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=2712</guid>
		<description><![CDATA[raw2vmdk is an OS independent Java utility that allows you to mount raw disk images, like images created by &#8220;dd&#8221;, using VMware, VirtualBox or any other virtualization platform supporting the VMDK disk format. It could be an interesting tool for doing forensics examinations on compromised boxes when all you have is a dd dump of [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p>raw2vmdk is an OS independent Java utility that allows you to mount raw disk images, like images created by &#8220;dd&#8221;, using VMware, VirtualBox or any other virtualization platform supporting the VMDK disk format.</p>
<p>It could be an interesting tool for doing forensics examinations on compromised boxes when all you have is a dd dump of the drive to work on, it allows you to easily mount the disk in your favourite virtualization platform and get to work doing some forensic analysis.</p>
<p>It analyzes the raw image and creates an appropriately formatted &#8220;.vmdk&#8221; file that can be used to mount the image right away.</p>
<p>raw2vmdk is written in Java and is designed to be OS independent, simple and flexible. It creates an appropriately structured VMDK file that refers to the raw image, which can then be mounted by VMware, VirtualBox or any other virtualization platform supporting the VMDK disk format, as if it were an actual virtual drive. Thus preserving space and allowing for very fast deployment.</p>
<p>It is extremely simple to use and provides the required results in seconds. This is a new tool, so if you have any feedback please do leave it in the comments below or contact the author directly.</p>
<p>You can download raw2vmdk here:</p>
<p><a href="http://sourceforge.net/projects/raw2vmdk/files/raw2vmdk-0.1.1.tar.gz/download">raw2vmdk-0.1.1.tar.gz</a></p>
<p><strong>*EDIT* 18/6/2010</strong></p>
<p><a href="http://twitter.com/keydet89/status/16379917174">keydet89 on Twitter</a> asked about the difference between this tool and <a href="http://liveview.sourceforge.net/">LiveView</a> so I asked the author and here&#8217;s his reply:</p>
<blockquote><p>Actually I&#8217;m using a couple of their classes to get the disk geometry details needed for the vmdk file. I acknowledge that in my blog and the AUTHORS file.</p>
<p>You see I needed to boot a 74GB pfSense raw image for analysis and &#8220;qemu-img convert&#8221; is too slow for that kind of thing. Then I came across LiveView, I reviewed the code and manually replicated the process of creating a suitable vmdk file in order to boot the image using VMware.</p>
<p>After I was done my first plan was to port LiveView to *nix, but after a chat with the maintainer and a more detailed review of the LiveView code it proved to be too time consuming. So I decided to automate the manual process I followed and because there&#8217;s no need to reinvent the wheel I reused the classes LiveView is using to get the disk geometry.</p>
<p>LiveView is a good tool but very tightly coupled with MS Windows and can&#8217;t work from the command line. I needed something OS independent and easy to incorporate into scripts, mainly because I don&#8217;t use Windows. Plus, in the code it seemed that LiveView is actually manipulating the VMware ESX, I didn&#8217;t much care for that.</p>
<p>I think it&#8217;s best to just create the required .vmdk file to allow someone to boot/mount the drive they need and just get the hell out of their way. So overnight I had raw2vmdk ready and you know the rest. :)</p></blockquote>
<p>You can read more about raw2vmdk at his blog here:</p>
<p><a href="http://trainofthought.segfault.gr/">Zapotek&#8217;s train of thought…</a></p>
<p></p>
<p>Or read more <a href="http://raw2vmdk.segfault.gr/">here</a>.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=raw2vmdk+%E2%80%93+Mount+Raw+Hard+Disk+%28dd%29+Images+As+VMDK+Virtual+Disks+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D2712+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/06/raw2vmdk-mount-raw-hard-disk-dd-images-as-vmdk-virtual-disks/&amp;t=raw2vmdk+%E2%80%93+Mount+Raw+Hard+Disk+%28dd%29+Images+As+VMDK+Virtual+Disks" 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/06/raw2vmdk-mount-raw-hard-disk-dd-images-as-vmdk-virtual-disks/&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/06/raw2vmdk-mount-raw-hard-disk-dd-images-as-vmdk-virtual-disks/&amp;title=raw2vmdk+%E2%80%93+Mount+Raw+Hard+Disk+%28dd%29+Images+As+VMDK+Virtual+Disks" 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/06/raw2vmdk-mount-raw-hard-disk-dd-images-as-vmdk-virtual-disks/&amp;title=raw2vmdk+%E2%80%93+Mount+Raw+Hard+Disk+%28dd%29+Images+As+VMDK+Virtual+Disks" 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/06/raw2vmdk-mount-raw-hard-disk-dd-images-as-vmdk-virtual-disks/&amp;title=raw2vmdk+%E2%80%93+Mount+Raw+Hard+Disk+%28dd%29+Images+As+VMDK+Virtual+Disks" 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/06/raw2vmdk-mount-raw-hard-disk-dd-images-as-vmdk-virtual-disks/&amp;title=raw2vmdk+%E2%80%93+Mount+Raw+Hard+Disk+%28dd%29+Images+As+VMDK+Virtual+Disks" 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%2F06%2Fraw2vmdk-mount-raw-hard-disk-dd-images-as-vmdk-virtual-disks%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/06/raw2vmdk-mount-raw-hard-disk-dd-images-as-vmdk-virtual-disks/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Web Security Dojo &#8211; Training Environment For Web Application Security</title>
		<link>http://www.darknet.org.uk/2010/03/web-security-dojo-training-environment-for-web-application-security/</link>
		<comments>http://www.darknet.org.uk/2010/03/web-security-dojo-training-environment-for-web-application-security/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 09:16:19 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Web Hacking]]></category>
		<category><![CDATA[training environment]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[web application penetration testing]]></category>
		<category><![CDATA[web application security training]]></category>
		<category><![CDATA[web pen test]]></category>
		<category><![CDATA[web security dojo]]></category>
		<category><![CDATA[web security training]]></category>
		<category><![CDATA[web security training environment]]></category>
		<category><![CDATA[web vulnerabilities]]></category>
		<category><![CDATA[web-application-security]]></category>
		<category><![CDATA[web-hacking-tools]]></category>
		<category><![CDATA[webgoat]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=2565</guid>
		<description><![CDATA[Web Security Dojo is a free open-source self-contained training environment for Web Application Security penetration testing. Tools + Targets = Dojo What? Various web application security testing tools and vulnerable web applications were added to a clean install of Ubuntu v9.10. Why? The Web Security Dojo is for learning and practicing web app security testing [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p>Web Security Dojo is a free open-source self-contained training environment for Web Application Security penetration testing. Tools + Targets = Dojo</p>
<p><strong>What?</strong><br />
Various web application security testing tools and vulnerable web applications were added to a clean install of Ubuntu v9.10.</p>
<p><strong>Why?</strong></p>
<p>The Web Security Dojo is for learning and practicing web app security testing techniques. It is ideal for training classes and conferences since it does not need a network connection. The Dojo contains everything needed to get started &#8211; tools, targets, and documentation.</p>
<p>Web Security Dojo currently contains:</p>
<p>Targets &#8211; </p>
<ul>
<li>OWASP&#8217;s WebGoat v5.2</li>
<li>Damn Vulnerable Web App v1.0.6</li>
<li>Hacme Casino v1.0</li>
<li>OWASP InsecureWebApp v1.0</li>
<li>Simple training targets by Maven Security (including REST and JSON)</li>
</ul>
<p>Tools -</p>
<ul>
<li>Burp Suite (free version) v1.3</li>
<li>w3af cvs version</li>
<li>OWASP Skavengerv0.6.2a</li>
<li><a href="http://www.darknet.org.uk/2011/11/dirbuster-brute-force-directories-files-names/">OWASP Dirbuster</a> v1.0 RC1</li>
<li>Paros v3.2.13</li>
<li>Webscarab v20070504-1631</li>
<li>Ratproxy v1.57-beta</li>
<li>sqlmap v0.7</li>
<li>Helpful Firefox add-ons</li>
</ul>
<p>You can download Web Security Dojo here:</p>
<p>VMWare image &#8211; <a href="http://sourceforge.net/projects/websecuritydojo/files/Version_1.0/dojo_v1.0-vmware.zip/download">dojo_v1.0-vmware.zip</a><br />
VirtualBox image &#8211; <a href="http://sourceforge.net/projects/websecuritydojo/files/Version_1.0/dojo_v1.0-virtualbox.zip/download">dojo_v1.0-virtualbox.zip</a></p>
<p></p>
<p>Or read more <a href="http://www.mavensecurity.com/dojo.php">here</a>.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Web+Security+Dojo+%E2%80%93+Training+Environment+For+Web+Application+Security+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D2565+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/03/web-security-dojo-training-environment-for-web-application-security/&amp;t=Web+Security+Dojo+%E2%80%93+Training+Environment+For+Web+Application+Security" 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/03/web-security-dojo-training-environment-for-web-application-security/&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/03/web-security-dojo-training-environment-for-web-application-security/&amp;title=Web+Security+Dojo+%E2%80%93+Training+Environment+For+Web+Application+Security" 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/03/web-security-dojo-training-environment-for-web-application-security/&amp;title=Web+Security+Dojo+%E2%80%93+Training+Environment+For+Web+Application+Security" 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/03/web-security-dojo-training-environment-for-web-application-security/&amp;title=Web+Security+Dojo+%E2%80%93+Training+Environment+For+Web+Application+Security" 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/03/web-security-dojo-training-environment-for-web-application-security/&amp;title=Web+Security+Dojo+%E2%80%93+Training+Environment+For+Web+Application+Security" 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%2F03%2Fweb-security-dojo-training-environment-for-web-application-security%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/03/web-security-dojo-training-environment-for-web-application-security/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Virtualization Security &#8211; IT Managers and Security Experts Disagree</title>
		<link>http://www.darknet.org.uk/2008/12/virtualization-security-it-managers-and-security-experts-disagree/</link>
		<comments>http://www.darknet.org.uk/2008/12/virtualization-security-it-managers-and-security-experts-disagree/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 14:43:04 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[General News]]></category>
		<category><![CDATA[citrix xen]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[virtualization security]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[vmware security]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=1329</guid>
		<description><![CDATA[A lot of companies are moving towards virtualization, blade servers and sharing hardware components makes sense when you can have multiple logical servers on one physical machine. I&#8217;ve used VMWare in a few situations myself but mostly I don&#8217;t see a real requirement for using virtual machines (apart from hosting with a VPS). There have [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p>A lot of companies are moving towards virtualization, blade servers and sharing hardware components makes sense when you can have multiple logical servers on one physical machine. I&#8217;ve used VMWare in a few situations myself but mostly I don&#8217;t see a real requirement for using virtual machines (apart from hosting with a VPS).</p>
<p>There have always been debates about the security, it&#8217;s harder to segregate as the virtual machines are somehow attached at the system level so if you can break out of the &#8216;jail&#8217; (into the &#8216;hypervisor&#8217;) you can effectively access everything on that physical server. There is still a lot of skepticism about the security of virtual servers and the big 3 providers (VMWare, Citrix Xen and Microsoft) are apparently working on some new security solutions, but as they haven&#8217;t been released yet you better be careful.</p>
<blockquote><p>Does transitioning to virtualization increase security risks within a company? IT managers appear to be at loggerheads with IT security professionals over that question, even while sharing similar opinions on where risks might lie, according to a new survey.</p>
<p>The 2009 Security Mega Trends Survey from research firm Ponemon Institute &#8212; which also looked at attitudes on other topics, such as outsourcing and Web 2.0 technologies &#8212; shows roughly two-thirds of IT operations staff who responded said they felt virtualization of computer resources did not increase information-security risks. But about two-thirds of information security professionals surveyed felt the opposite way. </p>
<p>A full three-quarters of the survey&#8217;s 1,402 respondents, all active in U.S.-based private sector firms or government agencies, said their organizations had already implemented virtualization of their computer resources, with about 90% in both the IT and security camps saying they were &#8220;familiar&#8221; or &#8220;very familiar&#8221; with virtualization</p></blockquote>
<p>It&#8217;s strange to see the opinions are almost polarized and exactly opposite, 2/3s of managers think that virtualization does not increase risk but 2/3s of security pros think that it does. I&#8217;d personally have to say it does increase risk, especially at the moment where it&#8217;s still quite a new technology and the implementation and security measures are not mature yet.</p>
<p>Stay away from virtualization for extremely data critical operations.</p>
<blockquote><p>The survey reflects the often upbeat attitudes about virtualization expressed by experienced IT pros about how the technology, most commonly that of VMware, Microsoft of Citrix Xen, is bringing them the benefit of server consolidation.</p>
<p>&#8220;We started virtualization in a development and test environment, and now the main applications we have using VMware in production instances are file and print servers,&#8221; says Rich Wagner, director of IT infrastructure at Columbus, Ohio-based Hexion Specialty Chemicals. Wagner says virtualization hasn&#8217;t raised red flags as far as security requirements. The main concern, he says, is &#8220;from a performance standpoint &#8212; the CPU and memory and disk I/O &#8212; in sharing a large box,&#8221; with database servers seen as a resource-intensive application that might not be well-suited for virtualization.</p>
<p>There&#8217;s a far more skeptical view of virtualization security often expressed by seasoned IT security pros, who harbor doubts that vendors on the virtualization front have really sorted out or addressed the risks associated with the underlying hypervisor transformation. </p></blockquote>
<p>I agree it&#8217;s definitely best for a testing/staging situation where you can set up multiple different environments concurrently on the same piece of hardware without having to reboot.</p>
<p>It&#8217;s great in a development environment too if you need to test a piece of code on multiple operating systems with different specifications.</p>
<p>But as I said above, for CPU intensive activities and for servers that hold critical data I just don&#8217;t think it&#8217;s a good idea.</p>
<p></p>
<p>Source: <a href="http://www.networkworld.com/news/2008/121808-security-survey.html?fsrc=rss-security">Network World</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Virtualization+Security+%E2%80%93+IT+Managers+and+Security+Experts+Disagree+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D1329+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/2008/12/virtualization-security-it-managers-and-security-experts-disagree/&amp;t=Virtualization+Security+%E2%80%93+IT+Managers+and+Security+Experts+Disagree" 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/2008/12/virtualization-security-it-managers-and-security-experts-disagree/&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/2008/12/virtualization-security-it-managers-and-security-experts-disagree/&amp;title=Virtualization+Security+%E2%80%93+IT+Managers+and+Security+Experts+Disagree" 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/2008/12/virtualization-security-it-managers-and-security-experts-disagree/&amp;title=Virtualization+Security+%E2%80%93+IT+Managers+and+Security+Experts+Disagree" 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/2008/12/virtualization-security-it-managers-and-security-experts-disagree/&amp;title=Virtualization+Security+%E2%80%93+IT+Managers+and+Security+Experts+Disagree" 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/2008/12/virtualization-security-it-managers-and-security-experts-disagree/&amp;title=Virtualization+Security+%E2%80%93+IT+Managers+and+Security+Experts+Disagree" 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%2F2008%2F12%2Fvirtualization-security-it-managers-and-security-experts-disagree%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/2008/12/virtualization-security-it-managers-and-security-experts-disagree/feed/</wfw:commentRss>
		<slash:comments>3</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>
	</channel>
</rss>

