<?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 How can I correlate firewall traffic from two different timestamps in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-correlate-firewall-traffic-from-two-different/m-p/299449#M56635</link>
    <description>&lt;P&gt;I want to get a list of traffic that has accessed the same site at two different times. All I know are the times: say 10:00 AM and 11:30 AM.&lt;BR /&gt;
How can I get a list of events where an internal IP connected to the same external IP at or near both times. I don't know either of the IP's I simply want to find a list of connections that were active at both times.&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;earliest="(date and time)" latest="(date and time)" AND earliest="(date and time)" latest="(date and time)"&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Fri, 31 Mar 2017 15:59:27 GMT</pubDate>
    <dc:creator>matthewg</dc:creator>
    <dc:date>2017-03-31T15:59:27Z</dc:date>
    <item>
      <title>How can I correlate firewall traffic from two different timestamps</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-correlate-firewall-traffic-from-two-different/m-p/299449#M56635</link>
      <description>&lt;P&gt;I want to get a list of traffic that has accessed the same site at two different times. All I know are the times: say 10:00 AM and 11:30 AM.&lt;BR /&gt;
How can I get a list of events where an internal IP connected to the same external IP at or near both times. I don't know either of the IP's I simply want to find a list of connections that were active at both times.&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;earliest="(date and time)" latest="(date and time)" AND earliest="(date and time)" latest="(date and time)"&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Fri, 31 Mar 2017 15:59:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-correlate-firewall-traffic-from-two-different/m-p/299449#M56635</guid>
      <dc:creator>matthewg</dc:creator>
      <dc:date>2017-03-31T15:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: How can I correlate firewall traffic from two different timestamps</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-correlate-firewall-traffic-from-two-different/m-p/299450#M56636</link>
      <description>&lt;P&gt;Increase your time range to cover both the time frames and search for something like below&lt;/P&gt;

&lt;P&gt;Assuming your field names are internal_ip external_ip&lt;/P&gt;

&lt;PRE&gt;index=your_index earliest=your_earliest_time latest=your_latest_time | stats count, values(_time) by internal_ip,external_ip | search count &amp;gt; 1&lt;/PRE&gt;

&lt;P&gt;This will result in the events where the combination of internal_ip and external_ip occurred more than once along with the time of access&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 13:26:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-correlate-firewall-traffic-from-two-different/m-p/299450#M56636</guid>
      <dc:creator>pradeepkumarg</dc:creator>
      <dc:date>2020-09-29T13:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: How can I correlate firewall traffic from two different timestamps</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-correlate-firewall-traffic-from-two-different/m-p/299451#M56637</link>
      <description>&lt;P&gt;But what if I have hundreds or thousands of combinations of internal and external ips that connected multiple times in between those times but I want to filter to the ones close to those two time intervals?&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jan 2019 22:12:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-correlate-firewall-traffic-from-two-different/m-p/299451#M56637</guid>
      <dc:creator>matthewg</dc:creator>
      <dc:date>2019-01-23T22:12:11Z</dc:date>
    </item>
  </channel>
</rss>

