Search Tokens for Bruteforce Lists
You can use the search tokens available in the Bruteforce Lists tab and refine your search results. Click each token to learn more about it.
Generic
Use a boolean query to express your query using AND logic.
Example
Find search lists with certain type and tag
searchList.type:"DYNAMIC" AND
tags.name: "Internal"
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
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
Bruteforce List Tokens
Use these search tokens to find Bruteforce Lists.
bruteforceList.idbruteforceList.id
Use an integer value to find bruteforce list with the specified ID.
Example
Find bruteforce list with given ID
bruteforceList.id:9725
bruteforceList.namebruteforceList.name
Use values within quotes or backticks to find bruteforce lists with the specified name.
Example
Find bruteforce lists that contains part of the given name
bruteforceList.name:"bruteforce list"
Find bruteforce list with the given name
bruteforceList.name:`First Bruteforce List`
bruteforceList.createdbruteforceList.created
Use a date range or specific date to find bruteforce lists that were created on the given date or date range.
Examples
Find bruteforce lists that were created in past 6 months
bruteforceList.created:[now-6M .. now]
Find bruteforce lists that were created on a specified date
bruteforceList.created:"2020-03-20"
Find bruteforce lists that were created after a specified date
bruteforceList.created>"2020-03-20"
Find bruteforce lists created between March 2020 to July 2021
bruteforceList.created:[2020-03-01 .. 2020-12-31]
bruteforceList.createdBy.firstNamebruteforceList.createdBy.firstName
Use values within quotes or backticks to find bruteforce lists created by specified user’s first name.
Example
Find bruteforce lists that are created by user whose first name is Chandler
bruteforceList.createdBy.firstName:Chandler
bruteforceList.createdBy.lastNamebruteforceList.createdBy.lastName
Use values within quotes or backticks to find bruteforce lists created by specified user’s last name.
Example
Find bruteforce lists that are created by user whose last name is Bing
bruteforceList.createdBy.lastName:Bing
bruteforceList.createdBy.usernamebruteforceList.createdBy.username
Use values within quotes or backticks to find bruteforce lists created by specified user name.
Example
Find bruteforce lists that are created by a user with username is quays_pp
bruteforceList.createdBy.username:quays_pp
bruteforceList.updatedbruteforceList.updated
Use a date range or specific date to find bruteforce lists that were updated in the given date range.
Examples
Find bruteforce lists that were updated in past 6 months>
bruteforceList.updated:[now-6M .. now]
Find bruteforce lists that were updated on a specified date
bruteforceList.updated:"2020-03-20"
Find bruteforce lists that were updated after a specified date
bruteforceList.updated >"2020-03-20"
Find bruteforce lists that were updated between March 2020 to Dec 2020
bruteforceList.updated:[2020-03-01 .. 2020-12-31]
bruteforceList.updatedBy.firstNamebruteforceList.updatedBy.firstName
Use values within quotes or backticks to find bruteforce lists updated by specified user’s first name.
Example
Find bruteforce lists that are updated by user whose first name is Chandler
bruteforceList.updatedBy.firstName:Chandler
bruteforceList.updatedBy.lastNamebruteforceList.updatedBy.lastName
Use values within quotes or backticks to find bruteforce lists updated by specified user’s last name.
Example
Find bruteforce lists that are updated by user whose last name is Bing
bruteforceList.updatedBy.lastName:Bing
bruteforceList.updatedBy.usernamebruteforceList.updatedBy.username
Use values within quotes or backticks to find bruteforce lists updated by specified username.
Example
Find bruteforce lists that are updated by a user with username is quays_pp
bruteforceList.updatedBy.username:quays_pp
bruteforceList.owner.firstNamebruteforceList.owner.firstName
Use values within quotes or backticks to find bruteforce lists with owner's first name.
Example
Find bruteforce lists with owner's first name as Chandler
bruteforceList.owner.firstName:Chandler
bruteforceList.owner.lastNamebruteforceList.owner.lastName
Use values within quotes or backticks to find bruteforce lists with owner's last name.
Example
Find bruteforce lists with owner's last name as Bing
bruteforceList.owner.lastName:Bing
bruteforceList.owner.usernamebruteforceList.owner.username
Use values within quotes or backticks to find bruteforce lists with owner's username.
Example
Find bruteforce lists with owner's username as quays_pp
bruteforceList.owner.username:quays_pp
bruteforceList.entries.usernamebruteforceList.entries.username
Use values within quotes or backticks to find bruteforce lists which contain specified username in the password list.
Example
Find bruteforce lists that contain part of the given user name in the password list
bruteforceList.entries.username:"qualys"
Find bruteforce lists that contain the given user name in the password list
bruteforceList.entries.username:`qualys`
bruteforceList.quickFiltersbruteforceList.quickFilters
Use a text value ##### to find bruteforce lists with specified quick filters: MY_BRUTEFORCE_LIST, IN_USE, NOT_IN_USE.
Examples
Find bruteforce lists with current user as owner.
bruteforceList.quickFilters:"MY_BRUTEFORCE_LIST"
Find bruteforce lists currently associated with any option profile.
bruteforceList.quickFilters:"IN_USE"
Find bruteforce lists currently not associated with any option profile.
bruteforceList.quickFilters:"NOT_IN_USE"