Querying for deprecated SSL/TLS versions?

Hi all,
I am sure someone has done this already. I can work my way around making most queries, but the expert section is still a place I am exploring at the moment.

My ask is if anyone has made a query in the builder that identifies either all vulnerabilities or devices that use a deprecated version of TLS?

Or

If we have any other folks that have done this within goals and sla section that would be righteous.

Thanks in advance for anyone that is able to assist.

Cheers.

I would use the Insight query builder and set filters for
vulnerability.vulnKey = ‘tlsv1_1-enabled’
OR
vulnerability.vulnKey = ‘tlsv1_0-enabled’

1 Like