Varonis · Arazzo Workflow
Varonis Triage Newest Alert
Version 1.0.0
Pull the newest open alert, load its forensic events, and move it into investigation.
View Spec
View on GitHub
Cloud SecurityComplianceData AnalyticsData GovernanceData SecurityThreat DetectionArazzoWorkflows
Provider
Workflows
triage-newest-alert
Find the newest open alert, fetch its events, and mark it Under Investigation.
Searches DatAlert for open alerts in a recent window, takes the newest alert returned, retrieves its alerted events for forensic context, and updates the alert status to Under Investigation with a triage note.
1
getOpenAlerts
getAlerts
Retrieve open alerts from the recent window in descending time order so the newest open alert is first in the response.
2
getEvents
getAlertedEvents
Retrieve the forensic events behind the selected alert to understand the scope of the activity before investigating.
3
markInvestigating
updateAlertStatus
Transition the alert into Under Investigation status and record a triage note so the rest of the team can see it is being worked.