Im looking for the same type of output as from the "Vulnerabilities for each Node" report in Orion but for wildcard selected nodes using SWQL.
How do I get vulnarbilitys records (Entry Id) for a selection of nodes names.
ex
select selected node.caption..... and show me Vulnerabilities
'Entry Id' AND (caption contains "FW" OR caption contains "BP")
but in SWQL
output like..
node SydneyFW
CVE-2017-3881 web.nvd.nist.gov/.../detail 10,0 High Potential vulnerability Never
CVE-2011-0935 web.nvd.nist.gov/.../detail 10,0 High Potential vulnerability Never
node Put-in-BP
CVE-2018-3881 web.nvd.nist.gov/.../detail 10,0 High Potential vulnerability Never
CVE-2022-0935 web.nvd.nist.gov/.../detail 10,0 High Potential vulnerability Never
Thanks in advanced.