Home

Search Tokens for Option Profile

You can use the search tokens available in the Option Profile 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 web applications with certain scan status and tag

webapp.lastScanStatus:"SUBMITTED" AND webapp.tags.name: "MS WAS 1000 Webapp"

notnot

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

Example

Show web applications that don't have last scan status as CANCELED

NOT webapp.lastScanStatus:"CANCELED"

oror

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

Example

Show findings with one of these id values

vulnerability.id:3758394 OR vulnerability.id:3495166

 

Option Profile Tokens

Use these search tokens to find option profiles.

optionProfile.idoptionProfile.id

Use an integer value to find option profile with the specified ID.

Example

Find option profile with given ID

optionProfile.id: 9725

optionProfile.nameoptionProfile.name

Use values within quotes or backticks to find option profile with the specified name.

Examples

Fine option profile that contains part of the given name

optionProfile.name: "TestOP"

Fine option profile with the given name

optionProfile.name:`TestOP`

optionProfile.detectionScopeoptionProfile.detectionScope

Use a text value ##### to find option profile with a selected detection scope: CORE, CUSTOM, CATEGORY, XSS, EVERYTHING.

Example

Find option profile with detection scope as CORE.

optionProfile.detectionScope:CORE

optionProfile.detectionScope.categoryoptionProfile.detectionScope.category

Use a text value ##### to find option profile with specified detection scope categories.

Example

Find option profiles with detection scope category as Broken Access Control

optionProfile.detectionScope.category: "Broken Access Control"

optionProfile.detectionScope.includedSearchList.idoptionProfile.detectionScope.includedSearchList.id

Use an integer value to find option profile with the specified search list ID in the included search list in Custom detection scope.

Example

Find option profile with search list ID 1234 in the Included Search List.

optionProfile.detectionScope.includedSearchList.id: 1234

optionProfile.detectionScope.excludedSearchList.idoptionProfile.detectionScope.excludedSearchList.id

Use an integer value to find option profile with the specified search list ID in the excluded search list in Custom detection scope.

Example

Find option profile with search list ID 1234 in the Excluded Search List.

optionProfile.detectionScope.excludedSearchList.id: 1234

optionProfile.sensitiveContentoptionProfile.sensitiveContent

Use a text value ##### to find option profile with the specified sensitive search criteria: CREDIT_CARD_NUMBERS, SOCIAL_SECURITY_NUMBERS_US, CUSTOM CONTENTS.

Example

Find option profile with the sensitive content search criteria as CREDIT_CARD_NUMBERS

optionProfile.sensitiveContent:CREDIT_CARD_NUMBERS

optionProfile.createdoptionProfile.created

Use a date range or specific date to find option profiles that were created on the given date or date range.

Examples

Show option profiles which were created in past 6 months

optionProfile.created:[now-6M .. now]

Show option profiles which were created on a specified date

optionProfile.created:"2020-03-20"

Show option profiles which were created after a specified date

optionProfile.created>"2020-03-20"

Show option profiles created between March 2020 to July 2021

optionProfile.created:[2020-03-01 .. 2021-7-31]

optionProfile.createdBy.firstNameoptionProfile.createdBy.firstName

Use values within quotes or backticks to find option profiles with owner's first name.

Example

Find option profiles with owner's first name as Chandler

optionProfile.createdBy.firstName:"Chandler"

optionProfile.createdBy.lastNameoptionProfile.createdBy.lastName

Use values within quotes or backticks to find option profiles with owner's last name.

Example

Find option profiles with owner's last name as Chandler

optionProfile.createdBy.lastName: "Bing"

optionProfile.createdBy.usernameoptionProfile.createdBy.username

Use values within quotes or backticks to find option profiles with owner's username.

Example

Find option profiles with owner's username as quays_pp

optionProfile.createdBy.username: "quays_pp"

optionProfile.updatedoptionProfile.updated

Use a date range or specific date to find option profiles that were updated in the given date range

Examples

Find option profiles that were updated in past 6 months

optionProfile.updated:[now-6M .. now]

Find option profiles that were updated on a specified date

optionProfile.updated:"2020-03-20"

Find option profiles that were updated after a specified date

optionProfile.updated>"2020-03-20"

Find option profiles that were updated between March 2020 to Dec 2020

optionProfile.updated:[2020-03-01 .. 2020-12-31]

optionProfile.updatedBy.firstNameoptionProfile.updatedBy.firstName

Use values within quotes or backticks to find option profiles updated by specified user’s first name.

Example

Find option profiles that are updated by user whose first name is Chandler

optionProfile.updatedBy.firstName:"Chandler"

optionProfile.updatedBy.lastNameoptionProfile.updatedBy.lastName

Use values within quotes or backticks to find option profiles updated by specified user’s last name.

Example

Find option profiles that are updated by user whose last name is Bing

