Varonis · Arazzo Workflow
Varonis Device Malicious IP Response
Version 1.0.0
Pull a device's newest alert, and if it involves a malicious IP, fetch events and investigate.
View Spec
View on GitHub
Cloud SecurityComplianceData AnalyticsData GovernanceData SecurityThreat DetectionArazzoWorkflows
Provider
Workflows
device-malicious-ip-response
Respond to a device alert only when it involves a known malicious IP.
Retrieves the newest alert for a device, branches on the isMaliciousIP flag, and when malicious pulls events and transitions the alert into Under Investigation.
1
getDeviceAlert
getAlerts
Retrieve the newest alert for the named device, including the malicious-IP flag, to decide whether a response is warranted.
2
getEvents
getAlertedEvents
Load the forensic events behind the malicious-IP alert to understand the operations performed from that address.
3
markInvestigating
updateAlertStatus
Transition the malicious-IP alert into Under Investigation status with a response note.