<?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 Detecting Port Scan (nmap) in Splunk Enterprise Security</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Detecting-Port-Scan-nmap/m-p/455190#M6423</link>
    <description>&lt;P&gt;I did a test port scan using nmap. This way I could catch what I was looking for in ES. Below is my query and it shows me exactly what i am looking for - shows me src_ip dest_ip count all the ports thats been hit and the user.  &lt;/P&gt;

&lt;P&gt;index=ind_fw sourcetype="pan:traffic" type=TRAFFIC 172.xx.xx.xx 150.xx.xx.xx &lt;BR /&gt;
| stats count values(dest_port), values(user) by src_ip dest_ip&lt;/P&gt;

&lt;P&gt;However, I am stuck on the next phase. &lt;BR /&gt;
My next goal is to detect a similar result, where the user runs a scan it gets detected on my end. &lt;BR /&gt;
But i am unsure how i do this without defining the dest_ip and src_ip (like i have in the above query)?&lt;BR /&gt;
any help would be greatly appreciated.&lt;/P&gt;

&lt;P&gt;Thank you&lt;/P&gt;</description>
    <pubDate>Wed, 30 Sep 2020 01:10:15 GMT</pubDate>
    <dc:creator>siddh01r</dc:creator>
    <dc:date>2020-09-30T01:10:15Z</dc:date>
    <item>
      <title>Detecting Port Scan (nmap)</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Detecting-Port-Scan-nmap/m-p/455190#M6423</link>
      <description>&lt;P&gt;I did a test port scan using nmap. This way I could catch what I was looking for in ES. Below is my query and it shows me exactly what i am looking for - shows me src_ip dest_ip count all the ports thats been hit and the user.  &lt;/P&gt;

&lt;P&gt;index=ind_fw sourcetype="pan:traffic" type=TRAFFIC 172.xx.xx.xx 150.xx.xx.xx &lt;BR /&gt;
| stats count values(dest_port), values(user) by src_ip dest_ip&lt;/P&gt;

&lt;P&gt;However, I am stuck on the next phase. &lt;BR /&gt;
My next goal is to detect a similar result, where the user runs a scan it gets detected on my end. &lt;BR /&gt;
But i am unsure how i do this without defining the dest_ip and src_ip (like i have in the above query)?&lt;BR /&gt;
any help would be greatly appreciated.&lt;/P&gt;

&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 01:10:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Detecting-Port-Scan-nmap/m-p/455190#M6423</guid>
      <dc:creator>siddh01r</dc:creator>
      <dc:date>2020-09-30T01:10:15Z</dc:date>
    </item>
  </channel>
</rss>

