<?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>Anthony Reinke &#187; daily</title>
	<atom:link href="http://www.anthonyreinke.com/tag/daily/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.anthonyreinke.com</link>
	<description>Rambling Thoughts of a Random Mind</description>
	<lastBuildDate>Wed, 01 Feb 2012 22:03:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Another good report</title>
		<link>http://www.anthonyreinke.com/2010/03/24/another-good-report/</link>
		<comments>http://www.anthonyreinke.com/2010/03/24/another-good-report/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 14:54:34 +0000</pubDate>
		<dc:creator>Anthony Reinke</dc:creator>
				<category><![CDATA[geek]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[daily]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[id]]></category>
		<category><![CDATA[report]]></category>
		<category><![CDATA[splunk]]></category>
		<category><![CDATA[user]]></category>

		<guid isPermaLink="false">http://www.anthonyreinke.com/?p=239</guid>
		<description><![CDATA[This will help to track down failed logins.  This could be due to someone changing their password and still are logged in to a server with the old account information.  The other side is that someone could be trying to brute force an account. Type=&#8221;Failure Audit&#8221; sourcetype=&#8221;WinEventLog:Security&#8221; &#124; chart count by User_Name &#124; sort &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>This will help to track down failed logins.  This could be due to someone changing their password and still are logged in to a server with the old account information.  The other side is that someone could be trying to brute force an account.</p>
<p>Type=&#8221;Failure Audit&#8221; sourcetype=&#8221;WinEventLog:Security&#8221; | chart count by User_Name | sort &#8211; count</p>
]]></content:encoded>
			<wfw:commentRss>http://www.anthonyreinke.com/2010/03/24/another-good-report/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Daily Splunk Reports</title>
		<link>http://www.anthonyreinke.com/2010/03/24/daily-splunk-reports/</link>
		<comments>http://www.anthonyreinke.com/2010/03/24/daily-splunk-reports/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 13:45:14 +0000</pubDate>
		<dc:creator>Anthony Reinke</dc:creator>
				<category><![CDATA[geek]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[daily]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[id]]></category>
		<category><![CDATA[report]]></category>
		<category><![CDATA[splunk]]></category>
		<category><![CDATA[user]]></category>

		<guid isPermaLink="false">http://www.anthonyreinke.com/?p=237</guid>
		<description><![CDATA[So I am a full convert and profit of Splunk now.  I have been using it at work for around 4 months now.  I have rolled it out to our domain controllers and have started rolling it to all our Windows and *nix servers.  The ability to find out who did what has made my [...]]]></description>
			<content:encoded><![CDATA[<p>So I am a full convert and profit of <a href="http://www.splunk.com" target="_blank">Splunk</a> now.  I have been using it at work for around 4 months now.  I have rolled it out to our domain controllers and have started rolling it to all our Windows and *nix servers.  The ability to find out who did what has made my job so much easier.  There was an incident where an OU was deleted in our AD.  I was able to see exactly who and when did it.  Normally this type of searching wasn&#8217;t possible or at least hard to get due to the size of our infrastructure.  Our Event Logs roll over around once an hour.  The OU was deleted 8 hours before we were contacted.</p>
<p>Here is a few of the reports I have scheduled to get every morning to take a look at what has happened in my environment.</p>
<p>User Accounts deleted:</p>
<p>EventCode=&#8221;630&#8243; | fields Caller_User_Name, Target_Domain,  Target_Account_Name, host | collect | rename Caller_User_Name as Who_Did_It | rename Target_Account_Name as Deleted_Account | rename host as DomainController | rename Target_Domain as Users_Domain</p>
<p>User Accounts created:</p>
<p>EventCode=&#8221;624&#8243; | fields Caller_User_Name, New_Domain, New_Account_Name, host | collect | rename Caller_User_Name as Who_Did_It | rename Target_Account_Name as Modified_Account | rename host as DomainController | rename New_Domain as New_Account_Domain</p>
<p>Computer Accounts deleted:</p>
<p>EventCode=&#8221;647&#8243; | fields Caller_User_Name, Target_Domain, Target_Account_Name, host | collect | rename Caller_User_Name as Who_Did_It | rename Target_Account_Name as Deleted_Computer | rename host as DomainController | rename Target_Domain as Removed_Domain</p>
<p>Computer Accounts created:</p>
<p>EventCode=&#8221;645&#8243; | fields Caller_User_Name, New_Domain, New_Account_Name, host | collect | rename Caller_User_Name as Who_Did_It | rename New_Account_Name as New_Computer | rename host as DomainController | rename New_Domain as Joined_Domain</p>
]]></content:encoded>
			<wfw:commentRss>http://www.anthonyreinke.com/2010/03/24/daily-splunk-reports/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Least Privilege Security Model</title>
		<link>http://www.anthonyreinke.com/2009/06/25/least-privilege-security-model/</link>
		<comments>http://www.anthonyreinke.com/2009/06/25/least-privilege-security-model/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 21:58:06 +0000</pubDate>
		<dc:creator>Anthony Reinke</dc:creator>
				<category><![CDATA[security]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[daily]]></category>
		<category><![CDATA[group]]></category>
		<category><![CDATA[least]]></category>
		<category><![CDATA[model]]></category>
		<category><![CDATA[privilege]]></category>
		<category><![CDATA[user]]></category>

		<guid isPermaLink="false">http://www.anthonyreinke.com/2009/06/25/least-privilege-security-model/</guid>
		<description><![CDATA[I am finding in my daily work that everyone talks about and wants the least privilege security model until want access to something. We can redesign a network share and say that only groups are allowed and that we are not to allow user access to directly to have access and within a month of [...]]]></description>
			<content:encoded><![CDATA[<p>I am finding in my daily work that everyone talks about and wants the least privilege security model until want access to something.  We can redesign a network share and say that only groups are allowed and that we are not to allow user access to directly to have access and within a month of going live there is a handful of user accounts listed.  What I also find funny is how people react when you ask why?  Why do you need this access?  You would think I am asking them to justify why they exist.  My goal is to be able to document and justify why I have granted access to something (share, server, etc.) and they get offended.  Using the model of least privilege help to protect everyone and the company.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.anthonyreinke.com/2009/06/25/least-privilege-security-model/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

