<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Avecto.com &#187; AppLocker</title>
	<atom:link href="http://www.avecto.com/blog/category/app-locker/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.avecto.com/blog</link>
	<description>Windows Privilege Management Blog</description>
	<lastBuildDate>Thu, 02 Feb 2012 11:13:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Configure Application Whitelisting for Citrix GoToMeeting</title>
		<link>http://www.avecto.com/blog/2011/07/configure-application-whitelisting-for-citrix-gotomeeting/</link>
		<comments>http://www.avecto.com/blog/2011/07/configure-application-whitelisting-for-citrix-gotomeeting/#comments</comments>
		<pubDate>Thu, 07 Jul 2011 12:20:46 +0000</pubDate>
		<dc:creator>Russell Smith</dc:creator>
				<category><![CDATA[Application Control]]></category>
		<category><![CDATA[AppLocker]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.avecto.com/blog/?p=465</guid>
		<description><![CDATA[One of the comments I receive most frequently from attendees of my Least Privilege webinar is that web conferencing software, such as Citrix’s popular GoToMeeting, prevents IT departments moving forward with least privilege on the desktop. This kind of software &#8230; <a href="http://www.avecto.com/blog/2011/07/configure-application-whitelisting-for-citrix-gotomeeting/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>One of the comments I receive most frequently from attendees of my <em>Least Privilege</em> webinar is that web conferencing software, such as Citrix’s popular GoToMeeting, prevents IT departments moving forward with least privilege on the desktop. This kind of software can pose a problem as users are often requested to join meetings at short notice and need to install a client program to participate in the conference. In this post I’ll focus on GoToMeeting, but some of the information could also be applied to other software.</p>
<p>Citrix has engineered GoToMeeting so that it doesn’t require any special privileges to install. That may come as a surprise to some system administrators, as it’s often assumed that admin rights are required to install and update the software. One exception is that administrative privileges are needed to install GoToMeeting’s recording codec, but if you don’t need to record a meeting, you’re good to go without it.</p>
<p>If you’ve configured application whitelisting to provide an extra layer of defence, you’ll need to make the necessary exceptions so users can install and update GoToMeeting. Creating rules for Windows 7 AppLocker to allow GoToMeeting to run needs a little preparation because of the slightly convoluted nature in which GoToMeeting installs and runs.<span id="more-465"></span></p>
<div id="attachment_480" class="wp-caption alignnone" style="width: 671px"><a rel="attachment wp-att-480" href="http://www.avecto.com/blog/2011/07/configure-application-whitelisting-for-citrix-gotomeeting/applockerrules/"><img class="size-full wp-image-480 " src="http://www.avecto.com/blog/wp-content/uploads/2011/06/AppLockerRules.png" alt="AppLocker Rules" width="661" height="129" /></a><p class="wp-caption-text">Table 1 - GoToMeeting Executables and AppLocker Rules</p></div>
<p>Rules will be required for 5 executables as shown in Table 1. Assuming you’ve already enabled AppLocker in Windows 7, I won’t explain here how to create rules, as no doubt that’s something you already know how to do. A good primer can be found at http://technet.microsoft.com/en-us/windows/dd320283. Suffice to say that following best practice, you should configure publisher rules for the GoToMeeting runtimes wherever possible. Figure 1 shows how the file name on disk and the file name displayed in the AppLocker wizard differ, adding some confusion to the process.</p>
<p>For the purposes of adding the GoToMeeting runtimes to AppLocker, you’ll find most of the executables located in the logged in user’s TEMP directory (%username%\appdata\local\temp). You can either enable AppLocker and add a rule for each executable as it’s blocked or install GoToMeeting with AppLocker disabled and then run the <em>Automatically Generate Rules</em> wizard and allow AppLocker to discover the necessary runtimes. The appcore executable isn’t signed, so you’ll need to create a <em>file hash</em> or <em>path file rule</em> to prevent AppLocker from blocking it.</p>
<div id="attachment_506" class="wp-caption alignnone" style="width: 310px"><a rel="attachment wp-att-506" href="http://www.avecto.com/blog/2011/07/configure-application-whitelisting-for-citrix-gotomeeting/applockerpublisherrule/"><img class="size-medium wp-image-506 " src="http://www.avecto.com/blog/wp-content/uploads/2011/07/AppLockerPublisherRule-300x250.png" alt="" width="300" height="250" /></a><p class="wp-caption-text">Figure 1 - An AppLocker publisher rule for g2m_download.exe</p></div>
<p>Once rules to allow the 5 executables listed in Table 1 are added to AppLocker, you should find that users can join and host meetings. If you’re using a mix of Windows versions, Privilege Guard can manage application privileges and implement whitelisting in XP and later so that one set of rules are applied to all your Windows systems.</p>
<p><strong>Use Virtualization to Solve Problems of Privilege</strong></p>
<p>If a user is required to host meetings on a regular basis, with GoToMeeting or a different service, make sure the software is set up in advance and works on their local desktop. For users that might need to join meetings at short notice using unknown services, consider deploying Windows 7 XP Mode &#8211; or other virtualized desktop &#8211; so that if necessary, client software can be quickly installed without any intervention from IT.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.avecto.com/blog/2011/07/configure-application-whitelisting-for-citrix-gotomeeting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Pros and Cons of Windows 7 Application Control with AppLocker</title>
		<link>http://www.avecto.com/blog/2010/09/the-pros-and-cons-of-windows-7-application-control-with-applocker/</link>
		<comments>http://www.avecto.com/blog/2010/09/the-pros-and-cons-of-windows-7-application-control-with-applocker/#comments</comments>
		<pubDate>Sun, 19 Sep 2010 10:29:28 +0000</pubDate>
		<dc:creator>Mark Austin</dc:creator>
				<category><![CDATA[Application Control]]></category>
		<category><![CDATA[AppLocker]]></category>
		<category><![CDATA[Desktop Lockdown]]></category>
		<category><![CDATA[Group Policy]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.avecto.com/connect/blog/?p=225</guid>
		<description><![CDATA[Windows 7 Ultimate and Enterprise editions ship with AppLocker, which is a Group Policy based application control solution. AppLocker is a big improvement over Software Restriction Policies, as it provides a more flexible and intuitive solution to its predecessor. AppLocker &#8230; <a href="http://www.avecto.com/blog/2010/09/the-pros-and-cons-of-windows-7-application-control-with-applocker/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Windows 7 Ultimate and Enterprise editions ship with AppLocker, which is a Group Policy based application control solution. AppLocker is a big improvement over Software Restriction Policies, as it provides a more flexible and intuitive solution to its predecessor.</p>
<p>AppLocker can ensure that users are only allowed to run authorized executables, installer packages and scripts. It provides a good selection of rules, including filename, publisher and file hash. In addition, it is possible to identify applications based on their file properties, such as product name and version, although this capability is restricted to signed applications.</p>
<p>The lack of support for management consoles and control panel applets, introduces a slight security concern, as unauthorized snap-ins and applets may be launched by the user. Other areas of Group Policy can be configured to hide control panel applets, but this does not stop a rogue control panel applet from actually running. Management console snap-ins can also be controlled through Group Policy settings, and although this does go further than superficial hiding of snap-ins, the whitelisting of third party snap-ins could prove challenging, so it’s a shame that AppLocker can’t control snap-ins through the restriction of msc files.<span id="more-225"></span></p>
<p>Although AppLocker can handle software installation packages, a high proportion of software installers will require local admin rights to install. Granting local admin rights to a user will make any attempt to control application execution a futile undertaking, as the user will effectively have complete control over their desktop, and so the white listing of software packages with AppLocker is severely limited.</p>
<p>Where AppLocker really disappoints is in its end user experience. The end user message that is displayed when an application is blocked can’t be configured, and so the IT department are not able to convey a meaningful message to their user base when an application is blocked. This is further compounded by the lack of any method for a user to request access to an unauthorized application. It’s highly unlikely that the IT department will get application control policies configured correctly first time, and so the lack of informative messaging and a user feedback mechanism will make the ongoing fine tuning and maintenance of policies more challenging.</p>
<p>The application of AppLocker to more advanced users, such as technical users or laptop users, could prove problematic, as applications can only be blocked, which may prove too restrictive and lead to productivity issues. The ability to warn and audit, as opposed to blocking, would have made it possible to apply AppLocker policies to a much broader range of users, but this capability is sadly lacking.</p>
<p>As with most of Microsoft’s built-in system management tools, AppLocker provides no reporting capabilities, which could make it difficult to fully assess the impact of the applied policies.</p>
<p>There is no doubting that AppLocker is a big improvement over Software Restriction Policies, but it still falls short in a number of areas, which may restrict its adoption to smaller implementations of task based workers, where users require little flexibility in their job role. As a user’s requirements become more complex, AppLocker could prove difficult to apply without severely compromising an end user’s productivity and creating a burden on the IT department to constantly update policies.</p>
<div class="mceTemp">
<div class="mceTemp">
<div class="mceTemp">
<p><img class="size-full wp-image-227 alignnone" title="AppLocker Pros and Cons" src="http://avecto.com/blog/wp-content/uploads/2010/09/AppLockerProsCons.png" alt="AppLocker Pros and Cons" /></p>
</div>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.avecto.com/blog/2010/09/the-pros-and-cons-of-windows-7-application-control-with-applocker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

