Search Tokens for Details of Certificates

You can use search tokens to search for certificate details on Certificates tab.

asset.instance.gradeasset.instance.grade

Use a text value ##### to specify the Certificate Grade for an instance on the host.

Example

Show certificates that have this Certificate Grade for an instance on the host

asset.instance.grade: B

asset.instance.portasset.instance.port

Use an integer value ##### to specify the listening port.

Example

Show certificates on assets that have this listening port open

asset.instance.port: 443

asset.instance.serviceasset.instance.service

Use a text value ##### to specify service.

Example

Show certificates on assets that have this service

asset.instance.service: SMTP

asset.instance.sslProtocolsasset.instance.sslProtocols

Use a value ##### to specify SSL/TLS protocols.

Example

Show certificates on assets that have this SSL/TLS protocol

asset.instance.sslProtocols: TLSv1.2

asset.nameasset.name

Use a text value ##### to specify the asset name.

Example

Show certificates on assets that have this asset name

asset.name: server1

Supported Boolean Operators

The Qualys Query Language (QQL) supports the following logical or Boolean query operators. Use these operators in your queries to narrow down or broaden your search.

andand

Narrow down the search by using the and operator in the Boolean query. The result contains all the token values that are provided in the query.

Example

asset.instance.grade:and asset.instance.port:443

notnot

Narrow down the search by using the not operator in the Boolean query. The result contains all the other values except the one specified after not in the query.

Example

not asset.instance.grade:A

oror

Broaden the search by using the or operator in the Boolean query. The result contains any of the token values that are provided in the query.

Example

asset.instance.grade:or asset.instance.port:443

We do not support nested queries for combination of NOT and OR operators.

For example, not asset.instance.grade:or asset.instance.port:443  is not a supported query.