<?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 Port Scan Dashboard in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Port-Scan-Dashboard/m-p/478191#M45873</link>
    <description>&lt;P&gt;I want a dashboard to  be created for port scan(to detect 2000 port scan attempts from one single IP towards single destination within 5 min)&lt;BR /&gt;
I tried creating one dashboard but the values in the dashboard keep on changing every time the dashboard refreshes. I want a dashboard that will display all the port scan attempts for last 24 hrs satisfying the condition (2000 port scan attempts in 5 min) and the values in the dashboard should stay till 24 hrs.&lt;/P&gt;</description>
    <pubDate>Mon, 24 Feb 2020 07:12:29 GMT</pubDate>
    <dc:creator>tonythomas42</dc:creator>
    <dc:date>2020-02-24T07:12:29Z</dc:date>
    <item>
      <title>Port Scan Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Port-Scan-Dashboard/m-p/478191#M45873</link>
      <description>&lt;P&gt;I want a dashboard to  be created for port scan(to detect 2000 port scan attempts from one single IP towards single destination within 5 min)&lt;BR /&gt;
I tried creating one dashboard but the values in the dashboard keep on changing every time the dashboard refreshes. I want a dashboard that will display all the port scan attempts for last 24 hrs satisfying the condition (2000 port scan attempts in 5 min) and the values in the dashboard should stay till 24 hrs.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2020 07:12:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Port-Scan-Dashboard/m-p/478191#M45873</guid>
      <dc:creator>tonythomas42</dc:creator>
      <dc:date>2020-02-24T07:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: Port Scan Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Port-Scan-Dashboard/m-p/478192#M45874</link>
      <description>&lt;P&gt;Which do you want to do?&lt;BR /&gt;
Create something:  good luck. you only know your logs.&lt;BR /&gt;
Find Apps: &lt;A href="https://www.splunksecurityessentials.com/"&gt;splunk security essentials&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 01 Mar 2020 03:20:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Port-Scan-Dashboard/m-p/478192#M45874</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-03-01T03:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: Port Scan Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Port-Scan-Dashboard/m-p/478193#M45875</link>
      <description>&lt;P&gt;try using below-mentioned search for "port scan to single IP multiple ports"&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| tstats `summariesonly`   dc(All_Traffic.dest_port) as dc_dest_port  values(All_Traffic.dest_zone) as dest_zone min(All_Traffic.dest_port) as min_port max(All_Traffic.dest_port as max_port values(All_Traffic.action) as action  from datamodel=Network_Traffic.All_Traffic where NOT (All_Traffic.dest_port=443 OR  All_Traffic.dest_port=80 )  by All_Traffic.src_ip All_Traffic.dest_ip _time span=5m
| `drop_dm_object_name(All_Traffic)`  
| where dc_dest_port&amp;gt;2000  
| eval ip_range=min_port."-".max_port
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 01 Mar 2020 04:04:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Port-Scan-Dashboard/m-p/478193#M45875</guid>
      <dc:creator>sumanssah</dc:creator>
      <dc:date>2020-03-01T04:04:13Z</dc:date>
    </item>
  </channel>
</rss>

