Query Builders

In Tenable Web App Scanning, you can use Query Builders to build filter queries so that you can view specific data in a table. See Filtering and Simple Search.

Important: When you run a query using a query builder, it applies to all data in the table.

The Query Builder serves as the unified filtering engine across the Tenable Web App Scanning platform. Depending on the feature within Tenable Web App Scanning, query builders may have additional functionality.

Components of a Query

Queries consist of boolean conditions joined by boolean operators AND and OR. Query conditions have three components:

  • Filter — Filters available in the associated table (for example in Findings you find a Severity filter).

  • Operator — An operator to filter on (for example, is not equal to).

  • Value — The value to search (for example, a Severity of Critical).

Tip: You can nest queries with parentheses. For example, to search for high-severity findings where the VPR is greater than seven or the CVSSv3 Base Score is greater than six, use:

Severity is equal to Critical AND (VPR is greater than 7 OR CVSSv3 Base Score is greater than 6) .

For more information on creating and editing queries, see Manage Queries.