<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Multiple Account Lockout Correlation in Splunk Enterprise Security</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Multiple-Account-Lockout-Correlation/m-p/405101#M4683</link>
    <description>&lt;P&gt;If you have multivalue fields like src_nt_hosts then you could either use&lt;BR /&gt;
| mvexpand src_nt_hosts&lt;BR /&gt;
or&lt;BR /&gt;
| eval src_nt_hosts=mvindex(src_nt_hosts,1)&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 22:15:34 GMT</pubDate>
    <dc:creator>whrg</dc:creator>
    <dc:date>2020-09-29T22:15:34Z</dc:date>
    <item>
      <title>Multiple Account Lockout Correlation</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Multiple-Account-Lockout-Correlation/m-p/405098#M4680</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I'm fairly new to Splunk and I've been playing around with some of the security correlation rules and needed some guidance on one. &lt;/P&gt;

&lt;P&gt;Below is a search that shows me the user, signature, source of the lockout, and how many times that particular user got locked out from that host.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=windows* source=WinEventLog:Security EventCode=4740 | stats count by user, signature, src_nt_host
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If I do a where count &amp;gt;X on this, it will alert me if one user got locked out multiple times, but I want to know if Y unique users get locked out within a time period. The search below does that, but it doesn't have any useful information with it. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=windows* source=WinEventLog:Security EventCode=4740 | stats count by signature
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Is there a way to show the information from the top query but do a count on how many total log events trip? I'm going to turn this into a correlation rule and we want the appropriate alert but when I click on the query, I'd like it to show the relevant information without hopping to another search.&lt;/P&gt;

&lt;P&gt;Thanks for your help.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Nov 2018 21:26:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Multiple-Account-Lockout-Correlation/m-p/405098#M4680</guid>
      <dc:creator>ericl42</dc:creator>
      <dc:date>2018-11-27T21:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Account Lockout Correlation</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Multiple-Account-Lockout-Correlation/m-p/405099#M4681</link>
      <description>&lt;P&gt;A simple search to show how many users got locked out could be:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=windows* source=WinEventLog:Security EventCode=4740 | stats dc(user) as distinct_users values(user) as users
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Since you want to keep the information from your top query, I suggest the following search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=windows* source=WinEventLog:Security EventCode=4740 | stats count by user,signature,src_nt_host | eventstats dc(user) as distinct_users
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 30 Nov 2018 13:04:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Multiple-Account-Lockout-Correlation/m-p/405099#M4681</guid>
      <dc:creator>whrg</dc:creator>
      <dc:date>2018-11-30T13:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Account Lockout Correlation</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Multiple-Account-Lockout-Correlation/m-p/405100#M4682</link>
      <description>&lt;P&gt;Thank you very much. Overall that did what I wanted it to do. I think the only tweak I'm going to have to perform is that I have a few entries where the user has multiple src_nt_hosts. So the distinct_users count is maybe 100 where the overall events are 150 since admin may have hits from server1, server2, and server3.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 22:14:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Multiple-Account-Lockout-Correlation/m-p/405100#M4682</guid>
      <dc:creator>ericl42</dc:creator>
      <dc:date>2020-09-29T22:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Account Lockout Correlation</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Multiple-Account-Lockout-Correlation/m-p/405101#M4683</link>
      <description>&lt;P&gt;If you have multivalue fields like src_nt_hosts then you could either use&lt;BR /&gt;
| mvexpand src_nt_hosts&lt;BR /&gt;
or&lt;BR /&gt;
| eval src_nt_hosts=mvindex(src_nt_hosts,1)&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 22:15:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Multiple-Account-Lockout-Correlation/m-p/405101#M4683</guid>
      <dc:creator>whrg</dc:creator>
      <dc:date>2020-09-29T22:15:34Z</dc:date>
    </item>
  </channel>
</rss>

