<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blog.chriscorio.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Chris Corio's Blog : auditing, software restriction policies</title><link>http://blog.chriscorio.com/archive/tags/auditing/software+restriction+policies/default.aspx</link><description>Tags: auditing, software restriction policies</description><dc:language>en</dc:language><generator>CommunityServer 2008 SP1 (Build: 30619.63)</generator><item><title>What’s running on my system? - Part 1</title><link>http://blog.chriscorio.com/archive/2008/09/27/what-s-running-on-my-system-part-1.aspx</link><pubDate>Sun, 28 Sep 2008 03:03:00 GMT</pubDate><guid isPermaLink="false">95eed723-5cf3-470f-8f7c-049fae03e114:11</guid><dc:creator>Chris Corio</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blog.chriscorio.com/rsscomments.aspx?PostID=11</wfw:commentRss><comments>http://blog.chriscorio.com/archive/2008/09/27/what-s-running-on-my-system-part-1.aspx#comments</comments><description>&lt;p&gt;I don&amp;#39;t know about you but I&amp;#39;m interested in figuring out what applications I&amp;#39;m using and what else might be running on my system.&amp;nbsp; I&amp;#39;m going to describe ways to figure that out in a series of blog posts.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The first way is to turn on Process Auditing on your system and checkwhat processes are created in your audit log.&amp;nbsp; Here&amp;#39;s how you turn on process auditing:&lt;/p&gt;
&lt;p&gt;1. Start MMC.exe with full administrator privileges.&lt;/p&gt;
&lt;p&gt;2. From the &lt;b&gt;File&lt;/b&gt; menu choose &lt;b&gt;Add/Remove Snap-in...&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;3. Click on Group Policy Object Editor and then click Add. &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;You will be prompted to determine which Group Policy Object to edit - Local Computer should be highlighted. Keep that setting and press Finish.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;4. Click on the OK button.&lt;/p&gt;
&lt;p&gt;5. Now you will see a node for Local Computer Policy&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Expand the &lt;b&gt;Local Computer Policy&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;Then expand &lt;b&gt;Computer Configuration-&amp;gt;Windows Settings-&amp;gt;Security Settings-&amp;gt;Local Policies&lt;/b&gt;.&lt;/li&gt;
&lt;li&gt;Click on Audit Policy. You should see the following screen.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;img width="628" src="http://www.chriscorio.com/ScreenShots/MMC-AuditPolicy.jpg" alt="MMC - Audit Policy" height="461" style="float:left;" /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;6. Double-click on &amp;quot;Audit process tracking&amp;quot; and check the &amp;quot;Success&amp;quot; check box&lt;b&gt;. &lt;/b&gt;It will look like this when you hit OK:&lt;/p&gt;
&lt;p&gt;&lt;img width="352" src="http://www.chriscorio.com/ScreenShots/MMC-AuditProcessSetting.jpg" alt="Process Audit Setting" height="78" /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;7. Now the creation of processes will be tracked by the system. Time to reboot.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;After the system restarts it&amp;#39;s time to figure out what&amp;#39;s running.&amp;nbsp; &lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Open the Event Viewer - you can do this by following the steps above but adding in the &lt;b&gt;Event Viewer &lt;/b&gt;snap-in to MMC instead of the Group Policy Object Editor.&lt;/li&gt;
&lt;li&gt;Expand the following nodes: &lt;b&gt;Event Viewer-&amp;gt;Windows Logs &lt;/b&gt;and clicking on &lt;b&gt;Security&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;Then click on &amp;quot;Filter Current Log...&amp;quot; in the upper right-hand corner of the Event Viewer snap-in.&lt;/li&gt;
&lt;li&gt;The Event ID that&amp;#39;s most interesting for this exercise is: 4688, so add this to the filter and click OK.&lt;/li&gt;
&lt;li&gt;Now you will see a list of all of the processes that have been created.&amp;nbsp;:-) The interesting piece of information is usually the &lt;b&gt;NewProcessName &lt;/b&gt;element in each entry.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Well...that&amp;#39;s a great way to understand how your system boots and what processes have been created.&amp;nbsp; Check out the next post where I&amp;#39;ll talk about monitoring what&amp;#39;s being started by each user.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blog.chriscorio.com/aggbug.aspx?PostID=11" width="1" height="1"&gt;</description><category domain="http://blog.chriscorio.com/archive/tags/Software+Restriction+Policies/default.aspx">Software Restriction Policies</category><category domain="http://blog.chriscorio.com/archive/tags/Auditing/default.aspx">Auditing</category><category domain="http://blog.chriscorio.com/archive/tags/Windows+OS/default.aspx">Windows OS</category><category domain="http://blog.chriscorio.com/archive/tags/Process/default.aspx">Process</category></item></channel></rss>