Splunk Search

How to match my list of qualys events against the list of CVEs found in the KEV lookup?

TheBravoSierra
Path Finder

Hi,

I'm looking to match my list of qualys events against the list of CVEs found in the KEV lookup on cisa.gov. I'm not having any success with the below search.  Can you provide any guidance? 

For example,

 index=qualys  *[|inputlookup cisa_cve.csv | fields cveID]*

I need to find my events where my base search that shows CVE contains matches to the KEV lookup returned field. 

Any help is greatly appreciated.

Thanks

 

Labels (1)
0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @TheBravoSierra,

you cannot put a subsearch adding the asterisks in main search, you have to modify your search.

In addition, have you the cveID field both in the lookup and in the qualys index? remeber that to use a subsearch you need to have the same field name both in main search and subsearch.

Anyway, you could run something like this:

index=qualys [ | inputlookup cisa_cve.csv | rename cveID AS query | fields query ]
| ...

in this way you make a full text search in the qualys index using the lookup cveID field.

Ciao.

Giuseppe

0 Karma
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...