Whitelist cloud apps based on combinations of fields
Motivation
So you want to whitelist network tools, but only for your network administrators? Something like
email = 'admin1@company.com' OR 'admin2@company.com'
AND
malicious_file_name = 'PuTTy'
How To
-
Select an app result of the type you would like to whitelist, and select Add to Whitelist as usual
-
Click Custom in the bottom left
-
A list of all attribute paths will populate, each with a text field. Fill in the desired values.
-
Options are OR if within the same box. Each box is then combined with an AND.
-
For example, in the picture above, you will whitelist items that match all of the following
-
Result = "success" AND
-
description = "Update user" AND
-
principalName = "adm@cm.com" or "az@cm.com"
-
-
-
Select Apply to existing if desired, and click Add
Support for custom whitelisting on non-cloud apps is on the way!