<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>4sysops &#187; vista security</title>
	<atom:link href="http://4sysops.com/archives/tag/vista-security/feed/" rel="self" type="application/rss+xml" />
	<link>http://4sysops.com</link>
	<description>For Windows Administrators</description>
	<lastBuildDate>Thu, 24 May 2012 23:49:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<image>
    <title>4sysops</title>
    <url>http://4sysops.com/4sysops-rss.png</url>
    <link>http://4sysops.com</link>
    <width>143</width>
    <height>49</height>
    <description>4sysops.com</description>
    </image>		<item>
		<title>Saved Internet Explorer passwords</title>
		<link>http://4sysops.com/archives/saved-internet-explorer-passwords/</link>
		<comments>http://4sysops.com/archives/saved-internet-explorer-passwords/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 20:25:02 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[password management]]></category>
		<category><![CDATA[vista security]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=4612</guid>
		<description><![CDATA[<p>In the last three articles in my series on stored passwords, I mainly discussed Windows-related passwords. Today, I will focus on saved Internet Explorer passwords.</p>
<h2>The two types of saved Internet Explorer passwords</h2>
<p>I already mentioned in my post about the <a href="http://4sysops.com/archives/windows-vault-windows-stored-user-passwords/">Windows Vault</a> that some saved Internet Explorer passwords can be managed with the Credential Manager. These are HTTP authentication passwords, that is, passwords that are used to authenticate against a Web server (Internet Information Server, Apache, etc.). Passwords that are used to log on to a Web site with an HTML form (through a content management system) are not stored in the Windows Vault.</p>
<p>You can make out the difference between these two authentication forms easily. HTTP authentication always prompts a separate dialog window in Internet Explorer where you have to enter the credentials. HTML authentication is usually integrated within the Web page. This also makes clear why these passwords are not stored in the Window Vault.</p>
<p>Internet Explorer &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>In the last three articles in my series on stored passwords, I mainly discussed Windows-related passwords. Today, I will focus on saved Internet Explorer passwords.</p>
<h2>The two types of saved Internet Explorer passwords</h2>
<p>I already mentioned in my post about the <a href="http://4sysops.com/archives/windows-vault-windows-stored-user-passwords/">Windows Vault</a> that some saved Internet Explorer passwords can be managed with the Credential Manager. These are HTTP authentication passwords, that is, passwords that are used to authenticate against a Web server (Internet Information Server, Apache, etc.). Passwords that are used to log on to a Web site with an HTML form (through a content management system) are not stored in the Windows Vault.</p>
<p>You can make out the difference between these two authentication forms easily. HTTP authentication always prompts a separate dialog window in Internet Explorer where you have to enter the credentials. HTML authentication is usually integrated within the Web page. This also makes clear why these passwords are not stored in the Window Vault.</p>
<p>Internet Explorer uses its auto-complete feature to manage passwords that you have to enter in HTML forms. The advantage is that you can use different accounts for a specific Web site. You just have to start typing the user name, and Internet Explorer will fill out the form fields for the user name and the password automatically.</p>
<h2>Manually disable Internet Explorer saved passwords</h2>
<p>As mentioned in my last posts, storing passwords always poses a risk, especially if you use functions integrated in Windows. If your organization values security above all, then you should consider disabling Internet Explorer saved passwords.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2010/06/Internet_Explorer_Internet_Options_AutoComplete.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2010/06/Internet_Explorer_Internet_Options_AutoComplete.png','',event,300,75)"><img style="margin: 0px; display: inline; border: 0px;" title="Internet Explorer Internet Options AutoComplete" src="http://4sysops.com/wp-content/uploads/2010/06/Internet_Explorer_Internet_Options_AutoComplete_thumb.png" border="0" alt="Internet Explorer Internet Options AutoComplete" width="412" height="531" /></a></p>
<p>Users can turn off this feature themselves if they don&#8217;t want to be bothered by the AutoComplete feature. In Internet Explorer 8, you will find the AutoComplete settings in the Content Tab under Tools | Internet Options.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2010/06/Internet_Explorer_AutoCompleteForms.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2010/06/Internet_Explorer_AutoCompleteForms.png','',event,300,75)"><img style="margin: 0px; display: inline; border: 0px;" title="Internet Explorer AutoComplete Settings" src="http://4sysops.com/wp-content/uploads/2010/06/Internet_Explorer_AutoCompleteForms_thumb.png" border="0" alt="Internet Explorer AutoComplete Settings" width="314" height="337" /></a></p>
<h2>Disable Internet Explored saved passwords with Group Policy</h2>
<p>If you don&#8217;t trust your users in these matters, you might want to disable Internet Explorer saved passwords network-wide with Group Policy. The name of the GPO settings is &#8220;Turn on the auto-complete feature for user names and passwords on forms.&#8221; You can find it under User Configuration | Administrative Templates | Windows Components | Internet Explorer. You have to disable this setting if you want to disallow Internet Explorer saved passwords.</p>
<p>If you just don&#8217;t want new passwords to be saved and allow users to be able to still use old credentials, you can enable this GPO setting and leave the &#8220;Prompt me to save passwords&#8221; option unchecked.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2010/06/Group_Policy_Internet_Explorer_Disable_Saved_Passwords.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2010/06/Group_Policy_Internet_Explorer_Disable_Saved_Passwords.png','',event,300,75)"><img style="margin: 0px; display: inline; border: 0px;" title="Group Policy Internet Explorer Disable Saved Passwords" src="http://4sysops.com/wp-content/uploads/2010/06/Group_Policy_Internet_Explorer_Disable_Saved_Passwords_thumb.png" border="0" alt="Group Policy Internet Explorer Disable Saved Passwords" width="604" height="356" /></a></p>
<p>Notice that you can&#8217;t pre-configure these settings with the Group Policy Preferences because the Content tab is missing here. These security relevant settings should be enforced with policies.</p>
<h2>Delete saved Internet Explorer passwords</h2>
<p>Notice that disabling saved Internet Explorer passwords won&#8217;t delete the passwords. If you change the GPO setting to &#8220;not configured&#8221; again, then users will be able to use their old stored passwords. Users can delete saved Internet Explorer passwords at the General tab in Internet Options by deleting the corresponding Browsing History.</p>
<h2>Saved Internet Explorer passwords storage location</h2>
<p>If you don&#8217;t want to rely on your users, then you can delete all saved Internet Explorer passwords with a script. Windows stores the Internet Explorer password in the Registry under HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\IntelliForms.</p>
<h2>Recover saved Internet Explorer passwords</h2>
<p>Of course, the Internet Explorer passwords are encrypted in the Registry. However, it is not a big deal to recover these passwords with third-party tools. This can be useful if a user forgot the password and can&#8217;t log on after you disabled Internet Explorer saved passwords. A good free tool to recover saved Internet Explorer passwords is <a href="http://www.nirsoft.net/utils/internet_explorer_password.html">IE Passview</a>. Of course, you can&#8217;t recover the passwords with this tool if you already deleted the stored passwords in the Registry.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/microsoft-desktop-optimization-pack-mdop-diagnostic-and-recovery-toolset-dart/" title="Microsoft Desktop Optimization Pack (MDOP): Diagnostic and Recovery Toolset (DaRT) (April 3, 2012)">Microsoft Desktop Optimization Pack (MDOP): Diagnostic and Recovery Toolset (DaRT)</a> (7)</li>
	<li><a href="http://4sysops.com/archives/raffle-jiji-password-and-account-expiration-notification-tool/" title="Raffle: JiJi Password and Account Expiration Notification Tool (October 12, 2011)">Raffle: JiJi Password and Account Expiration Notification Tool</a> (3)</li>
	<li><a href="http://4sysops.com/archives/raffle-jiji-account-lockout-tool-resolve-account-lockout-issues/" title="Raffle: JiJi Account Lockout Tool &#8211; Resolve account lockout issues (August 30, 2011)">Raffle: JiJi Account Lockout Tool &#8211; Resolve account lockout issues</a> (2)</li>
	<li><a href="http://4sysops.com/archives/free-netwrix-privileged-account-manager-password-manager/" title="FREE: NetWrix Privileged Account Manager &#8211; Password Manager (July 19, 2011)">FREE: NetWrix Privileged Account Manager &#8211; Password Manager</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-lepide-user-management-remote-password-reset-tool/" title="FREE: Lepide User Management &#8211; Remote password reset tool (March 18, 2011)">FREE: Lepide User Management &#8211; Remote password reset tool</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/saved-internet-explorer-passwords/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<series:name><![CDATA[Stored Windows Passwords]]></series:name>
	</item>
		<item>
		<title>FREE: GFI WebMonitor &#8211; Web filtering for ISA Server</title>
		<link>http://4sysops.com/archives/free-gfi-webmonitor-web-filtering-for-isa-server/</link>
		<comments>http://4sysops.com/archives/free-gfi-webmonitor-web-filtering-for-isa-server/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 18:37:14 +0000</pubDate>
		<dc:creator>External author</dc:creator>
				<category><![CDATA[Free Tools]]></category>
		<category><![CDATA[firewalls]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[vista security]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=3315</guid>
		<description><![CDATA[<p><em>Submitted by Edward Lansink</em><em> &#8211; Blog: <a href="http://www.gfi.com/blog">GFI Tech blog</a>
</em>
<a href="http://www.gfi.com/web-monitoring-freeware">GFI WebMonitor Freeware</a> is a freeware web filtering and web security solution for ISA Server, ideal for SMBs. It lets administrators monitor what websites users are currently browsing and what files are being downloaded in real-time. Through user and site bandwidth monitoring features, the administrator has the ability to track download and upload traffic and the number of URL hits over time.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2009/08/webmonactivitylog904.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/08/webmonactivitylog904.png','',event,300,75)"><img style="margin: 0px; display: inline; border-width: 0px;" title="GFI WebMonitor" src="http://4sysops.com/wp-content/uploads/2009/08/webmonactivitylog904_thumb.png" border="0" alt="GFI WebMonitor" width="604" height="452" /></a></p>
<h2><a href="http://www.gfi.com/web-monitoring-freeware">GFI WebMonitor Freeware</a></h2>
Author: External author
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/free-veeam-one-free-edition-real-time-hyper-v-and-vmware-monitoring/" title="FREE: Veeam ONE Free Edition &#8211; Real-time Hyper-V and VMware monitoring (May 3, 2012)">FREE: Veeam ONE Free Edition &#8211; Real-time Hyper-V and VMware monitoring</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-frameflow-web-based-windows-monitoring/" title="FREE: FrameFlow &#8211; Web-based Windows monitoring (April 26, 2012)">FREE: FrameFlow &#8211; Web-based Windows monitoring</a> (1)</li>
	<li><a href="http://4sysops.com/archives/raffle-pa-server-monitor-easy-windows-server-monitoring/" title="Raffle: PA Server Monitor &#8211; Easy Windows server monitoring (April 4, 2012)">Raffle: PA Server Monitor &#8211; Easy Windows server monitoring</a> (0)</li>
	<li><a href="http://4sysops.com/archives/poll-are-you-currently-using-a-monitoring-solution/" title="Poll: Are you currently using a monitoring solution? (January 17, 2012)">Poll: Are you currently using a monitoring solution?</a> (12)</li>
	<li><a href="http://4sysops.com/archives/scom-2012-review-part-8-dashboards/" title="SCOM 2012 review &#8211; Part 8: Dashboards (December 28, 2011)">SCOM 2012 review &#8211; Part 8: Dashboards</a> (0)</li>
&#8230;</ul>]]></description>
			<content:encoded><![CDATA[<p><em>Submitted by Edward Lansink</em><em> &#8211; Blog: <a href="http://www.gfi.com/blog">GFI Tech blog</a>
</em>
<a href="http://www.gfi.com/web-monitoring-freeware">GFI WebMonitor Freeware</a> is a freeware web filtering and web security solution for ISA Server, ideal for SMBs. It lets administrators monitor what websites users are currently browsing and what files are being downloaded in real-time. Through user and site bandwidth monitoring features, the administrator has the ability to track download and upload traffic and the number of URL hits over time.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2009/08/webmonactivitylog904.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/08/webmonactivitylog904.png','',event,300,75)"><img style="margin: 0px; display: inline; border-width: 0px;" title="GFI WebMonitor" src="http://4sysops.com/wp-content/uploads/2009/08/webmonactivitylog904_thumb.png" border="0" alt="GFI WebMonitor" width="604" height="452" /></a></p>
<h2><a href="http://www.gfi.com/web-monitoring-freeware">GFI WebMonitor Freeware</a></h2>
Author: External author
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/free-veeam-one-free-edition-real-time-hyper-v-and-vmware-monitoring/" title="FREE: Veeam ONE Free Edition &#8211; Real-time Hyper-V and VMware monitoring (May 3, 2012)">FREE: Veeam ONE Free Edition &#8211; Real-time Hyper-V and VMware monitoring</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-frameflow-web-based-windows-monitoring/" title="FREE: FrameFlow &#8211; Web-based Windows monitoring (April 26, 2012)">FREE: FrameFlow &#8211; Web-based Windows monitoring</a> (1)</li>
	<li><a href="http://4sysops.com/archives/raffle-pa-server-monitor-easy-windows-server-monitoring/" title="Raffle: PA Server Monitor &#8211; Easy Windows server monitoring (April 4, 2012)">Raffle: PA Server Monitor &#8211; Easy Windows server monitoring</a> (0)</li>
	<li><a href="http://4sysops.com/archives/poll-are-you-currently-using-a-monitoring-solution/" title="Poll: Are you currently using a monitoring solution? (January 17, 2012)">Poll: Are you currently using a monitoring solution?</a> (12)</li>
	<li><a href="http://4sysops.com/archives/scom-2012-review-part-8-dashboards/" title="SCOM 2012 review &#8211; Part 8: Dashboards (December 28, 2011)">SCOM 2012 review &#8211; Part 8: Dashboards</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/free-gfi-webmonitor-web-filtering-for-isa-server/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The myth about the standard user in Windows Vista and Windows 7</title>
		<link>http://4sysops.com/archives/the-myth-about-the-standard-user-in-windows-vista-and-windows-7/</link>
		<comments>http://4sysops.com/archives/the-myth-about-the-standard-user-in-windows-vista-and-windows-7/#comments</comments>
		<pubDate>Tue, 19 May 2009 19:40:05 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[uac]]></category>
		<category><![CDATA[vista security]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=2852</guid>
		<description><![CDATA[<p>Last week, I discussed some popular <a href="http://4sysops.com/archives/the-myths-about-so-called-hidden-built-in-administrator-account-in-windows-vista-and-windows-7/">myths about the built-in Administrator account</a>. Today, I will talk about a related myth. This myth isn&#8217;t spread by secret revealers, Microsoft&#8217;s marketing is the origin of this rumor. It is about this big change that UAC (User Account Control) supposedly brought to the Windows world. Security expert have always criticized that in Windows end users usually are logged on as administrators. This is very different to the UNIX world where even system administrators log on as root only every now and then. It appears that in Windows Vista everything is different because the default user type is now the standard user.</p>
<p>Darren Canavor, a Microsoft program manager <a href="http://blogs.msdn.com/uac/archive/2006/08/27/727741.aspx">wrote</a> almost three years ago about Vista:</p>
<blockquote><p>In Windows Vista we made numerous changes to our user account model. Standard users are now the default user type for new accounts created after initial setup.</p></blockquote>
<p>Is this really true? I seriously doubt that.</p>
<p>First of all, &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Last week, I discussed some popular <a href="http://4sysops.com/archives/the-myths-about-so-called-hidden-built-in-administrator-account-in-windows-vista-and-windows-7/">myths about the built-in Administrator account</a>. Today, I will talk about a related myth. This myth isn&#8217;t spread by secret revealers, Microsoft&#8217;s marketing is the origin of this rumor. It is about this big change that UAC (User Account Control) supposedly brought to the Windows world. Security expert have always criticized that in Windows end users usually are logged on as administrators. This is very different to the UNIX world where even system administrators log on as root only every now and then. It appears that in Windows Vista everything is different because the default user type is now the standard user.</p>
<p>Darren Canavor, a Microsoft program manager <a href="http://blogs.msdn.com/uac/archive/2006/08/27/727741.aspx">wrote</a> almost three years ago about Vista:</p>
<blockquote><p>In Windows Vista we made numerous changes to our user account model. Standard users are now the default user type for new accounts created after initial setup.</p></blockquote>
<p>Is this really true? I seriously doubt that.</p>
<p>First of all, the first account that is created when Vista is installed is a <strong>member of the administrators group</strong>. Most home users who bought computers with Vista pre-installed use this account. Therefore, the majority of all Windows users still have administrator privileges more or less in the same sense as with Windows 95 or MS DOS.</p>
<p>You might object that <strong>Vista&#8217;s UAC</strong> makes sure that administrators run with limited privileges by default. Whenever a Vista administrator launches an application it runs only with standard user privileges (medium integrity level). This is true and certainly a good thing. However, this doesn&#8217;t change the fact that most end users still work with administrator privileges on their Windows machine. All they have to do is to confirm a UAC prompt and everything is just like in the good old Windows 95 days.</p>
<p>There are new <a href="http://news.softpedia.com/news/Vista-SP1-Infection-Rate-60-6-Less-than-that-of-XP-SP3-108987.shtml">reports</a> that the <strong>infection rate</strong> of Windows Vista is much lower than that of Windows XP. This might partly be attributed to UAC. However, the interesting questions is whether the UAC prompts helped to prevent infections? I believe that the UAC was never really designed to prevent infections with warning dialogs because most users are trained to confirm all kinds of popups anyway.</p>
<p>It is no secret that Microsoft&#8217;s main <strong>reason of introducing UAC</strong> was to force developers to program applications that only require standard user rights. No software vendor can afford to annoy customers with constant prompts. Now that the UAC is established we will see far less UAC prompts than after Vista&#8217;s release.</p>
<p>Moreover, the fact that <strong>Windows 7</strong> by default will only issue a UAC dialog whenever a program tries to make changes to the system, but not if the user changes Windows settings, will further reduce the number of UAC prompts. So everything is perfect now? No more nagging UAC and still a secure Windows? I don&#8217;t think so. In my opinion, the <a href="http://4sysops.com/archives/windows-7-rc-uac-security-vulnerability-auto-elevation/">silent elevation security hole in Windows 7</a> shows that the whole UAC concept is flawed.</p>
<p><strong>The real problem</strong> is that most home users and also many end users in corporate environments are still administrators on their machines. This hasn&#8217;t changed with the introduction of UAC. It is the main reason why the number of Windows computers that are part of a botnet is increasing steadily. The guys behind these botnets are a lot smarter than those script kiddies who just use virus kits to create the next killer worm. These infected machines most likely don&#8217;t appear in Microsoft&#8217;s statistics because the botnet creators don&#8217;t just want attention like the script kiddies. Thus, they do everything not to be detected, in particular they don&#8217;t damage computers like old-fashioned computer viruses. I seriously doubt that UAC or similar technologies is an effective remedy against the rising threat of rootkits and botnets.</p>
<p><strong>What has to be changed</strong> is that end users need to not be allowed to make system changes. Thanks to the Internet, this is possible. In the pre-Internet era, people went to computer shops and bought software in colorful cardboard boxes to install it at home on their computers. This is not necessary anymore. In fact, I don&#8217;t understand why software still has to be installed at all. The only reason why end users require administrator privileges on their machines is because they have to install software.</p>
<p>This is an <strong>outdated desktop model</strong>. In my view, Microsoft shouldn&#8217;t focus on gimmicks like the superbar, UAC modifications and XPMode. Instead, as the biggest software company, they should lead us into a new era where users only use computers but no longer have to administer them. Computer administration is the job of system administrators, but not of end users. New technologies such as <a href="http://4sysops.com/archives/overview-of-application-virtualization-solutions/">application virtualization</a> and <a href="http://4sysops.com/archives/silverlight-10-released-is-this-the-end-for-web-applications/">rich internet applications</a> made this possible. Microsoft only has to fully embrace these new technologies instead of fiddling around with an outdated desktop model. But please don’t get me wrong. I am not saying that the future belongs to web apps. <a href="http://4sysops.com/archives/why-i-am-a-fat-pc/">I am still a fat PC</a>.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/saved-internet-explorer-passwords/" title="Saved Internet Explorer passwords (June 4, 2010)">Saved Internet Explorer passwords</a> (1)</li>
	<li><a href="http://4sysops.com/archives/free-gfi-webmonitor-web-filtering-for-isa-server/" title="FREE: GFI WebMonitor &#8211; Web filtering for ISA Server (August 25, 2009)">FREE: GFI WebMonitor &#8211; Web filtering for ISA Server</a> (3)</li>
	<li><a href="http://4sysops.com/archives/thoughts-about-user-account-controls-uac-primary-design-goal/" title="Thoughts about User Account Control&#8217;s (UAC) primary design goal (June 18, 2009)">Thoughts about User Account Control&#8217;s (UAC) primary design goal</a> (4)</li>
	<li><a href="http://4sysops.com/archives/windows-7-rc-uac-security-vulnerability-auto-elevation/" title="Windows 7 RC UAC security vulnerability: Auto elevation (May 18, 2009)">Windows 7 RC UAC security vulnerability: Auto elevation</a> (5)</li>
	<li><a href="http://4sysops.com/archives/the-myths-about-so-called-hidden-built-in-administrator-account-in-windows-vista-and-windows-7/" title="The myths about so-called hidden built-in administrator account in Windows Vista and Windows 7 (May 15, 2009)">The myths about so-called hidden built-in administrator account in Windows Vista and Windows 7</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/the-myth-about-the-standard-user-in-windows-vista-and-windows-7/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>The myths about so-called hidden built-in administrator account in Windows Vista and Windows 7</title>
		<link>http://4sysops.com/archives/the-myths-about-so-called-hidden-built-in-administrator-account-in-windows-vista-and-windows-7/</link>
		<comments>http://4sysops.com/archives/the-myths-about-so-called-hidden-built-in-administrator-account-in-windows-vista-and-windows-7/#comments</comments>
		<pubDate>Fri, 15 May 2009 19:33:05 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[uac]]></category>
		<category><![CDATA[vista security]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=2847</guid>
		<description><![CDATA[<p>Some days ago, I stumbled across an article over at <a href="http://www.windowsvistaplace.com/enable-or-disable-windows-7-administrator-account/microsoft-windows">MS Windows Vista Compatible Software</a> that explains how to enable or disable the Windows 7 built-in Administrator account. At first I thought that Microsoft must have changed something in Windows 7 with regard to the local administrator account. However, after reading the article, it became clear that everything is as is in Vista.</p>
<p>But, this is not the topic of this post. It is about the &#8220;<strong>word of caution</strong>&#8221; at the beginning of the article. Sekhy, the author of the article, warns his readers not to &#8220;tamper around&#8221; with the Administrator account. Ever since Microsoft decided to disable the built-in Administrator account in Windows Vista, there is a myth about the magical powers of the &#8220;<a href="http://www.computerworld.com/action/article.do?command=viewArticleBasic&#38;articleId=9001970">true administrator account</a>&#8221; circulating on the net. Hence, those people who don&#8217;t really know about these true powers should not dare to use the <a href="http://www.computerworld.com/action/article.do?command=viewArticleBasic&#38;articleId=9015738&#38;pageNumber=2">supersecret administrator account</a>.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2009/05/enablebuiltinadministratoraccount.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/05/enablebuiltinadministratoraccount.png','',event,300,75)"><img style="display: inline; margin: 0px 0px 0px 4px; border: 0px;" title="Enable-built-in-administrator-account" src="http://4sysops.com/wp-content/uploads/2009/05/enablebuiltinadministratoraccount-thumb.png" border="0" alt="Enable-built-in-administrator-account" width="316" height="169" align="right" /></a> There are myriads &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Some days ago, I stumbled across an article over at <a href="http://www.windowsvistaplace.com/enable-or-disable-windows-7-administrator-account/microsoft-windows">MS Windows Vista Compatible Software</a> that explains how to enable or disable the Windows 7 built-in Administrator account. At first I thought that Microsoft must have changed something in Windows 7 with regard to the local administrator account. However, after reading the article, it became clear that everything is as is in Vista.</p>
<p>But, this is not the topic of this post. It is about the &#8220;<strong>word of caution</strong>&#8221; at the beginning of the article. Sekhy, the author of the article, warns his readers not to &#8220;tamper around&#8221; with the Administrator account. Ever since Microsoft decided to disable the built-in Administrator account in Windows Vista, there is a myth about the magical powers of the &#8220;<a href="http://www.computerworld.com/action/article.do?command=viewArticleBasic&amp;articleId=9001970">true administrator account</a>&#8221; circulating on the net. Hence, those people who don&#8217;t really know about these true powers should not dare to use the <a href="http://www.computerworld.com/action/article.do?command=viewArticleBasic&amp;articleId=9015738&amp;pageNumber=2">supersecret administrator account</a>.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2009/05/enablebuiltinadministratoraccount.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/05/enablebuiltinadministratoraccount.png','',event,300,75)"><img style="display: inline; margin: 0px 0px 0px 4px; border: 0px;" title="Enable-built-in-administrator-account" src="http://4sysops.com/wp-content/uploads/2009/05/enablebuiltinadministratoraccount-thumb.png" border="0" alt="Enable-built-in-administrator-account" width="316" height="169" align="right" /></a> There are myriads of articles on the web that explain how to <strong>enable the built-in Administrator account in Windows Vista</strong>. Usually they tell you the &#8220;command line trick&#8221; (net user administrator /active: yes) which makes the whole thing look like even more of a secret, that is, knowledge only real hackers have. (You probably know this other myth that &#8220;true administrators&#8221; work on the command prompt.) Usually these articles don&#8217;t tell you that the built-in Administrator account can also just be enabled through the Local Users and Groups snap-in or simply Computer Management, just like the Guest account which is also disabled by default. What I find interesting is that I wasn&#8217;t able to find one article that also tells you what these magical, super secret, true administrator powers are.</p>
<p>Well, there are indeed a few differences between members of the administrators group and the built-in administrator account. Let&#8217;s see how powerful they really are:</p>
<h2>The built-in Administrator account and UAC (User Account Control)</h2>
<p>Approval mode for the local Administrator account is disabled by default. There is a special Group Policy setting where this behavior can be changed: &#8220;Admin Approval Mode for the Built-in Administrator account&#8221;. Running Vista in Admin Approval Mode is nothing other than running Vista with UAC enabled. Hence, this simply means that UAC is disabled by default for the built-in Administrator account.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2009/05/uacbuiltinaccount.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/05/uacbuiltinaccount.png','',event,300,75)"><img style="display: inline; margin: 0px 0px 0px 4px; border: 0px;" title="UAC-built-in-account" src="http://4sysops.com/wp-content/uploads/2009/05/uacbuiltinaccount-thumb.png" border="0" alt="UAC-built-in-account" width="316" height="186" align="right" /></a>Of course you can change these setting also for all other administrator accounts by disabling UAC through the User accounts applet in the Control Panel or by disabling the policy &#8220;<strong>Run all administrators in Admin Approval Mode</strong>&#8220;. Note that this doesn&#8217;t just <a href="http://4sysops.com/archives/why-and-how-to-disable-the-uac-elevation-prompts-secure-desktop-prompting/">disable the UAC prompts</a> like if you set the policy &#8220;<strong>Behavior of the elevation prompt for administrators in Admin Approval Mode</strong>&#8221; to &#8220;Elevate without prompting&#8221;. It <a href="http://4sysops.com/archives/should-you-disable-uac-user-account-control-in-windows-vista/">disables UAC</a> altogether, which basically means that every program an administrator launches will be elevated automatically. You can test this if you save a file with notepad in the Windows folder. If UAC is enabled you can&#8217;t do that if you didn&#8217;t elevate notepad before.</p>
<p>Thus the main difference between the built-in Administrator account and all other admins is that every program will run with elevated privileges. Since these default settings can be changed for the built-in admin account and the other administrator accounts there are no super secret powers involved here.</p>
<h2>The local Administrator account and the &#8220;run as administrator&#8221; function</h2>
<p>Another myth is that every time you launch a program with admin privileges it runs under the built-in Administrator account. I suppose Windows’ &#8220;run as administrator&#8221; function is the origin of this myth. The fact that you can use this function even if the local Administrator account is disabled should make it clear that there is no such connection between the two. You also can&#8217;t launch a program under the local Administrator account using the runas command line tool if this account is disabled. Perhaps the term &#8220;run as administrator&#8221; is a bit misleading. What this function really does is to run programs with elevated privileges or more precisely at the high <a href="http://www.securityfocus.com/infocus/1887">integrity level</a>, which can be done by every account that is a member of the Administrators group.</p>
<h2>Modifying the built-in Administrator account</h2>
<p>Another difference to other accounts is that the local Administrator account can&#8217;t be deleted. Moreover, you can&#8217;t remove this account from the built-in Administrators group. However, as noted above, it can be disabled which is the case by default. It is also possible to rename the local Administrator account.</p>
<h2>Legacy applications and the built-Administrator account</h2>
<p>There are some legacy applications that can only be installed or run using the built-in Administrator account. I haven&#8217;t encountered such an application for a while. As far as I know, this behavior has nothing to do with special capabilities of the local Administrator account; it is just a matter of bad programming. If you rename the built-in Administrator account and create a new one called &#8220;Administrator&#8221; these programs will just use this new account.</p>
<p>Basically the super powers of the Administrator account boil down to the differences with regard to the default UAC settings. As far as I know, there is nothing that can be done with the built-in Administrator account which can’t be done with a member account of the administrators group. Please, tell me if I am wrong.</p>
<p>By the way, Vista really has this super powerful account, just that it is not the built-in Administrator. It is the <a href="http://technet.microsoft.com/en-us/magazine/cc138011.aspx">TrustedInstaller</a> service (Windows Module Installer service), which can modify everything on a Vista machine, in particular system files. However, that is the topic of another story.</p>
<p>In one of my next posts, I will address a related myth, the myth about the standard user in Windows Vista.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/saved-internet-explorer-passwords/" title="Saved Internet Explorer passwords (June 4, 2010)">Saved Internet Explorer passwords</a> (1)</li>
	<li><a href="http://4sysops.com/archives/free-gfi-webmonitor-web-filtering-for-isa-server/" title="FREE: GFI WebMonitor &#8211; Web filtering for ISA Server (August 25, 2009)">FREE: GFI WebMonitor &#8211; Web filtering for ISA Server</a> (3)</li>
	<li><a href="http://4sysops.com/archives/thoughts-about-user-account-controls-uac-primary-design-goal/" title="Thoughts about User Account Control&#8217;s (UAC) primary design goal (June 18, 2009)">Thoughts about User Account Control&#8217;s (UAC) primary design goal</a> (4)</li>
	<li><a href="http://4sysops.com/archives/the-myth-about-the-standard-user-in-windows-vista-and-windows-7/" title="The myth about the standard user in Windows Vista and Windows 7 (May 19, 2009)">The myth about the standard user in Windows Vista and Windows 7</a> (10)</li>
	<li><a href="http://4sysops.com/archives/windows-7-rc-uac-security-vulnerability-auto-elevation/" title="Windows 7 RC UAC security vulnerability: Auto elevation (May 18, 2009)">Windows 7 RC UAC security vulnerability: Auto elevation</a> (5)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/the-myths-about-so-called-hidden-built-in-administrator-account-in-windows-vista-and-windows-7/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Is Vista less secure than Windows 2000? How the Vista bashing industry works</title>
		<link>http://4sysops.com/archives/is-vista-less-secure-than-windows-2000-how-the-vista-bashing-industry-works/</link>
		<comments>http://4sysops.com/archives/is-vista-less-secure-than-windows-2000-how-the-vista-bashing-industry-works/#comments</comments>
		<pubDate>Mon, 12 May 2008 19:32:17 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[vista bashing]]></category>
		<category><![CDATA[vista security]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=1284</guid>
		<description><![CDATA[<p><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" src="http://4sysops.com/wp-content/uploads/2008/05/windows2000.jpg" border="0" alt="windows2000" width="173" height="209" align="left" /> When I started reading my RSS feeds this morning, one of the first headings that caught my attention was <a href="http://vista.blorge.com/2008/05/10/microsoft-lies-about-vista-being-the-most-secure-windows-ever/">this one</a>: “Microsoft lies about Vista being the most secure Windows ever”. Since it is from a Vista blog that usually has good stuff, I clicked into it. After reading about the meaningless data that is supposed to support the claim of the heading, I just thought, okay, good job, you lured me to click on this. Very funny, really! Then I moved ahead and was quite surprised how many news sites took the same bait. So my second thought was that I am missing something here.</p>
<p>So what is behind all this? The source of this new Vista bashing campaign is Simon Clausen, CEO of PC Tools, a security vendor. This is how <a href="http://www.informationweek.com/news/windows/operatingsystems/showArticle.jhtml?articleID=207601217">InformationWeek</a> cites him:</p>
<blockquote><p>Ironically, the new operating system has been hailed by Microsoft as the most secure version of Windows to date. However, recent research conducted </p>&#8230;</blockquote>]]></description>
			<content:encoded><![CDATA[<p><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" src="http://4sysops.com/wp-content/uploads/2008/05/windows2000.jpg" border="0" alt="windows2000" width="173" height="209" align="left" /> When I started reading my RSS feeds this morning, one of the first headings that caught my attention was <a href="http://vista.blorge.com/2008/05/10/microsoft-lies-about-vista-being-the-most-secure-windows-ever/">this one</a>: “Microsoft lies about Vista being the most secure Windows ever”. Since it is from a Vista blog that usually has good stuff, I clicked into it. After reading about the meaningless data that is supposed to support the claim of the heading, I just thought, okay, good job, you lured me to click on this. Very funny, really! Then I moved ahead and was quite surprised how many news sites took the same bait. So my second thought was that I am missing something here.</p>
<p>So what is behind all this? The source of this new Vista bashing campaign is Simon Clausen, CEO of PC Tools, a security vendor. This is how <a href="http://www.informationweek.com/news/windows/operatingsystems/showArticle.jhtml?articleID=207601217">InformationWeek</a> cites him:</p>
<blockquote><p>Ironically, the new operating system has been hailed by Microsoft as the most secure version of Windows to date. However, recent research conducted with statistics from over 1.4 million computers within the ThreatFire community has shown that Windows Vista is more susceptible to malware than the eight year old Windows 2000 operating system, and only 37% more secure than Windows XP.</p></blockquote>
<p>If you are an IT pro, you probably already <strong>smell a rat</strong>. If a security vendor claims that a new Windows version is not really as secure as Microsoft wants us to us believe, then something fishy might be going on. But if this were the only thing one could say about this case, I wouldn’t have started writing this blog post.</p>
<p>What I find interesting is how many <strong>news sites</strong> pounced on this story without even taking the time to read the data provided by PC Tools. Everyone who knows a little about computers should be taken aback if such “evidence” is provided:</p>
<blockquote><p>Vista let 639 threats per thousand computers through, compared with 586 for Windows 2000, 478 for Windows 2003, and 1,021 for Windows XP.</p></blockquote>
<p>Later the author makes it even more clear what this data implies:</p>
<blockquote><p>Given an infection rate of 639 per 1,000 PCs, almost 64% of Vista users should have compromised machines.</p></blockquote>
<p><strong>64% of all Vista machines are infected???</strong> I am pretty sure that mine is clean which means that it is quite likely that yours is running some malware while you read those lines. Well, I read quite a few articles on different news sites about this topic and none of them really questioned this data. A Techworld <a href="http://www.techworld.com/security/news/index.cfm?newsid=101456">article</a> made it even worse by mixing up infections with vulnerabilities which probably comes from the fact that a Microsoft spokesman was not able to keep these terms apart.</p>
<p>I am not sure if it even makes sense to try <strong>explaining this implausible data</strong>. But it could be that these numbers are not at all about infections, but about the alarms ThreatFire triggered. Since this software uses heuristics instead of signatures, most of those alarms are probably false positives. If that is the case, then you could as well measure the number of UAC prompts to gather data about the threats your computer is exposed to. Agreed, Vista’s UAC uses very crude heuristics to determine possible threats, but according to Clausen’s data, ThreatFire seems not to be that smarter.</p>
<p>The fact that <strong>Windows 2000</strong> triggered fewer alarms than Vista is easily explained. Typical Windows 2000 users just launch their Word 6.0 every day and their browser once a week. The last time they installed software was when their grandchild came to see them and insisted on trying a new fabulous game which probably didn’t work on this outdated machine, anyway. Thus, the ThreatFire heuristics had fewer chances to trigger false alarms.</p>
<p>It didn’t surprise me either that <strong>Windows XP</strong> came off only third in this questionable contest. XP lacks so many features that their users are busy all day downloading and installing all those tools and features that Vista already has. Okay, that was a joke. <img src='http://4sysops.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  I just thought some XP bashing would be nice, too. I leave it to you to find a better explanation.</p>
<p>So this is how <strong>rumors</strong> come into being. I am pretty sure that many readers of these articles really believe now that Vista is more vulnerable to malware than Windows 2000. I think, this is a classic example how easy it is to convince people of something they really want to believe. And that’s why the <a href="http://4sysops.com/archives/vista-bashing-why-is-it-so-popluar/">Vista bashing</a> industry is so successful.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/saved-internet-explorer-passwords/" title="Saved Internet Explorer passwords (June 4, 2010)">Saved Internet Explorer passwords</a> (1)</li>
	<li><a href="http://4sysops.com/archives/well-known-windows-basher-randall-c-kennedy-unmasked-dont-always-take-objective-reports-as-real/" title="Well-known Windows basher Randall C. Kennedy unmasked &#8211; Don&#8217;t always take &#8220;objective&#8221; reports as real (February 22, 2010)">Well-known Windows basher Randall C. Kennedy unmasked &#8211; Don&#8217;t always take &#8220;objective&#8221; reports as real</a> (13)</li>
	<li><a href="http://4sysops.com/archives/how-4sysops-readers-like-windows-vista/" title="How 4sysops readers like Windows Vista and Windows 7 (September 30, 2009)">How 4sysops readers like Windows Vista and Windows 7</a> (8)</li>
	<li><a href="http://4sysops.com/archives/seven-reasons-why-it-pros-who-skipped-vista-should-regret-it-now/" title="Seven reasons why IT Pros who skipped Vista should regret it now (September 24, 2009)">Seven reasons why IT Pros who skipped Vista should regret it now</a> (21)</li>
	<li><a href="http://4sysops.com/archives/free-gfi-webmonitor-web-filtering-for-isa-server/" title="FREE: GFI WebMonitor &#8211; Web filtering for ISA Server (August 25, 2009)">FREE: GFI WebMonitor &#8211; Web filtering for ISA Server</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/is-vista-less-secure-than-windows-2000-how-the-vista-bashing-industry-works/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Windows XP vs. Windows Vista &#8211; Security</title>
		<link>http://4sysops.com/archives/windows-xp-vs-windows-vista-security/</link>
		<comments>http://4sysops.com/archives/windows-xp-vs-windows-vista-security/#comments</comments>
		<pubDate>Thu, 08 May 2008 18:50:17 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[vista security]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=1279</guid>
		<description><![CDATA[<p>I have been asked to write an article about the Windows Vista vs. XP issue for the German magazine Computerwoche. They <a href="http://www.computerwoche.de/knowledge_center/software_infrastruktur/1859019/index.html">translated</a> an InfoWorld <a href="http://www.infoworld.com/article/08/03/17/12TC-vista-versus-xp_1.html">article</a> by Randall C. Kennedy which is one of the best Vista bashing articles I&#8217;ve read so far. After reading it, I was attracted by the challenge to defend the Vista pro stance. I agree with some of Kennedy’s views, but quite a few of his claims distort the real picture, in my view.</p>
<p>His article addresses eight fields: Security, Manageability, Reliability, Usability, Performance, Hardware compatibility, Microsoft software compatibility, Third-party software compatibility, Developer tools support, and Future-proofing. Today, I will only cover the security aspect. In future posts I will blog about the other fields. Not all of them deserve a single post though.</p>
<p><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" src="http://4sysops.com/wp-content/uploads/2008/05/windows-xp-logo.jpg" border="0" alt="windows_xp_logo" width="160" height="117" align="left" /> <img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" src="http://4sysops.com/wp-content/uploads/2008/05/windows-vista-logo.jpg" border="0" alt="windows_vista_logo" width="137" height="100" align="right" />I will always summarize Kennedy’s main arguments in italics before my reply. However, I encourage you to read the original article. Please, let me know if you believe that I missed something &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>I have been asked to write an article about the Windows Vista vs. XP issue for the German magazine Computerwoche. They <a href="http://www.computerwoche.de/knowledge_center/software_infrastruktur/1859019/index.html">translated</a> an InfoWorld <a href="http://www.infoworld.com/article/08/03/17/12TC-vista-versus-xp_1.html">article</a> by Randall C. Kennedy which is one of the best Vista bashing articles I&#8217;ve read so far. After reading it, I was attracted by the challenge to defend the Vista pro stance. I agree with some of Kennedy’s views, but quite a few of his claims distort the real picture, in my view.</p>
<p>His article addresses eight fields: Security, Manageability, Reliability, Usability, Performance, Hardware compatibility, Microsoft software compatibility, Third-party software compatibility, Developer tools support, and Future-proofing. Today, I will only cover the security aspect. In future posts I will blog about the other fields. Not all of them deserve a single post though.</p>
<p><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" src="http://4sysops.com/wp-content/uploads/2008/05/windows-xp-logo.jpg" border="0" alt="windows_xp_logo" width="160" height="117" align="left" /> <img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" src="http://4sysops.com/wp-content/uploads/2008/05/windows-vista-logo.jpg" border="0" alt="windows_vista_logo" width="137" height="100" align="right" />I will always summarize Kennedy’s main arguments in italics before my reply. However, I encourage you to read the original article. Please, let me know if you believe that I missed something or if you think that I didn’t get the main point of his argument.</p>
<p><em>UAC is annoying and doesn’t really improve security in a corporate environment because there are ways to circumvent UAC, and domain users usually don’t have admin privileges, anyway. </em></p>
<p>I agree that UAC prompts are annoying and I explained in detail why I believe that these prompts <a href="http://4sysops.com/archives/why-and-how-to-disable-the-uac-elevation-prompts-secure-desktop-prompting/">might even decrease security</a> a while back. However, UAC improves security even if you <a href="http://4sysops.com/archives/why-and-how-to-disable-the-uac-elevation-prompts-secure-desktop-prompting/">turn off the prompts</a>. The fact that UAC can be circumvented under certain conditions is no argument against UAC. This is true for every security mechanism. When it comes to security, the only interesting question is if a certain feature raises the bar for certain attacks and this certainly applies to UAC.</p>
<p>I covered some of the <a href="http://4sysops.com/archives/should-you-disable-uac-user-account-control-in-windows-vista/">benefits of UAC</a> in another article, so I won’t repeat them here in detail. The main benefits are a lower risk for so-called shatter attacks, virtualization techniques for legacy apps requiring admin privileges, and the ability to give temporary admin rights to standard users.</p>
<p>It might also be true that in most corporate environments, distinguishing standard users from administrators is already common practice since the times of the good old Windows NT. But the main point about UAC is that developers programming for the consumer market are forced now to make this distinction which will improve the overall security of the whole Internet. We will all benefit from this development. It is correct to criticize the way UAC was implemented, but Microsoft definitely made a step into the right direction.</p>
<p><em>The other security-related features such as the updated firewall or Address Space Layout Randomization, are nice, but not compelling because we have other security measures like hardware firewalls and third-party software that take care of security. </em></p>
<p>I must admit that I am not sure if I really understand this argument because it seems to be quite far-fetched for me. You don’t have to be a security expert to know that the essence of any security strategy is to have as many lines of defense as possible. Every new security features is welcome as long as its costs for productivity aren’t too high.</p>
<p>But when it comes to Vista’s improved security it is not UAC or the other new security features that are most important, but the fact that Vista is Microsoft’s first operating system where security was a primary concern. This means that developers were urged to always have security in mind with every line of code they write. The fact that there were <a href="http://blogs.technet.com/mbullock/archive/2008/04/16/vista-vulnerability-report-published-for-year-1.aspx">far less security-related updates</a> for Vista than for XP proves this point.</p>
<p>This does not only reduce the costs for patch management, it also shows that Vista is simply much more secure than XP. Microsoft has been slapped by journalists all over the years for their lax attitude towards security. There is no doubt about it that this criticism was justified. For the first time they really valued security over other features only to hear now that we have third-party security software anyway.</p>
<p>What is your view? Does Vista improve security or not? Is XP secure enough? What are your favorite security-related Vista features? In my next post I will address manageability. Stay tuned!</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/saved-internet-explorer-passwords/" title="Saved Internet Explorer passwords (June 4, 2010)">Saved Internet Explorer passwords</a> (1)</li>
	<li><a href="http://4sysops.com/archives/free-gfi-webmonitor-web-filtering-for-isa-server/" title="FREE: GFI WebMonitor &#8211; Web filtering for ISA Server (August 25, 2009)">FREE: GFI WebMonitor &#8211; Web filtering for ISA Server</a> (3)</li>
	<li><a href="http://4sysops.com/archives/the-myth-about-the-standard-user-in-windows-vista-and-windows-7/" title="The myth about the standard user in Windows Vista and Windows 7 (May 19, 2009)">The myth about the standard user in Windows Vista and Windows 7</a> (10)</li>
	<li><a href="http://4sysops.com/archives/the-myths-about-so-called-hidden-built-in-administrator-account-in-windows-vista-and-windows-7/" title="The myths about so-called hidden built-in administrator account in Windows Vista and Windows 7 (May 15, 2009)">The myths about so-called hidden built-in administrator account in Windows Vista and Windows 7</a> (3)</li>
	<li><a href="http://4sysops.com/archives/is-vista-less-secure-than-windows-2000-how-the-vista-bashing-industry-works/" title="Is Vista less secure than Windows 2000? How the Vista bashing industry works (May 12, 2008)">Is Vista less secure than Windows 2000? How the Vista bashing industry works</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/windows-xp-vs-windows-vista-security/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<series:name><![CDATA[Windows Vista vs. Windows XP]]></series:name>
	</item>
		<item>
		<title>FREE: SuRun &#8211; Run programs with local admin right</title>
		<link>http://4sysops.com/archives/surun-run-programs-with-local-amdin-rights/</link>
		<comments>http://4sysops.com/archives/surun-run-programs-with-local-amdin-rights/#comments</comments>
		<pubDate>Thu, 06 Mar 2008 20:56:02 +0000</pubDate>
		<dc:creator>External author</dc:creator>
				<category><![CDATA[Free Tools]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[vista security]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/surun-run-programs-with-local-amdin-rights/</guid>
		<description><![CDATA[<p><em>Submitted by Jeff Botts</em></p>
<p>(The website is in German but has a translation link at the top.)</p>
<p>This is a great tool allowing users with standard rights to run programs with local admin privileges.  It is based on SuDown and integrated in the Windows shell. Just right click on the icon of the program you want to run as admin and the context menu will give you the option to &#8220;Start as Administrator&#8221;.  The current stable version doesn&#8217;t support global groups, so it won&#8217;t work on computers in a Windows domain.  There is a beta that the developer put out on 02/24/2008 that is very stable and it works with global groups, too.</p>
<p>See about the new features of the latest release in the <a href="http://4sysops.com/archives/surun-run-programs-with-local-amdin-rights/#comment-100115">comments </a>below.</p>
<h2><a href="http://kay-bruns.de/wp/software/surun/">SuRun</a></h2>
Author: External author
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/free-phonefactor-mobile-phone-based-two-factor-authentication/" title="FREE: PhoneFactor &#8211; Mobile phone based two-factor authentication (January 16, 2012)">FREE: PhoneFactor &#8211; Mobile phone based two-factor authentication</a> (1)</li>
	<li><a href="http://4sysops.com/archives/how-to-disable-usb-drive-use-in-an-active-directory-domain/" title="How to disable USB drive use in an Active Directory domain (January 2, 2012)">How to disable USB drive use in an Active Directory domain</a> (2)</li>
	<li><a href="http://4sysops.com/archives/service-account-best-practices-part-2-least-privilege-implementation/" title="Service Account best practices &#8211; Part 2: Least Privilege implementation (December 30, 2011)">Service </a></li>&#8230;</ul>]]></description>
			<content:encoded><![CDATA[<p><em>Submitted by Jeff Botts</em></p>
<p>(The website is in German but has a translation link at the top.)</p>
<p>This is a great tool allowing users with standard rights to run programs with local admin privileges.  It is based on SuDown and integrated in the Windows shell. Just right click on the icon of the program you want to run as admin and the context menu will give you the option to &#8220;Start as Administrator&#8221;.  The current stable version doesn&#8217;t support global groups, so it won&#8217;t work on computers in a Windows domain.  There is a beta that the developer put out on 02/24/2008 that is very stable and it works with global groups, too.</p>
<p>See about the new features of the latest release in the <a href="http://4sysops.com/archives/surun-run-programs-with-local-amdin-rights/#comment-100115">comments </a>below.</p>
<h2><a href="http://kay-bruns.de/wp/software/surun/">SuRun</a></h2>
Author: External author
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/free-phonefactor-mobile-phone-based-two-factor-authentication/" title="FREE: PhoneFactor &#8211; Mobile phone based two-factor authentication (January 16, 2012)">FREE: PhoneFactor &#8211; Mobile phone based two-factor authentication</a> (1)</li>
	<li><a href="http://4sysops.com/archives/how-to-disable-usb-drive-use-in-an-active-directory-domain/" title="How to disable USB drive use in an Active Directory domain (January 2, 2012)">How to disable USB drive use in an Active Directory domain</a> (2)</li>
	<li><a href="http://4sysops.com/archives/service-account-best-practices-part-2-least-privilege-implementation/" title="Service Account best practices &#8211; Part 2: Least Privilege implementation (December 30, 2011)">Service Account best practices &#8211; Part 2: Least Privilege implementation</a> (0)</li>
	<li><a href="http://4sysops.com/archives/four-fast-ways-to-improve-security-in-sql-server-2008-r2/" title="Four fast ways to improve security in SQL Server 2008 R2 (November 22, 2011)">Four fast ways to improve security in SQL Server 2008 R2</a> (12)</li>
	<li><a href="http://4sysops.com/archives/managed-service-accounts-in-windows-server-2008-r2/" title="Managed Service Accounts in Windows Server 2008 R2 (November 18, 2011)">Managed Service Accounts in Windows Server 2008 R2</a> (7)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/surun-run-programs-with-local-amdin-rights/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Is Windows (XP and Vista) five times as secure as Mac OS X?</title>
		<link>http://4sysops.com/archives/is-windows-xp-and-vista-five-times-as-secure-as-mac-os-x/</link>
		<comments>http://4sysops.com/archives/is-windows-xp-and-vista-five-times-as-secure-as-mac-os-x/#comments</comments>
		<pubDate>Wed, 26 Dec 2007 16:24:41 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[vista security]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/is-windows-xp-and-vista-five-times-as-secure-as-mac-os-x/</guid>
		<description><![CDATA[<p>Larry Dignan from ZDNet compared the <a href="http://blogs.zdnet.com/security/?p=758">vulnerabilities of Mac OS X with Windows XP and Windows Vista in 2007</a>. The results are devastating for Apple. According to Dignan, Mac OS X had five times more vulnerabilities than Windows (XP+Vista). It is even more surprising that OS X had 234 highly critical vulnerabilities whereas Windows had only 23. <strong>So, does this mean that Windows is five times as secure as Mac OS X?</strong> I&#8217;d say no.</p>
<p>Here are the numbers:</p>
<table style="border-collapse: collapse" align="center" border="1">
<tr>
<td colspan="5" style="border: 0.75pt outset ; padding: 5px" valign="middle"><strong>Windows XP, Vista, and Mac OS X vulnerability stats for 2007</strong></td>
</tr>
<tr>
<td style="border-style: none outset outset; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt; padding: 5px" valign="middle">&#160;</td>
<td style="border-style: none outset outset none; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt medium; padding: 5px" valign="middle"><strong>XP</strong></td>
<td style="border-style: none outset outset none; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt medium; padding: 5px" valign="middle"><strong>Vista</strong></td>
<td style="border-style: none outset outset none; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt medium; padding: 5px" valign="middle"><strong>XP + Vista</strong></td>
<td style="border-style: none outset outset none; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt medium; padding: 5px" valign="middle"><strong>Mac OS X</strong></td>
</tr>
<tr>
<td style="border-style: none outset outset; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt; padding: 5px" valign="middle">Total extremely critical</td>
<td style="border-style: none outset outset none; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt medium; padding: 5px" valign="middle">3</td>
<td style="border-style: none outset outset none; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt medium; padding: 5px" valign="middle">1</td>
<td style="border-style: none outset outset none; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt medium; padding: 5px" valign="middle">4</td>
<td style="border-style: none outset outset none; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt medium; padding: 5px" valign="middle">0</td>
</tr>
<tr>
<td style="border-style: none outset outset; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt; padding: 5px" valign="middle">Total highly critical</td>
<td style="border-style: none outset outset none; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt medium; padding: 5px" valign="middle">19</td>
<td style="border-style: none outset outset none; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt medium; padding: 5px" valign="middle">12</td>
<td style="border-style: none outset outset none; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt medium; padding: 5px" valign="middle">23</td>
<td style="border-style: none outset outset none; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt medium; padding: 5px" valign="middle">234</td>
</tr>
<tr>
<td style="border-style: none outset outset; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt; padding: 5px" valign="middle">Total moderately critical</td>
<td style="border-style: none outset outset none; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt medium; padding: 5px" valign="middle">2</td>
<td style="border-style: none outset outset none; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt medium; padding: 5px" valign="middle">1</td>
<td style="border-style: none outset outset none; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt medium; padding: 5px" valign="middle">3</td>
<td style="border-style: none outset outset none; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt medium; padding: 5px" valign="middle">2</td>
</tr>
<tr>
<td style="border-style: none outset outset; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt; padding: 5px" valign="middle">Total less critical</td>
<td style="border-style: none outset outset none; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt medium; padding: 5px" valign="middle">3</td>
<td style="border-style: none outset outset none; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt medium; padding: 5px" valign="middle">1</td>
<td style="border-style: none outset outset none; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt medium; padding: 5px" valign="middle">4</td>
<td style="border-style: none outset outset none; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt medium; padding: 5px" valign="middle">7</td>
</tr>
<tr>
<td style="border-style: none outset outset; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt; padding: 5px" valign="middle"><strong>Total flaws</strong></td>
<td style="border-style: none outset outset none; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt medium; padding: 5px" valign="middle"><strong>34</strong></td>
<td style="border-style: none outset outset none; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt medium; padding: 5px" valign="middle"><strong>20</strong></td>
<td style="border-style: none outset outset none; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt medium; padding: 5px" valign="middle"><strong>44</strong></td>
<td style="border-style: none outset outset none; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt medium; padding: 5px" valign="middle"><strong>243</strong></td>
</tr>
<tr>
<td style="border-style: none outset outset; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt; padding: 5px" valign="middle"><strong>Average flaws per month</strong></td>
<td style="border-style: none outset outset none; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt medium; padding: 5px" valign="middle"><strong>2.83</strong></td>
<td style="border-style: none outset outset none; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt medium; padding: 5px" valign="middle"><strong>1.67</strong></td>
<td style="border-style: none outset outset none; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt medium; padding: 5px" valign="middle"><strong>3.67</strong></td>
<td style="border-style: none outset outset none; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt medium; padding: 5px" valign="middle"><strong>20.25</strong></td>
</tr>
</table>
<p>I am not referring to the fact that Windows had 4 <strong>extremely critical flaws</strong> and Mac OS X &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Larry Dignan from ZDNet compared the <a href="http://blogs.zdnet.com/security/?p=758">vulnerabilities of Mac OS X with Windows XP and Windows Vista in 2007</a>. The results are devastating for Apple. According to Dignan, Mac OS X had five times more vulnerabilities than Windows (XP+Vista). It is even more surprising that OS X had 234 highly critical vulnerabilities whereas Windows had only 23. <strong>So, does this mean that Windows is five times as secure as Mac OS X?</strong> I&#8217;d say no.</p>
<p>Here are the numbers:</p>
<table style="border-collapse: collapse" align="center" border="1">
<tr>
<td colspan="5" style="border: 0.75pt outset ; padding: 5px" valign="middle"><strong>Windows XP, Vista, and Mac OS X vulnerability stats for 2007</strong></td>
</tr>
<tr>
<td style="border-style: none outset outset; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt; padding: 5px" valign="middle">&nbsp;</td>
<td style="border-style: none outset outset none; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt medium; padding: 5px" valign="middle"><strong>XP</strong></td>
<td style="border-style: none outset outset none; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt medium; padding: 5px" valign="middle"><strong>Vista</strong></td>
<td style="border-style: none outset outset none; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt medium; padding: 5px" valign="middle"><strong>XP + Vista</strong></td>
<td style="border-style: none outset outset none; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt medium; padding: 5px" valign="middle"><strong>Mac OS X</strong></td>
</tr>
<tr>
<td style="border-style: none outset outset; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt; padding: 5px" valign="middle">Total extremely critical</td>
<td style="border-style: none outset outset none; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt medium; padding: 5px" valign="middle">3</td>
<td style="border-style: none outset outset none; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt medium; padding: 5px" valign="middle">1</td>
<td style="border-style: none outset outset none; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt medium; padding: 5px" valign="middle">4</td>
<td style="border-style: none outset outset none; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt medium; padding: 5px" valign="middle">0</td>
</tr>
<tr>
<td style="border-style: none outset outset; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt; padding: 5px" valign="middle">Total highly critical</td>
<td style="border-style: none outset outset none; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt medium; padding: 5px" valign="middle">19</td>
<td style="border-style: none outset outset none; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt medium; padding: 5px" valign="middle">12</td>
<td style="border-style: none outset outset none; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt medium; padding: 5px" valign="middle">23</td>
<td style="border-style: none outset outset none; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt medium; padding: 5px" valign="middle">234</td>
</tr>
<tr>
<td style="border-style: none outset outset; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt; padding: 5px" valign="middle">Total moderately critical</td>
<td style="border-style: none outset outset none; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt medium; padding: 5px" valign="middle">2</td>
<td style="border-style: none outset outset none; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt medium; padding: 5px" valign="middle">1</td>
<td style="border-style: none outset outset none; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt medium; padding: 5px" valign="middle">3</td>
<td style="border-style: none outset outset none; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt medium; padding: 5px" valign="middle">2</td>
</tr>
<tr>
<td style="border-style: none outset outset; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt; padding: 5px" valign="middle">Total less critical</td>
<td style="border-style: none outset outset none; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt medium; padding: 5px" valign="middle">3</td>
<td style="border-style: none outset outset none; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt medium; padding: 5px" valign="middle">1</td>
<td style="border-style: none outset outset none; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt medium; padding: 5px" valign="middle">4</td>
<td style="border-style: none outset outset none; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt medium; padding: 5px" valign="middle">7</td>
</tr>
<tr>
<td style="border-style: none outset outset; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt; padding: 5px" valign="middle"><strong>Total flaws</strong></td>
<td style="border-style: none outset outset none; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt medium; padding: 5px" valign="middle"><strong>34</strong></td>
<td style="border-style: none outset outset none; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt medium; padding: 5px" valign="middle"><strong>20</strong></td>
<td style="border-style: none outset outset none; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt medium; padding: 5px" valign="middle"><strong>44</strong></td>
<td style="border-style: none outset outset none; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt medium; padding: 5px" valign="middle"><strong>243</strong></td>
</tr>
<tr>
<td style="border-style: none outset outset; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt; padding: 5px" valign="middle"><strong>Average flaws per month</strong></td>
<td style="border-style: none outset outset none; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt medium; padding: 5px" valign="middle"><strong>2.83</strong></td>
<td style="border-style: none outset outset none; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt medium; padding: 5px" valign="middle"><strong>1.67</strong></td>
<td style="border-style: none outset outset none; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt medium; padding: 5px" valign="middle"><strong>3.67</strong></td>
<td style="border-style: none outset outset none; border-color: -moz-use-text-color; border-width: medium 0.75pt 0.75pt medium; padding: 5px" valign="middle"><strong>20.25</strong></td>
</tr>
</table>
<p>I am not referring to the fact that Windows had 4 <strong>extremely critical flaws</strong> and Mac OS X had none in this category. <strong>In my opinion such statistics do not say much about security.</strong> There were similar statistics about Internet Explorer 6 some time ago. Every week or so, a new serious vulnerability was found. People usually inferred that using IE6 is highly insecure. However, the number of vulnerabilities and their severity are only a couple of the many factors when it comes to security.</p>
<p>If you want to know something about security, you have to <strong>calculate the probability of a security breach</strong>. Of course, this probability gets higher if there are more vulnerabilities. However, far more important is how many bad guys are out there who are capable and willing to writing an exploit. Another important factor is how many hackers and script kiddies can get their hands on the exploit. And the most important factor is the number of machines where this exploit will actually work. Think of a worm that spreads from one computer to another. The more food this worm finds, the bigger it will get and so will its threat.</p>
<p>Thus there is no doubt that <strong>Windows is still less secure than Mac OS X</strong>. However, there is one thing that this statistics really shows. <strong>Microsoft is doing a much better job than Apple regarding security recently.</strong> And if you want to know which company is more evil, then you might want to look at <a href="http://fakesteve.blogspot.com/2007/12/breakfast-with-apple-lawyer.html">this post</a>.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/saved-internet-explorer-passwords/" title="Saved Internet Explorer passwords (June 4, 2010)">Saved Internet Explorer passwords</a> (1)</li>
	<li><a href="http://4sysops.com/archives/free-gfi-webmonitor-web-filtering-for-isa-server/" title="FREE: GFI WebMonitor &#8211; Web filtering for ISA Server (August 25, 2009)">FREE: GFI WebMonitor &#8211; Web filtering for ISA Server</a> (3)</li>
	<li><a href="http://4sysops.com/archives/the-myth-about-the-standard-user-in-windows-vista-and-windows-7/" title="The myth about the standard user in Windows Vista and Windows 7 (May 19, 2009)">The myth about the standard user in Windows Vista and Windows 7</a> (10)</li>
	<li><a href="http://4sysops.com/archives/the-myths-about-so-called-hidden-built-in-administrator-account-in-windows-vista-and-windows-7/" title="The myths about so-called hidden built-in administrator account in Windows Vista and Windows 7 (May 15, 2009)">The myths about so-called hidden built-in administrator account in Windows Vista and Windows 7</a> (3)</li>
	<li><a href="http://4sysops.com/archives/is-vista-less-secure-than-windows-2000-how-the-vista-bashing-industry-works/" title="Is Vista less secure than Windows 2000? How the Vista bashing industry works (May 12, 2008)">Is Vista less secure than Windows 2000? How the Vista bashing industry works</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/is-windows-xp-and-vista-five-times-as-secure-as-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Hackers at Microsoft</title>
		<link>http://4sysops.com/archives/hackers-at-microsoft/</link>
		<comments>http://4sysops.com/archives/hackers-at-microsoft/#comments</comments>
		<pubDate>Mon, 03 Sep 2007 14:06:29 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[vista security]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/hackers-at-microsoft/</guid>
		<description><![CDATA[<p>Microsoft has a new blog: <a href="http://blogs.msdn.com/hackers/archive/2007/08/25/welcome-to-a-different-kind-of-blog-from-microsoft.aspx">hackers at microsoft</a>. No, these hackers are not trying to hack into Google to steal the latest search engine technologies. They are good hackers, the <strong>white hat hackers</strong>.</p>
<p>I never liked this <strong>misuse of the term hacker</strong>. This idea of ethical hackers originally came from hackers who enjoyed cracking other people&#8217;s computer systems, but didn&#8217;t want to be treated as criminals. Companies hired them to improve the security of their systems. They still liked to be called hackers, because being a hacker is just cool, whereas <strong>being a penetration tester or security expert is uncool</strong>.</p>
<p>My problem with the term white hat hacker is that <strong>it plays down the fact that most hackers are or were criminals</strong>. Many script kiddies take famous hackers as an example, because being a hacker is really so cool. I wonder just how long will it take until the first terrorist says that he is &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Microsoft has a new blog: <a href="http://blogs.msdn.com/hackers/archive/2007/08/25/welcome-to-a-different-kind-of-blog-from-microsoft.aspx">hackers at microsoft</a>. No, these hackers are not trying to hack into Google to steal the latest search engine technologies. They are good hackers, the <strong>white hat hackers</strong>.</p>
<p>I never liked this <strong>misuse of the term hacker</strong>. This idea of ethical hackers originally came from hackers who enjoyed cracking other people&#8217;s computer systems, but didn&#8217;t want to be treated as criminals. Companies hired them to improve the security of their systems. They still liked to be called hackers, because being a hacker is just cool, whereas <strong>being a penetration tester or security expert is uncool</strong>.</p>
<p>My problem with the term white hat hacker is that <strong>it plays down the fact that most hackers are or were criminals</strong>. Many script kiddies take famous hackers as an example, because being a hacker is really so cool. I wonder just how long will it take until the first terrorist says that he is just a white hat terrorist.</p>
<p>Anyway, I am curious to know <strong>what Microsoft&#8217;s penetration testers have to tell us</strong>. I am sure they know of many security holes in Microsoft products. But will they really blog about this? I guess not. Let&#8217;s hope it will not be just about promoting Forefront products. I have subscribed to their blog.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/saved-internet-explorer-passwords/" title="Saved Internet Explorer passwords (June 4, 2010)">Saved Internet Explorer passwords</a> (1)</li>
	<li><a href="http://4sysops.com/archives/free-gfi-webmonitor-web-filtering-for-isa-server/" title="FREE: GFI WebMonitor &#8211; Web filtering for ISA Server (August 25, 2009)">FREE: GFI WebMonitor &#8211; Web filtering for ISA Server</a> (3)</li>
	<li><a href="http://4sysops.com/archives/the-myth-about-the-standard-user-in-windows-vista-and-windows-7/" title="The myth about the standard user in Windows Vista and Windows 7 (May 19, 2009)">The myth about the standard user in Windows Vista and Windows 7</a> (10)</li>
	<li><a href="http://4sysops.com/archives/the-myths-about-so-called-hidden-built-in-administrator-account-in-windows-vista-and-windows-7/" title="The myths about so-called hidden built-in administrator account in Windows Vista and Windows 7 (May 15, 2009)">The myths about so-called hidden built-in administrator account in Windows Vista and Windows 7</a> (3)</li>
	<li><a href="http://4sysops.com/archives/is-vista-less-secure-than-windows-2000-how-the-vista-bashing-industry-works/" title="Is Vista less secure than Windows 2000? How the Vista bashing industry works (May 12, 2008)">Is Vista less secure than Windows 2000? How the Vista bashing industry works</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/hackers-at-microsoft/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Only 50 percent of IT managers upgrade to Vista because of its improved security</title>
		<link>http://4sysops.com/archives/only-50-percent-of-it-managers-upgrade-to-vista-because-of-its-improved-security/</link>
		<comments>http://4sysops.com/archives/only-50-percent-of-it-managers-upgrade-to-vista-because-of-its-improved-security/#comments</comments>
		<pubDate>Wed, 23 May 2007 19:46:15 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[uac]]></category>
		<category><![CDATA[vista security]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/only-50-percent-of-it-managers-upgrade-to-vista-because-of-its-improved-security/</guid>
		<description><![CDATA[<p>An <a href="http://www.informationweek.com/news/showArticle.jhtml?articleID=199701141">InformationWeek article</a> discusses a new study that provides information on what IT managers think about Vista&#8217;s improved security. <strong>Only half of the 300 respondents are impressed by Vista&#8217;s new security features</strong>, it seems. Even more interesting is that only 14% &#8220;are eager to use UAC&#8221;.</p>
<p>Well, if you have read my blog for a while, you would <a href="/archives/it-is-official-now-user-account-control-uac-is-useless-for-administrators/">know</a> that I belong to the other 86%. These <strong>UAC pop-ups</strong> are often breaking my concentration still. However, I promised myself to keep the default UAC settings for at least a year on our desktops to give it a fair chance. If UAC will prevent the execution of just one malicious program, we will keep the default configuration. Otherwise, we will probably disable the UAC prompts.</p>
<p>The fact that only 50% of IT managers want to adopt Vista because of its <strong>security features</strong> perfectly reflects my own assessment. There is no doubt that Vista&#8217;s security has improved. However, I am not &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>An <a href="http://www.informationweek.com/news/showArticle.jhtml?articleID=199701141">InformationWeek article</a> discusses a new study that provides information on what IT managers think about Vista&#8217;s improved security. <strong>Only half of the 300 respondents are impressed by Vista&#8217;s new security features</strong>, it seems. Even more interesting is that only 14% &#8220;are eager to use UAC&#8221;.</p>
<p>Well, if you have read my blog for a while, you would <a href="/archives/it-is-official-now-user-account-control-uac-is-useless-for-administrators/">know</a> that I belong to the other 86%. These <strong>UAC pop-ups</strong> are often breaking my concentration still. However, I promised myself to keep the default UAC settings for at least a year on our desktops to give it a fair chance. If UAC will prevent the execution of just one malicious program, we will keep the default configuration. Otherwise, we will probably disable the UAC prompts.</p>
<p>The fact that only 50% of IT managers want to adopt Vista because of its <strong>security features</strong> perfectly reflects my own assessment. There is no doubt that Vista&#8217;s security has improved. However, I am not sure if this is enough reason to upgrade our XP machines. <strong>Service Pack 2 for XP</strong> has greatly improved security, too. Thus, I do not feel any pressure or desire to move to Vista just for security reasons.</p>
<p>It is interesting to note that only 22% of the IT managers in this study think that an upgrade to Vista is worth it because of its <strong>improved functionality</strong>. I suppose this is due to the fact that they are not working with Vista on their own desktops. As <a href="/archives/new-features-and-changes-in-functionality-of-windows-server-2008/">I said before</a>, it takes quite sometime until you find your personal must-have-features. It is really difficult to judge Vista by just reading reviews or by checking feature lists. So if you have to decide if Vista should be deployed in your organization, I recommend using it yourself for some time.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/saved-internet-explorer-passwords/" title="Saved Internet Explorer passwords (June 4, 2010)">Saved Internet Explorer passwords</a> (1)</li>
	<li><a href="http://4sysops.com/archives/free-gfi-webmonitor-web-filtering-for-isa-server/" title="FREE: GFI WebMonitor &#8211; Web filtering for ISA Server (August 25, 2009)">FREE: GFI WebMonitor &#8211; Web filtering for ISA Server</a> (3)</li>
	<li><a href="http://4sysops.com/archives/thoughts-about-user-account-controls-uac-primary-design-goal/" title="Thoughts about User Account Control&#8217;s (UAC) primary design goal (June 18, 2009)">Thoughts about User Account Control&#8217;s (UAC) primary design goal</a> (4)</li>
	<li><a href="http://4sysops.com/archives/the-myth-about-the-standard-user-in-windows-vista-and-windows-7/" title="The myth about the standard user in Windows Vista and Windows 7 (May 19, 2009)">The myth about the standard user in Windows Vista and Windows 7</a> (10)</li>
	<li><a href="http://4sysops.com/archives/windows-7-rc-uac-security-vulnerability-auto-elevation/" title="Windows 7 RC UAC security vulnerability: Auto elevation (May 18, 2009)">Windows 7 RC UAC security vulnerability: Auto elevation</a> (5)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/only-50-percent-of-it-managers-upgrade-to-vista-because-of-its-improved-security/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Impressive 90 days Vista vulnerability report or counting trap?</title>
		<link>http://4sysops.com/archives/impressive-90-days-vista-vulnerability-report-or-counting-trap/</link>
		<comments>http://4sysops.com/archives/impressive-90-days-vista-vulnerability-report-or-counting-trap/#comments</comments>
		<pubDate>Tue, 27 Mar 2007 20:51:28 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[vista security]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/impressive-90-days-vista-vulnerability-report-or-counting-trap/</guid>
		<description><![CDATA[<p>Last week, when I reported about this new <a href="/archives/new-symantec-study-is-windows-the-securest-os/">Symantec study</a> comparing different operating systems with respect to the vulnerabilities detected in the second half of 2006, I wondered when will the first study come out that includes Vista. I just stumbled across <a href="http://blogs.csoonline.com/windows_vista_90_day_vulnerability_report">90 days Vista vulnerability report</a> of Jeff Jones, Microsoft security strategy director. There is an interesting debate going on now in the blogosphere.</p>
<p>Of course, such studies where companies compare themselves with competitors are always a suspect. There are so <strong>many ways to manipulate objective data in statistics</strong> just to get the results you want. (I am currently writing my annual report, so I know what I am talking about.) But the results of this vulnerability report are quite impressive, anyway.</p>
<p>In the <strong>first 90 days</strong> after its release, <strong>Vista</strong> had <strong>5 vulns</strong> which is not much if you compare it to Windows XP which had 17 in its first 90 days. It is also interesting to compare &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Last week, when I reported about this new <a href="/archives/new-symantec-study-is-windows-the-securest-os/">Symantec study</a> comparing different operating systems with respect to the vulnerabilities detected in the second half of 2006, I wondered when will the first study come out that includes Vista. I just stumbled across <a href="http://blogs.csoonline.com/windows_vista_90_day_vulnerability_report">90 days Vista vulnerability report</a> of Jeff Jones, Microsoft security strategy director. There is an interesting debate going on now in the blogosphere.</p>
<p>Of course, such studies where companies compare themselves with competitors are always a suspect. There are so <strong>many ways to manipulate objective data in statistics</strong> just to get the results you want. (I am currently writing my annual report, so I know what I am talking about.) But the results of this vulnerability report are quite impressive, anyway.</p>
<p>In the <strong>first 90 days</strong> after its release, <strong>Vista</strong> had <strong>5 vulns</strong> which is not much if you compare it to Windows XP which had 17 in its first 90 days. It is also interesting to compare this data with the vulns of other operating systems during the same period. MAC OS X 10.4 had 20, Ubuntu 71, for example.</p>
<p>There is a hearty discussion going on his blog. One commentator remarked that these results are not so convincing since the <strong>installed base of Vista is too small</strong>. This also was my first thought. Jeff Jones replied that the install base of Red Hat Enterprise Linux 4 Workstation is much lower than Vista&#8217;s and RHEL4WS  had more than 180 vulns in this period.</p>
<p>Joe Wilcox from Microsoft Watch <a href="http://www.microsoft-watch.com/content/vista/vista_security_by_the_numbers.html">also has some convincing arguments</a>. He accuses Jeff Jones of having fallen into the &#8220;<strong>counting trap</strong>&#8220;.  Joe Wilcox refers to the data from the <a href="http://nvd.nist.gov/">Department of Homeland Security National Vulnerability Database</a>. According to them there were <strong>another 11 vulns in the past three weeks</strong>. And this data is more telling because of Vista&#8217;s limited availability before March. He adds that one also should include <strong>alerts mentioning IE</strong> since it is part of the operating system. And there were about two dozen of them, some related to third party ActiveX controls.</p>
<p>The question now is it is reasonable to consider <strong>third party software</strong>? Well, most Linux distributions mostly consist of &#8220;third party software&#8221;. Does it make sense at all to compare vulnerabilities? Joe Wilcox correctly concludes that &#8220;alerts are not a measure of security&#8221;.</p>
<p>I&#8217;d like to add that the number of <strong>vulns is only one factor</strong> (and a minor one at that) when it comes to security. Many other factors have to be taken into account, too (how often is an OS targeted by the bad guys, malware in the wild, know-how of its users, etc.)</p>
<p>However, I think that Joe Wilcox is wrong when he asserts that <strong>Vista didn&#8217;t improve in respect to security</strong>. It is obvious that Microsoft invested a lot of money in Vista&#8217;s security. Thus, it would be a big surprise if all this money was just spent for nothing. Besides, there is no doubt about it that Vista has <strong>many new security features</strong>. If you argue that Vista didn&#8217;t improve, then you have to explain why all these new security features are useless.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/saved-internet-explorer-passwords/" title="Saved Internet Explorer passwords (June 4, 2010)">Saved Internet Explorer passwords</a> (1)</li>
	<li><a href="http://4sysops.com/archives/free-gfi-webmonitor-web-filtering-for-isa-server/" title="FREE: GFI WebMonitor &#8211; Web filtering for ISA Server (August 25, 2009)">FREE: GFI WebMonitor &#8211; Web filtering for ISA Server</a> (3)</li>
	<li><a href="http://4sysops.com/archives/the-myth-about-the-standard-user-in-windows-vista-and-windows-7/" title="The myth about the standard user in Windows Vista and Windows 7 (May 19, 2009)">The myth about the standard user in Windows Vista and Windows 7</a> (10)</li>
	<li><a href="http://4sysops.com/archives/the-myths-about-so-called-hidden-built-in-administrator-account-in-windows-vista-and-windows-7/" title="The myths about so-called hidden built-in administrator account in Windows Vista and Windows 7 (May 15, 2009)">The myths about so-called hidden built-in administrator account in Windows Vista and Windows 7</a> (3)</li>
	<li><a href="http://4sysops.com/archives/it-seems-the-big-linux-projects-in-vienna-and-munich-are-about-to-fail/" title="It seems the big Linux projects in Vienna and Munich are about to fail (June 5, 2008)">It seems the big Linux projects in Vienna and Munich are about to fail</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/impressive-90-days-vista-vulnerability-report-or-counting-trap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vista x64 vs. Vista x86 &#8211; 32 bit or 64 bit Vista edition?</title>
		<link>http://4sysops.com/archives/vista-x64-vs-vista-x86-32-bit-or-64-bit-vista-edition/</link>
		<comments>http://4sysops.com/archives/vista-x64-vs-vista-x86-32-bit-or-64-bit-vista-edition/#comments</comments>
		<pubDate>Tue, 13 Mar 2007 17:17:39 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[64-bit]]></category>
		<category><![CDATA[vista security]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/vista-x64-vs-vista-x86-32-bit-or-64-bit-vista-edition/</guid>
		<description><![CDATA[<p>Update: I am working on a new series about the Vista x86 vs. Vista x64 issue. The first one covers the <a href="http://4sysops.com/archives/vista-x64-contra-vista-x86-does-64-bit-offer-better-performance-than-32-bit/">speed issue</a>. The other article in this series will follow soon. You might also be interested in my post about the <a href="http://4sysops.com/archives/why-windows-vista-only-sees-3gb-memory-in-a-pc-with-4gb-ram-and-how-vista-sp1-fools-its-users/">3GB barrier</a>. The discussion there is interesting. But now go ahead and read this one first.</p>
<p>Sometime ago, I published an article about a <a href="/archives/windows-vista-32-bit-versus-vista-64-bit/">performance comparison between 64-bit and 32-bit editions of Windows</a>. This post got quite a few hits, recently. Meanwhile, it has rank 8 of all posts here on 4sysops (see right sidebar). Obviously, many seem to be undecided which Vista edition they would like to use. In this post, I summarized the pros and cons of Vista x64 and Vista x86.</p>
<p><em><strong>Vista x64 Pros</strong></em></p>
<p><strong>Security:</strong> <a href="http://www.microsoft.com/whdc/driver/kernel/64bitpatch_FAQ.mspx">Kernel Patch Protection</a> (<strong>PatchGuard</strong>) is probably the most interesting security-related feature of Vista x64. It prevents unauthorized software from modifying the kernel. This reduces the &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Update: I am working on a new series about the Vista x86 vs. Vista x64 issue. The first one covers the <a href="http://4sysops.com/archives/vista-x64-contra-vista-x86-does-64-bit-offer-better-performance-than-32-bit/">speed issue</a>. The other article in this series will follow soon. You might also be interested in my post about the <a href="http://4sysops.com/archives/why-windows-vista-only-sees-3gb-memory-in-a-pc-with-4gb-ram-and-how-vista-sp1-fools-its-users/">3GB barrier</a>. The discussion there is interesting. But now go ahead and read this one first.</p>
<p>Sometime ago, I published an article about a <a href="/archives/windows-vista-32-bit-versus-vista-64-bit/">performance comparison between 64-bit and 32-bit editions of Windows</a>. This post got quite a few hits, recently. Meanwhile, it has rank 8 of all posts here on 4sysops (see right sidebar). Obviously, many seem to be undecided which Vista edition they would like to use. In this post, I summarized the pros and cons of Vista x64 and Vista x86.</p>
<p><em><strong>Vista x64 Pros</strong></em></p>
<p><strong>Security:</strong> <a href="http://www.microsoft.com/whdc/driver/kernel/64bitpatch_FAQ.mspx">Kernel Patch Protection</a> (<strong>PatchGuard</strong>) is probably the most interesting security-related feature of Vista x64. It prevents unauthorized software from modifying the kernel. This reduces the risk that malware, especially <strong>rootkits</strong>, infects your system.</p>
<p><strong>Reliability: </strong>In Vista x64 only <strong>signed drivers</strong> can be installed (<a href="http://www.microsoft.com/whdc/system/platform/64bit/kmsigning.mspx">Mandatory Kernel Module and Driver Signing</a>). This means that kernel mode software requires a digital signature from Microsoft. Buggy drivers can make a system very unstable. But what&#8217;s the use of a reliable OS , in the face of a third party driver crashing your PC once a day? I had this experience with Vista x86, already.</p>
<p><strong>Performance: </strong>A computer with a 64-bit CPU is supposed to be <strong>more powerful</strong> than one with a 32-bit processor. Of course, you need a 64-bit OS to utilize its 64-bit capabilities. The problem is, not only that the OS, but also <strong>the applications must support 64 bit</strong> to improve performance. Since 32-bit is still predominant in the Windows area, Vista x64 won&#8217;t speed up your system in most cases. Here are some benchmark tests comparing Vista x64 and Vista x86: [<a href="http://64-bit-computers.com/windows-vista-32-bit-vs-64-bit-benchmark.html">1</a>] [<a href="http://vistaincompatible.com/forums/YaBB.pl?num=1171842357">2</a>] [<a href="http://www.flexbeta.net/main/printarticle.php?id=122">3</a>].</p>
<p><strong>Memory:</strong> The 32 bit editions of Vista only support <strong>4 GB RAM</strong>. With <strong>Vista x64</strong>, you can use up to <strong>128 GB </strong>, if your hardware supports it. However, there are differences between the different editions of Vista x64. Check out this <a href="http://www.microsoft.com/windows/products/windowsvista/editions/64bit.mspx">comparison table</a> for more information. Note that many applications have limitations with respect to the amount of RAM they can use. Hence, you usually only need more than 4 GB RAM, if you are using many apps with high memory consumption, simultaneously. If you are working with VMware Workstation, you might be interested to know that version 6.0 supports Vista x64, and that&#8217;s up to 8 GB RAM.</p>
<p><em><strong>Vista x64 Cons</strong></em></p>
<p><strong>Hardware compatibility:</strong> This certainly is the number one caveat in using a 64-bit Vista edition. <strong>32-bit drivers don&#8217;t work.</strong> Therefore, hardware manufacturers have to produce new ones for every piece of hardware.  The fact that drivers have to be signed can also be a disadvantage since it is more time-consuming for hardware vendors to deliver new drivers. Thus, before you can move to Vista x64, you have to check if your hardware is supported. Don&#8217;t forget your <strong>peripheral devices</strong> like printers and scanners.</p>
<p><strong>Software compatibility: </strong>Most 32-bit software should be running on Vista x64. However, <strong>16-bit programs</strong> are not supported, anymore. Note that some 32 apps still use <strong>16-bit installers</strong>. Even though the program itself might work under Vista x64, you might not be able to install it. Another problem is that Vista x64 doesn&#8217;t support <strong>registry and folder virtualization</strong>. Some legacy apps need to write in security sensitive areas like C:\Windows or C:\Programs and Files. Vista x86 can present a virtual version of these folders to apps for compatibility reasons. Essentially, this means that some 32-bit apps might not work properly if you run them with standard user rights in Vista x64. There are <a href="http://support.microsoft.com/kb/927387">workarounds</a>, though. By the way, even 64-bit apps that were developed for the <strong>64-bit version of Windows XP</strong> might have problems under Vista x64 if they have conflicts with Vista standards.</p>
<p><strong>Price:</strong> You can <strong>only upgrade the Windows XP x64 edition to Vista x64</strong>, but not from the 32 bit version of Windows XP. So moving to Vista x64 might cost you more if you have already Windows XP licenses with an upgrade option.</p>
<p><strong>Deployment:</strong> Vista images are hardware independent, which probably is the most important new feature from a system administrator&#8217;s point of view. However, this doesn&#8217;t apply to 32 and 64 bit images, i.e. you&#8217;ll need <strong>different images for Vista x86 and Vista x64</strong>. If you can&#8217;t move entirely to the 64 bit edition, then this might double your workload.</p>
<p><strong>Problem diagnosis:</strong> Even though, all your hardware and software supports Vista x64, you&#8217;ll always ask yourself <strong>if a certain problem is 64-bit-related</strong>. After all, Vista x64 is a different OS than Vista x86. The same applies to applications which were specifically developed for the 64-bit editions. Thus, solving a problem might often be more time-consuming.</p>
<p><strong>Conclusion:</strong> In my view, <strong>for the overall majority Vista x86 is the better choice</strong>. Even Microsoft <a href="http://www.microsoft.com/windows/products/windowsvista/editions/64bit.mspx">writes</a> that &#8220;<em>the 64-bit editions are not for everyone</em>.&#8221; Only if you have very high security demands or work in fields like engineering (CAD/CAM) or digital content creation, then Vista x64 might be an option for you. I suppose that 64-bit will only play a major role when Vienna, the next Windows version, comes out. There are even rumors that Windows Vienna will only support 64-bit. So perhaps it makes sense to wait a few more years before jumping into the 64-bit bandwagon.</p>
<p>Did I miss a point? Please, let me know!</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/saved-internet-explorer-passwords/" title="Saved Internet Explorer passwords (June 4, 2010)">Saved Internet Explorer passwords</a> (1)</li>
	<li><a href="http://4sysops.com/archives/office-2010-64-bit-or-32-bit-part-2-advantages-and-disadvantages/" title="Office 2010 32-bit vs. 64-bit &#8211; Part 2: Advantages and disadvantages of Office 2010 64-bit (April 21, 2010)">Office 2010 32-bit vs. 64-bit &#8211; Part 2: Advantages and disadvantages of Office 2010 64-bit</a> (2)</li>
	<li><a href="http://4sysops.com/archives/office-2010-64-bit-vs-32-bit-part-1-installation/" title="Office 2010 &#8211; 64-bit vs. 32-bit &#8211; Part 1: Installation (April 20, 2010)">Office 2010 &#8211; 64-bit vs. 32-bit &#8211; Part 1: Installation</a> (6)</li>
	<li><a href="http://4sysops.com/archives/free-gfi-webmonitor-web-filtering-for-isa-server/" title="FREE: GFI WebMonitor &#8211; Web filtering for ISA Server (August 25, 2009)">FREE: GFI WebMonitor &#8211; Web filtering for ISA Server</a> (3)</li>
	<li><a href="http://4sysops.com/archives/windows-7-x64-vs-windows-x86-reliability-security-and-licensing/" title="Windows 7 x64 vs. Windows x86 &#8211; Reliability, security, and licensing (August 12, 2009)">Windows 7 x64 vs. Windows x86 &#8211; Reliability, security, and licensing</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/vista-x64-vs-vista-x86-32-bit-or-64-bit-vista-edition/feed/</wfw:commentRss>
		<slash:comments>64</slash:comments>
	
		<series:name><![CDATA[Vista x64 vs. Vista x86]]></series:name>
	</item>
		<item>
		<title>Why and when it makes sense to use the outbound filter of Windows Firewall in Vista</title>
		<link>http://4sysops.com/archives/why-and-when-it-makes-sense-to-use-the-outbound-filter-of-windows-firewall-in-vista/</link>
		<comments>http://4sysops.com/archives/why-and-when-it-makes-sense-to-use-the-outbound-filter-of-windows-firewall-in-vista/#comments</comments>
		<pubDate>Mon, 08 Jan 2007 20:32:24 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[antivirus]]></category>
		<category><![CDATA[firewalls]]></category>
		<category><![CDATA[vista security]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/why-and-when-it-makes-sense-to-use-the-outbound-filter-of-windows-firewall-in-vista/</guid>
		<description><![CDATA[<p>Sometime ago there was a <a href="/archives/is-windows-vista%e2%80%99s-firewall-crippled/#comments">debate</a> on 4sysops about the use of <strong>outbound filtering for personal firewalls</strong>. Some argued that once <strong>malware </strong>got started on the desktop, it is already too late to stop it with a personal firewall. I recently tested the <strong>outbound filter of Vista&#8217;s firewall</strong>. In my view, it makes sense for <strong>standard users</strong> to use it, but not, probably, for <strong>administrators</strong>.</p>
<p>The argument against the use of personal firewalls is that malware can <strong>disable the personal firewall</strong> or <strong>leverage another program</strong> to access the internet. Malware often uses the <strong>Internet Explore</strong>r to phone home since it is usually allowed to access the internet.</p>
<p>In my view, both arguments are wrong with regards to standard users in the case of <strong>Vista&#8217;s desktop firewall</strong>. The first argument can easily be refuted. If users don&#8217;t have <strong>administrator privileges</strong> on their desktops (which I strongly recommend), then the malware will simply not have enough rights &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Sometime ago there was a <a href="/archives/is-windows-vista%e2%80%99s-firewall-crippled/#comments">debate</a> on 4sysops about the use of <strong>outbound filtering for personal firewalls</strong>. Some argued that once <strong>malware </strong>got started on the desktop, it is already too late to stop it with a personal firewall. I recently tested the <strong>outbound filter of Vista&#8217;s firewall</strong>. In my view, it makes sense for <strong>standard users</strong> to use it, but not, probably, for <strong>administrators</strong>.</p>
<p>The argument against the use of personal firewalls is that malware can <strong>disable the personal firewall</strong> or <strong>leverage another program</strong> to access the internet. Malware often uses the <strong>Internet Explore</strong>r to phone home since it is usually allowed to access the internet.</p>
<p>In my view, both arguments are wrong with regards to standard users in the case of <strong>Vista&#8217;s desktop firewall</strong>. The first argument can easily be refuted. If users don&#8217;t have <strong>administrator privileges</strong> on their desktops (which I strongly recommend), then the malware will simply not have enough rights to disable Windows Firewall or to change its setting.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2007/01/windows_firewall.gif" title="Windows Firewall" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2007/01/windows_firewall.gif','Windows Firewall',event,300,75)"><img src="http://4sysops.com/wp-content/uploads/2007/01/windows_firewall.thumbnail.gif" alt="Windows Firewall" align="right" height="175" width="261" /></a> However, if you logged on as <strong>admin</strong>, it is indeed possible for malware to change the settings. The strange thing is that in my test this could be done without getting <strong>User Account Control (UAC)</strong> involved. I configured the Windows Firewall with the Local Security Policy tool (just enter the name on the Program Search Prompt). When I start this tool, I didn&#8217;t get an UAC prompt. I tried the same on another machine which belongs to a Windows domain and there I got an UAC pop-up.</p>
<p>Anyway, if you logged on as an Administrator and the malware is smart enough to change the firewall settings before connecting to the internet, then it could indeed be possible that Windows Firewall is useless in this case.</p>
<p>To investigate the second argument, which assumes that malware always can <strong>use another program to access the internet</strong>, I installed the <a href="https://addons.mozilla.org/firefox/1419/">IE Tab add-on</a> for Firefox. This plug-in allows you to use Internet Explorer to load web pages within Firefox.</p>
<p>First, I changed the policy for outbound filtering for the Windows Firewall. You can do this by right clicking on &#8220;Windows Firewall&#8221; in the <strong>Local Security Policy </strong>tool (or <strong>Group Policy</strong> Editor) There, you can set <strong>outbound filtering</strong> to &#8220;block&#8221; for the different profiles (domain, private, public). Then, I added an outbound rule allowing IE to access the internet.</p>
<p>I was able to load web pages when I started IE, but internet access was blocked when I started <strong>IE within Firefox</strong>. This doesn&#8217;t prove that IE can&#8217;t be leveraged by malware to access the internet, but it shows, at least, that it wont be easy.</p>
<p>Next, I wanted to know if it is possible to trick Windows Firewall by <strong>exchanging exe files</strong>. In my test, I allowed Firefox to access the internet, then exchanged firefox.exe with putty.exe. I was indeed able to establish an internet connection with putty afterwards. Well, this is really disappointing. Most personal firewalls use <strong>hash codes</strong> to identify applications. Windows Firewall only uses file name and path.</p>
<p>Now, you might argue, what is the use of outbound filtering if it can be outsmarted so easily. The point is, standard users are not allowed to make any changes with the Program Files folder. So if a user starts a malware program, it won&#8217;t be able to use this trick. I, therefore, conclude that outbound filtering with Windows Firewalls <strong>makes sense for standard users, but not for administrators</strong>.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/free-microsoft-standalone-system-sweeper-standalone-antivirus-software/" title="FREE: Microsoft Standalone System Sweeper &ndash; Standalone antivirus software (August 11, 2011)">FREE: Microsoft Standalone System Sweeper &ndash; Standalone antivirus software</a> (0)</li>
	<li><a href="http://4sysops.com/archives/how-to-configure-tmg-for-ssl-client-certificate-authentication/" title="How to configure TMG for SSL Client Certificate Authentication (July 29, 2011)">How to configure TMG for SSL Client Certificate Authentication</a> (0)</li>
	<li><a href="http://4sysops.com/archives/using-tmg-one-time-passwords-and-kerberos-constrained-delegation/" title="Using TMG, one-time passwords and Kerberos Constrained Delegation (July 22, 2011)">Using TMG, one-time passwords and Kerberos Constrained Delegation</a> (2)</li>
	<li><a href="http://4sysops.com/archives/free-kaspersky-rescue-disk-offline-antivirus-tool/" title="FREE: Kaspersky Rescue Disk &#8211; Offline antivirus tool (July 15, 2011)">FREE: Kaspersky Rescue Disk &#8211; Offline antivirus tool</a> (2)</li>
	<li><a href="http://4sysops.com/archives/how-to-use-kerberos-constrained-delegation-with-forefront-tmg/" title="How to use Kerberos Constrained Delegation with Forefront TMG (July 13, 2011)">How to use Kerberos Constrained Delegation with Forefront TMG</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/why-and-when-it-makes-sense-to-use-the-outbound-filter-of-windows-firewall-in-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Vista’s new security features</title>
		<link>http://4sysops.com/archives/windows-vista%e2%80%99s-new-security-features/</link>
		<comments>http://4sysops.com/archives/windows-vista%e2%80%99s-new-security-features/#comments</comments>
		<pubDate>Sat, 02 Dec 2006 07:00:57 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[vista security]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/windows-vista%e2%80%99s-new-security-features/</guid>
		<description><![CDATA[<p>Paul Thurrott wrote an excellent <a href="http://www.winsupersite.com/reviews/winvista_05b.asp">article</a> about Vista&#8217;s new security features. After reading it, you might get the impression that Vista&#8217;s improved security is reason enough to get rid of your XP machines as soon as possible.</p>
<p>Paul&#8217;s article gives an introduction to the following topics: <strong>Address Space Layout Randomizer, User Account Control, Windows Security Center, Windows Defender, Windows Firewall, Internet Explorer 7 Protected Mode, Phishing Filter, Windows Update, Parental Controls, Windows BitLocker Drive Encryption, and USB Device Lockdown.</strong></p>
<p>Even if it seems that some of these features might not be relevant for computers in a company network, you should have a look at them. For example, the Webfilter of Parental Controls might not only be useful for preventing children&#8217;s access to certain Web sites.</p>
<p>For me, it was interesting to read that <strong>User Account Control (UAC)</strong> is used by other security tools and components in Vista. For example the Protected Mode feature of Internet Explorer 7 relies on UAC. &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Paul Thurrott wrote an excellent <a href="http://www.winsupersite.com/reviews/winvista_05b.asp">article</a> about Vista&#8217;s new security features. After reading it, you might get the impression that Vista&#8217;s improved security is reason enough to get rid of your XP machines as soon as possible.</p>
<p>Paul&#8217;s article gives an introduction to the following topics: <strong>Address Space Layout Randomizer, User Account Control, Windows Security Center, Windows Defender, Windows Firewall, Internet Explorer 7 Protected Mode, Phishing Filter, Windows Update, Parental Controls, Windows BitLocker Drive Encryption, and USB Device Lockdown.</strong></p>
<p>Even if it seems that some of these features might not be relevant for computers in a company network, you should have a look at them. For example, the Webfilter of Parental Controls might not only be useful for preventing children&#8217;s access to certain Web sites.</p>
<p>For me, it was interesting to read that <strong>User Account Control (UAC)</strong> is used by other security tools and components in Vista. For example the Protected Mode feature of Internet Explorer 7 relies on UAC. That&#8217;s why Protected Mode isn&#8217;t available for the Windows XP version of IE7.</p>
<p>I, still, <a href="/archives/it-is-official-now-user-account-control-uac-is-useless-for-administrators/">doubt that UAC improves security</a>  for system administrators. <strong>Security </strong>is not only a <strong>technical issue</strong>, but mostly a <strong>psychological problem</strong>. In theory, it might seem obvious that warning messages popping up whenever critical system components are involved could help prevent malware execution. In praxis, system administrators will get used to confirming UAC messages. This will blindfold them for really important security messages. This way UAC could even decrease security in the long run.</p>
<p>Most interesting for me is Paul&#8217;s conclusion about Vista&#8217;s new security features:</p>
<blockquote><p>Windows Vista is dramatically more secure than is Windows XP. But over time, we&#8217;ll need to see how Vista withstands the real-world electronic attacks that will no doubt hound this OS. A year from now, we&#8217;ll be able to step back and evaluate how Vista performed in the wild. For now, Microsoft can at least take some comfort in the fact that Vista is, perhaps, the most secure OS it&#8217;s ever created. There&#8217;s just no doubt about that.</p></blockquote>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/saved-internet-explorer-passwords/" title="Saved Internet Explorer passwords (June 4, 2010)">Saved Internet Explorer passwords</a> (1)</li>
	<li><a href="http://4sysops.com/archives/free-gfi-webmonitor-web-filtering-for-isa-server/" title="FREE: GFI WebMonitor &#8211; Web filtering for ISA Server (August 25, 2009)">FREE: GFI WebMonitor &#8211; Web filtering for ISA Server</a> (3)</li>
	<li><a href="http://4sysops.com/archives/the-myth-about-the-standard-user-in-windows-vista-and-windows-7/" title="The myth about the standard user in Windows Vista and Windows 7 (May 19, 2009)">The myth about the standard user in Windows Vista and Windows 7</a> (10)</li>
	<li><a href="http://4sysops.com/archives/the-myths-about-so-called-hidden-built-in-administrator-account-in-windows-vista-and-windows-7/" title="The myths about so-called hidden built-in administrator account in Windows Vista and Windows 7 (May 15, 2009)">The myths about so-called hidden built-in administrator account in Windows Vista and Windows 7</a> (3)</li>
	<li><a href="http://4sysops.com/archives/is-vista-less-secure-than-windows-2000-how-the-vista-bashing-industry-works/" title="Is Vista less secure than Windows 2000? How the Vista bashing industry works (May 12, 2008)">Is Vista less secure than Windows 2000? How the Vista bashing industry works</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/windows-vista%e2%80%99s-new-security-features/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Vista was hacked,  so what!</title>
		<link>http://4sysops.com/archives/windows-vista-was-hacked-so-what/</link>
		<comments>http://4sysops.com/archives/windows-vista-was-hacked-so-what/#comments</comments>
		<pubDate>Fri, 11 Aug 2006 17:13:44 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[vista security]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/windows-vista-was-hacked-so-what/</guid>
		<description><![CDATA[<p><a href="http://www.oreillynet.com/windows/blog/2006/08/vista_is_hacked_already.html?CMP=OTC-U49S05779020&#38;ATT=Vista+Is+Hacked+Already">Preston Gralla</a> reported that during the Black Hat security conference hackers managed to crack into <strong>Windows Vista</strong>. He acknowledged that any new OS is more prone to <strong>security leaks</strong>. The longer an OS has been made available, then the more of its <strong>security holes</strong> are found which are then patched.</p>
<p>This is certainly true, but then he commented:</p>
<blockquote><p>I expect that soon after Vista ships, we&#8217;ll see a slew of security patches. Even out the door, it will be safer than XP. And over time, I expect it to be much more secure, although it may be a painful process to get there.</p></blockquote>
<p>I think, this view is wrong. There is no such painful process which will finally lead to a much more secure Windows Vista.</p>
<p>First of all, I think that Microsoft will update Vista with new features more often than with Windows XP. The transition from XP to Vista was simply too long. These new features &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.oreillynet.com/windows/blog/2006/08/vista_is_hacked_already.html?CMP=OTC-U49S05779020&amp;ATT=Vista+Is+Hacked+Already">Preston Gralla</a> reported that during the Black Hat security conference hackers managed to crack into <strong>Windows Vista</strong>. He acknowledged that any new OS is more prone to <strong>security leaks</strong>. The longer an OS has been made available, then the more of its <strong>security holes</strong> are found which are then patched.</p>
<p>This is certainly true, but then he commented:</p>
<blockquote><p>I expect that soon after Vista ships, we&#8217;ll see a slew of security patches. Even out the door, it will be safer than XP. And over time, I expect it to be much more secure, although it may be a painful process to get there.</p></blockquote>
<p>I think, this view is wrong. There is no such painful process which will finally lead to a much more secure Windows Vista.</p>
<p>First of all, I think that Microsoft will update Vista with new features more often than with Windows XP. The transition from XP to Vista was simply too long. These new features will certainly contain new security holes, which will be patched again, and so on.</p>
<p>Secondly, the fact that some clever hackers cracked an OS doesn&#8217;t say so much about its security. The only thing that counts when it comes to security is the probability of someone or some malware intruding my system. If there is only one hacker out there who knows how to crack my system, then the change of this probability can hardly be measured. I <a href="http://4sysops.com/archives/is-windows-more-secure-than-linux-now/">elaborated</a> on this argument some days ago already.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/saved-internet-explorer-passwords/" title="Saved Internet Explorer passwords (June 4, 2010)">Saved Internet Explorer passwords</a> (1)</li>
	<li><a href="http://4sysops.com/archives/free-gfi-webmonitor-web-filtering-for-isa-server/" title="FREE: GFI WebMonitor &#8211; Web filtering for ISA Server (August 25, 2009)">FREE: GFI WebMonitor &#8211; Web filtering for ISA Server</a> (3)</li>
	<li><a href="http://4sysops.com/archives/the-myth-about-the-standard-user-in-windows-vista-and-windows-7/" title="The myth about the standard user in Windows Vista and Windows 7 (May 19, 2009)">The myth about the standard user in Windows Vista and Windows 7</a> (10)</li>
	<li><a href="http://4sysops.com/archives/the-myths-about-so-called-hidden-built-in-administrator-account-in-windows-vista-and-windows-7/" title="The myths about so-called hidden built-in administrator account in Windows Vista and Windows 7 (May 15, 2009)">The myths about so-called hidden built-in administrator account in Windows Vista and Windows 7</a> (3)</li>
	<li><a href="http://4sysops.com/archives/is-vista-less-secure-than-windows-2000-how-the-vista-bashing-industry-works/" title="Is Vista less secure than Windows 2000? How the Vista bashing industry works (May 12, 2008)">Is Vista less secure than Windows 2000? How the Vista bashing industry works</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/windows-vista-was-hacked-so-what/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Windows Vista security improvements</title>
		<link>http://4sysops.com/archives/windows-vista-security-improvements/</link>
		<comments>http://4sysops.com/archives/windows-vista-security-improvements/#comments</comments>
		<pubDate>Mon, 29 May 2006 17:41:35 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[vista security]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/windows-vista-security-improvements/</guid>
		<description><![CDATA[<p>There is a new white paper titled <a href="http://download.microsoft.com/download/c/2/9/c2935f83-1a10-4e4a-a137-c1db829637f5/WindowsVistaSecurityWP.doc">Microsoft Windows Security Advancements</a> (Word file). Usually, I only skim the papers from vendors because I simply don&#8217;t have time to read all this marketing blahblah. Of course, there is lots of self-adulation in this 25-page paper from Microsoft. However, it contains more useful information than usual.</p>
<p>You probably have read already about the more prominent security enhancements of Windows Vista, like User Account Control, Network Access Protection or Windows Defender. This paper gives a good overview of them, plus it covers less known improvements like EFS enhancements or Integrated Rights Management Clients.</p>
<p>There is one sentence that surprised me a bit:</p>
<blockquote><p>Although passwords are still supported, the primary focus for strong authentication in Windows Vista is smart cards.</p></blockquote>
<p>So, you still can use passwords with Windows Vista, interesting isn&#8217;t? Seriously, I think it is good news that Microsoft focuses  more on smart cards now. I don&#8217;t like passwords because I often need &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>There is a new white paper titled <a href="http://download.microsoft.com/download/c/2/9/c2935f83-1a10-4e4a-a137-c1db829637f5/WindowsVistaSecurityWP.doc">Microsoft Windows Security Advancements</a> (Word file). Usually, I only skim the papers from vendors because I simply don&#8217;t have time to read all this marketing blahblah. Of course, there is lots of self-adulation in this 25-page paper from Microsoft. However, it contains more useful information than usual.</p>
<p>You probably have read already about the more prominent security enhancements of Windows Vista, like User Account Control, Network Access Protection or Windows Defender. This paper gives a good overview of them, plus it covers less known improvements like EFS enhancements or Integrated Rights Management Clients.</p>
<p>There is one sentence that surprised me a bit:</p>
<blockquote><p>Although passwords are still supported, the primary focus for strong authentication in Windows Vista is smart cards.</p></blockquote>
<p>So, you still can use passwords with Windows Vista, interesting isn&#8217;t? Seriously, I think it is good news that Microsoft focuses  more on smart cards now. I don&#8217;t like passwords because I often need three attempts to enter the correct password before the first cup of coffee in the morning.</p>
<p>Via <a href="http://blogs.msdn.com/michael_howard/archive/2006/05/25/607278.aspx">Michael Howard&#8217;s Web Log</a></p>
<p>Related: <a href="http://4sysops.com/archives/is-windows-vista%e2%80%99s-firewall-crippled/">Is Windows Vista&#8217;s firewall crippled?</a></p>
<p>This is the table of contents of the paper:</p>
<ul>
<li>Introduction</li>
</ul>
<ul>
<li>Engineering for a Secure Platform</li>
</ul>
<ul>
<li>Security Development Lifecycle</li>
</ul>
<ul>
<li>Windows Service Hardening</li>
</ul>
<ul>
<li>Mitigating Buffer Overruns With Hardware Protection</li>
</ul>
<ul>
<li>64-Bit Security Enhancements: Kernel Patch Protection and Mandatory Driver Signing</li>
</ul>
<ul>
<li>Secure Access</li>
</ul>
<ul>
<li>User Account Control</li>
</ul>
<ul>
<li>New Logon Architecture</li>
</ul>
<ul>
<li>Easier Smart Card Deployments</li>
</ul>
<ul>
<li>Network Access Protection</li>
</ul>
<ul>
<li>Protection Against Malware and Intrusions</li>
</ul>
<ul>
<li>Windows Security  Center</li>
</ul>
<ul>
<li>Windows Defender</li>
</ul>
<ul>
<li>Windows Firewall</li>
</ul>
<ul>
<li>Malicious Software Removal Tool</li>
</ul>
<ul>
<li>Security Advances in Internet Explorer 7</li>
</ul>
<ul>
<li>Protections Against Malware</li>
</ul>
<ul>
<li>Personal Data Safeguards</li>
</ul>
<ul>
<li>Data Protection</li>
</ul>
<ul>
<li>BitLocker Drive Encryption</li>
</ul>
<ul>
<li>Integrated Rights Management Services Client</li>
</ul>
<ul>
<li>Encrypting File System Enhancements</li>
</ul>
<ul>
<li>USB Device Control</li>
</ul>
<ul>
<li>Conclusion</li>
</ul>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/saved-internet-explorer-passwords/" title="Saved Internet Explorer passwords (June 4, 2010)">Saved Internet Explorer passwords</a> (1)</li>
	<li><a href="http://4sysops.com/archives/free-gfi-webmonitor-web-filtering-for-isa-server/" title="FREE: GFI WebMonitor &#8211; Web filtering for ISA Server (August 25, 2009)">FREE: GFI WebMonitor &#8211; Web filtering for ISA Server</a> (3)</li>
	<li><a href="http://4sysops.com/archives/the-myth-about-the-standard-user-in-windows-vista-and-windows-7/" title="The myth about the standard user in Windows Vista and Windows 7 (May 19, 2009)">The myth about the standard user in Windows Vista and Windows 7</a> (10)</li>
	<li><a href="http://4sysops.com/archives/the-myths-about-so-called-hidden-built-in-administrator-account-in-windows-vista-and-windows-7/" title="The myths about so-called hidden built-in administrator account in Windows Vista and Windows 7 (May 15, 2009)">The myths about so-called hidden built-in administrator account in Windows Vista and Windows 7</a> (3)</li>
	<li><a href="http://4sysops.com/archives/is-vista-less-secure-than-windows-2000-how-the-vista-bashing-industry-works/" title="Is Vista less secure than Windows 2000? How the Vista bashing industry works (May 12, 2008)">Is Vista less secure than Windows 2000? How the Vista bashing industry works</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/windows-vista-security-improvements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is Windows Vista’s firewall crippled?</title>
		<link>http://4sysops.com/archives/is-windows-vista%e2%80%99s-firewall-crippled/</link>
		<comments>http://4sysops.com/archives/is-windows-vista%e2%80%99s-firewall-crippled/#comments</comments>
		<pubDate>Wed, 03 May 2006 17:18:47 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[firewalls]]></category>
		<category><![CDATA[vista bashing]]></category>
		<category><![CDATA[vista security]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/is-windows-vista%e2%80%99s-firewall-crippled/</guid>
		<description><![CDATA[<p>There is an on going debate [<a href="http://www.zdnet.com.au/news/security/soa/Vista_firewall_shackled_due_to_customer_demand_Microsoft/0,2000061744,39252954,00.htm" target="_blank">1]</a> [<a href="http://www.zdnet.com.au/news/security/soa/Zone_Labs_glee_at_hobbled_Vista_firewall/0,2000061744,39252346,00.htm" target="_blank">2</a>] ever since Microsoft announced that outbound filtering in Windows Vista&#8217;s firewall will be turned off by default. Obviously, Microsoft again valued usability above security. Whereas I understand it in this context, I was a bit surprised how Microsoft staff justified this move.</p>
<p><a href="http://blogs.technet.com/mkleef/archive/2006/04/27/426517.aspx"></a><a href="http://blogs.technet.com/mkleef/archive/2006/04/27/426517.aspx" target="_blank">Michael Kleef</a>, for example, thinks that other security measures should be used to prevent malware from infecting the computer in the first place. He listed several new technologies of Windows Vista, like <a href="http://www.microsoft.com/technet/windowsvista/evaluate/feat/secfeat.mspx#E3B" target="_blank">User Access Protection</a>, <a href="http://www.microsoft.com/technet/windowsvista/evaluate/feat/secfeat.mspx#ERD" target="_blank">Windows Defender</a> and <a href="http://www.microsoft.com/technet/windowsvista/evaluate/feat/secfeat.mspx#E4F" target="_blank">Sandbox of IE7</a>, that should do the job.</p>
<p>I think, this is not a good argument. The more lines of defences you have, the better it is. If the malware manages to get around one defence line, there is still the next in line which stops the malicious program from causing more damage. So, enumerating other features of software to explain away a security weakness is &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>There is an on going debate [<a href="http://www.zdnet.com.au/news/security/soa/Vista_firewall_shackled_due_to_customer_demand_Microsoft/0,2000061744,39252954,00.htm" target="_blank">1]</a> [<a href="http://www.zdnet.com.au/news/security/soa/Zone_Labs_glee_at_hobbled_Vista_firewall/0,2000061744,39252346,00.htm" target="_blank">2</a>] ever since Microsoft announced that outbound filtering in Windows Vista&#8217;s firewall will be turned off by default. Obviously, Microsoft again valued usability above security. Whereas I understand it in this context, I was a bit surprised how Microsoft staff justified this move.</p>
<p><a href="http://blogs.technet.com/mkleef/archive/2006/04/27/426517.aspx"></a><a href="http://blogs.technet.com/mkleef/archive/2006/04/27/426517.aspx" target="_blank">Michael Kleef</a>, for example, thinks that other security measures should be used to prevent malware from infecting the computer in the first place. He listed several new technologies of Windows Vista, like <a href="http://www.microsoft.com/technet/windowsvista/evaluate/feat/secfeat.mspx#E3B" target="_blank">User Access Protection</a>, <a href="http://www.microsoft.com/technet/windowsvista/evaluate/feat/secfeat.mspx#ERD" target="_blank">Windows Defender</a> and <a href="http://www.microsoft.com/technet/windowsvista/evaluate/feat/secfeat.mspx#E4F" target="_blank">Sandbox of IE7</a>, that should do the job.</p>
<p>I think, this is not a good argument. The more lines of defences you have, the better it is. If the malware manages to get around one defence line, there is still the next in line which stops the malicious program from causing more damage. So, enumerating other features of software to explain away a security weakness is not convincing.</p>
<p>A second argument, which was also put forward by <a href="http://www.oreillynet.com/windows/blog/2006/05/vistas_firewall_crippled_yeah.html" target="_blank">Mitch Tulloch</a>, is that outbound filtering is not important anyway since clever malware can simply use another open port like port 80 to connect to other computers in the network.</p>
<p>There is a big difference between personal firewalls and gateway firewalls. Good personal firewalls don&#8217;t just filter ports; they also allow you to specify which desktop applications can connect to the internet. This is very important in corporate networks. If a user starts an application which is infected by a virus or other malware from his USB stick, for example, it can&#8217;t infect other computers in the network even if it uses port 80 since the personal firewall will block this application. I wonder, if the firewall of Windows Visa has this feature?</p>
<p>In my view it only makes sense for the home edition of Windows Vista to disable outbound filtering by default. Usually, the configuration is too complicated and time consuming that most users would just turn off the firewall, anyway. This way usability does improve security since security software that is too complicated to handle will simply not be used. So the overall security of the internet wouldn&#8217;t be improved.</p>
<p>However, in a corporate environment outbound filtering is very useful even if there is gateway firewall. As network administrators can do the configuration, usability is not an issue here.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/how-to-configure-tmg-for-ssl-client-certificate-authentication/" title="How to configure TMG for SSL Client Certificate Authentication (July 29, 2011)">How to configure TMG for SSL Client Certificate Authentication</a> (0)</li>
	<li><a href="http://4sysops.com/archives/using-tmg-one-time-passwords-and-kerberos-constrained-delegation/" title="Using TMG, one-time passwords and Kerberos Constrained Delegation (July 22, 2011)">Using TMG, one-time passwords and Kerberos Constrained Delegation</a> (2)</li>
	<li><a href="http://4sysops.com/archives/how-to-use-kerberos-constrained-delegation-with-forefront-tmg/" title="How to use Kerberos Constrained Delegation with Forefront TMG (July 13, 2011)">How to use Kerberos Constrained Delegation with Forefront TMG</a> (0)</li>
	<li><a href="http://4sysops.com/archives/secure-your-exchange-2010-server-with-forefront-tmg-part-2/" title="Secure your Exchange 2010 Server with Forefront TMG &#8211; Part 2 (March 16, 2011)">Secure your Exchange 2010 Server with Forefront TMG &#8211; Part 2</a> (0)</li>
	<li><a href="http://4sysops.com/archives/secure-your-exchange-2010-server-with-forefront-tmg-part-1/" title="Secure your Exchange 2010 Server with Forefront TMG &#8211; Part 1 (March 15, 2011)">Secure your Exchange 2010 Server with Forefront TMG &#8211; Part 1</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/is-windows-vista%e2%80%99s-firewall-crippled/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
	</channel>
</rss>

