<?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: Adding Threat Intelligence feed into Splunk ES in CSV format in Splunk Enterprise Security</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Adding-Threat-Intelligence-feed-into-Splunk-ES-in-CSV-format/m-p/598647#M10810</link>
    <description>&lt;P&gt;maby this will work:?&amp;nbsp;&lt;/P&gt;&lt;P&gt;@the parsing tab do the following extracting reg expr:&amp;nbsp;([^\"\,]+)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 20 May 2022 11:36:25 GMT</pubDate>
    <dc:creator>BenjaminAbben</dc:creator>
    <dc:date>2022-05-20T11:36:25Z</dc:date>
    <item>
      <title>Adding Threat Intelligence feed into Splunk ES in CSV format</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Adding-Threat-Intelligence-feed-into-Splunk-ES-in-CSV-format/m-p/594902#M10777</link>
      <description>&lt;P&gt;I'm currently trying to upload a malware feed into&amp;nbsp;Threat Intelligence Management.&lt;/P&gt;&lt;P&gt;The feed itself is being pulled from the following URL:&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://bazaar.abuse.ch/export/csv/recent/" target="_blank" rel="noopener"&gt;https://bazaar.abuse.ch/export/csv/recent/&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The issue is that while it is in CSV format, the values themselves are also encapsulated by quotes, so they are being imported into the file_intel like the following.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JakeInfoSec_0-1650639667839.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/19215i1151DA5E9D627BDE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JakeInfoSec_0-1650639667839.png" alt="JakeInfoSec_0-1650639667839.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;To extract out the actual values since they are surrounded by quotes I put together a regular expression under "Extracting regular expression" which works on regexr and regex101, but this regular expression does not appear to be getting used as the values in the lookup still look like the above.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JakeInfoSec_0-1650643252401.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/19220i44DC7DC418A9DB61/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JakeInfoSec_0-1650643252401.png" alt="JakeInfoSec_0-1650643252401.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is what the csv looks like.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JakeInfoSec_2-1650640799840.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/19218i4E68DEC52588CA4D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JakeInfoSec_2-1650640799840.png" alt="JakeInfoSec_2-1650640799840.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Is there a setting I am missing that is causing the regex to not be utilized?&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2022 16:04:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Adding-Threat-Intelligence-feed-into-Splunk-ES-in-CSV-format/m-p/594902#M10777</guid>
      <dc:creator>JakeInfoSec</dc:creator>
      <dc:date>2022-04-22T16:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Threat Intelligence feed into Splunk ES in CSV format</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Adding-Threat-Intelligence-feed-into-Splunk-ES-in-CSV-format/m-p/598647#M10810</link>
      <description>&lt;P&gt;maby this will work:?&amp;nbsp;&lt;/P&gt;&lt;P&gt;@the parsing tab do the following extracting reg expr:&amp;nbsp;([^\"\,]+)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2022 11:36:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Adding-Threat-Intelligence-feed-into-Splunk-ES-in-CSV-format/m-p/598647#M10810</guid>
      <dc:creator>BenjaminAbben</dc:creator>
      <dc:date>2022-05-20T11:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Threat Intelligence feed into Splunk ES in CSV format</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Adding-Threat-Intelligence-feed-into-Splunk-ES-in-CSV-format/m-p/598650#M10811</link>
      <description>&lt;P&gt;Oh wait,, after some messing around place the + 1 spot to the left like so:&lt;BR /&gt;&lt;BR /&gt;\b([^\"\,]+)\b&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2022 11:49:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Adding-Threat-Intelligence-feed-into-Splunk-ES-in-CSV-format/m-p/598650#M10811</guid>
      <dc:creator>BenjaminAbben</dc:creator>
      <dc:date>2022-05-20T11:49:41Z</dc:date>
    </item>
  </channel>
</rss>

