<?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 Tracking known malicious IP ranges in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Tracking-known-malicious-IP-ranges/m-p/242382#M188986</link>
    <description>&lt;P&gt;We are blocking a list of different known malicious IP ranges on our checkpoint firewalls. We do receive the syslog info from checkpoint just fine. How can I search for all of the different ranges and put them into a dashboard? &lt;/P&gt;</description>
    <pubDate>Tue, 15 Mar 2016 14:50:29 GMT</pubDate>
    <dc:creator>jshultz</dc:creator>
    <dc:date>2016-03-15T14:50:29Z</dc:date>
    <item>
      <title>Tracking known malicious IP ranges</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Tracking-known-malicious-IP-ranges/m-p/242382#M188986</link>
      <description>&lt;P&gt;We are blocking a list of different known malicious IP ranges on our checkpoint firewalls. We do receive the syslog info from checkpoint just fine. How can I search for all of the different ranges and put them into a dashboard? &lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2016 14:50:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Tracking-known-malicious-IP-ranges/m-p/242382#M188986</guid>
      <dc:creator>jshultz</dc:creator>
      <dc:date>2016-03-15T14:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Tracking known malicious IP ranges</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Tracking-known-malicious-IP-ranges/m-p/242383#M188987</link>
      <description>&lt;P&gt;Is the block list known to Splunk, either in a CSV file or SQL database?&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2016 16:42:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Tracking-known-malicious-IP-ranges/m-p/242383#M188987</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2016-03-15T16:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: Tracking known malicious IP ranges</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Tracking-known-malicious-IP-ranges/m-p/242384#M188988</link>
      <description>&lt;P&gt;You can also search for cidr blocks in lookups. One approach would be to keep that list of known malicious IP ranges in a CSV lookup (Could be a database and pull it with DBX..)&lt;/P&gt;

&lt;P&gt;Configure cidr based lookups.. In transforms, you need to configure the cidr field..&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; [badipranges]
 filename = badipranges.csv
 max_matches = 1
 min_matches = 1
 default_match = OK
 match_type = CIDR(badiprange)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Note that CIDR(badiprange) tells Splunk which field is in CIDR notation.&lt;/P&gt;

&lt;P&gt;You can then run your lookups against this list.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2016 16:51:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Tracking-known-malicious-IP-ranges/m-p/242384#M188988</guid>
      <dc:creator>esix_splunk</dc:creator>
      <dc:date>2016-03-15T16:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Tracking known malicious IP ranges</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Tracking-known-malicious-IP-ranges/m-p/242385#M188989</link>
      <description>&lt;P&gt;It is not in a csv. I could find those ranges in a csv. &lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2016 18:46:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Tracking-known-malicious-IP-ranges/m-p/242385#M188989</guid>
      <dc:creator>jshultz</dc:creator>
      <dc:date>2016-03-15T18:46:43Z</dc:date>
    </item>
  </channel>
</rss>

