<?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; splunk</title>
	<atom:link href="http://www.anthonyreinke.com/tag/splunk/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>Lack of posts</title>
		<link>http://www.anthonyreinke.com/2010/11/27/lack-of-posts/</link>
		<comments>http://www.anthonyreinke.com/2010/11/27/lack-of-posts/#comments</comments>
		<pubDate>Sun, 28 Nov 2010 04:22:52 +0000</pubDate>
		<dc:creator>Anthony Reinke</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[co-locaton]]></category>
		<category><![CDATA[colo]]></category>
		<category><![CDATA[job]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[perfect]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[securityguest]]></category>
		<category><![CDATA[sorry]]></category>
		<category><![CDATA[splunk]]></category>
		<category><![CDATA[storm]]></category>

		<guid isPermaLink="false">http://www.anthonyreinke.com/?p=345</guid>
		<description><![CDATA[Sorry about the lack of the posting.  I have switched jobs and the perfect storm hit us.  Due to a power outage (well,multiple outages) from Lincoln Electric System (http://les.com) we lost a main switch, the firewall configuration, and dhcp configuration.  I haven&#8217;t logged in to a Cisco device in many years and never in the [...]]]></description>
			<content:encoded><![CDATA[<p>Sorry about the lack of the posting.  I have switched jobs and the perfect storm hit us.  Due to a power outage (well,multiple outages) from Lincoln Electric System (<a href="http://les.com/">http://les.com</a>) we lost a main switch, the firewall configuration, and dhcp configuration.  I haven&#8217;t logged in to a Cisco device in many years and never in the depth I have had to in the past month.</p>
<p>Things I am working on:</p>
<ul>
<li>Jumping in to Cisco head first</li>
<li>More with Splunk</li>
<li>Setting up MPLS between multiple site, and a couple of co-locations</li>
<li>More in to security</li>
<li>Guest Posters</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.anthonyreinke.com/2010/11/27/lack-of-posts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web (http) Certificate for Splunk</title>
		<link>http://www.anthonyreinke.com/2010/07/09/web-http-certificate-for-splunk/</link>
		<comments>http://www.anthonyreinke.com/2010/07/09/web-http-certificate-for-splunk/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 16:17:13 +0000</pubDate>
		<dc:creator>Anthony Reinke</dc:creator>
				<category><![CDATA[geek]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[ca]]></category>
		<category><![CDATA[cert]]></category>
		<category><![CDATA[certificate]]></category>
		<category><![CDATA[digital]]></category>
		<category><![CDATA[generate]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[self]]></category>
		<category><![CDATA[signed]]></category>
		<category><![CDATA[splunk]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.anthonyreinke.com/?p=257</guid>
		<description><![CDATA[I prefer to use a signed web certificate and not the self signed certificate.  I found a couple different topics on the process, but found that most of them referred to the distributive searching certificate.  Here are the step to generate the certificate and get it in to the right place for Splunk to use [...]]]></description>
			<content:encoded><![CDATA[<p>I prefer to use a signed web certificate and not the self signed certificate.  I found a couple different topics on the process, but found that most of them referred to the distributive searching certificate.  Here are the step to generate the certificate and get it in to the right place for Splunk to use it.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>## Generate the local key<br />
openssl genrsa -out linux0001.key 4096</p>
<p>## Generate the csr<br />
opensll req -new -key linux0001.key -out linux0001.csr</p>
<p>## Submit the .csr file to the CA</p>
<p>## Move the original certs for backup purposes<br />
mv cert.pem cert.pem.bak<br />
mv privkey.pem privkey.pem.bak</p>
<p>## Convert the binary cert to a standard cert<br />
openssl x509 -in certnew.cer -inform DER -out cert.pem -outform PEM</p>
<p>## Copy the new files in the Splunk folder<br />
cp linux0001.key /opt/splunk/share/splunk/certs/privkey.pem<br />
cp cert.pem /opt/splunk/share/splunk/certs/cert.pem</p>
<p>## Restart Splunk<br />
/opt/splunk/bin/splunk restart</p>
]]></content:encoded>
			<wfw:commentRss>http://www.anthonyreinke.com/2010/07/09/web-http-certificate-for-splunk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Splunk Dashboards</title>
		<link>http://www.anthonyreinke.com/2010/05/02/splunk-dashboards/</link>
		<comments>http://www.anthonyreinke.com/2010/05/02/splunk-dashboards/#comments</comments>
		<pubDate>Mon, 03 May 2010 02:24:38 +0000</pubDate>
		<dc:creator>Anthony Reinke</dc:creator>
				<category><![CDATA[geek]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[administrator]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[central]]></category>
		<category><![CDATA[dashboard]]></category>
		<category><![CDATA[log]]></category>
		<category><![CDATA[splunk]]></category>
		<category><![CDATA[system]]></category>

		<guid isPermaLink="false">http://www.anthonyreinke.com/?p=245</guid>
		<description><![CDATA[I have begun building my own dashboards in Splunk.  Once I have the custom views built, I will post them up here.  So far everything I have been working on is with a system&#8217;s administrator in mind because that is what I have been doing for the past 12 years (wow, thats a long time). [...]]]></description>
			<content:encoded><![CDATA[<p>I have begun building my own dashboards in Splunk.  Once I have the custom views built, I will post them up here.  So far everything I have been working on is with a system&#8217;s administrator in mind because that is what I have been doing for the past 12 years (wow, thats a long time).  Currently I am building a view for searching failed logins and the source of lockouts.  They tie in to one another.  Our technicians want to be more involved in the systems administration and hopefully this will help them respond quicker to our customers.  Everything comes from Splunk being installed on all our domain controllers.  From there we get all the logs in to our central logging system (Splunk).  Due to the amount of data we are pushing now everyday, we might have to build a backup environment just for our Splunk data.  How awesome is this!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.anthonyreinke.com/2010/05/02/splunk-dashboards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>Getting more intelligence on how much data splunk is eating.</title>
		<link>http://www.anthonyreinke.com/2010/01/18/getting-more-intelligence-on-how-much-data-splunk-is-eating/</link>
		<comments>http://www.anthonyreinke.com/2010/01/18/getting-more-intelligence-on-how-much-data-splunk-is-eating/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 19:02:57 +0000</pubDate>
		<dc:creator>Anthony Reinke</dc:creator>
				<category><![CDATA[geek]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[index]]></category>
		<category><![CDATA[Michael]]></category>
		<category><![CDATA[splunk]]></category>
		<category><![CDATA[Wilde]]></category>

		<guid isPermaLink="false">http://www.anthonyreinke.com/2010/01/18/getting-more-intelligence-on-how-much-data-splunk-is-eating/</guid>
		<description><![CDATA[http://www.splunkninja.com/profiles/blogs/getting-more-intelligence-on Great article from Michael Wilde on how to see how much data you are indexing from Splunk]]></description>
			<content:encoded><![CDATA[<p>http://www.splunkninja.com/profiles/blogs/getting-more-intelligence-on</p>
<p>Great article from Michael Wilde on how to see how much data you are indexing from Splunk</p>
]]></content:encoded>
			<wfw:commentRss>http://www.anthonyreinke.com/2010/01/18/getting-more-intelligence-on-how-much-data-splunk-is-eating/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Searching for Account Lockouts with Splunk</title>
		<link>http://www.anthonyreinke.com/2009/12/21/searching-for-account-lockouts-with-splunk/</link>
		<comments>http://www.anthonyreinke.com/2009/12/21/searching-for-account-lockouts-with-splunk/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 22:03:47 +0000</pubDate>
		<dc:creator>Anthony Reinke</dc:creator>
				<category><![CDATA[geek]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[account]]></category>
		<category><![CDATA[lockout]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[splunk]]></category>

		<guid isPermaLink="false">http://www.anthonyreinke.com/?p=170</guid>
		<description><![CDATA[This requires that the Splunk agent is getting the security event from the Domain Controller(s). Find the username of the person Log in to the Splunk server. Click on the Search button. Enter the search paramitters to find the user and select your time frame for the search: source=&#8221;WinEventLog:Security&#8221; User_Name=&#8221;lockedUser&#8221; Then check the “Client_Address” field.  [...]]]></description>
			<content:encoded><![CDATA[<p>This requires that the Splunk agent is getting the security event from the Domain Controller(s).</p>
<ol>
<li>Find the username of the person</li>
<li>Log in to the Splunk server.</li>
<li>Click on the Search button.<br />
<a href="http://anthonyreinke.com/wp-content/uploads/2009/12/image001.png"><img class="alignnone size-full wp-image-172" title="image001" src="http://anthonyreinke.com/wp-content/uploads/2009/12/image001.png" alt="" width="101" height="48" /></a></li>
<li>Enter the search paramitters to find the user and select your time frame for the search:<br />
source=&#8221;WinEventLog:Security&#8221; User_Name=&#8221;lockedUser&#8221;<br />
<a href="http://anthonyreinke.com/wp-content/uploads/2009/12/image003.png"><img class="alignnone size-full wp-image-173" title="image003" src="http://anthonyreinke.com/wp-content/uploads/2009/12/image003.png" alt="" width="767" height="54" /></a></li>
<li>Then check the “Client_Address” field.  This can be found on the left column.<br />
<a href="http://anthonyreinke.com/wp-content/uploads/2009/12/image0051.png"><img class="alignnone size-full wp-image-174" title="image005" src="http://anthonyreinke.com/wp-content/uploads/2009/12/image0051.png" alt="" width="743" height="323" /></a></li>
<li>The client IP shows where the lockout came from.</li>
</ol>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;"><!--[if !mso]> <mce :style>< !  v:* {behavior:url(#default#VML);} o:* {behavior:url(#default#VML);} w:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} --> <!--[endif]--><!--[if gte mso 9]><xml> <w :WordDocument> </w><w :View>Normal</w> <w :Zoom>0</w> <w :TrackMoves>false</w> <w :TrackFormatting /> <w :PunctuationKerning /> <w :ValidateAgainstSchemas /> <w :SaveIfXMLInvalid>false</w> <w :IgnoreMixedContent>false</w> <w :AlwaysShowPlaceholderText>false</w> <w :DoNotPromoteQF /> <w :LidThemeOther>EN-US</w> <w :LidThemeAsian>X-NONE</w> <w :LidThemeComplexScript>X-NONE</w> <w :Compatibility> <w :BreakWrappedTables /> <w :SnapToGridInCell /> <w :WrapTextWithPunct /> <w :UseAsianBreakRules /> <w :DontGrowAutofit /> <w :SplitPgBreakAndParaMark /> <w :DontVertAlignCellWithSp /> <w :DontBreakConstrainedForcedTables /> <w :DontVertAlignInTxbx /> <w :Word11KerningPairs /> <w :CachedColBalance /> </w> <m :mathPr> <m :mathFont m:val="Cambria Math" /> <m :brkBin m:val="before" /> <m :brkBinSub m:val="&#45;-" /> <m :smallFrac m:val="off" /> <m :dispDef /> <m :lMargin m:val="0" /> <m :rMargin m:val="0" /> <m :defJc m:val="centerGroup" /> <m :wrapIndent m:val="1440" /> <m :intLim m:val="subSup" /> <m :naryLim m:val="undOvr" /> </m> </xml>< ![endif]--><!--[if gte mso 9]><xml> <w :LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"   DefSemiHidden="true" DefQFormat="false" DefPriority="99"   LatentStyleCount="267"> <w :LsdException Locked="false" Priority="0" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Normal" /> <w :LsdException Locked="false" Priority="9" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="heading 1" /> <w :LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2" /> <w :LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3" /> <w :LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4" /> <w :LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5" /> <w :LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6" /> <w :LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7" /> <w :LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8" /> <w :LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9" /> <w :LsdException Locked="false" Priority="39" Name="toc 1" /> <w :LsdException Locked="false" Priority="39" Name="toc 2" /> <w :LsdException Locked="false" Priority="39" Name="toc 3" /> <w :LsdException Locked="false" Priority="39" Name="toc 4" /> <w :LsdException Locked="false" Priority="39" Name="toc 5" /> <w :LsdException Locked="false" Priority="39" Name="toc 6" /> <w :LsdException Locked="false" Priority="39" Name="toc 7" /> <w :LsdException Locked="false" Priority="39" Name="toc 8" /> <w :LsdException Locked="false" Priority="39" Name="toc 9" /> <w :LsdException Locked="false" Priority="35" QFormat="true" Name="caption" /> <w :LsdException Locked="false" Priority="10" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Title" /> <w :LsdException Locked="false" Priority="1" Name="Default Paragraph Font" /> <w :LsdException Locked="false" Priority="11" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtitle" /> <w :LsdException Locked="false" Priority="22" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Strong" /> <w :LsdException Locked="false" Priority="20" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Emphasis" /> <w :LsdException Locked="false" Priority="59" SemiHidden="false"    UnhideWhenUsed="false" Name="Table Grid" /> <w :LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text" /> <w :LsdException Locked="false" Priority="1" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="No Spacing" /> <w :LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading" /> <w :LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List" /> <w :LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid" /> <w :LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1" /> <w :LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2" /> <w :LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1" /> <w :LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2" /> <w :LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1" /> <w :LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2" /> <w :LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3" /> <w :LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List" /> <w :LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading" /> <w :LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List" /> <w :LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid" /> <w :LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 1" /> <w :LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 1" /> <w :LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 1" /> <w :LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1" /> <w :LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1" /> <w :LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 1" /> <w :LsdException Locked="false" UnhideWhenUsed="false" Name="Revision" /> <w :LsdException Locked="false" Priority="34" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="List Paragraph" /> <w :LsdException Locked="false" Priority="29" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Quote" /> <w :LsdException Locked="false" Priority="30" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Quote" /> <w :LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 1" /> <w :LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1" /> <w :LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1" /> <w :LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1" /> <w :LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 1" /> <w :LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 1" /> <w :LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 1" /> <w :LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 1" /> <w :LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 2" /> <w :LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 2" /> <w :LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 2" /> <w :LsdException Locked="false" Priorit</p>
<p>y="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2" /> <w :LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2" /> <w :LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 2" /> <w :LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 2" /> <w :LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2" /> <w :LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2" /> <w :LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2" /> <w :LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 2" /> <w :LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 2" /> <w :LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 2" /> <w :LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 2" /> <w :LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 3" /> <w :LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 3" /> <w :LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 3" /> <w :LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3" /> <w :LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3" /> <w :LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 3" /> <w :LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 3" /> <w :LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3" /> <w :LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3" /> <w :LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3" /> <w :LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 3" /> <w :LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 3" /> <w :LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 3" /> <w :LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 3" /> <w :LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 4" /> <w :LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 4" /> <w :LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 4" /> <w :LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4" /> <w :LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4" /> <w :LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 4" /> <w :LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 4" /> <w :LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4" /> <w :LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4" /> <w :LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4" /> <w :LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 4" /> <w :LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 4" /> <w :LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 4" /> <w :LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 4" /> <w :LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 5" /> <w :LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 5" /> <w :LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 5" /> <w :LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5" /> <w :LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5" /> <w :LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 5" /> <w :LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 5" /> <w :LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5" /> <w :LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5" /> <w :LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5" /> <w :LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 5" /> <w :LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 5" /> <w :LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 5" /> <w :LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 5" /> <w :LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 6" /> <w :LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 6" /> <w :LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 6" /> <w :LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6" /> <w :LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6" /> <w :LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 6" /> <w :LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 6" /> <w :LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6" /> <w :LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6" /> <w :LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6" /> <w :LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 6" /> <w :LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 6" /> <w :LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 6" /> <w :LsdException Locked="false" Priority="73"</p>
<p> SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 6" /> <w :LsdException Locked="false" Priority="19" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis" /> <w :LsdException Locked="false" Priority="21" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis" /> <w :LsdException Locked="false" Priority="31" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference" /> <w :LsdException Locked="false" Priority="32" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Reference" /> <w :LsdException Locked="false" Priority="33" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Book Title" /> <w :LsdException Locked="false" Priority="37" Name="Bibliography" /> <w :LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading" /> </w> </xml>< ![endif]--><!--  /* Font Definitions */  @font-face 	{font-family:"Cambria Math"; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:1; 	mso-generic-font-family:roman; 	mso-font-format:other; 	mso-font-pitch:variable; 	mso-font-signature:0 0 0 0 0 0;} @font-face 	{font-family:Calibri; 	panose-1:2 15 5 2 2 2 4 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:-520092929 1073786111 9 0 415 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-parent:""; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:10.0pt; 	margin-left:0in; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph 	{mso-style-priority:34; 	mso-style-unhide:no; 	mso-style-qformat:yes; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:10.0pt; 	margin-left:.5in; 	mso-add-space:auto; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} p.MsoListParagraphCxSpFirst, li.MsoListParagraphCxSpFirst, div.MsoListParagraphCxSpFirst 	{mso-style-priority:34; 	mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-type:export-only; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:0in; 	margin-left:.5in; 	margin-bottom:.0001pt; 	mso-add-space:auto; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} p.MsoListParagraphCxSpMiddle, li.MsoListParagraphCxSpMiddle, div.MsoListParagraphCxSpMiddle 	{mso-style-priority:34; 	mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-type:export-only; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:0in; 	margin-left:.5in; 	margin-bottom:.0001pt; 	mso-add-space:auto; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxSpLast 	{mso-style-priority:34; 	mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-type:export-only; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:10.0pt; 	margin-left:.5in; 	mso-add-space:auto; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} .MsoChpDefault 	{mso-style-type:export-only; 	mso-default-props:yes; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} .MsoPapDefault 	{mso-style-type:export-only; 	margin-bottom:10.0pt; 	line-height:115%;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.0in 1.0in 1.0in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;}  /* List Definitions */  @list l0 	{mso-list-id:659574716; 	mso-list-type:hybrid; 	mso-list-template-ids:-1271227584 67698703 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;} @list l0:level1 	{mso-level-tab-stop:none; 	mso-level-number-position:left; 	text-indent:-.25in;} @list l0:level2 	{mso-level-number-format:alpha-lower; 	mso-level-tab-stop:none; 	mso-level-number-position:left; 	text-indent:-.25in;} ol 	{margin-bottom:0in;} ul 	{margin-bottom:0in;} --><!--[if gte mso 10]> </mce><mce :style>< !   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-qformat:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin-top:0in; 	mso-para-margin-right:0in; 	mso-para-margin-bottom:10.0pt; 	mso-para-margin-left:0in; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} --> <!--[endif]--></p>
<p class="MsoListParagraphCxSpFirst" style="text-indent: -0.25in;"><!--[if !supportLists]--><span><span>1.<span style="font-family: &amp;amp;amp; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;"> </span></span></span><!--[endif]-->Find the username of the person</p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent: -0.25in;"><!--[if !supportLists]--><span><span>2.<span style="font-family: &amp;amp;amp; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;"> </span></span></span><!--[endif]-->Log in to the Splunk server.</p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent: -0.25in;"><!--[if !supportLists]--><span><span>3.<span style="font-family: &amp;amp;amp; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;"> </span></span></span><!--[endif]-->Click on the Search button<br />
<span><!--[if gte vml 1]><v :shapetype id="_x0000_t75"  coordsize="21600,21600" o:spt="75" o:preferrelative="t" path="m@4@5l@4@11@9@11@9@5xe"  filled="f" stroked="f"> <v :stroke joinstyle="miter" /> </v><v :formulas> <v :f eqn="if lineDrawn pixelLineWidth 0" /> <v :f eqn="sum @0 1 0" /> <v :f eqn="sum 0 0 @1" /> <v :f eqn="prod @2 1 2" /> <v :f eqn="prod @3 21600 pixelWidth" /> <v :f eqn="prod @3 21600 pixelHeight" /> <v :f eqn="sum @0 0 1" /> <v :f eqn="prod @6 1 2" /> <v :f eqn="prod @7 21600 pixelWidth" /> <v :f eqn="sum @8 21600 0" /> <v :f eqn="prod @7 21600 pixelHeight" /> <v :f eqn="sum @10 21600 0" /> </v> <v :path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect" /> <o :lock v:ext="edit" aspectratio="t" /> <v :shape id="_x0000_i1027" type="#_x0000_t75" style='width:75pt;  height:36pt;visibility:visible;mso-wrap-style:square'> <v :imagedata src="file:///C:UsersajreinkeAppDataLocalTempmsohtmlclip1 1clip_image001.png" mce_src="file:///C:UsersajreinkeAppDataLocalTempmsohtmlclip1 1clip_image001.png"   o:title="" /> </v>< ![endif]--><!--[if !vml]--><img src="file:///C:/Users/ajreinke/AppData/Local/Temp/msohtmlclip1/01/clip_image002.jpg" alt="" width="100" height="48" /><!--[endif]--></span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent: -0.25in;"><!--[if !supportLists]--><span><span>4.<span style="font-family: &amp;amp;amp; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;"> </span></span></span><!--[endif]-->Enter the search paramitters to find the user and select your time frame for the search:<br />
source=&#8221;WinEventLog:Security&#8221; Type=&#8221;Failure Audit&#8221; User_Name=&#8221;lockedUser&#8221;</p>
<p class="MsoListParagraphCxSpMiddle"><span><!--[if gte vml 1]><v :shape  id="Picture_x0020_10" o:spid="_x0000_i1026" type="#_x0000_t75" style='width:468pt;  height:33pt;visibility:visible;mso-wrap-style:square'> <v :imagedata src="file:///C:UsersajreinkeAppDataLocalTempmsohtmlclip1 1clip_image003.png" mce_src="file:///C:UsersajreinkeAppDataLocalTempmsohtmlclip1 1clip_image003.png"   o:title="" /> </v>< ![endif]--><!--[if !vml]--><img src="file:///C:/Users/ajreinke/AppData/Local/Temp/msohtmlclip1/01/clip_image004.jpg" alt="" width="624" height="44" /><!--[endif]--></span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent: -0.25in;"><!--[if !supportLists]--><span><span>5.<span style="font-family: &amp;amp;amp; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;"> </span></span></span><!--[endif]-->Then check the “Client_Address” field.<span> </span>This can be found on the left column<br />
<span><!--[if gte vml 1]><v :shape id="Picture_x0020_1"  o:spid="_x0000_i1025" type="#_x0000_t75" style='width:467.25pt;height:203.25pt;  visibility:visible;mso-wrap-style:square'> <v :imagedata src="file:///C:UsersajreinkeAppDataLocalTempmsohtmlclip1 1clip_image005.png" mce_src="file:///C:UsersajreinkeAppDataLocalTempmsohtmlclip1 1clip_image005.png"   o:title="image005" /> </v>< ![endif]--><!--[if !vml]--><img src="file:///C:/Users/ajreinke/AppData/Local/Temp/msohtmlclip1/01/clip_image006.gif" alt="" width="623" height="271" /><!--[endif]--></span></p>
<p class="MsoListParagraphCxSpLast" style="text-indent: -0.25in;"><!--[if !supportLists]--><span><span>6.<span style="font-family: &amp;amp;amp; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;"> </span></span></span><!--[endif]-->The client IP shows where the lockout came from.</p>
<p></mce></div>
]]></content:encoded>
			<wfw:commentRss>http://www.anthonyreinke.com/2009/12/21/searching-for-account-lockouts-with-splunk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Monitoring the Filesystem with Splunk</title>
		<link>http://www.anthonyreinke.com/2009/08/31/monitoring-the-filesystem-with-splunk/</link>
		<comments>http://www.anthonyreinke.com/2009/08/31/monitoring-the-filesystem-with-splunk/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 19:17:06 +0000</pubDate>
		<dc:creator>Anthony Reinke</dc:creator>
				<category><![CDATA[geek]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[filesystem]]></category>
		<category><![CDATA[folder]]></category>
		<category><![CDATA[monitor]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[splunk]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.anthonyreinke.com/?p=111</guid>
		<description><![CDATA[I have used OSSEC in the past to watch the file system for changes.  When I found that I can have the Splunk agent handle the monitoring itself, I was pretty excited.  Since I would send my OSSEC data to Splunk anyways, it just seemed logical to have Splunk do everything. In Windows, you need [...]]]></description>
			<content:encoded><![CDATA[<p>I have used OSSEC in the past to watch the file system for changes.  When I found that I can have the Splunk agent handle the monitoring itself, I was pretty excited.  Since I would send my OSSEC data to Splunk anyways, it just seemed logical to have Splunk do everything.</p>
<p>In Windows, you need to edit the &#8220;c:program filesSplunketcsystemlocalinputs.conf&#8221; file.  Of course your path could be different if you installed it in a different place.  There are a lot of options and switches you can use.  I went for the simplest set.</p>
<p>[fschange:d:temp]<br />
recurse=true<br />
pollPeriod=3600</p>
<p>This will monitor the d:temp folder and all files and folders under it.  It will check the system every 3600 seconds (1 hour).</p>
<p>This has helped me keep track of the changes in my servers.  I can see when a file was add/deleted/changed (due to the hash) and then look at who was logged in during the period that the file was changed.</p>
<p><img class="alignleft size-full wp-image-115" title="Splunk File Delete" src="http://www.anthonyreinke.com/wp-content/uploads/2009/08/Capture.JPG" alt="Splunk File Delete" width="600" height="58" /></p>
<p>Splunk article on the switches and FSCHANGE.<br />
<a href="http://www.splunk.com/base/Documentation/4.0.3/Admin/Monitorchangestoyourfilesystem" target="_blank">http://www.splunk.com/base/Documentation/4.0.3/Admin/Monitorchangestoyourfilesystem</a></p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">[fschange:d:temp]<br />
recurse=true<br />
followLinks=false<br />
pollPeriod=60</div>
]]></content:encoded>
			<wfw:commentRss>http://www.anthonyreinke.com/2009/08/31/monitoring-the-filesystem-with-splunk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RegEx with Splunk for OSSEC</title>
		<link>http://www.anthonyreinke.com/2009/07/30/regex-with-splunk-for-ossec/</link>
		<comments>http://www.anthonyreinke.com/2009/07/30/regex-with-splunk-for-ossec/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 04:12:46 +0000</pubDate>
		<dc:creator>Anthony Reinke</dc:creator>
				<category><![CDATA[security]]></category>
		<category><![CDATA[expression]]></category>
		<category><![CDATA[ossec]]></category>
		<category><![CDATA[regex]]></category>
		<category><![CDATA[regular]]></category>
		<category><![CDATA[splunk]]></category>

		<guid isPermaLink="false">http://www.anthonyreinke.com/?p=75</guid>
		<description><![CDATA[Thanks to Michael Wilde for the information on RegEx in Splunk.  For those like me who aren&#8217;t the best at RegEx, I will show some of the regular expressions I am using for OSSEC. Server Name (?i) Location:s((?P&#60;FIELDNAME&#62;.*?))s Windows Event User (?i) USER: (?P&#60;FIELDNAME&#62;[^:]*); Server IP (?i)^[^)]*)s+(?P&#60;FIELDNAME&#62;[^-]*)- Windows Events (?i)^[^-]*-s+(?P&#60;FIELDNAME&#62;[^.]*). LogInUser (?i) Name: (?P&#60;FIELDNAME&#62;w+) LogInDomain [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks to <strong><a rel="external nofollow" href="http://splunkninja.com/">Michael Wilde</a></strong> for the information on RegEx in Splunk.  For those like me who aren&#8217;t the best at RegEx, I will show some of the regular expressions I am using for OSSEC.</p>
<p>Server Name<br />
(?i) Location:s((?P&lt;FIELDNAME&gt;.*?))s</p>
<p>Windows Event User<br />
(?i) USER: (?P&lt;FIELDNAME&gt;[^:]*);</p>
<p>Server IP<br />
(?i)^[^)]*)s+(?P&lt;FIELDNAME&gt;[^-]*)-</p>
<p>Windows Events<br />
(?i)^[^-]*-s+(?P&lt;FIELDNAME&gt;[^.]*).</p>
<p>LogInUser<br />
(?i) Name: (?P&lt;FIELDNAME&gt;w+)</p>
<p>LogInDomain<br />
(?i) Domain: (?P&lt;FIELDNAME&gt;[^ ]*)[ ]</p>
<p>******************************************************</p>
<p>Now, to add them&#8230;</p>
<p>Open your browser and login in to your Splunk server.  In the Search application, type sourcetype=&#8221;ossec&#8221;<br />
<img class="alignnone size-full wp-image-76" title="Type Search ossec" src="http://www.anthonyreinke.com/wp-content/uploads/2009/07/Type-Search-ossec.JPG" alt="Type Search ossec" width="166" height="45" /></p>
<p>or click on &#8220;ossec&#8221; in the Sourcetypes</p>
<p><img class="alignnone size-full wp-image-77" title="Click Search ossec" src="http://www.anthonyreinke.com/wp-content/uploads/2009/07/Click-Search-ossec.JPG" alt="Click Search ossec" width="215" height="260" /></p>
<p>You should see a bunch of data from the OSSEC server.  On the left of the main frame of the webpage, there should be a grey down arrow.  Clicking on this I get two options.  You want to select  Extract Fields.<br />
<img class="alignnone size-full wp-image-78" title="Click Extract Fields" src="http://www.anthonyreinke.com/wp-content/uploads/2009/07/Click-Extract-Fields.JPG" alt="Click Extract Fields" width="125" height="189" /></p>
<p>Here is where it gets fun.  Splunk included a graphical RegEx builder based on examples.  I ended up playing with this for a while.  Once you have found the expression you like, click on the Save button.<br />
<img class="alignnone size-full wp-image-79" title="Click Save RegEx" src="http://www.anthonyreinke.com/wp-content/uploads/2009/07/Click-Save-RegEx.JPG" alt="Click Save RegEx" width="300" height="103" /></p>
<p>Name your RegEx and click Save.<br />
<img class="alignnone size-full wp-image-80" title="Save Field" src="http://www.anthonyreinke.com/wp-content/uploads/2009/07/Save-Field.JPG" alt="Save Field" width="409" height="186" /></p>
<p>Restart your Splunk server.<br />
Once restarted, on the main search page, on the left sidebar click on Pick fields.<br />
<img class="alignnone size-full wp-image-81" title="AddField" src="http://www.anthonyreinke.com/wp-content/uploads/2009/07/AddField.JPG" alt="AddField" width="200" height="155" /></p>
<p>Here you can select the fields that will be displayed on the search page.<br />
<img class="alignnone size-full wp-image-82" title="SelectFields" src="http://www.anthonyreinke.com/wp-content/uploads/2009/07/SelectFields.JPG" alt="SelectFields" width="645" height="530" /></p>
<p>When you get back to the search page, you will notice the new fields.<br />
<img class="alignnone size-full wp-image-83" title="Showing" src="http://www.anthonyreinke.com/wp-content/uploads/2009/07/Showing.JPG" alt="Showing" width="326" height="53" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.anthonyreinke.com/2009/07/30/regex-with-splunk-for-ossec/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OSSEC and Splunk</title>
		<link>http://www.anthonyreinke.com/2009/07/27/ossec-and-splunk/</link>
		<comments>http://www.anthonyreinke.com/2009/07/27/ossec-and-splunk/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 01:55:54 +0000</pubDate>
		<dc:creator>Anthony Reinke</dc:creator>
				<category><![CDATA[security]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[hids]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[logs]]></category>
		<category><![CDATA[ossec]]></category>
		<category><![CDATA[splunk]]></category>
		<category><![CDATA[syslog]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.anthonyreinke.com/?p=66</guid>
		<description><![CDATA[I have been playing with OSSEC and Splunk.  OSSEC is a Host based Intrusion Detection System (HIDS).  Splunk is a log archiving and searching system.  OSSEC is open source and is multiple platform.  You can run it on Linux/Unix and Windows.  I am using OSSEC to forward Windows Event Logs to Splunk.  Splunk makes the [...]]]></description>
			<content:encoded><![CDATA[<p>I have been playing with OSSEC and Splunk.  OSSEC is a Host based Intrusion Detection System (HIDS).  Splunk is a log archiving and searching system.  OSSEC is open source and is multiple platform.  You can run it on Linux/Unix and Windows.  I am using OSSEC to forward Windows Event Logs to Splunk.  Splunk makes the searching and correlation.  Splunk can do WMI.  This would be great since no agent would need to be installed.  The problems is that if you have more than 30-50 systems, the amount time and traffic would cause issues.  Using the OSSEC agent, I am able to push the event logs to the OSSEC server.  From there the OSSEC server will upload to the Splunk server via Syslog.</p>
<p>Right now I have the servers all talking but I do need to adjust a few things.  Right now Splunk sees all the hosts as the OSSEC server.  I believe I just need to tweak the fields.  The question is how.</p>
<p>Splunk<br />
<a title="Splunk" href="http://www.splunk.com" target="_blank">http://www.splunk.com</a></p>
<p>OSSEC<br />
<a title="OSSEC" href="http://www.ossec.net" target="_blank">http://www.ossec.net</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.anthonyreinke.com/2009/07/27/ossec-and-splunk/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

