Varonis · Arazzo Workflow
Varonis Threat Model Hunt
Version 1.0.0
Resolve a threat model by name, pull its recent alerts, and load the newest alert's events.
View Spec
View on GitHub
Cloud SecurityComplianceData AnalyticsData GovernanceData SecurityThreat DetectionArazzoWorkflows
Provider
Workflows
threat-model-hunt
Pivot from a threat model name to its recent alerts and forensic events.
Looks up a threat model by name, retrieves recent alerts attributed to that model name, and loads the events behind the newest matching alert for forensic review.
1
resolveThreatModel
getThreatModels
Resolve the threat model definition by name to confirm it exists and to capture its category and severity before hunting on its alerts.
2
getModelAlerts
getAlerts
Retrieve recent alerts generated by the resolved threat model name in descending time order.
3
getNewestAlertEvents
getAlertedEvents
Load the forensic events behind the newest alert produced by the threat model to understand the detected activity.