Search for Threat Scanners

Use the search tokens below to search and filter threat scanner deployments. Looking for help with writing your query? click here

cloud.resource.statuscloud.resource.status

Select the deployment status ("PENDING", LICENSED", "INACTIVE") to view remediation activities with the selected status. Select from names in the drop-down menu.

Example

Show deployments with LICENSED as the status

cloud.resource.status: LICENSED

cloud.regioncloud.region

Select the region code from the drop-down menu. The drop-down menu options contain region code. For example, the region code for Singapore is Asia-southeast1.

Example

Find resources in the asia-southeast1 (Singapore) region

cloud.region: asia-southeast1

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

Use a boolean query to express your query using AND logic.

Example

Show active actions created by a user

action.active: TRUE and action.createdBy:`Joe Smith`

notnot

Use a boolean query to express your query using NOT logic.

Example

Show actions that are not of type SLACK

not action.type: SLACK

oror

Use a boolean query to express your query using OR logic.

Example

Show actions created by one of these user IDs

action.createdById: jsmith or action.createdByIdjdoe