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.
Example
Find search lists with certain type and tag
searchList.type:"DYNAMIC" AND
tags.name: "Internal"
Example
Show search lists that are not dynamic search lists
NOT searchList.type:DYNAMIC
Example
Show findings with one of these id values
searchList.id:1234
OR searchList.id:3456
Use these search tokens to find Bruteforce Lists.
bruteforceList.idbruteforceList.id
Example
Find bruteforce list with given ID
bruteforceList.id:9725
bruteforceList.namebruteforceList.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
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
Example
Find bruteforce lists that are created by user whose first name is Chandler
bruteforceList.createdBy.firstName:Chandler
bruteforceList.createdBy.lastNamebruteforceList.createdBy.lastName
Example
Find bruteforce lists that are created by user whose last name is Bing
bruteforceList.createdBy.lastName:Bing
bruteforceList.createdBy.usernamebruteforceList.createdBy.username
Example
Find bruteforce lists that are created by a user with username is quays_pp
bruteforceList.createdBy.username:quays_pp
bruteforceList.updatedbruteforceList.updated
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
Example
Find bruteforce lists that are updated by user whose first name is Chandler
bruteforceList.updatedBy.firstName:Chandler
bruteforceList.updatedBy.lastNamebruteforceList.updatedBy.lastName
Example
Find bruteforce lists that are updated by user whose last name is Bing
bruteforceList.updatedBy.lastName:Bing
bruteforceList.updatedBy.usernamebruteforceList.updatedBy.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
Example
Find bruteforce lists with owner's first name as Chandler
bruteforceList.owner.firstName:Chandler
bruteforceList.owner.lastNamebruteforceList.owner.lastName
Example
Find bruteforce lists with owner's last name as Bing
bruteforceList.owner.lastName:Bing
bruteforceList.owner.usernamebruteforceList.owner.username
Example
Find bruteforce lists with owner's username as quays_pp
bruteforceList.owner.username:quays_pp
bruteforceList.entries.usernamebruteforceList.entries.username
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
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"