Searching for Reports and Certificate Authorities in Certificate View

You can use search tokens to search for information on Reports and Configuration tabs.

Reports Tab | Configuration Tab

Tokens applicable in Reports tab

titletitle

Use a text value ##### to specify the name of report . Choose the values from: Cert Expiration Report, Weak grades report

Examples

Show reports having the title Weak grades report

title: Weak grades report

typetype

Use a text value ##### to specify the type of report. Choose the values from: Scheduled, On Demand.

Examples

Show reports of the type On Demand

type: On Demand

Tokens applicable in Configuration tab

authoritiesauthorities

Use a text value ##### to specify the type of Certificate Authority you are looking for. Choose the values from: Root, Intermediate.

Example

Show certificates that have CA type Intermediate

authorities: Intermediate

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

Show the certificates issued by DigiCert and will expire in 30 days

certificate:(expiryGroup:In 30 Days and issuer.name:DigiCert)

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

Exclude the certificates that are issued by Qualys in the search result

certificate:(not issuer.organization:Qualys)

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

Show the assets having an operating system as Windows or Netscaler

asset:(operatingSystem:Windows or operatingSystem:Netscaler)