Splunk Search

Splunk Query for Nessus vulnerabilities between firstSeen and lastSeen dates

alexj2323
New Member

I’m new to Splunk. I’m trying to come up with a search that would provide me with the number of Nessus vulnerability events related to a specific pluginID that falls between the firstSeen and the lastSeen dates (the dates are in epoch time). I understand this isn’t correct but I tried a lot of different combo’s and nothing seems to narrow the number of events down to the 18 (I should see)

Index=tenable sourcetype-tenable:sc:vuln adobe | spath pluginID | search pluginID=56213 | search firstSeen=1538883238 OR lastSeen=1555827242

Thanks

Tags (1)
0 Karma
1 Solution

spayneort
Contributor

How about this?

index=tenable sourcetype=tenable:sc:vuln pluginID=56213 firstSeen>1538883238 lastSeen<1555827242

View solution in original post

0 Karma

spayneort
Contributor

How about this?

index=tenable sourcetype=tenable:sc:vuln pluginID=56213 firstSeen>1538883238 lastSeen<1555827242
0 Karma

alexj2323
New Member

Thanks for the assistance...

0 Karma
Get Updates on the Splunk Community!

Why You Can't Miss .conf25: Unleashing the Power of Agentic AI with Splunk & Cisco

The Defining Technology Movement of Our Lifetime The advent of agentic AI is arguably the defining technology ...

Deep Dive into Federated Analytics: Unlocking the Full Power of Your Security Data

In today’s complex digital landscape, security teams face increasing pressure to protect sprawling data across ...

Your summer travels continue with new course releases

Summer in the Northern hemisphere is in full swing, and is often a time to travel and explore. If your summer ...