Varonis · Arazzo Workflow
Varonis Sensitive Data Alert Escalation
Version 1.0.0
Pull the newest open alert and branch on whether it touches classified sensitive data.
View Spec
View on GitHub
Cloud SecurityComplianceData AnalyticsData GovernanceData SecurityThreat DetectionArazzoWorkflows
Provider
Workflows
sensitive-data-alert-escalation
Escalate sensitive-data alerts and close non-sensitive ones.
Retrieves the newest open alert, then branches on the containsSensitiveData flag to either escalate it into investigation or close it as legitimate activity.
1
getNewestOpenAlert
getAlerts
Retrieve the newest open alert, including the sensitive-data flag, so the escalation decision can be made.
2
escalateAlert
updateAlertStatus
Escalate the alert into Under Investigation status because it affects a resource containing classified sensitive data.
3
closeAsLegitimate
closeAlert
Close the alert as legitimate activity because the affected resource does not contain classified sensitive data.