<?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: Find the common/same source ip (src) across several hosts with same sourcetype in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Find-the-common-same-source-ip-src-across-several-hosts-with/m-p/56194#M10973</link>
    <description>&lt;P&gt;Final search looked something like this:&lt;/P&gt;

&lt;P&gt;sourcetype="x" NOT src="0.0.0.0" (host="a" OR host="b" OR host="c" OR host="d")| stats dc(host) as dc by src | where dc&amp;gt;1 | sort - dc | lookup geoip clientip as src | fields - client_lat,client_lon,client_region,client_city | rename dc as "Clients Attacked" | rename client_country as Country&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 13:29:02 GMT</pubDate>
    <dc:creator>Adrian</dc:creator>
    <dc:date>2020-09-28T13:29:02Z</dc:date>
    <item>
      <title>Find the common/same source ip (src) across several hosts with same sourcetype</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Find-the-common-same-source-ip-src-across-several-hosts-with/m-p/56191#M10970</link>
      <description>&lt;P&gt;Require assistance to formulate a search which identifies the same source IP(src) across one or more hosts (opposite of unique value such as distinct count) with the same sourcetype&lt;/P&gt;

&lt;P&gt;Need to answer this question: What source IP do these host(s) have in common?&lt;/P&gt;

&lt;P&gt;sourcetype=x&lt;/P&gt;

&lt;P&gt;host=a&lt;/P&gt;

&lt;P&gt;host=b&lt;/P&gt;

&lt;P&gt;host=c&lt;/P&gt;

&lt;P&gt;host=d&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2013 20:50:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Find-the-common-same-source-ip-src-across-several-hosts-with/m-p/56191#M10970</guid>
      <dc:creator>Adrian</dc:creator>
      <dc:date>2013-03-08T20:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: Find the common/same source ip (src) across several hosts with same sourcetype</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Find-the-common-same-source-ip-src-across-several-hosts-with/m-p/56192#M10971</link>
      <description>&lt;P&gt;I'm assuming you want to find IPs that occur in all four hosts.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype=x (host=a OR host=b OR host=c OR host=d) | stats dc(host) as dc by src | where dc==4
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 08 Mar 2013 20:58:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Find-the-common-same-source-ip-src-across-several-hosts-with/m-p/56192#M10971</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2013-03-08T20:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: Find the common/same source ip (src) across several hosts with same sourcetype</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Find-the-common-same-source-ip-src-across-several-hosts-with/m-p/56193#M10972</link>
      <description>&lt;P&gt;Thanks Martin.  That pretty much gets me where I need to be.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2013 21:18:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Find-the-common-same-source-ip-src-across-several-hosts-with/m-p/56193#M10972</guid>
      <dc:creator>Adrian</dc:creator>
      <dc:date>2013-03-08T21:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: Find the common/same source ip (src) across several hosts with same sourcetype</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Find-the-common-same-source-ip-src-across-several-hosts-with/m-p/56194#M10973</link>
      <description>&lt;P&gt;Final search looked something like this:&lt;/P&gt;

&lt;P&gt;sourcetype="x" NOT src="0.0.0.0" (host="a" OR host="b" OR host="c" OR host="d")| stats dc(host) as dc by src | where dc&amp;gt;1 | sort - dc | lookup geoip clientip as src | fields - client_lat,client_lon,client_region,client_city | rename dc as "Clients Attacked" | rename client_country as Country&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 13:29:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Find-the-common-same-source-ip-src-across-several-hosts-with/m-p/56194#M10973</guid>
      <dc:creator>Adrian</dc:creator>
      <dc:date>2020-09-28T13:29:02Z</dc:date>
    </item>
  </channel>
</rss>

