Search Tokens for Scanner Appliance

You can use the search tokens available in the Appliance tab and refine your search results. Click each token to learn more about it.

Generic

andand

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

Example

Find search lists with certain type and tag

searchList.type:"DYNAMIC" AND appliance.tag.name: "Internal"

notnot

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

Example

Show search lists that are not dynamic search lists

NOT searchList.type:DYNAMIC

oror

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

Example

Show findings with one of these id values

searchList.id:1234 OR searchList.id:3456

Scanner Appliance Tokens

Use these search tokens to find Scanner Appliance.

appliance.idappliance.id

Use an integer value to find the scanner appliances with the specified ID.

Example

Find scanner appliances with the given ID

appliance.id:9725

appliance.nameappliance.name

Use values within quotes or backticks to find scanner appliances with the specified name.

Examples

Find scanner appliances that contain part of the given name

appliance.name:"WAS SCANNER"

Find scanner appliances with the given name

appliance.name:`WAS SCANNER`

scannerAsset.urlscannerAsset.url

Use values within quotes or backticks to find detections that have the specified URL.

Example

Find detections that have given URL

scannerAsset.url: "www.qualys.com"

Find detections that match exact value "www.qualys.com"

scannerAsset.url: `www.qualys.com`

appliance.createdDateappliance.createdDate

Use a date range or specific date to find scanner appliances that were created on the given date or date range.

Example

Show scanner appliances that were created in the past 6 months.

appliance.createdDate: [now-6M .. now]

Show scanner appliances that were created on a specified date.

appliance.createdDate:"2020-03-20"

Show scanner appliances that were created after a specified date.

appliance.createdDate >"2020-03-20"

Show scanner appliances created between March 2020 to Dec 2020.

appliance.createdDate: [2020-03-01 .. 2020-12-31]

appliance.updatedDateappliance.updatedDate

Use a date range or specific date to find scanner appliances that were updated on a specific date or date range.

Example

Find scanner appliances that were updated in the past 6 months

appliance.updatedDate:[now-6M .. now]

Find scanner appliances that were updated on the specified date

appliance.updatedDate:"2020-03-20"

Find scanner appliances that were updated after a specified date

appliance.updatedDate >"2020-03-20"

Find scanner appliances updated between March 2020 to Dec 2020

appliance.updatedDate:[2020-03-01 .. 2020-12-31]

appliance.updatedBy.firstNameappliance.updatedBy.firstName

Use values within quotes or backticks to find the scanner appliances updated by the specified user’s first name.

Example

Find scanner appliances that are updated by a user whose first name is Chandler

appliance.updatedBy.firstName:"Chandler"

appliance.updatedBy.lastNameappliance.updatedBy.lastName

Use values within quotes or backticks to find the scanner appliances updated by the specified user’s last name.

Example

Find scanner appliances that is updated by a user whose last name is Bing

appliance.updatedBy.lastName:"Bing"

appliance.updatedBy.usernameappliance.updatedBy.username

Use values within quotes or backticks to find the scanner appliances updated by the specified username.

Example

Find a scanner appliances that is updated by a user whose user name is quays_pp

appliance.updatedBy.username:"quays_pp"

appliance.tag.nameappliance.tag.name

Use values within quotes or backticks to find scanner appliances that are associated with the specified tag(s).

Examples

Find scanner appliances that have part of the tag named "Internal P1" associated with it

appliance.tag.name:"Internal P1"

Find scanner appliances contains part of the tag named "Dev Internal" or "Production" associated with it

appliance.tag.name: ["Dev Internal", "Production"]

Find the scanner appliances which has the tag named Target1 associated with it

appliance.tag.name:`Target1`

appliance.quickFiltersappliance.quickFilters

Use a text value ##### to find scanner appliances with specified quick filters: IN_USE, NOT_IN_USE

Example

Find scanner appliances that are being used in existing or scheduled scans

appliance.quickFilters:"IN_USE"

appliance.connectivityStatusappliance.connectivityStatus

Select the scanner activity status to find scanner appliances with the selected status.

Example

Find scanner appliances with the activity status as CONNECTED

appliance.connectivityStatus:`CONNECTED`

appliance.isProxyEnabledappliance.isProxyEnabled

Use the values true | false to find the scanner appliances with proxy enabled or disabled.

Examples

Find scanner appliances with proxy enabled

appliance.isProxyEnabled :true

Find scanner appliances with proxy disabled

appliance.isProxyEnabled :false

appliance.personalizationCodeappliance.personalizationCode

Use an integer value to find the scanner appliances with the personalization code.

Example

Find scanner appliances with given personalization code

appliance.personalizationCode:10101010101

appliance.ipAddressappliance.ipAddress

Use a text value to find scanner appliances with specified LAN IP aadress.

Example

Find scanner appliances with given IP address

appliance.ipAddress:10.1.2.3

 appliance.isUpdated appliance.isUpdated

Select the available values to find the scanner assets based on their update status.

Example

Find the scanner appliances with configuration status as updated.

appliance.isUpdated:UPDATED

Find the scanner appliances with configuration status as not updated.

appliance.isUpdated:NOT_UPDATED