<?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; security</title>
	<atom:link href="http://4sysops.com/archives/tag/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://4sysops.com</link>
	<description>For Windows Administrators</description>
	<lastBuildDate>Wed, 08 Feb 2012 20:25:19 +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>FREE: PhoneFactor &#8211; Mobile phone based two-factor authentication</title>
		<link>http://4sysops.com/archives/free-phonefactor-mobile-phone-based-two-factor-authentication/</link>
		<comments>http://4sysops.com/archives/free-phonefactor-mobile-phone-based-two-factor-authentication/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 20:22:39 +0000</pubDate>
		<dc:creator>Justin Shin</dc:creator>
				<category><![CDATA[Free Tools]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">https://4sysops.com/?p=7825</guid>
		<description><![CDATA[PhoneFactor offers an easy to implement and inexpensive solution for IT groups that want to implement two-factor mobile phone based authentication without the overhead of physical tokens and licensing.]]></description>
			<content:encoded><![CDATA[<p><strong><i>PhoneFactor offers an easy to implement and inexpensive solution for IT groups that want to implement two-factor mobile phone based authentication without the overhead of physical tokens and licensing.</i></strong></p>
<p><a href="http://www.phonefactor.com/">PhoneFactor</a> is free for up to 25 users and reasonably priced after that. The beauty of PhoneFactor is that it utilizes something users already have &#8211; a mobile phone &#8211; as a token rather than a proprietary device.</p>
<p>PhoneFactor Agent, the software behind the service, acts as a RADIUS server for authentication to network resources such as a VPN. When a user attempts authentication, he will still first be prompted for a user name and password. After he enters those details, the service will place a call to his phone and require the user to answer the call and press the “#” button. Once this is completed, the user is successfully authenticated.</p>
<p>In this tutorial we will install the Agent on Windows Server 2008 R2, integrate with Active Directory, link a few user accounts, and set up a RADIUS server.</p>
<h2>Getting started</h2>
<p>You can download the PhoneFactor Agent after registering here. You will need a mobile phone to register since PhoneFactor utilizes their own system on their customer portal. Run the installer and launch the PhoneFactor Agent. You will be greeted by the Authentication Configuration Wizard, where you can:</p>
<ul>   
<li><strong>Enable replication between agents:</strong> Allows you to replicate data between multiple installations. Since we are only installing it on one server, do not check. </li>
<li><strong>Select Applications:</strong> You can apply PhoneFactor to a variety of applications, including Citrix, Outlook Web Access, and Remote Desktop. For our purposes, we will only choose VPN. </li>
<li><strong>VPN with Radius:</strong> Specify your VPN server IP address as well as a strong shared secret between the VPN server and PhoneFactor. Leave the default port options as-is. </li>
<li><strong>VPN Target: </strong>Since we want to authenticate against a Windows domain, we will choose Windows domain. However you can also use another RADIUS server (some firewalls have built-in RADIUS servers, so you can redirect back to the firewall). </li>
</ul>
<p><a href="http://4sysops.com/wp-content/uploads/2012/01/Mobile-phone-two-factor-authenciation-Phonefactor-Agent-Configuration.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2012/01/Mobile-phone-two-factor-authenciation-Phonefactor-Agent-Configuration.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none" title="Mobile phone two-factor authenciation - Phonefactor Agent Configuration" alt="Mobile phone two-factor authenciation - Phonefactor Agent Configuration" src="http://4sysops.com/wp-content/uploads/2012/01/Mobile-phone-two-factor-authenciation-Phonefactor-Agent-Configuration_thumb.png" width="400" height="372" /></a></p>
<p align="center"><em>Phonefactor Agent Configuration</em></p>
<p>Click Finish and let PhoneFactor do its magic. Once the setup is complete, you can begin using the Agent.</p>
<h2>Locking down PhoneFactor</h2>
<p>By default, PhoneFactor will allow any user who successfully authenticates against AD to sign in &#8211; if no user is defined (and no phone number is linked), it will just authenticate the user. In most cases, you would not want this to happen. Navigate to <strong>Company Setup</strong> and choose “Fail Authentication” when user is disabled.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2012/01/Mobile-phone-two-factor-authenication-Fail-authentication.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2012/01/Mobile-phone-two-factor-authenication-Fail-authentication.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none" title="Mobile phone two-factor authenication - Fail authentication" alt="Mobile phone two-factor authenication - Fail authentication" src="http://4sysops.com/wp-content/uploads/2012/01/Mobile-phone-two-factor-authenication-Fail-authentication_thumb.png" width="600" height="219" /></a></p>
<p align="center"><em>Fail authentication</em></p>
<p>We will also want to specify a default search domain for AD users. Choose the “Username Resolution” tab and specify a default search domain for the option “Use Windows security identifiers (SIDs) for matching usernames.”</p>
<p><a href="http://4sysops.com/wp-content/uploads/2012/01/Mobile-phone-two-factor-authentication-security-identifiers-SID.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2012/01/Mobile-phone-two-factor-authentication-security-identifiers-SID.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none" title="Mobile phone two-factor authentication - security identifiers (SID)" alt="Mobile phone two-factor authentication - security identifiers (SID)" src="http://4sysops.com/wp-content/uploads/2012/01/Mobile-phone-two-factor-authentication-security-identifiers-SID_thumb.png" width="381" height="152" /></a></p>
<p align="center"><em>Security identifiers (SIDs)</em></p>
<p>Finally, if your Active Directory user account setup is non-standard, you should navigate to <strong>Directory Integration</strong> and confirm in the “Filters” and “Attributes” tabs that the data fields you wish to use are the ones that PhoneFactor will use. Most administrators will not need to do this.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2012/01/Mobile-phone-two-factor-authenication-Directory-Integration.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2012/01/Mobile-phone-two-factor-authenication-Directory-Integration.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none" title="Mobile phone two-factor authenication - Directory Integration" alt="Mobile phone two-factor authenication - Directory Integration" src="http://4sysops.com/wp-content/uploads/2012/01/Mobile-phone-two-factor-authenication-Directory-Integration_thumb.png" width="400" height="363" /></a></p>
<p align="center"><em>Directory Integration</em></p>
<h2>Adding users</h2>
<p>Now we can begin adding users to our PhoneFactor implementation. Because of our previous setup, only users who have been added to PhoneFactor <em>with a phone number defined</em> will be able to authenticate successfully against AD. After all, not all users will require remote access. Navigate to the <strong>Users</strong> section and click “Import from Active Directory.”</p>
<p>This powerful interface allows you to select users by OU or filter terms. You can import all users at once &#8211; which is not advisable &#8211; or specify which ones to import in a granular fashion. The users you have selected will appear in the window on the right. You will notice that by default, “Only New Users with Phone Numbers” are enabled. This is the behavior you want, since users without a phone number will authenticate using only their AD credentials. Once you are ready, click “Import.”</p>
<p><a href="http://4sysops.com/wp-content/uploads/2012/01/Mobile-phone-two-factor-authentication-Import-users.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2012/01/Mobile-phone-two-factor-authentication-Import-users.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none" title="Mobile phone two-factor authentication - Import users" alt="Mobile phone two-factor authentication - Import users" src="http://4sysops.com/wp-content/uploads/2012/01/Mobile-phone-two-factor-authentication-Import-users_thumb.png" width="600" height="457" /></a></p>
<p align="center"><em>Import users</em></p>
<p>In many cases, you will not have defined phone numbers yet for your users in Active Directory. This is OK; you will just need to do so now for each authorized user. Double-click the user, then define a phone number and enable the user.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2012/01/Mobile-phone-two-factor-authentication-Phone-number-Enable-user.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2012/01/Mobile-phone-two-factor-authentication-Phone-number-Enable-user.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none" title="Mobile phone two-factor authentication - Phone number - Enable user" alt="Mobile phone two-factor authentication - Phone number - Enable user" src="http://4sysops.com/wp-content/uploads/2012/01/Mobile-phone-two-factor-authentication-Phone-number-Enable-user_thumb.png" width="300" height="211" /></a></p>
<p align="center"><em>Phone number &#8211; Enable user</em></p>
<p>Finally, you will see your newly-enabled user in the users listing. Once you have defined all of your users, you will need to configure your VPN server to authenticate using RADIUS.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2012/01/Mobile-phone-two-factor-authenication-User-listing.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2012/01/Mobile-phone-two-factor-authenication-User-listing.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none" title="Mobile phone two-factor authenication - User listing" alt="Mobile phone two-factor authenication - User listing" src="http://4sysops.com/wp-content/uploads/2012/01/Mobile-phone-two-factor-authenication-User-listing_thumb.png" width="600" height="28" /></a></p>
<p align="center"><em>User listing</em></p>
<h2>VPN Server Configuration with PhoneFactor RADIUS</h2>
<p>Since there are so many VPN servers out there, we will focus on a few general tips for setting this up. You will typically need to provide:</p>
<ul>   
<li><strong>PhoneFactor Agent IP</strong> </li>
<li><strong>PhoneFactor Agent Ports:</strong> Typically, 1645,1812 for authentication and 1646,1813 for accounting. Make sure the firewall on your Agent server does not block this traffic </li>
<li><strong>Shared Secret:</strong> This is the secret you had defined in the wizard and it should be strong since it will serve as a barrier between your VPN server and the RADIUS server. </li>
<li><strong>Timeout:</strong> Make sure you set a fairly high timeout value; by default, most VPN servers do not give you a lot of time to authenticate because the RADIUS server is local to the network and does not take long to perform the lookup. However, since PhoneFactor takes about 3-5 seconds to place the call, and the user can take anywhere from 2-20 seconds to actually respond, I would recommend a timeout of at least 30 seconds. </li>
</ul>
<p>That’s it! Though PhoneFactor offers more powerful features (especially in paid versions), you are already set up and ready to authenticate. For small businesses with fewer than 25 users, PhoneFactor is a free and easy to implement two-factor authentication solution. Give it a try today!</p>
<h2><a href="http://www.phonefactor.com/">PhoneFactor</a></h2>
Author: Justin Shin
<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-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> (0)</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>
	<li><a href="http://4sysops.com/archives/raffle-setacl-studio-set-windows-permissions/" title="Raffle: SetACL Studio &#8211; Set Windows permissions (October 19, 2011)">Raffle: SetACL Studio &#8211; Set Windows permissions</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/free-phonefactor-mobile-phone-based-two-factor-authentication/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to disable USB drive use in an Active Directory domain</title>
		<link>http://4sysops.com/archives/how-to-disable-usb-drive-use-in-an-active-directory-domain/</link>
		<comments>http://4sysops.com/archives/how-to-disable-usb-drive-use-in-an-active-directory-domain/#comments</comments>
		<pubDate>Mon, 02 Jan 2012 19:05:31 +0000</pubDate>
		<dc:creator>Timothy Warner</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[active directory]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">https://4sysops.com/?p=7709</guid>
		<description><![CDATA[In this article you will learn how to improve your network security by disabling Universal Serial Bus (USB) drive usage in your Active Directory domain.]]></description>
			<content:encoded><![CDATA[<p><strong><i>In this article you will learn how to improve your network security by disabling Universal Serial Bus (USB) drive usage in your Active Directory domain.</i></strong></p>
<p><a href="http://en.wikipedia.org/wiki/Usb">Universal Serial Bus</a> (USB) <a href="http://en.wikipedia.org/wiki/USB_flash_drive">flash drives</a> are undeniably convenient and easy to use. However, these devices pose very real security threats.</p>
<p>Number one, allowing your users to mount their own USB flash drives provides a vector for malicious code into your network. Number two, a malicious user can steal sensitive data by copying it to their flash drive and leaving the campus.</p>
<p>Here are a couple excellent articles that delve more deeply into IT security threats posed by USB devices:</p>
<ul>
<li><a href="http://www.darkreading.com/security/article/208803634/index.html">Social Engineering, the USB Way</a></li>
<li><a href="http://www.securityfocus.com/news/11397">USB Drives Pose Insider Threat</a></li>
</ul>
<p>You may decide to institute an IT security policy in your domain that prohibits use of personal USB devices. This is all well and good, but how many of your users will actually adhere to the policy without some kind of a control in place?</p>
<p>Fortunately, <a href="http://www.microsoft.com/windowsserver/">Windows Server 2008 R2</a> provides us administrators with a method for easily disabling USB drive access on Active Directory domain assets. Let’s get to work.</p>
<h2>Defining the restriction</h2>
<p>One important thing to keep in mind is that Microsoft made it MUCH easier to control removable drive access in Windows 7/Windows Server 2008 R2 Group Policy. If you need to restrict USB drives on earlier client operating systems (including Windows Vista), then one of the following links should prove helpful to you:</p>
<ul>
<li><a href="http://www.petri.co.il/disable_usb_disks_with_gpo.htm">How can I prevent users from using USB removable disks (USB flash drives) by using Group Policy (GPO)?</a></li>
<li><a href="http://social.technet.microsoft.com/Forums/en-US/winserverDS/thread/3255d483-1be6-41a2-b6e3-33317e7c4d13/">Group Policy..Block USB</a></li>
<li><a href="http://support.microsoft.com/kb/555324">HOWTO: Use Group Policy to disable USB, CD-ROM, Floppy Disk and LS-120 drivers</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/bb530324.aspx#grouppolicydeviceinstall_topic3c">Step-by-Step Guide to Controlling Device Installation Using Group Policy</a></li>
</ul>
<p>Now then: from one of your Active Directory Domain Services domain controllers or from an administrative workstation, open the Group Policy Management Console and link a new GPO to the appropriate target (domain, OU, etc.).</p>
<p>Within the Group Policy Editor, navigate to <strong>\Computer Configuration\Policies\Administrative Templates\System\Removable Storage Access</strong>.</p>
<p><strong>NOTE</strong>: If you prefer to set these restrictions on a per-user basis instead of computer-wide, then use the Group Policy path<strong> \User Configuration\Policies\Administrative Templates\System\Removable Storage Access</strong>.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2012/01/Disable-USB-drive-Group-Policy-Removable-Storage-Access.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2012/01/Disable-USB-drive-Group-Policy-Removable-Storage-Access.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none;" title="Disable USB drive - Group Policy - Removable Storage Access" src="http://4sysops.com/wp-content/uploads/2012/01/Disable-USB-drive-Group-Policy-Removable-Storage-Access_thumb.png" alt="Disable USB drive - Group Policy - Removable Storage Access" width="600" height="447" /></a></p>
<p align="center"><em>Group Policy &#8211; Removable Storage Access</em></p>
<p>Note from the above screenshot that we can use Group Policy to limit access to the following device classes:</p>
<ul>
<li>Optical drives (CD and DVD)</li>
<li>Floppy drives</li>
<li>Removable disks (USB devices)</li>
<li>Tape drives</li>
<li>Custom device classes</li>
</ul>
<p>By far, the most restrictive restriction (pardon the redundancy) is the policy <strong>All Removable Storage Classes: Deny All Access</strong>. If we enable this policy, as is shown in the following screen capture, then we prevent affected users from mounting ANY class of removable media.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2012/01/Disable-USB-drive-usage-All-Removable-Storage-classes-Deny-all-access.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2012/01/Disable-USB-drive-usage-All-Removable-Storage-classes-Deny-all-access.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none;" title="Disable USB drive usage - All Removable Storage classes - Deny all access" src="http://4sysops.com/wp-content/uploads/2012/01/Disable-USB-drive-usage-All-Removable-Storage-classes-Deny-all-access_thumb.png" alt="Disable USB drive usage - All Removable Storage classes - Deny all access" width="600" height="551" /></a></p>
<p align="center"><em>All Removable Storage classes &#8211; Deny all access</em></p>
<p>Naturally, we want to apply GPO security filtering to ensure that only our desired users and computers are affected by our new policy. From the Group Policy Management Console we can make use of the <strong>Security Filtering</strong> and/or the <strong>WMI Filtering</strong> areas to properly scope our GPO. This is depicted in the following screen image:</p>
<p><a href="http://4sysops.com/wp-content/uploads/2012/01/Disable-USB-drive.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2012/01/Disable-USB-drive.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none;" title="Disable USB drive" src="http://4sysops.com/wp-content/uploads/2012/01/Disable-USB-drive_thumb.png" alt="Disable USB drive" width="411" height="447" /></a></p>
<p align="center"><em>Disable USB drive</em></p>
<p>In order to put your new GPO into effect immediately, open an administrative command prompt and issue the following command:</p>
<p><em>gpupdate/ force</em></p>
<p>This command refreshes Group Policy throughout your Active Directory domain.</p>
<h2>How the restriction works</h2>
<p>Once your GPO has been ingested by your domain, a user will see the following message box whenever they attempt to mount a restricted media device:</p>
<p><a href="http://4sysops.com/wp-content/uploads/2012/01/Disabled-removable-drive.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2012/01/Disabled-removable-drive.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none;" title="Disabled removable drive" src="http://4sysops.com/wp-content/uploads/2012/01/Disabled-removable-drive_thumb.png" alt="Disabled removable drive" width="381" height="165" /></a></p>
<p align="center"><em>Disabled removable drive</em></p>
<p>It’s as simple as that!</p>
<h2>Conclusion</h2>
<p>In this article you learned how to leverage Windows Server 2008 Group Policy to disable USB drive us in our Active Directory domain. Have you initiated this policy in your environment? Please feel free to share your experiences and questions in the comments portion of this post.</p>
Author: Timothy Warner
<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-exam-70-640-active-directory-trusts-sample-question/" title="Microsoft Exam 70-640 &#8211; Active Directory trusts &#8211; Sample question (February 8, 2012)">Microsoft Exam 70-640 &#8211; Active Directory trusts &#8211; Sample question</a> (0)</li>
	<li><a href="http://4sysops.com/archives/microsoft-exam-70-640-active-directory-trusts/" title="Microsoft Exam 70-640 &#8211; Active Directory trusts (February 7, 2012)">Microsoft Exam 70-640 &#8211; Active Directory trusts</a> (0)</li>
	<li><a href="http://4sysops.com/archives/microsoft-exam-70-640-configuring-active-directory-forests-and-domains-sample-practice-question/" title="Microsoft Exam 70-640 &#8211; Active Directory Forests and Domains &#8211; Sample question (January 18, 2012)">Microsoft Exam 70-640 &#8211; Active Directory Forests and Domains &#8211; Sample question</a> (5)</li>
	<li><a href="http://4sysops.com/archives/microsoft-exam-70-640-configuring-active-directory-forests-and-domains/" title="Microsoft Exam 70-640 &#8211; Active Directory Forests and Domains (January 17, 2012)">Microsoft Exam 70-640 &#8211; Active Directory Forests and Domains</a> (0)</li>
	<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>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/how-to-disable-usb-drive-use-in-an-active-directory-domain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Service Account best practices &#8211; Part 2: Least Privilege implementation</title>
		<link>http://4sysops.com/archives/service-account-best-practices-part-2-least-privilege-implementation/</link>
		<comments>http://4sysops.com/archives/service-account-best-practices-part-2-least-privilege-implementation/#comments</comments>
		<pubDate>Fri, 30 Dec 2011 19:05:09 +0000</pubDate>
		<dc:creator>Timothy Warner</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[processes]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">https://4sysops.com/?p=7699</guid>
		<description><![CDATA[In this article you will learn some best-practice suggestions for using service applications according to the IT security rule of least privilege.]]></description>
			<content:encoded><![CDATA[<p><strong><i>In this article you will learn some best-practice suggestions for using service applications according to the IT security rule of least privilege.</i></strong></p>
<p>In my previous article, we defined <a href="http://4sysops.com/archives/service-account-best-practices-part-1-choosing-a-service-account">services and service accounts</a> and also examined what options there are for selecting a service account for use with a particular service or application.</p>
<p>Here we take that fundamental knowledge and put it in more of a practical context. In real world multi-tier Web application scenarios, a Windows administrator can quickly become overwhelmed in keeping track of which service account he or she used with which application or service.</p>
<p>Consider the following example diagram:</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/12/A-typical-multi-tier-Web-application-topology.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/12/A-typical-multi-tier-Web-application-topology.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none;" title="A typical multi-tier Web application topology" src="http://4sysops.com/wp-content/uploads/2011/12/A-typical-multi-tier-Web-application-topology_thumb.png" alt="A typical multi-tier Web application topology" width="446" height="214" /></a></p>
<p align="center"><em>A typical multi-tier Web application topology</em></p>
<p>Think of how many service accounts we require in the preceding scenario:</p>
<ul>
<li>Client services (likely if the client is using anything beyond a simple Web browser to access the Web application)</li>
<li>IIS services</li>
<li>AD and related infrastructure services (DNS, DHCP, etc.)</li>
<li>Application services (SharePoint 2010, for instance, requires an entire suite of service account-attached services and applications</li>
<li>SQL Server services</li>
<li>“Standard” Windows services (Server service, etc.)</li>
</ul>
<p>What is a busy Windows systems administrator to do? Well, read on and I’ll tell you.</p>
<h2>Tip #1: Remember the Principle of Least Service</h2>
<p>The IT security principle of least service means, in a nutshell, if you don’t absolutely require a specific service, disable it. Just turn it off. By performing this action we not only conserve system and possibly network resources, but we also reduce the number of attack vectors a malicious user can employ to penetrate your network.</p>
<p>As you know, we can manage all aspects of Windows services by using either the Service Control Manager (<strong>services.msc</strong>) MMC console or (even better) through Group Policy. The relevant Group Policy path is <strong>\Computer Configuration\Preferences\Control Panel Settings\Services</strong>.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/12/Managing-services-with-Group-Policy.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/12/Managing-services-with-Group-Policy.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none;" title="Managing services with Group Policy" src="http://4sysops.com/wp-content/uploads/2011/12/Managing-services-with-Group-Policy_thumb.png" alt="Managing services with Group Policy" width="600" height="296" /></a></p>
<p align="center"><em>Managing services with Group Policy</em></p>
<h2>Tip #2: Know exactly what your applications and services are doing</h2>
<p>Microsoft does a fairly decent job of enumerating the system privileges and file system permissions that its enterprise applications grant automatically to service accounts. For instance, check out the following links and prepare to be surprised:</p>
<ul>
<li><a href="http://technet.microsoft.com/en-us/library/cc678863.aspx">SharePoint 2010 Account Permissions and Security Settings</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/ms143504.aspx">SQL Server 2008 R2: Setting Up Windows Service Accounts</a></li>
<li><a href="http://exchange.exiis.net/KB_ARTICLES/KB3/Pages/ExchangeRoles,Rights,andPermissions.aspx">Exchange 2010: Roles, Rights, and Permissions</a></li>
</ul>
<p>You need to remain ever-aware of any “out of the box” privilege escalation that your line-of-business applications grant to service account. The best way to do this is to keep a wary and scrupulous eye on the vendor’s documentation.</p>
<h2>Tip #3: Be Vigilant regarding the Everyone and Authenticated users groups</h2>
<p><strong>Everyone</strong> and <strong>Authenticated Users</strong> are dynamic security principals, which means that their membership is controlled by your network environment itself and that we administrators cannot control membership to these group identities.</p>
<p>The <strong>Everyone</strong> identity includes all authenticated and unauthenticated network users (this includes Local Service, people).</p>
<p>The <strong>Authenticated Users</strong> identity includes all domain user and computer accounts who have successfully authenticated to Active Directory. This group includes the Local System and <strong>Network Service</strong> built-in service account identities.</p>
<p>Thus, our “take-home” message is to keep a careful eye on where and how we are assigning access permissions to these two special groups.</p>
<p>We can control which accounts have which system privilege by using Group Policy; the relevant Group Policy path is <strong>\Computer Configuration\Policies\Windows Settings\Security Settings\Local Policies\User Rights Assignment</strong>.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/12/Managing-user-rights-with-Group-Policy.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/12/Managing-user-rights-with-Group-Policy.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none;" title="Managing user rights with Group Policy" src="http://4sysops.com/wp-content/uploads/2011/12/Managing-user-rights-with-Group-Policy_thumb.png" alt="Managing user rights with Group Policy" width="600" height="420" /></a></p>
<p align="center"><em>Managing user rights with Group Policy</em></p>
<p><em><strong>NOTE 1</strong>: System privileges are also called user rights. Either way, we refer to system-wide abilities such as logging on as a service, logging on locally, changing the system time, and so forth</em>.</p>
<p><em><strong>NOTE 2</strong>: Be sure to exercise due diligence and perform research prior to making user rights assignments in Group Policy. We don’t want to inadvertently break LOB application access.</em></p>
<h2>Tip #4: Remember that network service authenticates as the Computer</h2>
<p>If you opt to associate the built-in Network Service service account to a network-aware service, be aware that when that service makes a remote connection, it does so under the security context of the “calling” computer account (not user account).</p>
<p>Thus, you may need to adjust the discretionary access control lists (DACLs) on relevant target systems to include an access control entry (ACE) for the calling computer.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/12/Editing-a-DACL-for-an-IIS-Web-application.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/12/Editing-a-DACL-for-an-IIS-Web-application.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none;" title="Editing a DACL for an IIS Web application" src="http://4sysops.com/wp-content/uploads/2011/12/Editing-a-DACL-for-an-IIS-Web-application_thumb.png" alt="Editing a DACL for an IIS Web application" width="600" height="400" /></a></p>
<p align="center"><em>Editing a DACL for an IIS Web application</em></p>
<h2>Tip #5: Use separate domain user accounts for services and applications</h2>
<p>The main reasons why I suggest that you use dedicated domain user accounts for service accounts instead of the built-in identities are as follows:</p>
<ul>
<li>By using domain user accounts as service account logons, you can more granularly audit access locally and across your network</li>
<li>For applications that support them, <a href="http://technet.microsoft.com/en-us/library/dd560633(v=ws.10).aspx">managed user accounts (MSAs)</a> enable you to use domain password policy with your service accounts</li>
<li>A domain user account has unquestioned visibility throughout your entire domain and Active Directory forest</li>
<li>Domain user accounts can be more definitively targeted with Group Policy</li>
<li>Using domain user accounts consistently makes it easier to manage multi-tier application infrastructures</li>
</ul>
<p>Speaking of Group Policy, you might want to ensure that your domain service accounts are <a href="http://www.windowsitpro.com/article/security/service-accounts-can-be-secure-yet-have-non-expiring-passwords">denied the <strong>Log on Locally</strong> user right</a> at the very least. This action will prevent a malicious user from succeeding in an interactive logon attempt by using a breached service account.</p>
<p>With regard to my final point about consistent use of service accounts, Microsoft recommends that you assign different service accounts to different services within each enterprise application. The thinking here is that an attacker would have to compromise more than one account to “own” your application.</p>
<p>The only “gotcha” with using multiple service accounts is the pure confusion factor that can happen if you deploy the service accounts with no consistency. To reduce the confusion, (a) store your service accounts in separate organizational units (OUs) in Active Directory; and (b) name the accounts in an intuitive manner.</p>
<h2>Conclusion</h2>
<p>In this lesson we learned some industry best practices for using service accounts in a Windows-based, multi-tier application infrastructure. To be sure, we have truly only scratched the surface of this behemoth of a topic.</p>
<p>Please feel free to share your own experiences, war stories, tips, etc. in the comments portion of this post. The Windows admin community deeply needs a vibrant yet solid knowledge base for this subject.</p>
<h2>Further reading</h2>
<ul>
<li><a href="http://technet.microsoft.com/en-us/library/dd548356%28WS.10%29.aspx">Service Accounts Step-by-Step Guide</a></li>
<li><a href="http://technet.microsoft.com/en-us/library/cc170953.aspx">Services and Service Accounts Security Planning Guide</a></li>
</ul>
Author: Timothy Warner
<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> (0)</li>
	<li><a href="http://4sysops.com/archives/service-account-best-practices-part-1-choosing-a-service-account/" title="Service Account best practices Part 1: Choosing a Service Account (December 29, 2011)">Service Account best practices Part 1: Choosing a Service Account</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/service-account-best-practices-part-2-least-privilege-implementation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Four fast ways to improve security in SQL Server 2008 R2</title>
		<link>http://4sysops.com/archives/four-fast-ways-to-improve-security-in-sql-server-2008-r2/</link>
		<comments>http://4sysops.com/archives/four-fast-ways-to-improve-security-in-sql-server-2008-r2/#comments</comments>
		<pubDate>Tue, 22 Nov 2011 12:42:57 +0000</pubDate>
		<dc:creator>Timothy Warner</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[sql server]]></category>

		<guid isPermaLink="false">https://4sysops.com/?p=7473</guid>
		<description><![CDATA[In this article you will learn four quick methods for increasing the security of a SQL Server 2008 R2 instance. This article is intended for Windows systems admins who don’t know (or don’t want to know) much about SQL Server.]]></description>
			<content:encoded><![CDATA[<p><strong><i>In this article you will learn four quick methods for increasing the security of a SQL Server 2008 R2 instance. This article is intended for Windows systems admins who don’t know (or don’t want to know) much about SQL Server.</i></strong></p>
<p>If you are a Windows systems administrator, then there is a good chance that you are also an unwilling SQL Server DBA as well. After all, many organizations host line of business (LOB) applications that use SQL Server 2008 as their back-end data store.</p>
<p>Your organization may be subject to industry and/or governmental regulations that require you to step up the security of your IT infrastructure. On the other hand, the mere threat of data penetration or compromise may have you asking the question, “How can I secure our SQL Server databases without my having to know T-SQL and SQL Server architecture?”</p>
<p>The purpose of this article is to provide you with some nitty-gritty, fairly easy to implement security tweaks for SQL Server 2008. Of course, there is no such thing as a secure system. Instead, we have degrees of security, from low to high. Nevertheless, by following the tips I give you in this article, you will substantially improve the security of your SQL Server systems.</p>
<h2>Tip #1: Change the default SQL Server port</h2>
<p>By default, the first installation of a SQL Server 2008 engine (called the default instance) listens for incoming connections on TCP port 1433. This is bad news, of course, because any malicious user seeking to fingerprint your network will probe this well-known port in search of SQL Server services.</p>
<p>Additional installations of SQL Server on the same box (called named instances) will be dynamically assigned a TCP port number by SQL Server. However, I recommend you hard-code a personally chosen (and non-standard) port number for all of your SQL Server 2008 services.</p>
<p>Remember that SQL Server 2008 consists of several different services, each requiring its own TCP socket:</p>
<ul>
<li>SQL Server Database Engine</li>
<li>SQL Server Agent</li>
<li>SQL Server Analysis Services (SSAS)</li>
<li>SQL Server Reporting Services (SSRS)</li>
<li>SQL Server Integration Services (SSIS)</li>
</ul>
<p>Before you change the listener port for SQL Server, please check in with your application development team beforehand. The last thing you want to do is to inadvertently break your LOB applications that may be hard-coded to connect to SQL Server by using the default port.</p>
<p>You’ll also want to check in with the individual(s) who manage your corporate firewall, because exceptions will doubtless need to be created for the newly assigned SQL Server port numbers.</p>
<p>Rather than give you the click-by-click procedures for securing SQL Server in this article, I will instead point you to hand-picked external Web sites that have already undertaken the task in excellent form.</p>
<p>For instance, to learn how to change the SQL Server listener port numbers, please consult the following article:</p>
<ul>
<li><a href="http://msdn.microsoft.com/en-us/library/ms177440.aspx">How to: Configure a Server to Listen on a Specific TCP Port (MSDN)</a></li>
</ul>
<h2>Tip #2: Harden SQL Server service accounts</h2>
<p>Each SQL Server 2008 engine that you install has an associated Windows service account. Your first plan of attack is to create a separate low-privilege Active Directory user account for use by each SQL Server service.</p>
<p>The reason why you don’t want to use a single service account is that if someone compromises the account, they would be able to control all SQL Server services.</p>
<p>SQL Server will automatically grant the service account any relevant OS privileges; therefore, you should never make your SQL Server service accounts a member of any administrative group.</p>
<p>Here are a couple of nice tutorial links on how to specify service account identities for SQL Server 2008:</p>
<ul>
<li><a href="http://sql-articles.com/articles/general/sql-server-service-accounts/">SQL Server Service Accounts</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/cc281953.aspx">Server Configuration – Service Accounts</a></li>
</ul>
<p>We also want to ensure that our SQL Server service accounts have strong passwords. This subject introduces a common Windows administrator conundrum: password policy. Normally, when user accounts have password expiration, this produces headaches with service accounts and potentially breaks LOB applications that contain hard-coded references to service account passwords.</p>
<p>If you run Windows Server 2008 R2, you can leverage the stunningly <a href="http://4sysops.com/archives/managed-service-accounts-in-windows-server-2008-r2/">awesome managed service account (MSA)</a> capability and let Windows itself manage the passwords for service accounts.</p>
<p>To create and manage MSAs, we use Windows PowerShell 2.0. See the following link for instructions:</p>
<ul>
<li><a href="http://technet.microsoft.com/en-us/library/dd391964%28WS.10%29.aspx">Creating a Managed Service Account</a></li>
<li><a href="http://technet.microsoft.com/en-us/library/dd548356%28WS.10%29.aspx">Service Accounts Step-by-Step Guide</a></li>
</ul>
<h2>Tip #3: Take control of authentication</h2>
<p>As you may already know, SQL Server 2008 supports both Windows-integrated authentication as well as SQL Server authentication. Unless you have a compelling reason to use local SQL Server accounts, I strongly suggest that you go with Windows authentication so you can take advantage of:</p>
<ul>
<li>Domain password policy</li>
<li>Kerberos authentication protocol</li>
</ul>
<p>You also already know that you should change the names of your default Administrator and Guest accounts, right? Right.</p>
<p>Even if you choose not to enable SQL Server authentication, you should rename and potentially disable the built-in default system administrator (sa) SQL Server account. This can be accomplished either with the SQL Server Management Studio GUI tool or by running a couple simple Transact-SQL statements:</p>
<pre>alter login sa with name = secretsa

go

alter login secretsa disable

go</pre>
<h2>Tip #4: Limit access of Public role and Guest account</h2>
<p>SQL Server security is a thorny conceptual bush, indeed. The role-based security model in SQL Server includes a Public server role as well as a Public database role in every database within an instance.</p>
<p>The Public roles function very similarly to the Everyone and Authenticated Users Windows identities. SQL Server grants the CONNECT system privilege to the Public server role, and the Public database role has SELECT privilege against several system views.</p>
<p>Therefore, you want to strip as much access from the Public roles as you can get away with, and certainly not grant the roles any additional privileges.</p>
<p>For more information on this subject, see the following:</p>
<ul>
<li><a href="http://www.sql-server-performance.com/2011/2008-r2-fixed-database-level-roles/">Understanding SQL Server 2008 R2 Fixed Database Level Roles</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/ms175892.aspx">Permissions of Fixed Server Roles</a></li>
<li><a href="http://www.simple-talk.com/sql/database-administration/brads-sure-dba-checklist/#_Toc209585591">Brad’s Sure DBA Checklist</a></li>
</ul>
<p>Each SQL Server database also includes a Guest database user, which can be renamed and disabled but not dropped.</p>
<h2>Conclusion</h2>
<p>The tips I provided you in this article will go a long way toward making your SQL Server 2008 instances less vulnerable to abuse/attack and more in compliance with any industry and/or governmental security mandates.</p>
<p>Please feel free to share any additional easy-to-implement SQL Server security tips in the comments portion of this post.</p>
Author: Timothy Warner
<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> (0)</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/single-user-mode-in-sql-server-2008/" title="Single-user mode in SQL Server 2008 (November 29, 2011)">Single-user mode in SQL Server 2008</a> (0)</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/four-fast-ways-to-improve-security-in-sql-server-2008-r2/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Managed Service Accounts in Windows Server 2008 R2</title>
		<link>http://4sysops.com/archives/managed-service-accounts-in-windows-server-2008-r2/</link>
		<comments>http://4sysops.com/archives/managed-service-accounts-in-windows-server-2008-r2/#comments</comments>
		<pubDate>Fri, 18 Nov 2011 23:08:39 +0000</pubDate>
		<dc:creator>Timothy Warner</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[active directory]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">https://4sysops.com/?p=7458</guid>
		<description><![CDATA[In this article you will learn the basics of managed service accounts in Windows Server 2008 R2.]]></description>
			<content:encoded><![CDATA[<p><strong><i>In this article you will learn the basics of managed service accounts in Windows Server 2008 R2.</i></strong></p>
<p>Here’s the situation: You are called into consult for a client, and in examining their IT infrastructure you observe no organization as to how service accounts are deployed. For instance, some line-of-business (LOB) applications are using the domain Administrator as their service account identity, while others use the Local Service or Network Service identity.</p>
<p>Recently, the client began associating application services with dedicated domain user service accounts. However, because domain password policy forces password changes every 60 days, the manual reassignment of service account passwords created organizational headaches for the IT support staff.</p>
<p>How can you resolve this mess of a real-world situation?</p>
<h2>Introducing Managed Service Accounts</h2>
<p>In Windows Server 2008 R2, we finally have a solution to the problem of reconciling service accounts with Active Directory password policy: the Managed Service Account, or MSA.</p>
<p>When you define an MSA, you leave the account’s password to Windows. Thus, MSAs interoperate just fine with your organizational password policies. When it comes time to change the MSA password, Windows takes care of that for you, automatically generating a password that meets any complexity requirements you may have mandated.</p>
<p>As wonderful and convenient as MSAs are (and they are, trust me), we need to always keep in mind the IT security principle of least privilege. In other words, we must be careful not to assign permissions, either explicitly or implicitly, to the MSA account that are beyond the required access scope of that account.</p>
<h2>Creating Managed Service Accounts</h2>
<p>We use Windows PowerShell 2.0 to create and manage MSAs. From an elevated command prompt, type <strong>powershell</strong> to enter the Windows PowerShell environment.</p>
<p>Next, type <strong>import-module activedirectory</strong> to load the Active Directory PowerShell cmdlet library.</p>
<p>We use the <strong>new-adserviceaccount</strong> cmdlet to define a new MSA. For instance, the following statement creates an MSA named <strong>testmsa</strong> and enables the account for use:</p>
<p>PS&gt;new-adserviceaccount –Name testmsa –Enabled $true</p>
<p>To verify that the MSA has been created and is &quot;ready for action,&quot; so to speak, run the <strong>get-adserviceaccount</strong> cmdlet. Sample output from this cmdlet is shown in Figure 1:</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/11/Managed-Service-Accounts-The-get-adserviceaccount-cmdlet.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/11/Managed-Service-Accounts-The-get-adserviceaccount-cmdlet.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none" title="Managed Service Accounts - The get-adserviceaccount cmdlet" alt="Managed Service Accounts - The get-adserviceaccount cmdlet" src="http://4sysops.com/wp-content/uploads/2011/11/Managed-Service-Accounts-The-get-adserviceaccount-cmdlet_thumb.png" width="600" height="221" /></a></p>
<p align="center"><em>The get-adserviceaccount cmdlet</em></p>
<p><em><strong>NOTE</strong>: Windows appends a dollar sign ($) to the MSA account name. Therefore, an MSA named <strong>testmsa</strong> appears in the computer’s SAM or Active Directory as <strong>testmsa$.</strong></em></p>
<p>We can also fetch MSA properties from Active Directory Users and Computers. Open the tool, click <strong>View &gt; Advanced Features</strong> to display advanced features, and expand the <strong>Managed Service Accounts</strong> container. This is shown in Figure 2:</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/11/Managed-Service-Accounts-Viewing-MSAs-in-Active-Direcotry-Users-and-Computers.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/11/Managed-Service-Accounts-Viewing-MSAs-in-Active-Direcotry-Users-and-Computers.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none" title="Managed Service Accounts - Viewing MSAs in Active Direcotry Users and Computers" alt="Managed Service Accounts - Viewing MSAs in Active Direcotry Users and Computers" src="http://4sysops.com/wp-content/uploads/2011/11/Managed-Service-Accounts-Viewing-MSAs-in-Active-Direcotry-Users-and-Computers_thumb.png" width="600" height="424" /></a></p>
<p align="center"><em>Viewing MSAs in Active Direcotry Users and Computers</em></p>
<h2>Using Managed Service Accounts</h2>
<p>Once they are defined, we can associate MSAs with applications and services by using any of the traditional methods with which you are familiar.</p>
<p>For instance, you can open the Service Control Manager, double-click a service, and navigate to the <strong>Log On</strong> tab to browse Active Directory for an MSA. This procedure is shown in Figure 3:</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/11/Managed-Service-Accounts-Assigning-an-MSA-to-a-service.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/11/Managed-Service-Accounts-Assigning-an-MSA-to-a-service.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none" title="Managed Service Accounts - Assigning an MSA to a service" alt="Managed Service Accounts - Assigning an MSA to a service" src="http://4sysops.com/wp-content/uploads/2011/11/Managed-Service-Accounts-Assigning-an-MSA-to-a-service_thumb.png" width="600" height="443" /></a></p>
<p align="center"><em>Assigning an MSA to a service</em></p>
<p><strong>NOTE</strong>: Be sure to leave the <strong>Password</strong> and <strong>Confirm password</strong> fields empty. Remember, we are delegating account password management to Windows.</p>
<p>Once you apply the change, you will see a <strong>Services</strong> message box informing you that the designated MSA has been granted the Log On as a Service user right. This message box is shown in Figure 4:</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/11/Managed-Service-Accounts-Services-message-box.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/11/Managed-Service-Accounts-Services-message-box.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none" title="Managed Service Accounts - Services message box" alt="Managed Service Accounts - Services message box" src="http://4sysops.com/wp-content/uploads/2011/11/Managed-Service-Accounts-Services-message-box_thumb.png" width="429" height="159" /></a></p>
<p align="center"><em>Services message box</em></p>
<h2>Taking the next step</h2>
<p>From Windows PowerShell, you can issue the statement <strong>get-command –noun *adserv*</strong> to retrieve a list of all MSA-related cmdlets.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/11/Managed-Serviced-Accounts-MSA-related-Windows-PowerShell-cmdlets.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/11/Managed-Serviced-Accounts-MSA-related-Windows-PowerShell-cmdlets.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none" title="Managed Serviced Accounts - MSA-related Windows PowerShell cmdlets" alt="Managed Serviced Accounts - MSA-related Windows PowerShell cmdlets" src="http://4sysops.com/wp-content/uploads/2011/11/Managed-Serviced-Accounts-MSA-related-Windows-PowerShell-cmdlets_thumb.png" width="600" height="131" /></a></p>
<p align="center"><em>MSA-related Windows PowerShell cmdlets</em></p>
<p>You can then run <strong>help &lt;<em>cmdname</em>&gt;</strong> to obtain online help concerning syntax and usage concerning that specific cmdlet.</p>
<h2>Conclusion</h2>
<p>If you are like me, then you find that the Managed Service Account capability of Windows Server 2008 R2 is an administrative godsend. Windows PowerShell is increasingly becoming a &quot;must have&quot; skill set for Windows administrators; please see my 4sysops blog posts on the subject if you’d like a general <a href="http://4sysops.com/archives/powershell-tutorial-for-admins-part-1-cmdlets-and-pipeline/">introduction to Windows PowerShell</a>.</p>
Author: Timothy Warner
<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-exam-70-640-active-directory-trusts-sample-question/" title="Microsoft Exam 70-640 &#8211; Active Directory trusts &#8211; Sample question (February 8, 2012)">Microsoft Exam 70-640 &#8211; Active Directory trusts &#8211; Sample question</a> (0)</li>
	<li><a href="http://4sysops.com/archives/microsoft-exam-70-640-active-directory-trusts/" title="Microsoft Exam 70-640 &#8211; Active Directory trusts (February 7, 2012)">Microsoft Exam 70-640 &#8211; Active Directory trusts</a> (0)</li>
	<li><a href="http://4sysops.com/archives/microsoft-exam-70-640-configuring-active-directory-forests-and-domains-sample-practice-question/" title="Microsoft Exam 70-640 &#8211; Active Directory Forests and Domains &#8211; Sample question (January 18, 2012)">Microsoft Exam 70-640 &#8211; Active Directory Forests and Domains &#8211; Sample question</a> (5)</li>
	<li><a href="http://4sysops.com/archives/microsoft-exam-70-640-configuring-active-directory-forests-and-domains/" title="Microsoft Exam 70-640 &#8211; Active Directory Forests and Domains (January 17, 2012)">Microsoft Exam 70-640 &#8211; Active Directory Forests and Domains</a> (0)</li>
	<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>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/managed-service-accounts-in-windows-server-2008-r2/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Raffle: SetACL Studio &#8211; Set Windows permissions</title>
		<link>http://4sysops.com/archives/raffle-setacl-studio-set-windows-permissions/</link>
		<comments>http://4sysops.com/archives/raffle-setacl-studio-set-windows-permissions/#comments</comments>
		<pubDate>Thu, 20 Oct 2011 00:11:36 +0000</pubDate>
		<dc:creator>External author</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">https://4sysops.com/?p=7221</guid>
		<description><![CDATA[SetACL Studio is a management tool for Windows permissions. It combines powerful features with an intuitive user interface.]]></description>
			<content:encoded><![CDATA[<p><strong><i>SetACL Studio is a management tool for Windows permissions. It combines powerful features with an intuitive user interface.</i></strong></p>
<p>Helge Klein, the author of this article, raffles off five licenses, each worth $14.95 USD of <a href="http://helgeklein.com/setacl-studio/">SetACL Studio</a>. The deadline of this contest is November, 24. If you want to take part in this raffle, please send an email with the subject &#8220;SetACL Studio&#8221; to <script language="Javascript"> 
						document.write('<a href="mailto:contests');
						document.write('@4sys');
						document.write('ops.com" class="contact_us_email">');
						document.write('cont');
						document.write('ests@4sys');
						document.write('ops.com');
                                                document.write('</a>');
					</script>.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/10/Set-Windows-permissions-SetACL-Studio-Drive-C-with-permissions-popup.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/10/Set-Windows-permissions-SetACL-Studio-Drive-C-with-permissions-popup.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none;" title="Set Windows permissions - SetACL Studio - Drive C with permissions popup" src="http://4sysops.com/wp-content/uploads/2011/10/Set-Windows-permissions-SetACL-Studio-Drive-C-with-permissions-popup_thumb.png" alt="Set Windows permissions - SetACL Studio - Drive C with permissions popup" width="600" height="439" /></a></p>
<p><em>Set Windows permissions with SetACL Studio </em></p>
<h2>Set permissions with Windows tools</h2>
<p>Managing permissions has always been complicated on Windows. It takes five clicks just to view the owner of a folder. If you want to take a quick peek at the permissions &#8211; you cannot. Because the dialog is not resizable, you need to click and scroll around to view all entries. And before you can <em>view</em> permissions you need to <em>have</em> permissions you do not even get to see what is there. No wonder the permissions topic is not very popular among administrators.</p>
<h2>Set Windows permissions with SetACL</h2>
<p>Internally making use of the powerful engine of the popular <a href="http://4sysops.com/archives/free-setacl-manage-access-control-lists-acl/">free command line tool SetACL</a>, SetACL Studio hides the complexity of Windows permissions behind an intuitive graphical user interface, showing you everything that is relevant on a single screen.</p>
<p>As you can see in the screenshot above, SetACL Studio covers nearly all areas of the system: it works with directories, files, registry keys, printers, network shares, services and WMI objects. And it works remotely just as well as on the local computer. In fact, you can add as many computers to the tree view on the left side as you like.</p>
<h2>Showing everything, regardless of permissions</h2>
<p>Unlike the tools built into Windows, SetACL Studio shows you everything. Once you run the program with admin rights, you can magically peek into corners of the system hidden in total darkness ever before. If you always wanted to know what is stored in the &#8220;System Volume Information&#8221; directory, SetACL Studio shows you.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/10/Set-Windows-permissions-SetACL-Studio-v1-Drive-C-with-System-Volume-Information.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/10/Set-Windows-permissions-SetACL-Studio-v1-Drive-C-with-System-Volume-Information.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none;" title="Set Windows permissions - SetACL Studio v1 - Drive C with System Volume Information" src="http://4sysops.com/wp-content/uploads/2011/10/Set-Windows-permissions-SetACL-Studio-v1-Drive-C-with-System-Volume-Information_thumb.png" alt="Set Windows permissions - SetACL Studio v1 - Drive C with System Volume Information" width="600" height="439" /></a></p>
<p><em>SetACL Studio v1 &#8211; Display System Volume Information</em></p>
<h2>Full replacement of Windows ACL Editor</h2>
<p>With SetACL Studio installed there is no need to ever revert back to Windows ACL Editor. Not that it is likely that you would want to. SetACL Studio lets you change the owner; it adds, edits and deletes permissions; it configures inheritance from the parent object, and it resets child objects.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/10/Set-Windows-permissons-SetACL-Studio-WMI-with-object-picker.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/10/Set-Windows-permissons-SetACL-Studio-WMI-with-object-picker.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none;" title="Set Windows permissons - SetACL Studio - WMI with object picker" src="http://4sysops.com/wp-content/uploads/2011/10/Set-Windows-permissons-SetACL-Studio-WMI-with-object-picker_thumb.png" alt="Set Windows permissons - SetACL Studio - WMI with object picker" width="600" height="439" /></a></p>
<p><em>SetACL Studio &#8211; WMI with object picker</em></p>
<h2>Undo permission changes</h2>
<p>If you think that it might be a little dangerous to be able to change the security of any object on the system with a single click, you are probably right. Because humans make errors from time to time, SetACL Studio lets you undo any change to the system. Whenever you apply a change, a hyperlink appears at the top of the window that lets you undo it.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/10/Undo-permissions-changes-SetACL-Studio.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/10/Undo-permissions-changes-SetACL-Studio.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none;" title="Undo permissions changes - SetACL Studio" src="http://4sysops.com/wp-content/uploads/2011/10/Undo-permissions-changes-SetACL-Studio_thumb.png" alt="Undo permissions changes - SetACL Studio" width="600" height="439" /></a></p>
<p><em>SetACL Studio v1 &#8211; Undo permissions changes</em></p>
<p>You can download the fully functional 30 day trial version of SetACL Studio from <a href="http://helgeklein.com/setacl-studio/">helgeklein.com</a>. If you have any questions, the <a href="http://helgeklein.com/forum/">support forum</a> is the right place to ask.</p>
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> (0)</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/raffle-setacl-studio-set-windows-permissions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Microsoft Security Compliance Manager (SCM v2) &#8211; Part 4</title>
		<link>http://4sysops.com/archives/microsoft-security-compliance-manager-beta-scm-v2-part-4/</link>
		<comments>http://4sysops.com/archives/microsoft-security-compliance-manager-beta-scm-v2-part-4/#comments</comments>
		<pubDate>Fri, 14 Oct 2011 19:05:22 +0000</pubDate>
		<dc:creator>Paul Schnackenburg</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[group policy]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">https://4sysops.com/?p=7173</guid>
		<description><![CDATA[In this final part of this <a href="http://4sysops.com/archives/microsoft-security-compliance-manager-scm-v2-part-1/">four part series</a> we’ll look at Local GPO which is a bit of a hidden gem in SCM and round off the look at SCM with a summary.]]></description>
			<content:encoded><![CDATA[<p><strong><i>In this final part of this <a href="http://4sysops.com/archives/microsoft-security-compliance-manager-scm-v2-part-1/">four part series</a> we’ll look at Local GPO which is a bit of a hidden gem in SCM and round off the look at SCM with a summary.</i></strong></p>
<h2>LocalGPO in SCM v2</h2>
<p>LocalGPO is included with SCM but there’s no dependency between the two programs. Once you’ve installed SCM there’s an option on the Start Menu to also install LocalGPO. The traditional role of LocalGPO is to control workgroup computers where centralized AD deployment of GPOs isn’t an option but in SCM v2 there’s also a new <b>GPOPack</b> feature that works with Microsoft Deployment Toolkit (MDT) 2010. </p>
<p>LocalGPO lets you export the current configuration of a reference computer as a GPO object provided you’re a local administrator and the export folder already exists:</p>
<p> <code>   
<pre>LocalGPO.wsf /Path:c:\GPOBackup /Export</pre>
<p></code></p>
<p>LocalGPO also allows you to apply settings from a GPO backup file type to the local PC:</p>
<p><code></p>
<pre>LocalGPO.wsf /Path:c:\GPOBackup\{<i>12345678-9ABC-DEFG-1234-56789ABCDEFG</i>}</pre>
<p></code></p>
<p>The GUID in italics is the identification of the GPO you want to apply. </p>
<p>The only drawback with LocalGPO in SCM v1 was the fact that you had to install LocalGPO on each machine where you’d like to use it and whilst it’s a quick installation this wasn’t very flexible. </p>
<p>Thus was born the new GPOPack option for LocalGPO which packs the executable and the baseline into a single self-extracting file which can be applied without any prior installation. Whilst you can use this in many situations it works very well as part of a task sequence in Microsoft Deployment Toolkit (MDT) 2010 to apply your security settings to a machine directly after installation with just a single line of code in a script. </p>
<p>If you don’t want to type out (and potentially misspell) long GUID folder names you can name the GPO Pack with a friendly name, be aware that this means you won’t be able to import the GPO object in the GPMC. When applying a GPOPack in a script point to the GPOPack.wsf file that’s created by the GPOPack option like this:</p>
<p><code></p>
<pre>C:\GPObackup\{<i>12345678-9ABC-DEFG-1234-56789ABCDEFG</i> }\GPOPack.wsf /path:C:\GPOBackups\{<i>12345678-9ABC-DEFG-1234-56789ABCDEFG</i> } /silent</pre>
<p></code></p>
<p>You can also use LocalGPO to monitor workgroup computers in your environment for configuration drift, simply export their current settings and then compare them in SCM v2 against your company sanctioned baseline. </p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/10/SCM-v2-LocalGPO-GPOPack1.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/10/SCM-v2-LocalGPO-GPOPack1.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none" title="SCM v2 -LocalGPO GPOPack" alt="SCM v2 -LocalGPO GPOPack" src="http://4sysops.com/wp-content/uploads/2011/10/SCM-v2-LocalGPO-GPOPack_thumb1.png" width="600" height="309" /></a></p>
<p><em>LocalGPO is a very versatile tool and the new GPOPack option opens up additional possibilities.</em></p>
<h2>SCM v2 beta in summary</h2>
<p>Everyone knows that both servers and client computers need to be locked down in a business environment, each successive version of Windows have added more versatile GPO options to achieve just that. But with the proliferation of GPO settings comes the difficulty in selecting the right settings and the appropriate level of lock down. Too locked down and users are hindered in their work and productivity suffers, too open leads to an insecure environment. </p>
<p>SCM v2 is an awesome tool that helps any administrator with these challenges which should bode well for its popularity. The new GPO Import functionality is great and the GPOPack in LocalGPO is really cool but most importantly the interface is much easier to work with. </p>
<p>SCMv2 is an excellent product that belongs in every sysadmins toolbox, especially considering it’s free. </p>
<h2>Resources</h2>
<p><a href="http://blogs.technet.com/b/secguide/">Microsoft Solution Accelerators Security &amp; Compliance blog</a></p>
Author: Paul Schnackenburg
<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/troubleshooting-group-policy-part-6-common-problems/" title="Troubleshooting Group Policy &#8211; Part 6: Common problems (February 6, 2012)">Troubleshooting Group Policy &#8211; Part 6: Common problems</a> (0)</li>
	<li><a href="http://4sysops.com/archives/troubleshooting-group-policy-part-5-active-directory-problems/" title="Troubleshooting Group Policy &#8211; Part 5: Active Directory problems (February 3, 2012)">Troubleshooting Group Policy &#8211; Part 5: Active Directory problems</a> (0)</li>
	<li><a href="http://4sysops.com/archives/troubleshooting-group-policy-part-4-client-problems/" title="Troubleshooting Group Policy &#8211; Part 4: Client problems (February 2, 2012)">Troubleshooting Group Policy &#8211; Part 4: Client problems</a> (0)</li>
	<li><a href="http://4sysops.com/archives/troubleshooting-group-policy-part-3-group-policy-not-applied/" title="Troubleshooting Group Policy &#8211; Part 3: Group Policy not applied? (February 1, 2012)">Troubleshooting Group Policy &#8211; Part 3: Group Policy not applied?</a> (0)</li>
	<li><a href="http://4sysops.com/archives/troubleshooting-group-policy-part-2-test-and-deploy/" title="Troubleshooting Group Policy &#8211; Part 2: Test and deploy (January 31, 2012)">Troubleshooting Group Policy &#8211; Part 2: Test and deploy</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/microsoft-security-compliance-manager-beta-scm-v2-part-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<series:name><![CDATA[SCM v2]]></series:name>
	</item>
		<item>
		<title>Microsoft Security Compliance Manager (SCM v2) &#8211; Part 3</title>
		<link>http://4sysops.com/archives/microsoft-security-compliance-manager-scm-v2-part-3/</link>
		<comments>http://4sysops.com/archives/microsoft-security-compliance-manager-scm-v2-part-3/#comments</comments>
		<pubDate>Mon, 10 Oct 2011 19:05:29 +0000</pubDate>
		<dc:creator>Paul Schnackenburg</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[group policy]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">https://4sysops.com/?p=7124</guid>
		<description><![CDATA[In this third part of <a href="http://4sysops.com/archives/microsoft-security-compliance-manager-scm-v2-part-1/">four</a> we’ll learn how to add settings to a baseline, we’ll examine the new User Interface innovations in SCMv2 and how to Compare and Merge baselines.]]></description>
			<content:encoded><![CDATA[<p><strong><i>In this third part of <a href="http://4sysops.com/archives/microsoft-security-compliance-manager-scm-v2-part-1/">four</a> we’ll learn how to add settings to a baseline, we’ll examine the new User Interface innovations in SCMv2 and how to Compare and Merge baselines.</i></strong></p>
<h2>Adding settings to a baseline in SCM v2</h2>
<p>There will be times when a particular baseline is missing a setting that you’d like to include, remember that the baselines only include security settings where Microsoft has best practice guidance. In SCMv1 you had to import a Setting Pack which gave you ALL the GPO settings for a product and you then had to delete the settings you didn’t want.</p>
<p>SCM v2 has a great new feature which is much better, the <strong>Add a Setting</strong> command lets you pick the relevant product, in which group within the baseline you’d like to add the setting(s) and a comprehensive list of all the settings. You can also search and filter the list of available settings.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/10/SCM-v2-Add-Setting.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/10/SCM-v2-Add-Setting.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none;" title="SCM v2 - Add Setting" src="http://4sysops.com/wp-content/uploads/2011/10/SCM-v2-Add-Setting_thumb.png" alt="SCM v2 - Add Setting" width="600" height="380" /></a></p>
<p><em>Adding settings to your custom baseline has never been easier.</em></p>
<p>This feature is fueled by a new Settings Library than stores every configuration option that SCM knows about, in every product that SCM v2 covers. Today that includes Windows XP SP3 to Windows 7 and Office 2007/2010, and IE 7 to 9 on the client side, as well as Windows Server 2003 SP2 to Windows Server 2008 R2 SP1 on the server side. New settings will be included in the Library as Service Packs are released and you can check your library version in the About dialog.</p>
<h2>The settings grid in SCM v2</h2>
<p>A characteristic of using SCM v1 was that there was a lot of scrolling up and down through lists of settings, two innovations in SCM v2 will make this a bit easier.</p>
<p>If you select the Advanced view in SCM v2 (I hope this will be become the default or the only option in the released version) a breadcrumb bar lets you filter down in a baseline settings hierarchy. By clicking each button you’re shown only the settings that are available at that level. To jump back up to the top simply click the red cross at the end of the button row.</p>
<p>Once you’ve drilled down to a particular list of settings they’re grouped by horizontal bars that you can expand or collapse which makes it a lot easier to work with long lists of items. If you’re browsing a signed baseline there’s a link offering to create a modifiable copy on each page. This new way of working with settings soon becomes second nature; the UI was inspired by Windows Intune according to Jeff Sigman, Senior Software Design Engineer with the SCM team.</p>
<p>The thing I love about SCM though is how great a teaching tool it is. Every best practice setting is described in detail, not only what the setting does but what threat it’s designed for and how different settings mitigate the risk. If you prefer to read documents the old Word documents are still included in each baseline.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/10/SCM-v2-Security-Setting.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/10/SCM-v2-Security-Setting.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none;" title="SCM v2 -Security Setting" src="http://4sysops.com/wp-content/uploads/2011/10/SCM-v2-Security-Setting_thumb.png" alt="SCM v2 -Security Setting" width="600" height="458" /></a></p>
<p><em>Use SCM to teach any junior admin about the power of GPO, IT security in general and why we use certain settings.</em></p>
<h2>Merging and comparing baselines in SCM v2</h2>
<p>When you’ve imported a GPO from your own environment (see part 1) and you’d like to see how it compares to the official guidance click Compare and select the two baselines. The results are presented in two views; a summary shows the number of settings that are different and lists unique settings in each baseline. The values tab on the other hand displays each individual setting and their configuration in each baseline.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/10/SCM-v2-Compare-Baselines.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/10/SCM-v2-Compare-Baselines.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none;" title="SCM v2 - Compare Baselines" src="http://4sysops.com/wp-content/uploads/2011/10/SCM-v2-Compare-Baselines_thumb.png" alt="SCM v2 - Compare Baselines" width="600" height="494" /></a></p>
<p><em>Tag: Comparing two baselines is dead easy in SCM v2.</em></p>
<p>Sometimes you want to combine two baselines, the Merge feature allows you to pick the source and then point to a target baseline. The wizard then shows you the items that will change, with an option to deselect items that you don’t want to merge as well as which settings only exist in one baseline or the other and if there are settings that are identical in both baselines. If you want to delete settings from a baseline you can now select multiple items in one go; SCM v1 forced you to delete each setting one at a time.</p>
<p>If you’re in the US you might be familiar with the <a href="http://usgcb.nist.gov/">United States Government Configuration Baselines</a> (USGCB) format, used mostly in governmental departments, SCM v2 is more reliable in its import of these files.</p>
<p>SCM v2 can also export baselines in the National Institute of Standards and Technology (NIST) format <a href="http://scap.nist.gov/">Security Content Automation Protocol</a> (SCAP) format.</p>
<p>In the final part of this series we’ll look at <a href="http://4sysops.com/archives/microsoft-security-compliance-manager-beta-scm-v2-part-4/">LocalGPO</a>, a command line companion tool to SCM and a new feature it offers for desktop deployment.</p>
Author: Paul Schnackenburg
<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/troubleshooting-group-policy-part-6-common-problems/" title="Troubleshooting Group Policy &#8211; Part 6: Common problems (February 6, 2012)">Troubleshooting Group Policy &#8211; Part 6: Common problems</a> (0)</li>
	<li><a href="http://4sysops.com/archives/troubleshooting-group-policy-part-5-active-directory-problems/" title="Troubleshooting Group Policy &#8211; Part 5: Active Directory problems (February 3, 2012)">Troubleshooting Group Policy &#8211; Part 5: Active Directory problems</a> (0)</li>
	<li><a href="http://4sysops.com/archives/troubleshooting-group-policy-part-4-client-problems/" title="Troubleshooting Group Policy &#8211; Part 4: Client problems (February 2, 2012)">Troubleshooting Group Policy &#8211; Part 4: Client problems</a> (0)</li>
	<li><a href="http://4sysops.com/archives/troubleshooting-group-policy-part-3-group-policy-not-applied/" title="Troubleshooting Group Policy &#8211; Part 3: Group Policy not applied? (February 1, 2012)">Troubleshooting Group Policy &#8211; Part 3: Group Policy not applied?</a> (0)</li>
	<li><a href="http://4sysops.com/archives/troubleshooting-group-policy-part-2-test-and-deploy/" title="Troubleshooting Group Policy &#8211; Part 2: Test and deploy (January 31, 2012)">Troubleshooting Group Policy &#8211; Part 2: Test and deploy</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/microsoft-security-compliance-manager-scm-v2-part-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<series:name><![CDATA[SCM v2]]></series:name>
	</item>
		<item>
		<title>Microsoft Security Compliance Manager (SCM v2) &#8211; Part 2</title>
		<link>http://4sysops.com/archives/microsoft-security-compliance-manager-v2-part-2/</link>
		<comments>http://4sysops.com/archives/microsoft-security-compliance-manager-v2-part-2/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 20:05:49 +0000</pubDate>
		<dc:creator>Paul Schnackenburg</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">https://4sysops.com/?p=7099</guid>
		<description><![CDATA[In this second part <a href="http://4sysops.com/archives/microsoft-security-compliance-manager-scm-v2-part-1/">of four</a> we’ll learn about the new GPO Import feature in SCMv2, we’ll also see the many stakeholders involved in the creation of a baseline as well as learn how new baseline settings are categorized.]]></description>
			<content:encoded><![CDATA[<p><strong><i>In this second part <a href="http://4sysops.com/archives/microsoft-security-compliance-manager-scm-v2-part-1/">of four</a> we’ll learn about the new GPO Import feature in SCMv2, we’ll also see the many stakeholders involved in the creation of a baseline as well as learn how new baseline settings are categorized.</i></strong></p>
<h2>Import GPOs in SCM v2</h2>
<p>To be able to import your current security GPO settings into SCMv2 so that you can compare them to Microsoft’s recommendations start by backing up the relevant GPOs using the Group Policy Management Console (GPMC). Any AD administrator should be familiar with this process; relying on system state backups to recover a corrupt GPO is an exercise in frustration. Each GPO will be stored in a folder with a long Globally Unique Identifier (GUID) folder name.</p>
<p>Back in SCM click <strong>GPO Backup (folder)</strong> in the Action pane on the right and point to the folder. If you have associated ADM / ADMX or GP Preference files associated with a particular GPO, SCM will save these to a subfolder of the public folder for the user and if you later export a GPO object based on the import these files will be restored. Once you have imported a GPO simply use the <strong>Merge</strong> or <strong>Compare</strong> options to match it to a baseline, this will be covered in part 3.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/09/SCM-v2-GPO-Import.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/09/SCM-v2-GPO-Import.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none;" title="SCM v2 - GPO Import" src="http://4sysops.com/wp-content/uploads/2011/09/SCM-v2-GPO-Import_thumb.png" alt="SCM v2 - GPO Import" width="419" height="362" /></a></p>
<p><em>The ease with which SCM v2 lets you import GPOs belies the power of this “full cycle” workflow for creating, testing and comparing security GPOs. </em></p>
<h2>Baselines in SCM v2</h2>
<p>I’ve always wondered where the recommendations in baseline comes from, are they just Microsoft’s thinking on the subject? Turns out that its whole lot more involved than that; Jeff Sigman, Senior Software Design Engineer with the SCM team at Microsoft explains how a baseline is created:</p>
<ol>
<li>Subject-matter experts perform an initial deep dive into a product and produce draft guidance and recommendations.</li>
<li>The product group who is responsible for the architecture, design and maintenance of the product is involved and contributes to all aspects of the baseline recommendations.</li>
<li>Typically after enough testing to be reasonably sure of the quality of the baseline, a beta is released to our baseline community.</li>
<li>We directly reach out to all sizes and shapes of organizations. Small, medium and enterprises – all the way to the governments of the world.</li>
<li>We’ve built a strong relationship in particular with US Department of Defence agencies that sit down with our betas and weigh in on all the settings.</li>
<li>We have extensive field communities, like Microsoft Consulting Services, and other organizations like NATO who pour over the settings and provide feedback.</li>
<li>We bring all that feedback together, test, test, test it again and again and you get a Microsoft baseline out of it.</li>
</ol>
<p>When the beta has been tested thoroughly, it’s released as a final baseline, but Service Packs and changes in the overall threat landscape are incorporated when necessary in a baseline lifecycle.</p>
<h2>Different types of Baselines in SCM v2</h2>
<p>Today’s baselines come in two different versions, <strong>EC</strong> for <strong>Enterprise Client</strong> which has a generic lockdown suitable for most business environments and <strong>SSLF</strong> for <strong>Specialized Security, Limited Functionality</strong> where loss of functionality is acceptable in a high security setting.</p>
<p>New baselines will combine these two versions into one to simplify Governance, Risk Management and Compliance (GRC) management and reporting. Each setting is classified according to four levels and you can filter based on these to achieve the same grading as the older baselines offered. Most of the settings from the EC baselines are found under the <strong>Critical </strong>level and should be used in most cases. There are <strong>Important</strong> settings which includes most options from the SSLF baselines while <strong>Optional</strong> configuration items have negligible impact on security and can be left out of most security configuration GPOs. <strong>None</strong> is the final level and is used for items not included in previous baselines and can also be ignored as far as security is concerned.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/09/SCM-v2-Compare-Baselines.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/09/SCM-v2-Compare-Baselines.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none;" title="SCM v2 - Compare Baselines" src="http://4sysops.com/wp-content/uploads/2011/09/SCM-v2-Compare-Baselines_thumb.png" alt="SCM v2 - Compare Baselines" width="600" height="494" /></a></p>
<p><em>The new classification scheme for each item in each baseline makes it easy to filter down to the critical settings you need to set.</em></p>
<p>Baselines will also be reorganized so settings are more logically laid out to help with GRC reporting. There’s a IT GRC Process Management Pack for Systems Center Service Manager 2010 that provides end-to-end compliance management and automation for desktop and datacenter computers.</p>
<p>In <a href="http://4sysops.com/archives/microsoft-security-compliance-manager-scm-v2-part-3/">the next installment</a> we’ll cover how additional settings can be added to baselines much easier than in v1, a couple of UI gems as well as how to Merge and Compare baselines.</p>
Author: Paul Schnackenburg
<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> (0)</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/microsoft-security-compliance-manager-v2-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<series:name><![CDATA[SCM v2]]></series:name>
	</item>
		<item>
		<title>Microsoft Security Compliance Manager (SCM v2) &#8211; Part 1</title>
		<link>http://4sysops.com/archives/microsoft-security-compliance-manager-scm-v2-part-1/</link>
		<comments>http://4sysops.com/archives/microsoft-security-compliance-manager-scm-v2-part-1/#comments</comments>
		<pubDate>Tue, 27 Sep 2011 18:52:00 +0000</pubDate>
		<dc:creator>Paul Schnackenburg</dc:creator>
				<category><![CDATA[Free Tools]]></category>
		<category><![CDATA[group policy]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">https://4sysops.com/?p=6940</guid>
		<description><![CDATA[In this first part of four posts we’ll examine what SCM v2 is and why it’s such an important tool for sysadmins and we’ll cover installation options as well as introduce the main console.]]></description>
			<content:encoded><![CDATA[<p><strong><i>In this first part of four posts we’ll examine what SCM v2 is and why it’s such an important tool for sysadmins and we’ll cover installation options as well as introduce the main console.</i></strong></p>
<p>This review was written on SCM v2 beta, the beta period has ended and SCM v2 is now available for download <a href="http://www.microsoft.com/download/en/details.aspx?displayLang=en&amp;id=16776">here</a>. Note that the release date on the download page is incorrect, this is the final RTW (Release To Web) version of SCM v2.</p>
<h2>Foreword</h2>
<p>Group Policy is one of the most powerful tools in a sysadmin’s arsenal, not only for making sure users don’t get themselves into too much trouble but also to establish security standards across client and server machines.</p>
<p>For quite some years Microsoft have produced security guidance for Group Policy, what settings to use and how to configure them but most administrators don’t have time to trawl through lots of documentation. To make it easier for busy administrators to make well informed decisions when building Group Policy Objects (GPOs) Microsoft published the free tool Security Compliance Manager (SCM) v1 in early 2010.</p>
<p>This tool contained <strong>baselines</strong> for various products with best practice security settings and the ability to export a customized baseline as a GPO. The one glaring omission in v1 however was that it didn’t allow you to import your current GPO security settings and compare them to Microsoft’s recommendations, SCM v2 remedies this as well as adding some other great features, in this three part article we’ll examine why this tool should be in every admin’s toolkit.</p>
<p>The one thing that shines through in the SCM v2 is the real world feedback that’s obviously gone into the design: Jeff Sigman, Senior Software Design Engineer with the SCM team at Microsoft agrees. “Everything we did in SCM v2 was because of direct customer feedback. We did a number of surveys and interviews throughout the development cycle of SCM v1 and then again after SCM v1 was released publicly. The results were quite clear; SCM v1 had three areas which needed improvement: GPO Import, User interface facelift and SQL database flexibility.”</p>
<h2>Installation of SCMv2</h2>
<p>Installation is mostly a “click-next affair” but as mentioned above, unlike SCMv1 you have the option of pointing to an already installed local instance of SQL Server / SQL Server Express. SCM v1 always had to install its own copy of SQL Server Express.</p>
<p>If you have SCMv1 or SCMv2 CTP (which preceded the beta) the installer will automatically upgrade it, with all data preserved. This beta also contained 10 baselines that installed directly after SCM is installed, this takes a couple of minutes.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/09/SCM_v2_SQL_Installation.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/09/SCM_v2_SQL_Installation.png','',event,300,75)"><img style="background-image: none; margin: 0px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; padding-top: 0px; border: 0px;" title="SCM_v2_SQL_Installation" src="http://4sysops.com/wp-content/uploads/2011/09/SCM_v2_SQL_Installation_thumb.png" alt="SCM_v2_SQL_Installation" width="513" height="393" border="0" /></a></p>
<p><em>Being able to choose which SQL database to use makes SCM v2 more flexible than its predecessor.</em></p>
<h2>The SCMv2 Console</h2>
<p>Since SCM can be used in a few different ways the welcome screen is a handy tool. It has a whole heap of links for various topics that leads to in-depth information on parts of the program.</p>
<p>On the left is the Baseline Library with all your installed baselines, sorted by product. The main area in the middle displays information about the part of a baseline that’s currently selected whereas the right hand Action pane has context sensitive task links.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/09/SCM_v2_Console.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/09/SCM_v2_Console.png','',event,300,75)"><img style="background-image: none; margin: 0px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; padding-top: 0px; border: 0px;" title="SCM_v2_Console" src="http://4sysops.com/wp-content/uploads/2011/09/SCM_v2_Console_thumb.png" alt="SCM_v2_Console" width="604" height="385" border="0" /></a></p>
<p><em>The SCM console has a simple layout and is easy to navigate.</em></p>
<p>A downloaded baseline from Microsoft is signed with a digital signature so when you want to create a custom baseline based on an “official” one you have to duplicate it to create an unsigned, modifiable copy. If you want to work with other baselines than the 10 included in the beta package go to Tools – Check for Baselines, during the installation you can let SCM create copies automatically so you can start customizing immediately.</p>
<p>In the next part of this series we’ll examine the new <a href="http://4sysops.com/archives/microsoft-security-compliance-manager-v2-part-2/">GPO Import functionality in SCM v2</a> as well as see how Microsoft actually creates a baseline and the different classification in the new baseline format.</p>
Author: Paul Schnackenburg
<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/troubleshooting-group-policy-part-6-common-problems/" title="Troubleshooting Group Policy &#8211; Part 6: Common problems (February 6, 2012)">Troubleshooting Group Policy &#8211; Part 6: Common problems</a> (0)</li>
	<li><a href="http://4sysops.com/archives/troubleshooting-group-policy-part-5-active-directory-problems/" title="Troubleshooting Group Policy &#8211; Part 5: Active Directory problems (February 3, 2012)">Troubleshooting Group Policy &#8211; Part 5: Active Directory problems</a> (0)</li>
	<li><a href="http://4sysops.com/archives/troubleshooting-group-policy-part-4-client-problems/" title="Troubleshooting Group Policy &#8211; Part 4: Client problems (February 2, 2012)">Troubleshooting Group Policy &#8211; Part 4: Client problems</a> (0)</li>
	<li><a href="http://4sysops.com/archives/troubleshooting-group-policy-part-3-group-policy-not-applied/" title="Troubleshooting Group Policy &#8211; Part 3: Group Policy not applied? (February 1, 2012)">Troubleshooting Group Policy &#8211; Part 3: Group Policy not applied?</a> (0)</li>
	<li><a href="http://4sysops.com/archives/troubleshooting-group-policy-part-2-test-and-deploy/" title="Troubleshooting Group Policy &#8211; Part 2: Test and deploy (January 31, 2012)">Troubleshooting Group Policy &#8211; Part 2: Test and deploy</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/microsoft-security-compliance-manager-scm-v2-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<series:name><![CDATA[SCM v2]]></series:name>
	</item>
		<item>
		<title>Raffle: StatWin Server Enterprise &#8211; Employee Monitoring</title>
		<link>http://4sysops.com/archives/raffle-statwin-server-enterprise-employee-monitoring/</link>
		<comments>http://4sysops.com/archives/raffle-statwin-server-enterprise-employee-monitoring/#comments</comments>
		<pubDate>Tue, 21 Jun 2011 20:18:17 +0000</pubDate>
		<dc:creator>External author</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">https://4sysops.com/?p=6251</guid>
		<description><![CDATA[StatWin Server Enterprise is an employee monitoring software which supports website logging, keystrokes recording, instant messaging recording and more.]]></description>
			<content:encoded><![CDATA[<p><strong><i>StatWin Server Enterprise is an employee monitoring software which supports website logging, keystrokes recording, instant messaging recording and more.</i></strong></p>
<p><em>Author: Vitaly Dvorak</em></p>
<p>SXR software raffles three licenses of their employee monitoring software <a href="http://www.statwin.com/employee-monitoring-total/index.shtml">StatWin Server Enterprise</a> each worth $399 USD. You can monitor up to 25 employees with this license. The deadline of this contest is July 26, 2011. If you want to take part in this in raffle, please send an email with the subject StatWin to <script language="Javascript"> 
						document.write('<a href="mailto:contests');
						document.write('@4sys');
						document.write('ops.com" class="contact_us_email">');
						document.write('cont');
						document.write('ests@4sys');
						document.write('ops.com');
                                                document.write('</a>');
					</script>.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/06/Employee.Monitoring.StatWin.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/06/Employee.Monitoring.StatWin.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none; border: 0px;" title="Employee Monitoring - StatWin Enterprise" src="http://4sysops.com/wp-content/uploads/2011/06/Employee.Monitoring.StatWin_thumb.png" border="0" alt="Employee Monitoring - StatWin Enterprise" width="604" height="383" /></a></p>
<p><em>StatWin Enterprise employee monitoring</em></p>
<p>StatWin Server Enterprise monitors employee activity on network computers. The program allows the PC administrator to keep a check on users by capturing visited websites, recording keystrokes and mouse clicks, capturing ICQ, MSN, Outlook, Bat messages and more. Over a specified period of time, the program can take screenshots of the computer screen and save images to the selected destination. Collected statistics on employee activity is transferred from client computers to the server automatically.</p>
<p>The program also offers tools for remote administration of clients, remote installation, launch, shutdown and uninstallation of clients, automatic submission of collected data about user activity from clients to the server, as well as automatic notification of the administrator about events on clients in real time. StatWin Server Enterprise is a complete employee monitoring solution for enterprises, offices and educational institutions.</p>
<p>The program runs under Windows 7 / Vista / XP / 2008 / 2003 / 2000 (32-bit, 64-bit). The free 30-day demo version can be <a href="http://www.statwin.com/employee-monitoring-total/download.shtml">downloaded</a> without registration</p>
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/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> (11)</li>
	<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> (0)</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/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/raffle-statwin-server-enterprise-employee-monitoring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FREE: Microsoft Safety Scanner &#8211; Portable antivirus program</title>
		<link>http://4sysops.com/archives/free-microsoft-safety-scanner-portable-antivirus-program/</link>
		<comments>http://4sysops.com/archives/free-microsoft-safety-scanner-portable-antivirus-program/#comments</comments>
		<pubDate>Tue, 10 May 2011 22:24:59 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Free Tools]]></category>
		<category><![CDATA[antivirus]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">https://4sysops.com/?p=6086</guid>
		<description><![CDATA[Microsoft Safety Scanner is a free portable antivirus program that can be launched from a USB stick.]]></description>
			<content:encoded><![CDATA[<p><strong><i>Microsoft Safety Scanner is a free portable antivirus program that can be launched from a USB stick.</i></strong></p>
<p>The <a href="http://www.microsoft.com/security/scanner/en-us/default.aspx">Microsoft Safety Scanner</a> was just released a few days ago. The free portable antivirus tool only comes as a simple EXE file and is available as a 32-bit and 64-bit version. The EXE file contains all the virus signatures.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/05/Portable.antivirus.software.Microsoft.Safety.Scanner.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/05/Portable.antivirus.software.Microsoft.Safety.Scanner.png','',event,300,75)"><span style="color: #2e2302;"> </span><img style="margin: 0px auto; display: block; float: none; border: 0px;" title="Portable.antivirus.software.Microsoft.Safety.Scanner" src="http://4sysops.com/wp-content/uploads/2011/05/Portable.antivirus.software.Microsoft.Safety.Scanner_thumb.png" border="0" alt="Portable.antivirus.software.Microsoft.Safety.Scanner" width="500" height="453" /></a></p>
<p>A portable antivirus program is useful whenever you want to scan a PC that lacks antivirus software. If you don&#8217;t have a Microsoft antivirus scan engine installed (Microsoft Security Essentials or Forefront), you can use the Safety Scanner if you need a second opinion.</p>
<p>Safety Scanner offers three scanning options: quick, full, and customized. Quick scan searches in &#8220;areas of the system most likely to contain viruses, spyware, and other potentially unwanted software.&#8221; It is unclear where these &#8220;areas&#8221; are. Therefore, I wouldn&#8217;t use this option because an antivirus scan only makes sense if you are more or less certain afterwards that the system is clean. The customized option is useful if you already suspect that a virus has infected a certain folder. In most cases, a full scan is the best option.</p>
<p>Safety Scanner has three major downsides. The antivirus patterns can&#8217;t be updated, the tool can only be used for 10 days after the download, and it doesn&#8217;t run on Windows PE.</p>
<p>I have been searching for quite a while for a portable antivirus program that runs on Windows PE. When I tried to start Safety Scanner on Windows PE 3.0, the anti-malware tool quit with an enlightening message &#8220;An error has occurred.&#8221; Some viruses can only be removed in offline mode. Thus, it is somewhat disappointing that Safety Scanner does not run on Windows PE.</p>
<p>Online updates are probably not supported because the Safety Scanner only consists of a single EXE file. However, technically, it would be possible to modify those parts of the EXE. Thus I hope that Microsoft adds this feature in a future version.</p>
<p>The 10-day restriction is probably related to the fact that Safety Scanner can&#8217;t be updated. This makes sense from a security point of view, but this means that you have to download the 70MB file every time you want to use the tool. This reduces the usability of Safety Scanner significantly.</p>
<p>Please let me know if you know of a portable antivirus program that works on Windows PE.</p>
<h2><a href="http://www.microsoft.com/security/scanner/en-us/default.aspx">Microsoft Safety Scanner</a></h2>
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-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> (0)</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/free-microsoft-safety-scanner-portable-antivirus-program/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>How to turn off Data Execution Prevention (DEP)</title>
		<link>http://4sysops.com/archives/how-to-turn-off-data-execution-prevention-dep/</link>
		<comments>http://4sysops.com/archives/how-to-turn-off-data-execution-prevention-dep/#comments</comments>
		<pubDate>Wed, 23 Mar 2011 08:17:52 +0000</pubDate>
		<dc:creator>Andreas Kroschel</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">https://4sysops.com/?p=5863</guid>
		<description><![CDATA[This article explains how Data Execution Prevention (DEP) works and how to turn it off and on in Windows 7, Windows Vista, and Windows Server 2008 (R2).]]></description>
			<content:encoded><![CDATA[<p><strong><i>This article explains how Data Execution Prevention (DEP) works and how to turn it off and on in Windows 7, Windows Vista, and Windows Server 2008 (R2).</i></strong></p>
<p>Data Execution Prevention (DEP) is a security feature of the CPU that prevents an application from executing code from a non-executable memory region. This is supposed to prevent buffer overflow attacks from succeeding. Since Microsoft introduced support for Data Execution Prevention (DEP) on Windows XP Service Pack 2 and Windows Server 2003 Service Pack 1, it’s included in every version of Windows.</p>
<h2>How DEP works: Hardware enforcement and the role of the OS</h2>
<p>Data execution prevention works by marking certain memory pages being indented to hold only data and no executable code. This is achieved by setting a special bit in its page table entry called NX, for <em>No eXecute</em>, or XD, for <em>eXecute Disabled,</em> respectively. It’s the responsibility of the OS to set the NX bit for the stack and heap memory areas. If a malfunctioning program – or malware – should try to execute code from an NX-marked memory page, the CPU will refuse to do so and trigger an interrupt instead, which causes the OS to shut down the application accordingly.</p>
<h2>Turn on and turn off DEP support in Control Panel</h2>
<p>DEP can not only prevent the execution of malware or malfunctioning applications, but it may also highlight problems with legacy (not DEP-compliant) software, which can cause it to crash. Another potential problem is the support for third-party plugins such as those found in browsers or office applications: While the application itself may be DEP compliant, chances are that one or more of the plugins aren’t. Microsoft recommends updating your software if it’s experiencing crashes with DEP, but this is not always possible. For such situations, DEP support in Windows can be configured to meet the user’s needs, handling exceptions for certain software.</p>
<p>Some limitations exist when you turn off or turn on DEP support, however. Because DEP support is a kernel mode option, it must be configured as a boot option. Thus, it is not possible to manage and deploy DEP settings centrally by group policies; they have to be configured at the local machine in each case and need a reboot of Windows to take effect.</p>
<p>The settings GUI can be invoked this way: Open <em>Control Panel</em>, click on <em>System and Security</em> → <em>System → Advanced system settings</em>. In the <em>Advanced</em> tab, click on the <em>Settings</em> button in the <em>Performance</em> section (the first one). In <em>Performance Options</em>, <em>Data Execution Prevention</em> has its own tab. Here you can turn on DEP support for Windows essential programs and services only (<em>OptIn</em>, default on Windows 7 workstation) or for all programs, with the possibility to define exceptions for non-compliant software (<em>OptOut</em>, default on Windows Server 2008/2008 R2). This can be achieved via the <em>Add</em> button, where a local administrator can add non-compliant executable files one by one.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/03/Turn.off_.Data_.Execution.Prevention.DEP_.Server.default.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/03/Turn.off_.Data_.Execution.Prevention.DEP_.Server.default.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none; border: 0px;" title="Turn off  Data Execution Prevention - DEP Server default" src="http://4sysops.com/wp-content/uploads/2011/03/Turn.off_.Data_.Execution.Prevention.DEP_.Server.default_thumb.png" border="0" alt="Turn off  Data Execution Prevention - DEP Server default" width="381" height="545" /></a></p>
<p>Exceptions can also be configured as a <em>DisableNX</em> compatibility fix using the <a href="http://technet.microsoft.com/en-us/library/cc749328(v=WS.10).aspx">Application Compatibility Toolkit (ACT)</a>. The resulting Custom Compatibility Database can be <a href="http://technet.microsoft.com/en-us/library/cc794691(v=ws.10).aspx">deployed in the Active Directory</a>. Note that those kinds of exceptions do not show up in the DEP support configuration GUI.</p>
<h2>Turn off and turn on DEP support as a boot option</h2>
<p>There are two more DEP settings for a Windows machine. These settings cannot be configured in the control panel but only as a boot option via the service program <em>bcdedit</em> in a command prompt with elevated rights.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/03/Turn.off_.Data_.Execution.Prevention.DEP_.bcdedit.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/03/Turn.off_.Data_.Execution.Prevention.DEP_.bcdedit.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none; border: 0px;" title="Turn off Data Execution Prevention - DEP bcdedit" src="http://4sysops.com/wp-content/uploads/2011/03/Turn.off_.Data_.Execution.Prevention.DEP_.bcdedit_thumb.png" border="0" alt="Turn off Data Execution Prevention - DEP bcdedit" width="381" height="606" /></a></p>
<p>One possible choice is to turn on DEP support unconditionally:</p>
<pre>bcdedit /set {current} nx AlwaysOn</pre>
<p>In this mode, the DEP support options GUI is disabled and no exceptions can be defined. Any <em>DisableNX</em> compatibility options will also be ignored.</p>
<p>The opposite is to turn off DEP support completely:</p>
<pre>bcdedit /set {current} nx AlwaysOff</pre>
<p>With this setting in effect, the DEP support options GUI will be disabled as well as with the first option. To return to one of the GUI switchable modes, use:</p>
<pre>bcdedit /set {current} nx OptIn</pre>
<p>for the workstation default, which enables DEP support for Windows essential programs and services, or:</p>
<pre>bcdedit /set {current} nx OptOut</pre>
<p>for the server default, enabling DEP support for all executable files. The Windows machine must be rebooted each time for the <em>bcdedit</em> command to take effect. The output of the command:</p>
<pre>bcdedit /enum</pre>
<p>will tell the current status in each case.</p>
<p>This article has been translated from German language. You can find the original posting: <a href="http://www.windowspro.de/andreas-kroschel/datenausfuehrungsverhinderung-abschalten-oder-konfigurieren">Datenausführungsverhinderung (DEP) konfigurieren oder abschalten</a></p>
Author: Andreas Kroschel
<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> (0)</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/how-to-turn-off-data-execution-prevention-dep/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to manage computers that have been offline for a some time</title>
		<link>http://4sysops.com/archives/how-to-manage-computers-that-have-been-offline-for-a-long-time/</link>
		<comments>http://4sysops.com/archives/how-to-manage-computers-that-have-been-offline-for-a-long-time/#comments</comments>
		<pubDate>Sat, 29 Jan 2011 01:00:17 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">https://4sysops.com/?p=5654</guid>
		<description><![CDATA[This post gives some tips on how to deal with computers that have been offline for a while.]]></description>
			<content:encoded><![CDATA[<p><strong><i>This post gives some tips on how to deal with computers that have been offline for a while.</i></strong></p>
<p>A common security problem is a PC that has been offline for some time and therefore lacks the latest malware definition updates. Many organizations make the mistake of allowing PCs such as this to go online, hoping that the online updates will reach the machines before the latest computer worms do.</p>
<p>An even more severe mistake is deploying OS images without ensuring that all antivirus definitions are in the image. Many admins just install the latest antimalware software and believe that the software&#8217;s update mechanism will do the rest for them. However, many antivirus solutions don&#8217;t download new updates immediately. Depending on the number of images that you deploy, this can be a serious security threat to your organization.</p>
<p>Thus, it is essential that you download and add the latest antivirus signatures before deploying a new image. Most antivirus vendors offer these definition updates as a separate update. You can download Forefront, Defender, and Security Essentials updates from <a href="http://www.microsoft.com/security/portal/Definitions/ADL.aspx">Microsoft&#8217;s Malware Protection Center</a>.</p>
<p>I also recommend preventing computers that don&#8217;t have the latest security updates from going online. Large and mid-sized organizations should consider working with the <a href="http://4sysops.com/archives/windows-server-2008-network-access-protection-nap-essentials/">Network Access Protection (NAP) feature in Windows Server 2008</a>. It is Microsoft&#8217;s Network Access Control (NAC) solution that allows you to limit a computer&#8217;s network access based on predefined health requirements such as up-to-date security updates or malware definitions.</p>
<p>For many small organizations, NAP is probably overkill. However, there is a simple NAP alternative: Just remove the network cable and leave a note at the user&#8217;s desktop to stop by your office after he returns from his vacation. Then you simply go to the user&#8217;s PC and install the latest updates from a USB stick. Another option is to prepare a scripted solution where the user only has to insert a CD to update the computer.</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-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> (0)</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/how-to-manage-computers-that-have-been-offline-for-a-long-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>USB Alert &#8211; A free USB stick watcher</title>
		<link>http://4sysops.com/archives/usb-alert-a-free-usb-stick-watcher/</link>
		<comments>http://4sysops.com/archives/usb-alert-a-free-usb-stick-watcher/#comments</comments>
		<pubDate>Fri, 28 Jan 2011 02:29:29 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">https://4sysops.com/?p=5652</guid>
		<description><![CDATA[USB Alert is a USB stick watcher that prevents users from forgetting their USB stick by blocking shutdowns and logoffs as long as a USB stick is connected.]]></description>
			<content:encoded><![CDATA[<p><strong><i>USB Alert is a USB stick watcher that prevents users from forgetting their USB stick by blocking shutdowns and logoffs as long as a USB stick is connected.</i></strong></p>
<p>I wonder if there is a study about the costs involved with forgotten USB sticks in businesses. A user wants to continue work at home or on a business trip, but the required data is on a USB stick in the desktop at the office. Even more problematic are forgotten USB sticks that contain sensitive data.</p>
<p>One solution to this problem is to let users store their data in the cloud. But many feel uncomfortable knowing that only a password prevents hackers around the globe from getting access to their confidential data.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/01/USB.stick_.watcher.USB_.Alert_.Windows.XP_.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/01/USB.stick_.watcher.USB_.Alert_.Windows.XP_.png','',event,300,75)"><img style="margin: 0px; display: inline; border: 0px;" title="USB stick watcher - USB Alert Windows XP" src="http://4sysops.com/wp-content/uploads/2011/01/USB.stick_.watcher.USB_.Alert_.Windows.XP_thumb.png" border="0" alt="USB stick watcher - USB Alert Windows XP" width="600" height="150" /></a></p>
<p>Another way to prevent data loss is to deploy <a href="http://www.usbalert.nl/usbalert/">USB Alert</a> on all your desktops and laptops. This free USB stick watcher raises an alarm whenever the computer is shut down or the user logs off while a USB stick is still connected.</p>
<p>USB Alert comes in two versions: portable and installable. The portable executable and its autorun.inf file have to be copied to the root folder on the USB stick. When the USB stick is inserted, the Windows AutoPlay feature lets you launch USB Alert.</p>
<p>This works fine on Windows XP and Windows Vista. However, for security reasons, autorun from non-optical devices is no longer supported in Windows 7. Thus the only way to make USB Alert work on Windows 7 is to install USB Alert. This will prevent users from leaving their USB stick at the office. Only when they insert their USB stick on other computers are they in danger of forgetting their flash drives. But since the majority of computers still run older Windows versions, it makes sense to copy USB Alert on all USB sticks in your organization and advise users to launch the USB stick watcher when AutoPlay starts.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/01/USB.stick_.watcher.USB_.Alert_.Windows.Vista_.AutoPlay.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/01/USB.stick_.watcher.USB_.Alert_.Windows.Vista_.AutoPlay.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none; border: 0px;" title="USB stick watcher - USB Alert - Windows Vista AutoPlay" src="http://4sysops.com/wp-content/uploads/2011/01/USB.stick_.watcher.USB_.Alert_.Windows.Vista_.AutoPlay_thumb.png" border="0" alt="USB stick watcher - USB Alert - Windows Vista AutoPlay" width="331" height="326" /></a></p>
<p>Note that the behavior of USB Alert is different between Windows XP and Windows Vista/7. On Windows XP, USB Alert will display a warning dialog window whenever you try to log off or shut down the computer with a USB stick still connected. On Windows 7 and Vista, USB Alert will block the AutoEndTasks Windows function (see screenshot).</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/01/USB.stick_.watcher.USB_.Alert_.shutdown.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/01/USB.stick_.watcher.USB_.Alert_.shutdown.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none; border: 0px;" title="USB stick watcher - USB Alert shutdown" src="http://4sysops.com/wp-content/uploads/2011/01/USB.stick_.watcher.USB_.Alert_.shutdown_thumb.png" border="0" alt="USB stick watcher - USB Alert shutdown" width="509" height="415" /></a></p>
<p>In any case, the user will then see the USB Alert user interface that allows her to safely eject the USB stick. You can access this program also through the systray.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/01/USB.stick_.watcher.USB_.Alert_.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/01/USB.stick_.watcher.USB_.Alert_.png','',event,300,75)"><img style="margin: 0px; display: inline; border: 0px;" title="USB stick watcher - USB.Alert" src="http://4sysops.com/wp-content/uploads/2011/01/USB.stick_.watcher.USB_.Alert_thumb.png" border="0" alt="USB stick watcher - USB.Alert" width="604" height="212" /></a></p>
<p>A few years ago, I discussed a <a href="http://4sysops.com/archives/never-forget-your-usb-stick-again/">similar USB watcher</a> tool that is based on a Visual Basic script. This solution also gives you an idea of how you can leverage Group Policy to help forgetful users.</p>
<h2><a href="http://www.usbalert.nl/usbalert/">USB Alert</a></h2>
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-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> (0)</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/usb-alert-a-free-usb-stick-watcher/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>FREE: Elevate &#8211; Start programs elevated from a batch file</title>
		<link>http://4sysops.com/archives/free-elevate-start-programs-elevated-from-a-batch-file/</link>
		<comments>http://4sysops.com/archives/free-elevate-start-programs-elevated-from-a-batch-file/#comments</comments>
		<pubDate>Fri, 24 Sep 2010 21:15:00 +0000</pubDate>
		<dc:creator>External author</dc:creator>
				<category><![CDATA[Free Tools]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">https://4sysops.com/?p=5138</guid>
		<description><![CDATA[<p><em>Submitted by Andrei Belogortseff &#8211; Website: </em><a href="http://www.winability.com/"><em>WinAbility Software</em></a></p>
<p><a href="http://www.winability.com/elevate/">Elevate</a> starts programs elevated from batch files and scripts.</p>
<p>The syntax of the Elevate command is as follows:</p>
<pre>  elevate [-opt1] [-opt2...] [path\]file[.exe] [param1 [param2...]]

Where -optN can be one of the following:

  -?         - Display the help screen and exit
  -info      - Open the web page with more information
              (the web page you are reading now!) and exit
  -wait4idle - Wait for the target process to initialize before returning
  -wait4exit - Wait for the target process to finish before returning
  -noui      - Don't display any messages, even if an error occurs

After the options, the following arguments should be entered:

  file       - The file name of the program to launch elevated
  paramN     - Optional parameters (as expected by the program being launched)</pre>
<h2><a href="http://www.winability.com/elevate/">Elevate</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 </a></li>&#8230;</ul>]]></description>
			<content:encoded><![CDATA[<p><em>Submitted by Andrei Belogortseff &#8211; Website: </em><a href="http://www.winability.com/"><em>WinAbility Software</em></a></p>
<p><a href="http://www.winability.com/elevate/">Elevate</a> starts programs elevated from batch files and scripts.</p>
<p>The syntax of the Elevate command is as follows:</p>
<pre>  elevate [-opt1] [-opt2...] [path\]file[.exe] [param1 [param2...]]

Where -optN can be one of the following:

  -?         - Display the help screen and exit
  -info      - Open the web page with more information
              (the web page you are reading now!) and exit
  -wait4idle - Wait for the target process to initialize before returning
  -wait4exit - Wait for the target process to finish before returning
  -noui      - Don't display any messages, even if an error occurs

After the options, the following arguments should be entered:

  file       - The file name of the program to launch elevated
  paramN     - Optional parameters (as expected by the program being launched)</pre>
<h2><a href="http://www.winability.com/elevate/">Elevate</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> (0)</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/free-elevate-start-programs-elevated-from-a-batch-file/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>FREE: AD Tidy &#8211; Identify last logged on user and computer accounts</title>
		<link>http://4sysops.com/archives/free-ad-tidy-identify-last-logged-on-user-and-computer-accounts/</link>
		<comments>http://4sysops.com/archives/free-ad-tidy-identify-last-logged-on-user-and-computer-accounts/#comments</comments>
		<pubDate>Mon, 20 Sep 2010 20:25:59 +0000</pubDate>
		<dc:creator>External author</dc:creator>
				<category><![CDATA[Free Tools]]></category>
		<category><![CDATA[active directory]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">https://4sysops.com/?p=5124</guid>
		<description><![CDATA[<p><em>Submitted by Chris Wright &#8211; Website: </em><a href="http://www.cjwdev.co.uk/"><em>Cjwdev</em></a></p>
<p><a href="http://www.cjwdev.co.uk/Software/ADTidy/Info.html">AD Tidy</a> is a completely free tool that I created to help other IT Pros out. It can be used to identify when user/computer accounts last logged on to the network and can tidy up these accounts in various different ways.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2010/09/Identify.last_.logged.on_.user_.AD_.Tidy_.Main_.Window.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2010/09/Identify.last_.logged.on_.user_.AD_.Tidy_.Main_.Window.png','',event,300,75)"><img style="margin: 0px; display: inline; border: 0px;" title="Identify last logged on use - AD Tidy - Main Window" src="http://4sysops.com/wp-content/uploads/2010/09/Identify.last_.logged.on_.user_.AD_.Tidy_.Main_.Window_thumb.png" border="0" alt="Identify last logged on use - AD Tidy - Main Window" width="604" height="435" /></a></p>
<p>All you need to do is configure the search settings to find the accounts you are interested in (for example you might want to find all user accounts in a particular OU that have not logged on for 60 days), then the tool will query each DC in your domain to find the most recent logon time for each account that matches your search criteria. You can then select any number of accounts from the search results and perform one or more of the following actions: Disable, Enable, Move, Delete, Set Description, Set Expiry Date, Add To Group, Remove From Group, Remove From All Groups, or Export To CSV.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2010/09/Identify.last_.logged.on_.user_.AD_.Tidy_.Search.Settings.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2010/09/Identify.last_.logged.on_.user_.AD_.Tidy_.Search.Settings.png','',event,300,75)"><img style="margin: 0px; display: inline; border: 0px;" title="Identify last logged on user - AD Tidy Search Settings" src="http://4sysops.com/wp-content/uploads/2010/09/Identify.last_.logged.on_.user_.AD_.Tidy_.Search.Settings_thumb.png" border="0" alt="Identify last logged on user - AD Tidy Search Settings" width="596" height="507" /></a></p>
<p>Search settings can &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><em>Submitted by Chris Wright &#8211; Website: </em><a href="http://www.cjwdev.co.uk/"><em>Cjwdev</em></a></p>
<p><a href="http://www.cjwdev.co.uk/Software/ADTidy/Info.html">AD Tidy</a> is a completely free tool that I created to help other IT Pros out. It can be used to identify when user/computer accounts last logged on to the network and can tidy up these accounts in various different ways.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2010/09/Identify.last_.logged.on_.user_.AD_.Tidy_.Main_.Window.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2010/09/Identify.last_.logged.on_.user_.AD_.Tidy_.Main_.Window.png','',event,300,75)"><img style="margin: 0px; display: inline; border: 0px;" title="Identify last logged on use - AD Tidy - Main Window" src="http://4sysops.com/wp-content/uploads/2010/09/Identify.last_.logged.on_.user_.AD_.Tidy_.Main_.Window_thumb.png" border="0" alt="Identify last logged on use - AD Tidy - Main Window" width="604" height="435" /></a></p>
<p>All you need to do is configure the search settings to find the accounts you are interested in (for example you might want to find all user accounts in a particular OU that have not logged on for 60 days), then the tool will query each DC in your domain to find the most recent logon time for each account that matches your search criteria. You can then select any number of accounts from the search results and perform one or more of the following actions: Disable, Enable, Move, Delete, Set Description, Set Expiry Date, Add To Group, Remove From Group, Remove From All Groups, or Export To CSV.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2010/09/Identify.last_.logged.on_.user_.AD_.Tidy_.Search.Settings.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2010/09/Identify.last_.logged.on_.user_.AD_.Tidy_.Search.Settings.png','',event,300,75)"><img style="margin: 0px; display: inline; border: 0px;" title="Identify last logged on user - AD Tidy Search Settings" src="http://4sysops.com/wp-content/uploads/2010/09/Identify.last_.logged.on_.user_.AD_.Tidy_.Search.Settings_thumb.png" border="0" alt="Identify last logged on user - AD Tidy Search Settings" width="596" height="507" /></a></p>
<p>Search settings can be saved to an XML file to avoid you having to setup a particular search configuration each time you launch the program.</p>
<h2><a href="http://www.cjwdev.co.uk/Software/ADTidy/Info.html">AD Tidy</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/microsoft-exam-70-640-active-directory-trusts-sample-question/" title="Microsoft Exam 70-640 &#8211; Active Directory trusts &#8211; Sample question (February 8, 2012)">Microsoft Exam 70-640 &#8211; Active Directory trusts &#8211; Sample question</a> (0)</li>
	<li><a href="http://4sysops.com/archives/microsoft-exam-70-640-active-directory-trusts/" title="Microsoft Exam 70-640 &#8211; Active Directory trusts (February 7, 2012)">Microsoft Exam 70-640 &#8211; Active Directory trusts</a> (0)</li>
	<li><a href="http://4sysops.com/archives/microsoft-exam-70-640-configuring-active-directory-forests-and-domains-sample-practice-question/" title="Microsoft Exam 70-640 &#8211; Active Directory Forests and Domains &#8211; Sample question (January 18, 2012)">Microsoft Exam 70-640 &#8211; Active Directory Forests and Domains &#8211; Sample question</a> (5)</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> (11)</li>
	<li><a href="http://4sysops.com/archives/microsoft-exam-70-640-configuring-active-directory-forests-and-domains/" title="Microsoft Exam 70-640 &#8211; Active Directory Forests and Domains (January 17, 2012)">Microsoft Exam 70-640 &#8211; Active Directory Forests and Domains</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/free-ad-tidy-identify-last-logged-on-user-and-computer-accounts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FREE: USB Blocker &#8211; Centralized access control for USB devices</title>
		<link>http://4sysops.com/archives/free-usb-blocker-centralized-access-control-for-usb-devices/</link>
		<comments>http://4sysops.com/archives/free-usb-blocker-centralized-access-control-for-usb-devices/#comments</comments>
		<pubDate>Wed, 08 Sep 2010 21:13:40 +0000</pubDate>
		<dc:creator>External author</dc:creator>
				<category><![CDATA[Free Tools]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=4918</guid>
		<description><![CDATA[<p><em>Submitted by Steve Schimmel</em><em> &#8211; Blog: <a href="http://www.netwrix.com">NetWrix</a>
</em>
<a href="http://4sysops.com/wp-content/uploads/2010/09/NetWrix.USB_.Blocker.Configuration.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2010/09/NetWrix.USB_.Blocker.Configuration.png','',event,300,75)"><img style="margin: 0px; display: inline; border: 0px;" title="NetWrix USB Blocker - Configuration" src="http://4sysops.com/wp-content/uploads/2010/09/NetWrix.USB_.Blocker.Configuration_thumb.png" border="0" alt="NetWrix USB Blocker - Configuration" width="124" height="240" align="right" /></a> The freeware <a href="http://www.netwrix.com/usb_blocker_freeware.html">NetWrix USB Blocke</a>r enforces centralized access control to prevent unauthorized use of removable media that connects to computer USB ports, for example, memory sticks, removable hard disks, iPods, and more. USB port access control is a very important aspect of your endpoint security, no matter how good your antivirus and firewall are. The USB device lockdown protects your network against malware and prevents theft of sensitive corporate data.</p>
<p>The product relies on built-in Group Policy mechanisms and seamlessly integrates into your existing environment. Another advantage of the product is simplicity: only a couple of mouse clicks to get the work done. And the most exciting: the software is free of charge for small networks (up to 50 computers). The paid commercial version is also available with advanced functionality and no limitation of network size.</p>
<p>Benefits:</p>
<ul>
<li>Prevents unauthorized use of removable devices.</li>
<li>Hardens endpoint security.</li>
<li>Enables regulatory compliance, such as SOX, </li>&#8230;</ul>]]></description>
			<content:encoded><![CDATA[<p><em>Submitted by Steve Schimmel</em><em> &#8211; Blog: <a href="http://www.netwrix.com">NetWrix</a>
</em>
<a href="http://4sysops.com/wp-content/uploads/2010/09/NetWrix.USB_.Blocker.Configuration.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2010/09/NetWrix.USB_.Blocker.Configuration.png','',event,300,75)"><img style="margin: 0px; display: inline; border: 0px;" title="NetWrix USB Blocker - Configuration" src="http://4sysops.com/wp-content/uploads/2010/09/NetWrix.USB_.Blocker.Configuration_thumb.png" border="0" alt="NetWrix USB Blocker - Configuration" width="124" height="240" align="right" /></a> The freeware <a href="http://www.netwrix.com/usb_blocker_freeware.html">NetWrix USB Blocke</a>r enforces centralized access control to prevent unauthorized use of removable media that connects to computer USB ports, for example, memory sticks, removable hard disks, iPods, and more. USB port access control is a very important aspect of your endpoint security, no matter how good your antivirus and firewall are. The USB device lockdown protects your network against malware and prevents theft of sensitive corporate data.</p>
<p>The product relies on built-in Group Policy mechanisms and seamlessly integrates into your existing environment. Another advantage of the product is simplicity: only a couple of mouse clicks to get the work done. And the most exciting: the software is free of charge for small networks (up to 50 computers). The paid commercial version is also available with advanced functionality and no limitation of network size.</p>
<p>Benefits:</p>
<ul>
<li>Prevents unauthorized use of removable devices.</li>
<li>Hardens endpoint security.</li>
<li>Enables regulatory compliance, such as SOX, GLBA and HIPAA.</li>
<li>Freeware! Saves your IT buck for other projects.</li>
</ul>
<p><a href="http://4sysops.com/wp-content/uploads/2010/09/NetWrix.USB_.Blocker.Monitoring.Console.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2010/09/NetWrix.USB_.Blocker.Monitoring.Console.png','',event,300,75)"><img style="margin: 0px; display: inline; border: 0px;" title="NetWrix USB Blocker - Monitoring Console" src="http://4sysops.com/wp-content/uploads/2010/09/NetWrix.USB_.Blocker.Monitoring.Console_thumb.png" border="0" alt="NetWrix USB Blocker - Monitoring Console" width="604" height="435" /></a></p>
<p>Features:</p>
<ul>
<li>Seamlessly integrates with Active Directory.</li>
<li>Simple point-and-click deployment.</li>
<li>Fully centralized management.</li>
<li>Very simple to use, no monster tools and long learning curves.</li>
</ul>
<p>The product is provided free of charge (limited 50 managed computers) for use by organizations and individuals.We also provide free of charge technical support for the freeware version on the Support Forum. The commercial version of the product is also available, featuring advanced configuration options and technical support: more details.</p>
<h3><a href="http://www.netwrix.com/usb_blocker_freeware.html">USB Blocker</a></h3>
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> (0)</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/free-usb-blocker-centralized-access-control-for-usb-devices/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>FREE: BitLocker to Go Reader &#8211; Read Files Protected with BitLocker under Windows XP</title>
		<link>http://4sysops.com/archives/free-bitlocker-to-go-reader-read-files-protected-with-bitlocker-under-windows-xp/</link>
		<comments>http://4sysops.com/archives/free-bitlocker-to-go-reader-read-files-protected-with-bitlocker-under-windows-xp/#comments</comments>
		<pubDate>Fri, 27 Aug 2010 18:29:48 +0000</pubDate>
		<dc:creator>Alexander Weiss</dc:creator>
				<category><![CDATA[Free Tools]]></category>
		<category><![CDATA[bitlocker]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=4967</guid>
		<description><![CDATA[<p>BitLocker to Go is a new feature in Windows 7 that encrypts data on USB sticks or flash cards. So whenever you lose an USB stick with sensitive data on it, you can be sure that nobody can read the data. However, one downside of BitLocker to Go is that there is no version for other operating systems, like Windows XP. This somehow contradicts the function of BitLocker to Go, because many people use USB sticks to transfer data between different computers. However, those computers may run on different operating systems, e.g. Windows XP, and because of the limitation of BitLocker to Go in Windows 7, you are not able to transfer the data to these PCs.</p>
<p>However, if you just have to read the data from your USB stick on Windows XP or Vista, there is a simple solution for that limitation. It is called BitLocker to Go Reader and can be downloaded <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=64851943-78c9-4cd4-8e8d-f551f06f6b3d&#38;displaylang=en">here</a>. It is quite interesting &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>BitLocker to Go is a new feature in Windows 7 that encrypts data on USB sticks or flash cards. So whenever you lose an USB stick with sensitive data on it, you can be sure that nobody can read the data. However, one downside of BitLocker to Go is that there is no version for other operating systems, like Windows XP. This somehow contradicts the function of BitLocker to Go, because many people use USB sticks to transfer data between different computers. However, those computers may run on different operating systems, e.g. Windows XP, and because of the limitation of BitLocker to Go in Windows 7, you are not able to transfer the data to these PCs.</p>
<p>However, if you just have to read the data from your USB stick on Windows XP or Vista, there is a simple solution for that limitation. It is called BitLocker to Go Reader and can be downloaded <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=64851943-78c9-4cd4-8e8d-f551f06f6b3d&amp;displaylang=en">here</a>. It is quite interesting that the tool does not need Windows XP Professional or Windows Vista Business to run since BitLocker to Go is only included in the Enterprise and Ultimate versions of Windows 7. Despite that, there is one other limitation: The tool only works with FAT file systems. So if you use NTFS on your USB sticks, you have to convert it to FAT before you can use them with BitLocker to Go Reader.</p>
<p>Once you have installed the application, it recognizes BitLocker-protected USB sticks and flash cards as soon as you plug them into the computer. You are automatically asked to enter the password for the device. After you have entered the correct password, you can access the encrypted data.</p>
Author: Alexander Weiss
<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> (0)</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/free-bitlocker-to-go-reader-read-files-protected-with-bitlocker-under-windows-xp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SysKey &#8211; Prevent Windows password cracks</title>
		<link>http://4sysops.com/archives/syskey-prevent-windows-password-cracks/</link>
		<comments>http://4sysops.com/archives/syskey-prevent-windows-password-cracks/#comments</comments>
		<pubDate>Thu, 26 Aug 2010 18:34:26 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[password management]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=4965</guid>
		<description><![CDATA[<p>The SysKey utility, also called the SAM lock tool, is a built-in Windows tool that allows you to secure the Security Accounts Management (SAM) Database. It can be helpful for preventing hackers from cracking Windows passwords, and it is also a way to stop some <a href="http://4sysops.com/archives/how-to-prevent-cleaning-lady-hacks/">cleaning lady cracks</a>.</p>
<p>I will first show you what you can do with the SysKey utility and then discuss how much extra security SysKey protection really brings.</p>
<p>The SAM database is part of the Windows Registry and stores information about user accounts such as user names and password hashes. The corresponding Registry file is located in c:\windows\system32\config. Since Windows NT 4 SP3, the SAM file is partly encrypted. The SysKey utility allows you to move the SAM encryption key off the computer and/or configure a startup password.</p>
<h2>Using the SysKey utility</h2>
<p>To launch the SysKey utility, type “syskey” at the Start Search prompt of Windows Vista or Windows 7, or use the &#8220;run&#8221; option &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>The SysKey utility, also called the SAM lock tool, is a built-in Windows tool that allows you to secure the Security Accounts Management (SAM) Database. It can be helpful for preventing hackers from cracking Windows passwords, and it is also a way to stop some <a href="http://4sysops.com/archives/how-to-prevent-cleaning-lady-hacks/">cleaning lady cracks</a>.</p>
<p>I will first show you what you can do with the SysKey utility and then discuss how much extra security SysKey protection really brings.</p>
<p>The SAM database is part of the Windows Registry and stores information about user accounts such as user names and password hashes. The corresponding Registry file is located in c:\windows\system32\config. Since Windows NT 4 SP3, the SAM file is partly encrypted. The SysKey utility allows you to move the SAM encryption key off the computer and/or configure a startup password.</p>
<h2>Using the SysKey utility</h2>
<p>To launch the SysKey utility, type “syskey” at the Start Search prompt of Windows Vista or Windows 7, or use the &#8220;run&#8221; option of the Windows XP Start Menu.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2010/08/syskey.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2010/08/syskey.png','',event,300,75)"><img style="margin: 0px; display: inline; border: 0px;" title="syskey" src="http://4sysops.com/wp-content/uploads/2010/08/syskey_thumb.png" border="0" alt="SysKey" width="341" height="232" /></a></p>
<p>To move the SAM encryption key off the computer, you have, click &#8220;Store Startup Key on Floppy Disk.&#8221; The tool claims that you will need to insert a floppy disk on startup, which is not really true. Modern computers no longer have floppies, and this storage medium isn&#8217;t reliable enough anyway. You can also store the SAM encryption key on a USB flash drive.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2010/08/configure.syskey.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2010/08/configure.syskey.png','',event,300,75)"><img style="margin: 0px; display: inline; border: 0px;" title="configure.syskey" src="http://4sysops.com/wp-content/uploads/2010/08/configure.syskey_thumb.png" border="0" alt="Configure Ssyskey" width="319" height="359" /></a></p>
<p>However, the USB stick has to be mounted on drive &#8220;A:&#8221;. You can assign this drive letter to your thumb drive in Windows Disk Management. If the drive letter A is not available, you have to first disable the floppy disk in the computer BIOS.</p>
<p>The SysKey utility will then allow you to store a file with the name StartKey.Key on your USB drive. This file contains the SAM encryption key. Without it, you won&#8217;t be able to log on in the future. Thus, whenever you boot up your computer, you have to insert this USB stick. Windows will always automatically load the encryption key from drive A:, and if you set a password with the SysKey utility, you will have to enter this password whenever you boot up the computer.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2010/08/startup.key_.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2010/08/startup.key_.png','',event,300,75)"><img style="margin: 0px; display: inline; border: 0px;" title="startup.key" src="http://4sysops.com/wp-content/uploads/2010/08/startup.key_thumb.png" border="0" alt="SysKey startup key" width="299" height="162" /></a> <a href="http://4sysops.com/wp-content/uploads/2010/08/startup.password.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2010/08/startup.password.png','',event,300,75)"><img style="margin: 0px; display: inline; border: 0px;" title="startup.password" src="http://4sysops.com/wp-content/uploads/2010/08/startup.password_thumb.png" border="0" alt="SysKey Startup password" width="299" height="149" /></a></p>
<h2>What extra security does the SysKey utility bring?</h2>
<p>First of all, neither storing the SAM encryption key on an external drive nor protecting it with a password can prevent tools such <a href="http://4sysops.com/archives/kon-boot-the-fastest-way-to-remove-a-windows-password/">Kon-Boot</a> or the <a href="http://4sysops.com/archives/free-trinity-rescue-kit-trk-recover-windows-using-linux/">Trinity Rescue Kit</a> from manipulating the SAM database. These tools are still able to set an empty password on all accounts. However, after such a manipulation, it is not possible to boot up Windows without the encryption key on the USB drive or without the startup password.</p>
<p>Hence, this method will prevent the majority of wannabe hackers from logging on to the computer with administrator privileges. It won’t, however, stop real hackers. As long as an attacker has physical access to an unencrypted system drive, everything is doable because every system file can be replaced as I demonstrated in my article about the <a href="http://4sysops.com/archives/forgot-the-administrator-password-the-sticky-keys-trick/">Sticky Key trick</a>. By the way, this trick will no longer work if you secure the SAM encryption key because an attacker wouldn&#8217;t be able to reach the logon screen without access to the encryption key.</p>
<p>So does it make sense to protect all your PCs with the SysKey utility? I don&#8217;t think so. The fact that the tool tries to store the encryption key on a floppy disk shows that this method is a bit outdated. It is too much hassle for your users to mess with a USB stick or to use an additional password compared to the extra protection the tool offers.</p>
<p>However, I think, the SysKey utility is still useful in some environments. For instance, you can use the tool to protect laptops or servers where you don&#8217;t want to disable booting from external drives or where many people would have the time to open the PC and access the system drive. It might also make sense to protect your own PC this way. Wouldn&#8217;t it be embarrassing if your colleague’s eight-year-old daughter hacks your PC while you take a coffee break?</p>
<p>The point is that 99% of all kids out there who call themselves hackers know about Kon-Boot and the myriad of similar tools, but they don&#8217;t know how to handle SysKey. SysKey was originally introduced to prevent hackers from cracking passwords in the SAM database with brute force attacks. And popular hacking tools such <a href="http://www.insidepro.com/eng/saminside.shtml">SAMInside</a> still can&#8217;t handle a protected SAM encryption key.</p>
<p>Of course, SysKey can&#8217;t stop the bad guys and gals disguised with vacuum cleaners from shoving some nasty rootkits on the system drives of your PCs. But BitLocker will do the job in 99.999% of all such attacks. Thus, I believe <a href="http://4sysops.com/archives/seven-reasons-why-you-need-bitlocker-hard-drive-encryption-for-your-whole-organization/">encrypting all hard drives in your organization is a must</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/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> (0)</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/syskey-prevent-windows-password-cracks/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

