<?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 Re: Searching subnets in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Searching-subnets/m-p/45464#M179303</link>
    <description>&lt;P&gt;That &lt;EM&gt;should&lt;/EM&gt; work. What you could try is specify &lt;CODE&gt;NOT dest_ip=10.10.0.0/16&lt;/CODE&gt; instead, but that's rather for covering the case when no dest_ip exists at all.&lt;/P&gt;</description>
    <pubDate>Fri, 06 Jan 2012 19:05:06 GMT</pubDate>
    <dc:creator>Ayn</dc:creator>
    <dc:date>2012-01-06T19:05:06Z</dc:date>
    <item>
      <title>Searching subnets</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Searching-subnets/m-p/45463#M179302</link>
      <description>&lt;P&gt;I noticed with splunk you can search subnets now. However I would like to search for all communications via my internal network to my external network. When doing something like this however it does not work. &lt;/P&gt;

&lt;P&gt;src_ip=10.10.0.0/16 dest_ip!=10.10.0.0/16&lt;/P&gt;

&lt;P&gt;This does not work. How would I correctly search for what I am seeking?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 10:17:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Searching-subnets/m-p/45463#M179302</guid>
      <dc:creator>bengridley</dc:creator>
      <dc:date>2020-09-28T10:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: Searching subnets</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Searching-subnets/m-p/45464#M179303</link>
      <description>&lt;P&gt;That &lt;EM&gt;should&lt;/EM&gt; work. What you could try is specify &lt;CODE&gt;NOT dest_ip=10.10.0.0/16&lt;/CODE&gt; instead, but that's rather for covering the case when no dest_ip exists at all.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2012 19:05:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Searching-subnets/m-p/45464#M179303</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2012-01-06T19:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: Searching subnets</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Searching-subnets/m-p/45465#M179304</link>
      <description>&lt;P&gt;Perhaps make use of the cidrmatch function: &lt;CODE&gt;* | where NOT cidrmatch("10.10.0.0/16", dest_ip) AND cidrmatch("10.10.0.0/16",src_ip)&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2012 21:05:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Searching-subnets/m-p/45465#M179304</guid>
      <dc:creator>rtadams89</dc:creator>
      <dc:date>2012-01-06T21:05:43Z</dc:date>
    </item>
  </channel>
</rss>

