<?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: Same computer multiple authentication attempts in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Same-computer-multiple-authentication-attempts/m-p/390746#M172958</link>
    <description>&lt;P&gt;No we aren't using CIM. Seems like it could be useful. It's to help give you some sort of normalization for your data?&lt;/P&gt;</description>
    <pubDate>Tue, 19 Feb 2019 23:10:11 GMT</pubDate>
    <dc:creator>johann2017</dc:creator>
    <dc:date>2019-02-19T23:10:11Z</dc:date>
    <item>
      <title>Same computer multiple authentication attempts</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Same-computer-multiple-authentication-attempts/m-p/390744#M172956</link>
      <description>&lt;P&gt;Hello. How would I write a search to show a computer that has been authenticating to multiple machines. For example, a hacker is logged into one computer (let's call it computer "A"), and from that same computer he is successfully logging onto multiple machines across the network (computers "B - Z"). How would I return the source computer "A" (or IP address) and the destination machines ("B - Z") that he has been logging into?  &lt;/P&gt;

&lt;P&gt;This is assuming I don't know what computer the hacker is on. Therefore, I imagine some sort of logon threshold from a single machine would need to be defined in order to identify this type of behavior?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Feb 2019 04:09:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Same-computer-multiple-authentication-attempts/m-p/390744#M172956</guid>
      <dc:creator>johann2017</dc:creator>
      <dc:date>2019-02-19T04:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: Same computer multiple authentication attempts</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Same-computer-multiple-authentication-attempts/m-p/390745#M172957</link>
      <description>&lt;P&gt;If you are using CIM, like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| tstats summariesonly=t count values(dest) AS destCount
FROM datamodel=Authentication 
WHERE index=* AND nodename=Authentication.Successful_Authentication
BY Authentication.src
| where destCount &amp;gt;= 2
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 19 Feb 2019 04:51:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Same-computer-multiple-authentication-attempts/m-p/390745#M172957</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-02-19T04:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: Same computer multiple authentication attempts</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Same-computer-multiple-authentication-attempts/m-p/390746#M172958</link>
      <description>&lt;P&gt;No we aren't using CIM. Seems like it could be useful. It's to help give you some sort of normalization for your data?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Feb 2019 23:10:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Same-computer-multiple-authentication-attempts/m-p/390746#M172958</guid>
      <dc:creator>johann2017</dc:creator>
      <dc:date>2019-02-19T23:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: Same computer multiple authentication attempts</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Same-computer-multiple-authentication-attempts/m-p/390747#M172959</link>
      <description>&lt;P&gt;Exactly.  You definitely should start there and come back here after that and click &lt;CODE&gt;Accept&lt;/CODE&gt; either on this answer or on your answer after posting what you actually did.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2019 09:03:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Same-computer-multiple-authentication-attempts/m-p/390747#M172959</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-03-06T09:03:32Z</dc:date>
    </item>
  </channel>
</rss>

