Searching Controls

Use these search tokens below to search in the Controls sub-tab under Monitor tab.

control.namecontrol.name

Use a text value ##### in quotes to find control with a certain control name.

Example

Show findings with this name

control.name: "Ensure USB Debugging is set to Disabled"

Show findings that contains part of name

control.name: "Ensure USB Debugging is set to Disabled"

control.createdBycontrol.createdBy

Use a text value #### in quotes to find certain controls which was created by a user.

Example

Show findings created by username

control.createdBy: "adminuser"

control.modifiedBycontrol.modifiedBy

Use a text value #### in quotes to find certain controls which was modified by a user.

Example

Show findings modified by username

control.modifiedBy: "adminuser"

policy.namepolicy.name

Use a text value ##### in quotes to find policy with a certain policy name.

Example

Show findings with this policy name

policy.name: "Android Best Practices"

Show findings that contains part of name

policy.name: "Android Best Practices"

control.oscontrol.os

Select the control Operating Sytem you're interested in. Choose value from: Android, iOS

Example

Show control with OS Android

control.os: Android

control.typecontrol.type

Select the control type you're interested in. Choose value from: System Defined

Example

Show control with type System Defined

control.type:System Defined

control.criticalitycontrol.criticality

Select the control criticality you're interested in. Choose value from: Critical, Serious, Urgent, High, Medium, Low, Minimal, Undefined

Example

Show control with criticality High

control.criticality:High

control.createdOncontrol.createdOn

Use date range or specific date to define when controls were created.

Example

Show controls created within certain dates

control.createdOn: [2020-07-01 ... 2020-08-02]

Show controls created starting 2020-07-01, ending 3 months ago

control.createdOn:[2020-04-01 ... now-3M]

Show controls created starting 2 weeks ago, ending 1 second ago

control.createdOn: [now-2w ... now-1s]

Show controls created on a specific date

control.createdOn: '2020-07-01'

control.modifiedOncontrol.modifiedOn

Use date range or specific date to define when controls were modified.

Example

Show controls modified within certain dates

control.modifiedOn: [2020-07-01 ... 2020-08-02]

Show controls modified starting 2020-07-01, ending 3 months ago

control.modifiedOn:[2020-04-01 ... now-3M]

Show controls modified starting 2 weeks ago, ending 1 second ago

control.modifiedOn: [now-2w ... now-1s]

Show controls modified on a specific date

control.modifiedOn: '2020-07-01'

control.cidcontrol.cid

Use an integer value ##### to show the controls with the defined CID.

Example

Show control with CID 70001

control.cid: "70001"