<?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: Help with search to monitor a firewall in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Help-with-search-to-monitor-a-firewall/m-p/338422#M100377</link>
    <description>&lt;P&gt;Thanks @Mus&lt;/P&gt;</description>
    <pubDate>Tue, 07 Nov 2017 16:14:13 GMT</pubDate>
    <dc:creator>splunker969</dc:creator>
    <dc:date>2017-11-07T16:14:13Z</dc:date>
    <item>
      <title>Help with search to monitor a firewall</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-with-search-to-monitor-a-firewall/m-p/338415#M100370</link>
      <description>&lt;P&gt;We are trying to monitor Firewall events from' X ' Environment coming to Splunk. I took the all hosts (600 hosts) related to 'X' environment and created lookup. I am able to see all events with below search but the search is too expensive and takes almost 15 minutes. For security reasons I took all names of index and Ips .When i search I included them. Can any one help with the search?&lt;/P&gt;

&lt;P&gt;Search -&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; index=test1 OR index=test2*  OR index=test3* action=blocked dest=* NOT(msg="Deny TCP (no connection) from * flags RST  on interface *") (src_ip=*/* OR src_ip=*/* OR src_ip=*/* OR src_ip=*/*) | lookup hostlist.csv IP as dest | search list=y  | dedup dest_port src_ip dest_ip host rule
    | table  dest_port src_ip dest_ip host rule list
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 30 Oct 2017 18:38:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-with-search-to-monitor-a-firewall/m-p/338415#M100370</guid>
      <dc:creator>splunker969</dc:creator>
      <dc:date>2017-10-30T18:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: Help with search to monitor a firewall</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-with-search-to-monitor-a-firewall/m-p/338416#M100371</link>
      <description>&lt;P&gt;Sorry that this is not an answer more some ideas, but &lt;/P&gt;

&lt;P&gt;“Some trusted people were chatting...here you go. Don’t mind the ‘what the hell is this’ commentary” &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/3751i95573F17B862FE56/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;If you wonder about who the trusted people were, some of these guys &lt;A href="https://www.splunk.com/blog/2017/09/26/the-splunktrust-2018-in-all-its-fezzed-glory.html"&gt;https://www.splunk.com/blog/2017/09/26/the-splunktrust-2018-in-all-its-fezzed-glory.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Oct 2017 01:39:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-with-search-to-monitor-a-firewall/m-p/338416#M100371</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2017-10-31T01:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: Help with search to monitor a firewall</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-with-search-to-monitor-a-firewall/m-p/338417#M100372</link>
      <description>&lt;P&gt;What is a lookup for ”lookup hostlist.csv IP as dest ”?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; index=test1 OR index=test2*  OR index=test3* action=blocked dest=* NOT(msg="Deny TCP (no connection) from * flags RST  on interface *") (src_ip=*/* OR src_ip=*/* OR src_ip=*/* OR src_ip=*/*) [|inputlookup hostlist.csv|fields IP|rename IP as dest ]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Use TERM for IP search&lt;BR /&gt;
src_ip=TERM(1.1.1.1) OR src_ip=TERM(1.1.1.2)&lt;/P&gt;

&lt;P&gt;Using fields  reduces the required fields.&lt;BR /&gt;
table xxx,xxx-&amp;gt;fields xxx,xxx&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 16:27:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-with-search-to-monitor-a-firewall/m-p/338417#M100372</guid>
      <dc:creator>HiroshiSatoh</dc:creator>
      <dc:date>2020-09-29T16:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: Help with search to monitor a firewall</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-with-search-to-monitor-a-firewall/m-p/338418#M100373</link>
      <description>&lt;P&gt;Thanks @ MuS .I very lucky and happy  that Splunk trust team replied me .I believe 600 hosts so it is taking that long to check hosts for only 4 hours of data .&lt;/P&gt;</description>
      <pubDate>Wed, 01 Nov 2017 14:23:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-with-search-to-monitor-a-firewall/m-p/338418#M100373</guid>
      <dc:creator>splunker969</dc:creator>
      <dc:date>2017-11-01T14:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: Help with search to monitor a firewall</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-with-search-to-monitor-a-firewall/m-p/338419#M100374</link>
      <description>&lt;P&gt;Hi @ HiroshiSatoh .I performed above query you suggested .I am getting no results .&lt;/P&gt;</description>
      <pubDate>Wed, 01 Nov 2017 14:25:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-with-search-to-monitor-a-firewall/m-p/338419#M100374</guid>
      <dc:creator>splunker969</dc:creator>
      <dc:date>2017-11-01T14:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: Help with search to monitor a firewall</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-with-search-to-monitor-a-firewall/m-p/338420#M100375</link>
      <description>&lt;P&gt;Okay some options here:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;be as precise as possible in the base search and try to avoid &lt;CODE&gt;*&lt;/CODE&gt; or &lt;CODE&gt;NOT&lt;/CODE&gt; instead search for exactly what you want&lt;/LI&gt;
&lt;LI&gt;after you done above, run the search in &lt;CODE&gt;Fast Mode&lt;/CODE&gt; &lt;/LI&gt;
&lt;LI&gt;is the lookup used to only get events for hosts in the lookup? If yes, do what @cmerriman suggests and try to add this to your base search &lt;CODE&gt;[ | inputlookup hotlist.csv | dedup host | table host | format ]&lt;/CODE&gt; this will create a group of &lt;CODE&gt;((host=x) OR (host=y) OR ...&lt;/CODE&gt; and speeds up the search&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2017 03:33:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-with-search-to-monitor-a-firewall/m-p/338420#M100375</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2017-11-02T03:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: Help with search to monitor a firewall</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-with-search-to-monitor-a-firewall/m-p/338421#M100376</link>
      <description>&lt;P&gt;try searching for ASA instead. you may need to define a lookup csv containing your ASA codes&lt;BR /&gt;
e.g. my csv contains&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;106027  %ASA-4-106027   Error   Yes Port
107001  %ASA-1-107001   Error   Yes Attempt
107002  %ASA-1-107002   Error   Yes Attempt
109017  %ASA-4-109017   Error   Yes DoS


&lt;A href="https://www.cisco.com/c/en/us/td/docs/security/asa/syslog/b_syslog.html" target="test_blank"&gt;https://www.cisco.com/c/en/us/td/docs/security/asa/syslog/b_syslog.html&lt;/A&gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 02 Nov 2017 04:12:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-with-search-to-monitor-a-firewall/m-p/338421#M100376</guid>
      <dc:creator>erickyi</dc:creator>
      <dc:date>2017-11-02T04:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: Help with search to monitor a firewall</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-with-search-to-monitor-a-firewall/m-p/338422#M100377</link>
      <description>&lt;P&gt;Thanks @Mus&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2017 16:14:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-with-search-to-monitor-a-firewall/m-p/338422#M100377</guid>
      <dc:creator>splunker969</dc:creator>
      <dc:date>2017-11-07T16:14:13Z</dc:date>
    </item>
  </channel>
</rss>

