All Apps and Add-ons

Why am I missing some Nessus Events?

mdorobek
Path Finder

We are useing the Splunk Add-on for Nessus. The saved searches are active and everything seems to work well.
I made a top ten of the events counted by the host-fqdn and sort by the severity.

Heres the search:

index=nessus sourcetype="nessus:scan" severity_id>0  | rex field=host-fqdn "(?<Hostname>[^.]*)"| chart count by Hostname, severity | table Hostname,  critical,  high,  medium,  low | sort by -critical, -high, -medium, -low  | head 10

The search seems to be correct, but there are some differences between the ammount of Events in Splunk and the Nessus vulerability scanner.

Does anyone know what the reason could be?

0 Karma
1 Solution

gfreitas
Builder

Hi,

I am having the same problem and I realized that the add-on downloads one event for each vulnerability by host. If the same host have the same vulnerability but in different ports, the add-on is going to download just one event (without port) but on Nessus you can see two vulnerabilities, one for each port.

Hope this helps.

View solution in original post

gfreitas
Builder

Hi,

I am having the same problem and I realized that the add-on downloads one event for each vulnerability by host. If the same host have the same vulnerability but in different ports, the add-on is going to download just one event (without port) but on Nessus you can see two vulnerabilities, one for each port.

Hope this helps.

mdorobek
Path Finder

Thank you, this explains a lot.

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...