Cisco ASA - Create or remove access rules on an interface for IP Addresses

Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊

Back to Content Index


This playbook allows blocking/unblocking of IPs in Cisco ASA, using Access Control Entries which will be created in an access control list.

Attribute Value
Type Playbook
Solution Standalone Content
Source View on GitHub

Logic App Connectors

This playbook uses 4 Logic App connectors / built-in actions:

Connector / Action Type Connections Actions
azuresentinel Managed 1 3
cisco-asav-connector Managed 0 3
teams Managed 1 0
CiscoASAConnector Custom 1 0
Action parameters (URLs, paths, function IDs)

azuresentinel (Managed)

Action Method Endpoint Other
Entities_-_Get_IPs post /entities/ip
Add_comment_to_incident_(V3) post /Incidents/Comment
Update_incident put /Incidents

cisco-asav-connector (Managed)

Action Method Endpoint Other
Fetch_ACEs_on_an_interface get /api/objects/extendedacls/@{encodeURIComponent(variables('ACL Name'))}/aces
Add_a_new_ACE_on_an_interface post /api/objects/extendedacls/@{encodeURIComponent(variables('ACL Name'))}/aces
Delete_an_ACE delete /api/objects/extendedacls/@{encodeURIComponent(variables('ACL Name'))}/aces/@{encodeURIComponent(items('For_each_over_ipAddresses')['extendedAceItemObjectId'])}

Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊

Back to Playbooks