optionProfile.updatedBy.lastName:"Bing"

optionProfile.updatedBy.usernameoptionProfile.updatedBy.username

Use values within quotes or backticks to find option profiles updated by specified username.

Example

Find option profiles that were updated by a user with username is quays_pp

optionProfile.updatedBy.username: "quays_pp"

optionProfile.enhancedCrawlingEnabledoptionProfile.enhancedCrawlingEnabled

Use the values true | false to find option profiles with enhanced crawling option enabled or disabled.

Examples

Find option profiles which has enhanced crawling enabled

optionProfile.enhancedCrawlingEnable:true

Find option profile which has enhanced crawling disabled

optionProfile.enhancedCrawlingEnabled:false

optionProfile.smartScanEnabledoptionProfile.smartScanEnabled

Use the values true | false to find option profiles with smart scan option enabled or disabled.

Examples

Find option profiles which has smart scan enabled

optionProfile.smartScanEnabled:true

Find option profile which has smart scan disabled

optionProfile.smartScanEnabled:false

optionProfile.passwordBruteforcingEnabledoptionProfile.passwordBruteforcingEnabled

Use the values true | false to find option profiles with password bruteforcing enabled or disabled.

Examples

Find option profile which has password bruteforcing enabled

optionProfile.passwordBruteforcingEnabled:true

Find option profile which has password bruteforcing disabled

optionProfile.passwordBruteforcingEnabled:false

optionProfile.isDefaultoptionProfile.isDefault

Use the values true | false to find option profile which is marked as default for your subscription.

Examples

Find option profile which is marked as default for your subscription

optionProfile.isDefault:true

Find option profile which is not marked as default for your subscription

optionProfile.isDefault:false

optionProfile.owner.firstNameoptionProfile.owner.firstName

Use values within quotes or backticks to find option profiles with owner's first name.

Example

Find option profiles with owner's first name as Chandler

optionProfile.owner.firstName: "Chandler"

optionProfile.owner.lastNameoptionProfile.owner.lastName

Use values within quotes or backticks to find option profiles with owner's last name.

Example

Find option profiles with owner's last name as Bing

optionProfile.owner.lastName: "Bing"

optionProfile.owner.usernameoptionProfile.owner.username

Use values within quotes or back ticks to find option profiles with owner's username.

Example

Find option profiles with owner's username as quays_pp

optionProfile.owner.username: "quays_pp"

tags.nametags.name

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

Examples

Find option profiles which have tag named "Internal P1" associated with it

tags.name: "Internal P1"

Find option profiles which have tag named "Dev Internal" or "Production" associated with it.

tags.name:["Dev Internal", "Production"]

Find option profiles which have the tag named `Target1` associated with it.

tags.name:`Target1`

asset.idasset.id

Use an integer value to find option profile associated to web application with the specified ID.

Example

Find option profile associated to web application with given ID

asset.id: 9725

asset.nameasset.name

Use values within quotes or backticks to find option profiles associated to web applications with given name.

Examples

Fine option profiles associated with web applications that contains part of the given name.

asset.name:"TestWebapp"

Fine option profiles associated with web applications with given name.

asset.name:`TestWebapp`

scan.idscan.id

Use an integer value ##### to find option profiles used in scan with given ID.

Example

Find option profiles which is used in the scan with given ID

scan.id: 1234

scan.namescan.name

Use values within quotes or backticks to find option profiles used in scan with a given name.

Example

Find option profile that is used in the scan hat contains part of the given name

scan.name:"Scan1"

Find option profile that is used in the scan with given name

scan.name:`Scan1`

scan.schedule.idscan.schedule.id

Use an integer value ##### to find option profile used in scheduled scan with given ID.

Example

Find option profile used in the scheduled scan with given ID

scan.schedule.id: 1234

scan.schedule.namescan.schedule.name

Use values within quotes or backticks to find option profiles used in scheduled scan with a given name.

Examples

Find option profile that is used in the scheduled scan that contains part of given name

scan.schedule.name:"schedule1"

Find option profile that is used in the scheduled scan with given name

scan.schedule.name:`schedule1`

optionProfile.quickFiltersoptionProfile.quickFilters

Use a text value ##### to find option profiles with specified quick filters: MY_PROFILES, INVALID, IN_USE, NOT_IN_USE.

Examples

Find option profile with current user as owner.

optionProfile.quickFilters: MY_PROFILES

Find option profile currently associated with any web application or scan schedule.

optionProfile.quickFilters: IN_USE

Find option profiles currently not associated with any web application or scan schedule.

optionProfile.quickFilters: NOT_IN_USE

Find option profile which has Bruteforce Option as 'User Defined' but no Bruteforce List selected, or option profiles which has Detection Scope as 'Custom' but no Search List included or excluded.

optionProfile.quickFilters: INVALID