<?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 need help writing firewall log search command in Splunk Enterprise Security</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/need-help-writing-firewall-log-search-command/m-p/494764#M8519</link>
    <description>&lt;P&gt;hi ,&lt;/P&gt;
&lt;P&gt;I need help writing a query to fetch the details for the below mentioned logic&lt;/P&gt;
&lt;P&gt;For the firewall logs, accept events from same source IP more than 100 times, to more than 3 destination IP&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Sun, 07 Jun 2020 16:15:17 GMT</pubDate>
    <dc:creator>nithin_45_10</dc:creator>
    <dc:date>2020-06-07T16:15:17Z</dc:date>
    <item>
      <title>need help writing firewall log search command</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/need-help-writing-firewall-log-search-command/m-p/494764#M8519</link>
      <description>&lt;P&gt;hi ,&lt;/P&gt;
&lt;P&gt;I need help writing a query to fetch the details for the below mentioned logic&lt;/P&gt;
&lt;P&gt;For the firewall logs, accept events from same source IP more than 100 times, to more than 3 destination IP&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jun 2020 16:15:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/need-help-writing-firewall-log-search-command/m-p/494764#M8519</guid>
      <dc:creator>nithin_45_10</dc:creator>
      <dc:date>2020-06-07T16:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: need help writing firewall log search command</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/need-help-writing-firewall-log-search-command/m-p/494765#M8520</link>
      <description>&lt;P&gt;Perhaps this will help.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=firewall | stats count dc(dst_ip) as dst_count by src_ip | where (count &amp;gt; 100 AND dst_count &amp;gt; 3)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 07 May 2020 13:02:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/need-help-writing-firewall-log-search-command/m-p/494765#M8520</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-05-07T13:02:42Z</dc:date>
    </item>
  </channel>
</rss>

