<?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: How to compare IP blacklists in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-compare-IP-blacklists/m-p/450834#M78211</link>
    <description>&lt;P&gt;Hi nebblkshts,&lt;BR /&gt;
You have to load csv in a lookup (called e.g. ip_blacklist.csv) and then use a search like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=my_index [ | inputlookup ip_blacklist.csv | fields source_ip ]
| stats count BY source_ip
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;put attention to the fieldname between logs and lookup: they must be the same, if they are different, in the subsearch you have to insert a rename.&lt;/P&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
    <pubDate>Thu, 27 Jun 2019 14:54:18 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2019-06-27T14:54:18Z</dc:date>
    <item>
      <title>How to compare IP blacklists</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-compare-IP-blacklists/m-p/450833#M78210</link>
      <description>&lt;P&gt;I want to either compare natdst to a blacklist. &lt;BR /&gt;
We do not have a subscription to any service that provides blacklist but I see some free list. &lt;BR /&gt;
I am assuming since we do not pay for a service, I have to download a CSV and compare that way. &lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2019 13:08:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-compare-IP-blacklists/m-p/450833#M78210</guid>
      <dc:creator>nebblkshts</dc:creator>
      <dc:date>2019-06-27T13:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare IP blacklists</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-compare-IP-blacklists/m-p/450834#M78211</link>
      <description>&lt;P&gt;Hi nebblkshts,&lt;BR /&gt;
You have to load csv in a lookup (called e.g. ip_blacklist.csv) and then use a search like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=my_index [ | inputlookup ip_blacklist.csv | fields source_ip ]
| stats count BY source_ip
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;put attention to the fieldname between logs and lookup: they must be the same, if they are different, in the subsearch you have to insert a rename.&lt;/P&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2019 14:54:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-compare-IP-blacklists/m-p/450834#M78211</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2019-06-27T14:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare IP blacklists</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-compare-IP-blacklists/m-p/450835#M78212</link>
      <description>&lt;P&gt;Thank you, that worked.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2019 17:38:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-compare-IP-blacklists/m-p/450835#M78212</guid>
      <dc:creator>nebblkshts</dc:creator>
      <dc:date>2019-06-27T17:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare IP blacklists</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-compare-IP-blacklists/m-p/450836#M78213</link>
      <description>&lt;P&gt;Hi nebblkshts,&lt;BR /&gt;
if you're satisfied by this answer, please accept and/ot upvote it.&lt;BR /&gt;
Bye, see at next time.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2019 06:46:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-compare-IP-blacklists/m-p/450836#M78213</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2019-06-28T06:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare IP blacklists</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-compare-IP-blacklists/m-p/450837#M78214</link>
      <description>&lt;P&gt;There is an app for that called &lt;CODE&gt;Getwatchlist Add-on for Splunk Enterprise&lt;/CODE&gt;:&lt;BR /&gt;
&lt;A href="https://splunkbase.splunk.com/app/635/"&gt;https://splunkbase.splunk.com/app/635/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2019 23:32:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-compare-IP-blacklists/m-p/450837#M78214</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-07-05T23:32:05Z</dc:date>
    </item>
  </channel>
</rss>

