<?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: How to search for users logged in to systems from 2 or more IP addresses simultaneously within a 3 second time frame? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-users-logged-in-to-systems-from-2-or-more-IP/m-p/272909#M82202</link>
    <description>&lt;P&gt;Hm, you might be able to modify this section of the query and alter other bits to fit your data:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| bucket span=30m _time | eval Date=strftime(_time, "%Y/%m/%d %H:%M:%S") | rex "New\sLogon:\s*Security\sID:\s+\S*\s+Account\sName:\s+(?&amp;lt;ACCT&amp;gt;\S+)" | stats count by ACCT, _time, host | where count&amp;gt;1 | sort - count
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The regex (rex) part will have to change. But a similar query would work. Can you provide a sample of your data?  Someone might be able to write the appropriate query for you.&lt;/P&gt;</description>
    <pubDate>Tue, 15 Dec 2015 20:08:16 GMT</pubDate>
    <dc:creator>hagjos43</dc:creator>
    <dc:date>2015-12-15T20:08:16Z</dc:date>
    <item>
      <title>How to search for users logged in to systems from 2 or more IP addresses simultaneously within a 3 second time frame?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-users-logged-in-to-systems-from-2-or-more-IP/m-p/272906#M82199</link>
      <description>&lt;P&gt;I am attempting to identify users who are sharing access to systems from 2 or more IPs within a given amount of time of 3s.&lt;BR /&gt;
How could I search for this?&lt;/P&gt;

&lt;P&gt;Thank you very much in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Dec 2015 19:54:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-users-logged-in-to-systems-from-2-or-more-IP/m-p/272906#M82199</guid>
      <dc:creator>jfeitosa</dc:creator>
      <dc:date>2015-12-15T19:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to search for users logged in to systems from 2 or more IP addresses simultaneously within a 3 second time frame?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-users-logged-in-to-systems-from-2-or-more-IP/m-p/272907#M82200</link>
      <description>&lt;P&gt;The query here will do that for you. Assuming of course you are talking about Windows users.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://gosplunk.com/get-list-concurrent-users-specific-server/"&gt;Get a list of Concurrent users on a specific server&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Dec 2015 19:58:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-users-logged-in-to-systems-from-2-or-more-IP/m-p/272907#M82200</guid>
      <dc:creator>hagjos43</dc:creator>
      <dc:date>2015-12-15T19:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to search for users logged in to systems from 2 or more IP addresses simultaneously within a 3 second time frame?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-users-logged-in-to-systems-from-2-or-more-IP/m-p/272908#M82201</link>
      <description>&lt;P&gt;It would not be users of the windows, but some high-platform systems that saves the access events in a text file. &lt;BR /&gt;
Still I appreciate the attention.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Dec 2015 20:03:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-users-logged-in-to-systems-from-2-or-more-IP/m-p/272908#M82201</guid>
      <dc:creator>jfeitosa</dc:creator>
      <dc:date>2015-12-15T20:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to search for users logged in to systems from 2 or more IP addresses simultaneously within a 3 second time frame?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-users-logged-in-to-systems-from-2-or-more-IP/m-p/272909#M82202</link>
      <description>&lt;P&gt;Hm, you might be able to modify this section of the query and alter other bits to fit your data:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| bucket span=30m _time | eval Date=strftime(_time, "%Y/%m/%d %H:%M:%S") | rex "New\sLogon:\s*Security\sID:\s+\S*\s+Account\sName:\s+(?&amp;lt;ACCT&amp;gt;\S+)" | stats count by ACCT, _time, host | where count&amp;gt;1 | sort - count
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The regex (rex) part will have to change. But a similar query would work. Can you provide a sample of your data?  Someone might be able to write the appropriate query for you.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Dec 2015 20:08:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-users-logged-in-to-systems-from-2-or-more-IP/m-p/272909#M82202</guid>
      <dc:creator>hagjos43</dc:creator>
      <dc:date>2015-12-15T20:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to search for users logged in to systems from 2 or more IP addresses simultaneously within a 3 second time frame?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-users-logged-in-to-systems-from-2-or-more-IP/m-p/272910#M82203</link>
      <description>&lt;P&gt;I did a search like this:&lt;/P&gt;

&lt;P&gt;index = * sourcetype=logs_accesso | stats count (USER) AS count by USER, TERMINAL, sys1, sys2, _time | where count&amp;gt; = 1 | _time table, USER, TERMINAL, sys1, SYS2&lt;/P&gt;

&lt;P&gt;And returned this:&lt;/P&gt;

&lt;P&gt;_time                             USER                                        TERMINAL Sys1 Sys2 &lt;BR /&gt;
12/15/2015 13:56:26 ABDON DOS SANTOS MAIA A1240A06 S6 AA&lt;BR /&gt;
12/15/2015 17:19:35 ABDON DOS SANTOS MAIA A1240A23 S6 AA&lt;BR /&gt;
12/15/2015 19:01:10 ABDON DOS SANTOS MAIA A1240A25 J2 AA&lt;BR /&gt;
12/15/2015 19:57:44 ABDON DOS SANTOS MAIA B1240A23 H3 A3&lt;BR /&gt;
12/15/2015 19:58:49 ABDON DOS SANTOS MAIA B1240A23 H3 A3&lt;BR /&gt;
12/15/2015 20:14:22 ABDON DOS SANTOS MAIA B1240A23 H3 A3&lt;BR /&gt;
12/15/2015 20:14:53 ABDON DOS SANTOS MAIA B1240A23 H3 A3&lt;BR /&gt;
12/15/2015 17:00:17 ABDON DOS SANTOS MAIA B1240A23 H3 AE&lt;BR /&gt;
12/15/2015 17:00:17 ABDON DOS SANTOS MAIA B1240A23 H3 AE&lt;BR /&gt;
12/15/2015 19:53:38 ABDON DOS SANTOS MAIA B1240A23 H3 AE&lt;BR /&gt;
12/15/2015 19:53:38 ABDON DOS SANTOS MAIA B1240A23 H3 AE&lt;BR /&gt;
12/15/2015 19:57:25 ABDON DOS SANTOS MAIA B1240A23 H3 AE&lt;BR /&gt;
12/15/2015 19:57:57 ABDON DOS SANTOS MAIA B1240A23 H3 AE&lt;/P&gt;

&lt;P&gt;But I wanted to collect events in the same User accessed sys1 and / or Sys2 in 3 second intervals in different terminals. &lt;/P&gt;

&lt;P&gt;How could this search? Please!&lt;BR /&gt;
Tks!&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2015 12:50:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-users-logged-in-to-systems-from-2-or-more-IP/m-p/272910#M82203</guid>
      <dc:creator>jfeitosa</dc:creator>
      <dc:date>2015-12-16T12:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to search for users logged in to systems from 2 or more IP addresses simultaneously within a 3 second time frame?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-users-logged-in-to-systems-from-2-or-more-IP/m-p/272911#M82204</link>
      <description>&lt;P&gt;You can use the approach from this Q&amp;amp;A to do this:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/232781/find-all-events-of-type-x-that-do-not-have-an-even.html"&gt;https://answers.splunk.com/answers/232781/find-all-events-of-type-x-that-do-not-have-an-even.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2015 16:51:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-users-logged-in-to-systems-from-2-or-more-IP/m-p/272911#M82204</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-12-17T16:51:18Z</dc:date>
    </item>
  </channel>
</rss>

