Get an overview of the 10 most vulnerable systems in your network
1 |
sourcetype="tenable:sc:vuln" baseScore > 3 | dedup cve ip | stats count by ip, riskFactor | sort 10-count | lookup dnslookup clientip as ip | chart sum(count) by clienthost |