Home

Searching for Vulnerability Lists

Use the search tokens below to search for vulnerability lists. Looking for help with writing your query? click here

riskAcceptance.list.createdDateriskAcceptance.list.createdDate

Specify a date to specify the creation date of the list.

Example

Show lists created on this date.

riskAcceptance.list.createdDate: '2025-07-23'

Show lists created between certain dates.

riskAcceptance.list.createdDate: [2024-06-15 ... 2025-06-30]

riskAcceptance.list.createdBy.usernameriskAcceptance.list.createdBy.username

Use a text value ##### to specify the name of a user who created the list.

Example

Show lists created by this user.

riskAcceptance.list.createdBy.username: user1

riskAcceptance.list.nameriskAcceptance.list.name

Use a text value ##### to specify the name of the list.

Examples

Show the list with this name.

riskAcceptance.list.name: list1

riskAcceptance.list.updatedDateriskAcceptance.list.updatedDate

Specify a date to specify the date on which the list was last updated.

Examples

Show lists that were updated on this date.

riskAcceptance.list.updatedDate: '2025-07-23'

Show lists that were updated between these two dates.

riskAcceptance.list.updatedDate: [2024-06-15 ... 2025-06-30]

riskAcceptance.list.updatedBy.usernameriskAcceptance.list.updatedBy.username

Use a text value ##### to specify the name of a user who last updated the list.

Examples

Show lists updated by this user.

riskAcceptance.list.updatedBy.username: User1

andand

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

Example

Show events with type Standard and with action Allow

eventType: STANDARD and action: ALLOW

notnot

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

Example

Show events that don't have Deny action

not action: DENY

oror

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

Example

Show events with one of these actions

action: ALLOW or action: MONITOR