Search for Snapshot Scan Logs

Use the search tokens below to search and filter Snapshot-Based Scan logs. Looking for help with writing your query? click here

cloud.accountIdcloud.accountId

Use this to search scan logs for a specific AWS account ID.

Example

View scan logs for account 123456789012

cloud.accountId: 123456789012

cloud.regioncloud.region

Use this to filter and view scan logs based on the region associated with the AWS account.

Example

View logs in the asia-southeast1 (Singapore) region

cloud.region: asia-southeast1

cloud.resource.namecloud.resource.name

Use this to filter and view scan logs for a specific resource.

Example

View scan logs for linux system

cloud.resource.name: linux system

cloud.resource.typecloud.resource.type

Use this to filter and view scan logs for a specific resource.

Example

View scan logs for 'Image' resource type.

cloud.resource.type: Image

scan.statusscan.status

Use this to filter and view scan logs based on the status of the scan.

Example

View scan logs with 'Pending' scan status.

scan.status: Pending

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