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.createdBy.usernamecontrol.createdBy.username

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

Example

Show findings created by username

control.createdBy.username: "adminuser"

control.modifiedBy.usernamecontrol.modifiedBy.username

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

Example

Show findings modified by username

control.modifiedBy.username: "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.createdDatecontrol.createdDate

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

Example

Show controls created within certain dates

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

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

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

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

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

Show controls created on a specific date

control.createdDate: '2020-07-01'

control.modifiedDatecontrol.modifiedDate

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

Example

Show controls modified within certain dates

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

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

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

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

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

Show controls modified on a specific date

control.modifiedDate: '2020-07-01'

control.idcontrol.id

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

Example

Show control with CID 70001

control.id: "70001"