Profiles Search Tokens in EDR

You can use the Profile Search tokens to search information in the Anti-Malware Profile of the Configuration tab.

assetCountassetCount

Use an integer value to show the profiles with the asset count.

Examples

Show Profiles with this assetCount

assetCount: 4

Show Profiles with assetCount greater than 3

assetCount>=3

behaviour.isEnabledbehaviour.isEnabled

Use the values true or false to find profiles with Behavioural Detection Enabled.

Example

Show Profiles that are Behavior Detection Enabled

behaviour.isEnabled: true

descriptiondescription

Use a text value to find profiles with description.

Example

Show Profiles with the mentioned description

description: "Default"

fileScan.isEnabledfileScan.isEnabled

Use the values true or false to find profiles with On Access Enabled.

Example

Show Profiles that are On Access Enabled

fileScan.isEnabled: true

isDefaultProfileisDefaultProfile

Use the values true or false to find Default Profile.

Example

Show the Default Profile

isDefaultProfile: true

namename

Use a text value ##### to find profiles with name.

Example

Show Profiles with the mentioned name

name: "Profile-1"

onDemandScan.isScheduledRunEnabledonDemandScan.isScheduledRunEnabled

Use the values true or false to find profiles with onDemandScan Enabled.

Example

Show Profiles that are On Demand Scan enabled

onDemandScan.isScheduledRunEnabled: true