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!

Splunk + ThousandEyes: Correlate frontend, app, and network data to troubleshoot ...

 Are you tired of troubleshooting delays caused by siloed frontend, application, and network data? We've got a ...

Splunk Observability for AI

Don’t miss out on an exciting Tech Talk on Splunk Observability for AI!Discover how Splunk’s agentic AI ...

🔐 Trust at Every Hop: How mTLS in Splunk Enterprise 10.0 Makes Security Simpler

From Idea to Implementation: Why Splunk Built mTLS into Splunk Enterprise 10.0  mTLS wasn’t just a checkbox ...