<?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 to edit my search to identify blocked network traffic and top the worst offenders? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-edit-my-search-to-identify-blocked-network-traffic-and/m-p/251091#M75004</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I am trying to identify worst offenders for blocked traffic and then identify all of the locations they are getting blocked.  In my basic search &lt;CODE&gt;index=cisco_asa action=blocked | top limit=30 src, dest, dest_port&lt;/CODE&gt; I am seeing results example:&lt;/P&gt;

&lt;P&gt;Examples of outputs:&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/999i1416692A21C0B146/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;What i'm trying to do is get a list of all blocked events for a given source IP, and based on all blocked events, sort the top 25 offenders, and then list out each destination that machine is getting blocked events on.  Something similar to this, preferably with the total count somewhere in the results:&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/1000i3FEE5988F17EAC92/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 28 Jan 2016 20:16:37 GMT</pubDate>
    <dc:creator>umplebyj</dc:creator>
    <dc:date>2016-01-28T20:16:37Z</dc:date>
    <item>
      <title>How to edit my search to identify blocked network traffic and top the worst offenders?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-edit-my-search-to-identify-blocked-network-traffic-and/m-p/251091#M75004</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I am trying to identify worst offenders for blocked traffic and then identify all of the locations they are getting blocked.  In my basic search &lt;CODE&gt;index=cisco_asa action=blocked | top limit=30 src, dest, dest_port&lt;/CODE&gt; I am seeing results example:&lt;/P&gt;

&lt;P&gt;Examples of outputs:&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/999i1416692A21C0B146/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;What i'm trying to do is get a list of all blocked events for a given source IP, and based on all blocked events, sort the top 25 offenders, and then list out each destination that machine is getting blocked events on.  Something similar to this, preferably with the total count somewhere in the results:&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/1000i3FEE5988F17EAC92/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2016 20:16:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-edit-my-search-to-identify-blocked-network-traffic-and/m-p/251091#M75004</guid>
      <dc:creator>umplebyj</dc:creator>
      <dc:date>2016-01-28T20:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit my search to identify blocked network traffic and top the worst offenders?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-edit-my-search-to-identify-blocked-network-traffic-and/m-p/251092#M75005</link>
      <description>&lt;P&gt;Hi there, try this.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | stats count by dest dest_port src | stats list(dest) as dest, list(dest_port) as destPort, list(count) as count by src as Offender
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 28 Jan 2016 21:12:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-edit-my-search-to-identify-blocked-network-traffic-and/m-p/251092#M75005</guid>
      <dc:creator>alemarzu</dc:creator>
      <dc:date>2016-01-28T21:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit my search to identify blocked network traffic and top the worst offenders?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-edit-my-search-to-identify-blocked-network-traffic-and/m-p/251093#M75006</link>
      <description>&lt;P&gt;while this didn't get me what I was looking for, it got me in the right direction:&lt;/P&gt;

&lt;P&gt;index=cisco_asa action=blocked | top limit=30 src, dest, dest_port | stats list(dest) as dest, list(dest_port) as destPort, list(count) as count by src | sort -count&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 08:34:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-edit-my-search-to-identify-blocked-network-traffic-and/m-p/251093#M75006</guid>
      <dc:creator>umplebyj</dc:creator>
      <dc:date>2020-09-29T08:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit my search to identify blocked network traffic and top the worst offenders?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-edit-my-search-to-identify-blocked-network-traffic-and/m-p/251094#M75007</link>
      <description>&lt;P&gt;Oh I see, I forget that &lt;CODE&gt;| top limit=30 ...&lt;/CODE&gt; my bad. Glad It works tho&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2016 12:01:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-edit-my-search-to-identify-blocked-network-traffic-and/m-p/251094#M75007</guid>
      <dc:creator>alemarzu</dc:creator>
      <dc:date>2016-01-29T12:01:43Z</dc:date>
    </item>
  </channel>
</rss>

