Create a search filter using one the threat signature
subtypes used by the Antivirus, Anti-spyware, or Vulnerability Protection
profiles (
antivirus
,
spyware
,
and
vulnerability
, respectively) or based
on the threat category using the query builder. For example, you
can use
sub_type.value = 'spyware'
to view logs
for threats that have been determined to be spyware. To search for
other subtypes, replace spyware in the above example with another
supported subtype (
vulnerability
or
spyware
).
You can also search based on a specific
Threat Category
,
such as an info-leak vulnerability by using the following query
threat_category.value
= 'info-leak'
. For a list of valid categories you can use,
refer to
Threat Signature Categories. Adjust
the search criteria as necessary for your search, including additional
query parameters (such as the severity level and action) along with
a date range.