<?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: ASA searching for current open connections that have been Built but with no teardown in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/ASA-searching-for-current-open-connections-that-have-been-Built/m-p/532061#M150306</link>
    <description>&lt;P&gt;I've tweaked my answer to only look for allowed and teardown actions and then leave only those sessions with the most recent action of "allowed".&lt;/P&gt;</description>
    <pubDate>Fri, 04 Dec 2020 18:03:43 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2020-12-04T18:03:43Z</dc:date>
    <item>
      <title>ASA searching for current open connections that have been Built but with no teardown</title>
      <link>https://community.splunk.com/t5/Splunk-Search/ASA-searching-for-current-open-connections-that-have-been-Built/m-p/531521#M150127</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm pretty new to SPLUNK and I'm looking for help trying to find ASA open connections between two endpoints.&lt;/P&gt;&lt;P&gt;Most connections I search for have a 'Built' action and then some time after a corresponding 'teardown' action. I'm looking for those connections that have the 'Built' action&amp;nbsp; but not the 'teardown' action.&lt;/P&gt;&lt;P&gt;The basic search I have&amp;nbsp;pulls down all of the connections between the two:.&amp;nbsp;&lt;/P&gt;&lt;P&gt;index="cisco" src_ip="10.55.45.12" dest_ip="10.65.45.20" dest_port=445&lt;/P&gt;&lt;P&gt;Is there a way to expand this search to find&amp;nbsp; these open connections based on the absence of a teardown?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2020 13:49:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/ASA-searching-for-current-open-connections-that-have-been-Built/m-p/531521#M150127</guid>
      <dc:creator>FC50</dc:creator>
      <dc:date>2020-12-01T13:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: ASA searching for current open connections that have been Built but with no teardown</title>
      <link>https://community.splunk.com/t5/Splunk-Search/ASA-searching-for-current-open-connections-that-have-been-Built/m-p/531569#M150138</link>
      <description>&lt;P&gt;Here's one way to do that.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index="cisco" src_ip="10.55.45.12" dest_ip="10.65.45.20" dest_port=445
| dedup session,action
| where action="built"&lt;/LI-CODE&gt;&lt;P&gt;It assumes there is a field called "session" that uniquely identifies a connection between the two points.&amp;nbsp; Change that to match whatever you have in your data.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2020 17:44:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/ASA-searching-for-current-open-connections-that-have-been-Built/m-p/531569#M150138</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-12-01T17:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: ASA searching for current open connections that have been Built but with no teardown</title>
      <link>https://community.splunk.com/t5/Splunk-Search/ASA-searching-for-current-open-connections-that-have-been-Built/m-p/532059#M150305</link>
      <description>&lt;P&gt;Thanks for the response but no joy unfortunately.&lt;/P&gt;&lt;P&gt;It's still bringing up the thousands of results with the allowed action (I mistakenly called it built earlier) , and not showing just the few that only had the allowed action and not a corresponding teardown.&lt;/P&gt;&lt;P&gt;The allowed and teardown options do share a field called 'session_id' which is a long number&lt;/P&gt;</description>
      <pubDate>Fri, 04 Dec 2020 17:41:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/ASA-searching-for-current-open-connections-that-have-been-Built/m-p/532059#M150305</guid>
      <dc:creator>FC50</dc:creator>
      <dc:date>2020-12-04T17:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: ASA searching for current open connections that have been Built but with no teardown</title>
      <link>https://community.splunk.com/t5/Splunk-Search/ASA-searching-for-current-open-connections-that-have-been-Built/m-p/532061#M150306</link>
      <description>&lt;P&gt;I've tweaked my answer to only look for allowed and teardown actions and then leave only those sessions with the most recent action of "allowed".&lt;/P&gt;</description>
      <pubDate>Fri, 04 Dec 2020 18:03:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/ASA-searching-for-current-open-connections-that-have-been-Built/m-p/532061#M150306</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-12-04T18:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: ASA searching for current open connections that have been Built but with no teardown</title>
      <link>https://community.splunk.com/t5/Splunk-Search/ASA-searching-for-current-open-connections-that-have-been-Built/m-p/532193#M150339</link>
      <description>&lt;P&gt;Cool, thanks. That seems to have done the trick&lt;/P&gt;</description>
      <pubDate>Mon, 07 Dec 2020 13:40:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/ASA-searching-for-current-open-connections-that-have-been-Built/m-p/532193#M150339</guid>
      <dc:creator>FC50</dc:creator>
      <dc:date>2020-12-07T13:40:31Z</dc:date>
    </item>
  </channel>
</rss>

