Search Tokens for Remediaton Controls

The following section contains information on the QQL tokens that are supported in the View Details and Progress tab of a selected remediation job.

Search tokens for Control data source

When you select the Control tab in the View Mode pane, the following tokens are available for data search:

control.criticalitycontrol.criticality

Search for controls by specifying the control criticality. Select from values in the drop-down menu.

(Critical, Medium, Minimal, Serious, Urgent)

Example

Search controls with the criticality assigned as 'Medium':

control.criticality: Medium

control.idcontrol.id

Search for controls based on the specified ID. You can also specify multiple IDs and a range of IDs.

Examples

Search for a control with the control ID '1173':  

control.id: 1173

Search asset IDs within the range 1000 to 1500:

control.id: [1000 ... 1500]

Search for control IDs 1173, 1175, 1200:  

control.id: [1173,1175,1200]

control.instancecontrol.instance

Search for controls by specifying the control instance. Use backticks within values to narrow down your search for an exact match, or use quotes for a prefix match.

Alphanumeric and special characters are supported.

Examples

Search for controls that have OS as the control instance:

control.instance: os

Search for controls for the specified instance:

control.instance: `/opt/IBM/WebSphere4/AppServer`

control.statementcontrol.statement

Search for controls by entering the entire control statement or a part of it. Use backticks within values to narrow down your search for an exact match, or use quotes for a prefix match.

Examples

Show controls that contain part of the control statement:

control.statement: "minimum password age"

The control statements that are displayed in the result contain parts of the specified string (‘minimum’ or ‘password’ or ‘age’) or the entire string (‘minimum password age’).

Show any control that matches the exact statement:

control.statement: `Status of the minimum password age setting`

control.technology.namecontrol.technology.name

Search for controls by entering the control technology name or a part of it. Use backticks within values to narrow down your search for an exact match, or use quotes for a prefix match.

Alphanumeric characters are supported.

Examples

Show any control that contains part of the technology name:

control.technology.name: "Red Hat Enterprise Linux"

Show controls with the specified technology name:

control.technology.name: `Red Hat Enterprise Linux 7.x`

Related Topics

Search Tokens for PA Posture

Search Tokens for Remediation Jobs

Boolean Operators for Remediation Tokens

Search Tokens for Remediation Jobs

Search Tokens for Remediation Assets

Search Tokens for Remediation Job Schedules