<?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>Professional VMware &#187; VMware Security</title> <atom:link href="http://professionalvmware.com/category/vmware-security/feed/" rel="self" type="application/rss+xml" /><link>http://professionalvmware.com</link> <description>How Many Turtles Can You Fit On A Rock?</description> <lastBuildDate>Fri, 10 Feb 2012 00:37:53 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.2.1</generator> <item><title>ESX Does RSA?</title><link>http://professionalvmware.com/2009/01/esx-does-rsa/</link> <comments>http://professionalvmware.com/2009/01/esx-does-rsa/#comments</comments> <pubDate>Sun, 04 Jan 2009 13:40:38 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[security]]></category> <category><![CDATA[VI3]]></category> <category><![CDATA[Virtual Infrastructure]]></category> <category><![CDATA[virtualization security]]></category> <category><![CDATA[VMware Security]]></category> <category><![CDATA[ESX]]></category> <category><![CDATA[rsa]]></category> <category><![CDATA[VMware]]></category> <guid
isPermaLink="false">http://professionalvmware.com/?p=303</guid> <description><![CDATA[Sort of, it seems: Today, RSA integrates with VMware in an couple of what I would call &#34;useful but not earth-shattering&#34; points &#8211; you can integrate envision authentication with Virtual Center and it also integrates with VDM 2.1 and VMware View Manager for hardened authentication. &#160; But, with VMware as mission-critical as it is, security [...]]]></description> <content:encoded><![CDATA[<p></p><p>Sort of, it seems:</p><blockquote><p>Today, RSA integrates with VMware in an couple of what I would call &quot;useful but not earth-shattering&quot; points &#8211; you can integrate envision authentication with Virtual Center and it also integrates with VDM 2.1 and VMware View Manager for hardened authentication.</p><p>&#160;</p><p>But, with VMware as mission-critical as it is, security focus is getting strong.&#160;&#160;&#160; At our recent Quarterly Technology Review, there were LOTS of really cool ideas where to go next, and ideas I would consider earth-shattering, but are so fuzzy at this point, there&#8217;s no point in going on about it.&#160;&#160; Let us do some more work, and then I&#8217;ll talk about it again.</p></blockquote><p>This is from VirtualGeek, full post <a
href="http://virtualgeek.typepad.com/virtual_geek/2008/12/virtualization-security---cage-match-fight.html">here</a>.</p> ]]></content:encoded> <wfw:commentRss>http://professionalvmware.com/2009/01/esx-does-rsa/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Those Root&#8217;s Run Deep &#8211; Create a Second Root Account on ESX</title><link>http://professionalvmware.com/2008/12/those-roots-run-deep-create-a-second-root-account-on-esx/</link> <comments>http://professionalvmware.com/2008/12/those-roots-run-deep-create-a-second-root-account-on-esx/#comments</comments> <pubDate>Wed, 10 Dec 2008 17:31:00 +0000</pubDate> <dc:creator>bunchc</dc:creator> <category><![CDATA[ESX]]></category> <category><![CDATA[esx 3.5]]></category> <category><![CDATA[esx cli config]]></category> <category><![CDATA[root]]></category> <category><![CDATA[VM]]></category> <category><![CDATA[VMware]]></category> <category><![CDATA[VMware Security]]></category> <guid
isPermaLink="false">http://professionalvmware.com/2008/12/10/those-roots-run-deep-create-a-second-root-account-on-esx/</guid> <description><![CDATA[Found this in VMware’s KB 1005278 [root@esx root]# adduser -u 0 -o -g 0 -G 0,1,2,3,4,6,10 root2 [root@esx root]# passwd root2 Changing password for user root2. New UNIX password: Retype new UNIX password: passwd: all authentication tokens updated successfully. After spending some time in the adduser man page, I found that while long, that command [...]]]></description> <content:encoded><![CDATA[<p></p><p>Found this in <a
href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;cmd=displayKC&amp;externalId=1005278">VMware’s KB 1005278</a></p><p><font
face="Courier New">[root@esx root]# adduser -u 0 -o -g 0 -G 0,1,2,3,4,6,10 root2 <br
/>[root@esx root]# passwd root2 <br
/>Changing password for user root2. <br
/>New UNIX password: <br
/>Retype new UNIX password: <br
/>passwd: all authentication tokens updated successfully.</font></p><p>After spending some time in the adduser man page, I found that while long, that command makes sense. Here’s what it does:</p><p>“-u 0” – Sets uid (user ID) 0, or root’s user ID</p><p>“-o” – Tells the system to allow a non-unique user ID</p><p>“-g 0” – Sets the initial group to 0 (root)</p><p>finally “-G 0,1,2,3,4,6,10” sets the additional groups, you can “cat /etc/group-“ to see what all of those are.</p> ]]></content:encoded> <wfw:commentRss>http://professionalvmware.com/2008/12/those-roots-run-deep-create-a-second-root-account-on-esx/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Hypervisor Framework Paper</title><link>http://professionalvmware.com/2008/12/hypervisor-framework-paper/</link> <comments>http://professionalvmware.com/2008/12/hypervisor-framework-paper/#comments</comments> <pubDate>Fri, 05 Dec 2008 14:34:00 +0000</pubDate> <dc:creator>bunchc</dc:creator> <category><![CDATA[security]]></category> <category><![CDATA[Virtualization]]></category> <category><![CDATA[virtualization security]]></category> <category><![CDATA[VMware]]></category> <category><![CDATA[VMware Security]]></category> <guid
isPermaLink="false">http://professionalvmware.com/2008/12/05/hypervisor-framework-paper/</guid> <description><![CDATA[The Hacker 2 Hacker Conference Brazil this year featured a paper called “Hypervisor Framework”. An interesting read for those more interested in the nitty gritty of how all this “Virtualization” stuff works]]></description> <content:encoded><![CDATA[<p></p><p><img
src="http://www.h2hc.com.br/images/lg.jpg" /></p><p>The Hacker 2 Hacker Conference Brazil this year featured a paper called <a
href="http://www.h2hc.com.br/repositorio/2008/Hypervisor%20Framework%20H2HC%202008.pdf">“Hypervisor Framework”</a>. An interesting read for those more interested in the nitty gritty of how all this “Virtualization” stuff works</p> ]]></content:encoded> <wfw:commentRss>http://professionalvmware.com/2008/12/hypervisor-framework-paper/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Security in a Virtual Environment</title><link>http://professionalvmware.com/2008/12/security-in-a-virtual-environment/</link> <comments>http://professionalvmware.com/2008/12/security-in-a-virtual-environment/#comments</comments> <pubDate>Fri, 05 Dec 2008 03:03:47 +0000</pubDate> <dc:creator>bunchc</dc:creator> <category><![CDATA[virtualization security]]></category> <category><![CDATA[VMware]]></category> <category><![CDATA[VMware Security]]></category> <guid
isPermaLink="false">http://professionalvmware.com/2008/12/04/security-in-a-virtual-environment/</guid> <description><![CDATA[So Tarry Singh posted today on the VMware security advisiories. While that’s been covered here, and elsewhere, I did find a few of his points interesting: Ask yourself the following: * Do you know that such malicious attacks are not taking place in your environment? * Do you know if there is some sort of [...]]]></description> <content:encoded><![CDATA[<p></p><p>So Tarry Singh posted today on the <a
href="http://tarrysingh.blogspot.com/2008/12/vmware-security-advisory-update.html">VMware security advisiories</a>. While that’s been covered here, and elsewhere, I did find a few of his points interesting:</p><blockquote><p>Ask yourself the following:</p><p>* Do you know that such malicious attacks are not taking place in your environment?<br
/> * Do you know if there is some sort of control in your environments?<br
/> * How many of you have successfully deployed a CCP that makes your ESX compliant or at least anywhere close to being SOX/PCI DSS 1.x standards? You must be able to control, authorize and demonstrate on your sense of control on these environments, can you do it?<br
/> * Are you doing any sort of assessments in your environments, especially Virtual Infrastructures be it Oracle VM, VMware ESX, Citrix Xen, Xen or whatever?<br
/> * Are some or any of your virtual platforms registered within your centralized directory, any LDAP v3 variants such as ADS etc?</p></blockquote><p>Can you answer these for your environment? Just because it’s virtual doesn’t mean you should forget about security.</p> ]]></content:encoded> <wfw:commentRss>http://professionalvmware.com/2008/12/security-in-a-virtual-environment/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Webcasts &#8211; VMware Security Best Practices</title><link>http://professionalvmware.com/2008/11/webcasts-vmware-security-best-practices/</link> <comments>http://professionalvmware.com/2008/11/webcasts-vmware-security-best-practices/#comments</comments> <pubDate>Wed, 26 Nov 2008 17:11:58 +0000</pubDate> <dc:creator>bunchc</dc:creator> <category><![CDATA[ESX]]></category> <category><![CDATA[esx 3.5]]></category> <category><![CDATA[ESX RPMs]]></category> <category><![CDATA[security]]></category> <category><![CDATA[VI3]]></category> <category><![CDATA[virtualization security]]></category> <category><![CDATA[VMware Security]]></category> <guid
isPermaLink="false">http://professionalvmware.com/2008/11/26/webcasts-vmware-security-best-practices/</guid> <description><![CDATA[One of these is archived, the other scheduled to go off on Dec. 16th.&#160; Both require registration, and are worthwhile, despite the obligatory sales pitches. http://research.pcpro.co.uk/detail/RES/1224768378_490.html This one has already happened, and is available on demand. http://www.netiq.com/events/display.asp?cid=20081114152024NVKN&#38;src=smm This is the Dec16th event.]]></description> <content:encoded><![CDATA[<p></p><p>One of these is archived, the other scheduled to go off on Dec. 16th.&#160; Both require registration, and are worthwhile, despite the obligatory sales pitches.</p><p><a
href="http://professionalvmware.com/wp-content/uploads/2008/11/image.png"><img
title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="94" alt="image" src="http://professionalvmware.com/wp-content/uploads/2008/11/image-thumb.png" width="197" border="0" /></a></p><p><a
title="http://research.pcpro.co.uk/detail/RES/1224768378_490.html" href="http://research.pcpro.co.uk/detail/RES/1224768378_490.html">http://research.pcpro.co.uk/detail/RES/1224768378_490.html</a> <br
/>This one has already happened, and is available on demand.</p><p><a
href="http://professionalvmware.com/wp-content/uploads/2008/11/image1.png"><img
title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="59" alt="image" src="http://professionalvmware.com/wp-content/uploads/2008/11/image-thumb1.png" width="236" border="0" /></a></p><p><a
title="http://www.netiq.com/events/display.asp?cid=20081114152024NVKN&amp;src=smm" href="http://www.netiq.com/events/display.asp?cid=20081114152024NVKN&amp;src=smm">http://www.netiq.com/events/display.asp?cid=20081114152024NVKN&amp;src=smm</a> <br
/>This is the Dec16th event.</p> ]]></content:encoded> <wfw:commentRss>http://professionalvmware.com/2008/11/webcasts-vmware-security-best-practices/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Clarifying Symantec &#8220;Support&#8221; for ESX</title><link>http://professionalvmware.com/2008/11/clarifying-symantec-support-for-esx/</link> <comments>http://professionalvmware.com/2008/11/clarifying-symantec-support-for-esx/#comments</comments> <pubDate>Tue, 25 Nov 2008 04:01:00 +0000</pubDate> <dc:creator>bunchc</dc:creator> <category><![CDATA[ESX]]></category> <category><![CDATA[esx 3.5]]></category> <category><![CDATA[esxi]]></category> <category><![CDATA[VMware]]></category> <category><![CDATA[VMware Security]]></category> <category><![CDATA[support]]></category> <category><![CDATA[Symantec]]></category> <guid
isPermaLink="false">http://professionalvmware.com/2008/11/23/clarifying-symantec-support-for-esx/</guid> <description><![CDATA[I just thought you all should be aware of this KB Article at Symantec&#8217;s site: Question/Issue: Is VMware VMotion ESX server supported with Symantec AntiVirus and Symantec Endpoint Protection? Solution: Symantec considers running Symantec AntiVirus Clients and Symantec Endpoint Protection Clients in VMware environments running Vmotion a supported configuration. At this time running the Symantec [...]]]></description> <content:encoded><![CDATA[<p></p><p>I just thought you all should be aware of this <a
href="http://service1.symantec.com/SUPPORT/ent-security.nsf/docid/2008101607465248?Open&amp;seg=ent">KB Article</a> at Symantec&#8217;s site:</p><blockquote><p>Question/Issue: <br/>Is VMware VMotion ESX server supported with Symantec AntiVirus and Symantec Endpoint Protection?</p><p>Solution: <br/>Symantec considers running Symantec AntiVirus Clients and Symantec Endpoint Protection Clients in VMware environments running Vmotion a supported configuration.</p><p>At this time running the Symantec Endpoint Manager (SEPM) is considered an alternative configuration and will be handled with &#8220;Best Effort Support&#8221;</p></blockquote><p>Seems one has to be careful when using Endpoint Manager, but you should otherwise be fine.</p><p
xmlns="" class="zoundry_raven_tags"> <span
class="ztags"><span
class="ztagspace">Technorati</span> : <a
href="http://www.technorati.com/tag/ESX" class="ztag" rel="tag">ESX</a>, <a
href="http://www.technorati.com/tag/Support" class="ztag" rel="tag">Support</a>, <a
href="http://www.technorati.com/tag/Symantec" class="ztag" rel="tag">Symantec</a>, <a
href="http://www.technorati.com/tag/VMware" class="ztag" rel="tag">VMware</a></span> <br/> <span
class="ztags"><span
class="ztagspace">Del.icio.us</span> : <a
href="http://del.icio.us/tag/ESX" class="ztag" rel="tag">ESX</a>, <a
href="http://del.icio.us/tag/Support" class="ztag" rel="tag">Support</a>, <a
href="http://del.icio.us/tag/Symantec" class="ztag" rel="tag">Symantec</a>, <a
href="http://del.icio.us/tag/VMware" class="ztag" rel="tag">VMware</a></span> <br/> <span
class="ztags"><span
class="ztagspace">Zooomr</span> : <a
href="http://www.zooomr.com/search/photos/?q=ESX" class="ztag" rel="tag">ESX</a>, <a
href="http://www.zooomr.com/search/photos/?q=Support" class="ztag" rel="tag">Support</a>, <a
href="http://www.zooomr.com/search/photos/?q=Symantec" class="ztag" rel="tag">Symantec</a>, <a
href="http://www.zooomr.com/search/photos/?q=VMware" class="ztag" rel="tag">VMware</a></span> <br/> <span
class="ztags"><span
class="ztagspace">Flickr</span> : <a
href="http://www.flickr.com/photos/tags/ESX" class="ztag" rel="tag">ESX</a>, <a
href="http://www.flickr.com/photos/tags/Support" class="ztag" rel="tag">Support</a>, <a
href="http://www.flickr.com/photos/tags/Symantec" class="ztag" rel="tag">Symantec</a>, <a
href="http://www.flickr.com/photos/tags/VMware" class="ztag" rel="tag">VMware</a></span></p> ]]></content:encoded> <wfw:commentRss>http://professionalvmware.com/2008/11/clarifying-symantec-support-for-esx/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>VMware Security Updates</title><link>http://professionalvmware.com/2008/11/vmware-security-updates/</link> <comments>http://professionalvmware.com/2008/11/vmware-security-updates/#comments</comments> <pubDate>Tue, 18 Nov 2008 13:44:00 +0000</pubDate> <dc:creator>bunchc</dc:creator> <category><![CDATA[ESX]]></category> <category><![CDATA[esxi]]></category> <category><![CDATA[security]]></category> <category><![CDATA[VMware]]></category> <category><![CDATA[VMware Security]]></category> <guid
isPermaLink="false">http://professionalvmware.com/?p=17</guid> <description><![CDATA[Today, at some ungodly hour of the morning, VMware updated two security announcements: VMSA-2008-0017.1 &#8211; Was updated to change some CVE numbers VMSA-2008-0016.2 &#8211; Was updated to include information about update 3 As last time you can get all security advisories from VMware&#8217;s site: http://www.vmware.com/security/advisories/ Technorati : ESX, ESXi, Security, VMware, VMware Security Del.icio.us : [...]]]></description> <content:encoded><![CDATA[<p></p><p
style="MARGIN: 0in 0in 0pt">Today, at some ungodly hour of the morning, VMware updated two security announcements:</p><p><p
style="MARGIN: 0in 0in 0pt"></p><p><p
style="MARGIN: 0in 0in 0pt"><a
href="http://www.vmware.com/security/advisories/VMSA-2008-0017.html">VMSA-2008-0017.1</a> &#8211; Was updated to change some CVE numbers</p><p><p
style="MARGIN: 0in 0in 0pt"><a
href="http://www.vmware.com/security/advisories/VMSA-2008-0016.html">VMSA-2008-0016.2</a> &#8211; Was updated to include information about update 3</p><p><p
style="MARGIN: 0in 0in 0pt"></p><p><p
style="MARGIN: 0in 0in 0pt">As last time you can get all security advisories from VMware&#8217;s site: <a
href="http://www.vmware.com/security/advisories/">http://www.vmware.com/security/advisories/</a></p><p><p
xmlns="" class="zoundry_raven_tags"> <br
/> <span
class="ztags"><span
class="ztagspace">Technorati</span> : <a
href="http://www.technorati.com/tag/ESX" class="ztag" rel="tag">ESX</a>, <a
href="http://www.technorati.com/tag/ESXi" class="ztag" rel="tag">ESXi</a>, <a
href="http://www.technorati.com/tag/Security" class="ztag" rel="tag">Security</a>, <a
href="http://www.technorati.com/tag/VMware" class="ztag" rel="tag">VMware</a>, <a
href="http://www.technorati.com/tag/VMware+Security" class="ztag" rel="tag">VMware Security</a></span> <br/><br
/> <span
class="ztags"><span
class="ztagspace">Del.icio.us</span> : <a
href="http://del.icio.us/tag/ESX" class="ztag" rel="tag">ESX</a>, <a
href="http://del.icio.us/tag/ESXi" class="ztag" rel="tag">ESXi</a>, <a
href="http://del.icio.us/tag/Security" class="ztag" rel="tag">Security</a>, <a
href="http://del.icio.us/tag/VMware" class="ztag" rel="tag">VMware</a>, <a
href="http://del.icio.us/tag/VMware%20Security" class="ztag" rel="tag">VMware Security</a></span> <br/><br
/> <span
class="ztags"><span
class="ztagspace">Zooomr</span> : <a
href="http://www.zooomr.com/search/photos/?q=ESX" class="ztag" rel="tag">ESX</a>, <a
href="http://www.zooomr.com/search/photos/?q=ESXi" class="ztag" rel="tag">ESXi</a>, <a
href="http://www.zooomr.com/search/photos/?q=Security" class="ztag" rel="tag">Security</a>, <a
href="http://www.zooomr.com/search/photos/?q=VMware" class="ztag" rel="tag">VMware</a>, <a
href="http://www.zooomr.com/search/photos/?q=VMware%20Security" class="ztag" rel="tag">VMware Security</a></span> <br/><br
/> <span
class="ztags"><span
class="ztagspace">Flickr</span> : <a
href="http://www.flickr.com/photos/tags/ESX" class="ztag" rel="tag">ESX</a>, <a
href="http://www.flickr.com/photos/tags/ESXi" class="ztag" rel="tag">ESXi</a>, <a
href="http://www.flickr.com/photos/tags/Security" class="ztag" rel="tag">Security</a>, <a
href="http://www.flickr.com/photos/tags/VMware" class="ztag" rel="tag">VMware</a>, <a
href="http://www.flickr.com/photos/tags/VMware%20Security" class="ztag" rel="tag">VMware Security</a></span></p> ]]></content:encoded> <wfw:commentRss>http://professionalvmware.com/2008/11/vmware-security-updates/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
