Home

Searching for Vulnerability Lists

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

createdcreated

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

Example

Show lists created on this date.

created: '2023-07-23'

Show lists created between certain dates.

created: [2013-06-15 ... 2023-06-30]

createdBycreatedBy

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

Example

Show lists created by this user.

createdBy: user1

namename

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

Examples

Show the list with this name.

name: list1

updatedupdated

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

Examples

Show lists that were updated on this date.

updated: '2023-07-23'

Show lists that were updated between these two dates.

updated: [2013-06-15 ... 2023-06-30]

updatedByupdatedBy

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

Examples

Show lists updated by this user.

updatedBy: 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


 

 

Was this topic helpful?

success Thank you! We're glad to hear that this topic was useful.
success We appreciate your feedback. We'll work to make this topic better for you in the future.