<?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: Logon Failures - Different User Accounts - Same Workstation IP in Security</title>
    <link>https://community.splunk.com/t5/Security/Logon-Failures-Different-User-Accounts-Same-Workstation-IP/m-p/493076#M15359</link>
    <description>&lt;P&gt;Add this to the end of your query&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;|timechart dc(user) as failedUsers by src span=15m|where  failedUsers&amp;gt;1&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Does that get you close to what you are after?&lt;/P&gt;</description>
    <pubDate>Wed, 29 Jan 2020 13:46:24 GMT</pubDate>
    <dc:creator>nickhills</dc:creator>
    <dc:date>2020-01-29T13:46:24Z</dc:date>
    <item>
      <title>Logon Failures - Different User Accounts - Same Workstation IP</title>
      <link>https://community.splunk.com/t5/Security/Logon-Failures-Different-User-Accounts-Same-Workstation-IP/m-p/493075#M15358</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; Does anyone have any SPL that looks at multiple logon failures utilizing event codes 672, 675, 676, 4768 and 4771?  The parameters behind this query would be: 

1.) Where client address is the same
2.) But the username is different
3.) Within X minutes

index=wineventlog sourcetype=* EventCode="672" OR "675" OR "676" OR "4768" OR "4771"
| table _time src user
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 29 Jan 2020 13:39:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Logon-Failures-Different-User-Accounts-Same-Workstation-IP/m-p/493075#M15358</guid>
      <dc:creator>itsmevic</dc:creator>
      <dc:date>2020-01-29T13:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: Logon Failures - Different User Accounts - Same Workstation IP</title>
      <link>https://community.splunk.com/t5/Security/Logon-Failures-Different-User-Accounts-Same-Workstation-IP/m-p/493076#M15359</link>
      <description>&lt;P&gt;Add this to the end of your query&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;|timechart dc(user) as failedUsers by src span=15m|where  failedUsers&amp;gt;1&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Does that get you close to what you are after?&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2020 13:46:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Logon-Failures-Different-User-Accounts-Same-Workstation-IP/m-p/493076#M15359</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2020-01-29T13:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: Logon Failures - Different User Accounts - Same Workstation IP</title>
      <link>https://community.splunk.com/t5/Security/Logon-Failures-Different-User-Accounts-Same-Workstation-IP/m-p/493077#M15360</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;index=wineventlog sourcetype=* EventCode="672" OR "675" OR "676" OR "4768" OR "4771"
| stats values(username) as usernames, dc(username) as user_num by src_ip
| where user_num &amp;gt; 1
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Above should work, just make sure there is a src_ip on your data otherwise change it to the desired IP field&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2020 13:48:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Logon-Failures-Different-User-Accounts-Same-Workstation-IP/m-p/493077#M15360</guid>
      <dc:creator>gfreitas</dc:creator>
      <dc:date>2020-01-29T13:48:17Z</dc:date>
    </item>
  </channel>
</rss>

