<?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 Omit IP addresses from SPL in Splunk Enterprise Security</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Omit-IP-addresses-from-SPL/m-p/554375#M9952</link>
    <description>&lt;P&gt;What is the best way to omit internal IPs within this SPL? There are a lot of internal source IP hits that come up when running this SPL over the past 60 mins. This is a canned use case that comes with ES.&amp;nbsp;&lt;/P&gt;&lt;P&gt;ESCU - Protocols passing authentication in cleartext - Rule&lt;/P&gt;&lt;P&gt;| tstats `security_content_summariesonly` count min(_time) as firstTime max(_time) as lastTime from datamodel=Network_Traffic where All_Traffic.transport="tcp" AND (All_Traffic.dest_port="23" OR All_Traffic.dest_port="143" OR All_Traffic.dest_port="110" OR (All_Traffic.dest_port="21" AND All_Traffic.user != "anonymous")) by All_Traffic.user All_Traffic.src All_Traffic.dest All_Traffic.dest_port&lt;BR /&gt;| `security_content_ctime(firstTime)`&lt;BR /&gt;| `security_content_ctime(lastTime)`&lt;BR /&gt;| `drop_dm_object_name("All_Traffic")`&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Tomas&lt;/P&gt;</description>
    <pubDate>Fri, 04 Jun 2021 00:16:01 GMT</pubDate>
    <dc:creator>tkbrown</dc:creator>
    <dc:date>2021-06-04T00:16:01Z</dc:date>
    <item>
      <title>Omit IP addresses from SPL</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Omit-IP-addresses-from-SPL/m-p/554375#M9952</link>
      <description>&lt;P&gt;What is the best way to omit internal IPs within this SPL? There are a lot of internal source IP hits that come up when running this SPL over the past 60 mins. This is a canned use case that comes with ES.&amp;nbsp;&lt;/P&gt;&lt;P&gt;ESCU - Protocols passing authentication in cleartext - Rule&lt;/P&gt;&lt;P&gt;| tstats `security_content_summariesonly` count min(_time) as firstTime max(_time) as lastTime from datamodel=Network_Traffic where All_Traffic.transport="tcp" AND (All_Traffic.dest_port="23" OR All_Traffic.dest_port="143" OR All_Traffic.dest_port="110" OR (All_Traffic.dest_port="21" AND All_Traffic.user != "anonymous")) by All_Traffic.user All_Traffic.src All_Traffic.dest All_Traffic.dest_port&lt;BR /&gt;| `security_content_ctime(firstTime)`&lt;BR /&gt;| `security_content_ctime(lastTime)`&lt;BR /&gt;| `drop_dm_object_name("All_Traffic")`&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Tomas&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jun 2021 00:16:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Omit-IP-addresses-from-SPL/m-p/554375#M9952</guid>
      <dc:creator>tkbrown</dc:creator>
      <dc:date>2021-06-04T00:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: Omit IP addresses from SPL</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Omit-IP-addresses-from-SPL/m-p/554654#M9958</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/212857"&gt;@tkbrown&lt;/a&gt;&amp;nbsp; - If you can add a category against all these internal IPs which want to exclude in your assets/identities for ES, you can use the 'src_category' to exclude them in the above rule. Hope this helps.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jun 2021 10:16:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Omit-IP-addresses-from-SPL/m-p/554654#M9958</guid>
      <dc:creator>lakshman239</dc:creator>
      <dc:date>2021-06-07T10:16:50Z</dc:date>
    </item>
  </channel>
</rss>

