<?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>Computer Support &#187; Security</title>
	<atom:link href="http://www.xiitec.com/blog/category/system-administration/windows/security-windows-system-administration/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xiitec.com/blog</link>
	<description></description>
	<lastBuildDate>Wed, 30 Dec 2009 08:40:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Enabling Auditing</title>
		<link>http://www.xiitec.com/blog/2008/11/13/enabling-auditing/</link>
		<comments>http://www.xiitec.com/blog/2008/11/13/enabling-auditing/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 01:32:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[audit]]></category>

		<guid isPermaLink="false">http://www.xiitec.com/blog/?p=230</guid>
		<description><![CDATA[Windows supports auditing of various account- and system-related events, which can be invaluable when troubleshooting a security incident. You can enable auditing of nine different types of access on a local server. You can also configure these settings via an Active Directory group policy, which overrides any local settings that you&#8217;ve defined. After auditing has [...]]]></description>
			<content:encoded><![CDATA[<p>Windows supports auditing of various account- and system-related events, which can be invaluable when troubleshooting a security incident. You can enable auditing of nine different types of access on a local server. You can also configure these settings via an Active Directory group policy, which overrides any local settings that you&#8217;ve defined. After auditing has been configured, audit messages are created in the Security event log.</p>
<p><span id="more-230"></span><br />
The big question is: which audit settings should you enable? If you turned on everything, your server would start flooding your Security event log and ultimately it wouldn&#8217;t be very useful. In fact, there are no hard and fast rules for which settings you should enable.</p>
<p>All audit settings have three possible configurations: not configured, Success, and Failure. Not configured means auditing isn&#8217;t enabled for the setting, Success means log any applicable event that was successful, and Failure means log any applicable event that failed. Often, it is more useful to log Failure events since you want to discover someone who is attempting to perform an activity surreptitiously, which may mean doing it several times until successful.</p>
<p>With some settings, simply enabling Success or Failure won&#8217;t actually cause any events to be logged. You also have to enable auditing on specific objects, such as a particular file, before events will be audited. This is useful because in some cases, such as files and folders, you may only want to audit certain ones. If auditing were enabled for all files, the amount of events would render auditing unfeasible.</p>
<h3>Using a graphical user interface</h3>
<ol class="docList" type="1">
<li>
<p class="docList">Open the Local  Security Policy snap-in.</p>
</li>
<li>
<p class="docList"> In the left pane, expand <span class="docEmphBold">Local  Policies</span> -&gt; <span class="docEmphBold">Audit Policy</span>.</p>
</li>
<li>
<p class="docList"> In the right pane, double-click the setting you want to enable,  and check the box beside <span class="docEmphBold">Success</span> and/or <span class="docEmphBold">Failure</span> depending on the types of events you want to  audit.</p>
</li>
</ol>
<p>You can force new auditing settings to be applied by running  the <em>secedit</em> command on Windows 2000 or the <em>gpupdate</em> command on  Windows Server 2003.</p>
<p>Run the following command on Windows 2000:</p>
<pre>&gt; secedit /refreshpolicy machine_policy</pre>
<p>And run this command on Windows Server 2003:</p>
<pre>&gt; gpupdate /target:computer</pre>
<h4 class="docSection2Title"></h4>
]]></content:encoded>
			<wfw:commentRss>http://www.xiitec.com/blog/2008/11/13/enabling-auditing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Analyzing Your Security Configuration</title>
		<link>http://www.xiitec.com/blog/2008/11/12/analyzing-your-security-configuration/</link>
		<comments>http://www.xiitec.com/blog/2008/11/12/analyzing-your-security-configuration/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 22:31:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.xiitec.com/blog/?p=229</guid>
		<description><![CDATA[The Microsoft Baseline Security Analyzer  (MBSA) is a freely available tool from Microsoft that let&#8217;s you scan computers  for the latest security problems with Windows along with numerous Microsoft  products. Some of these include Office, Exchange Server 2003, Microsoft Virtual  Machine, and BizTalk. It can also check the configuration of Internet [...]]]></description>
			<content:encoded><![CDATA[<p>The Microsoft Baseline Security Analyzer  (MBSA) is a freely available tool from Microsoft that let&#8217;s you scan computers  for the latest security problems with Windows along with numerous Microsoft  products. Some of these include Office, Exchange Server 2003, Microsoft Virtual  Machine, and BizTalk. It can also check the configuration of Internet  Configuration Firewall, Automatic Updates, and password settings.</p>
<p><span id="more-229"></span><br />
MBSA has both a graphical and command-line interface. The MBSA  graphical interface allows you to scan a single or multiple computers at one  time (up to 10,000).</p>
<p>The MBSA command-line interface, <em>mbsacli.exe</em>, has the  same functionality as the graphical interface. With it, you can easily automate  periodic scans of your servers.</p>
<p>For more information on MBSA, including download instructions,  see <a href="http://www.microsoft.com/technet/security/tools/mbsahome.mspx" target="_blank">http://www.microsoft.com/technet/security/tools/mbsahome.mspx</a>.</p>
<p>MBSA keeps itself up to date with the latest vulnerabilities  and security updates by automatically polling Microsoft when you start the  program. As of Version 1.2, you can alternately point MBSA at a SUS server to  download the update catalog. This lets you determine what servers in your  network are up to date according to your internal SUS server.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xiitec.com/blog/2008/11/12/analyzing-your-security-configuration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
