Splunk Enterprise Security

Adding Threat Intelligence feed into Splunk ES in CSV format

JakeInfoSec
Explorer

I'm currently trying to upload a malware feed into Threat Intelligence Management.

The feed itself is being pulled from the following URL: https://bazaar.abuse.ch/export/csv/recent/

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.

JakeInfoSec_0-1650639667839.png

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.

JakeInfoSec_0-1650643252401.png

 

Here is what the csv looks like.

JakeInfoSec_2-1650640799840.png

Is there a setting I am missing that is causing the regex to not be utilized?

Labels (1)
0 Karma

BenjaminAbben
Loves-to-Learn

maby this will work:? 

@the parsing tab do the following extracting reg expr: ([^\"\,]+)

 

0 Karma

BenjaminAbben
Loves-to-Learn

Oh wait,, after some messing around place the + 1 spot to the left like so:

\b([^\"\,]+)\b

0 Karma
Get Updates on the Splunk Community!

Index This | I’m short for "configuration file.” What am I?

May 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with a Special ...

New Articles from Academic Learning Partners, Help Expand Lantern’s Use Case Library, ...

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Your Guide to SPL2 at .conf24!

So, you’re headed to .conf24? You’re in for a good time. Las Vegas weather is just *chef’s kiss* beautiful in ...