Splunk Enterprise Security

How can I get the description column of my custom lookup to show up in our Splunk Enterprise Security Incident Review queue?

aaronandshag
Explorer

In our Splunk Enterprise Incident review queue, I have a custom lookup that is being used for our threat intelligence feed.

| inputlookup local_ip_address_intel.csv
description, ip
listofbadmalwaredomains.com, 109.789.24.22

However, no matter how much I edit the Threat - Threat List Activity - Rule correlation search, I cannot extract a $description$ field, or it doesn't show up in the title of the event. I believe it is because the description field of the lookup is not being extracted.

Currently, the correlation search uses these variables for each threat incident title:
Threat Activity Detected ($threat_match_value$, $threat_source_id$, $threat_description$, $description$ )

The Title of each event contains something like:
Threat Activity Detected (109.789.24.22, local_ip_address_intel, Internal IP Address Intelligence, unknown )

How can I get the description column of my custom lookup to show up in our splunk incident review queue?

Thanks!

0 Karma

starcher
Influencer

I'm pushing on the ES devs to fix this. Threat Intel docs list description as required but the ES intel processing tosses it and gives you the description of the input. If you are careful you can manually patch several macros and searches to get threat intel values to come through regardless of the original intel source input. I'd recommend others report this as a bug against ES via a support ticket if you want the change.

aaronandshag
Explorer

I figured it out...A year later.

Just append the following to the end of the Threat Activity Detected Correlation Search,

| join threat_match_value [| inputlookup local_domain_intel.csv | rename domain AS threat_match_value]

Then change your Notable Event Title to:

Threat Activity Detected $threat_match_value$ from: $description$
0 Karma
Get Updates on the Splunk Community!

Observability | Use Synthetic Monitoring for Website Metadata Verification

If you are on Splunk Observability Cloud, you may already have Synthetic Monitoringin your observability ...

More Ways To Control Your Costs With Archived Metrics | Register for Tech Talk

Tuesday, May 14, 2024  |  11AM PT / 2PM ET Register to Attend Join us for this Tech Talk and learn how to ...

.conf24 | Personalize your .conf experience with Learning Paths!

Personalize your .conf24 Experience Learning paths allow you to level up your skill sets and dive deeper ...