Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
This playbook allows blocking of IPs in Cisco Firepower, using a Network Group object. This allows making changes to a Network Group selected members, instead of making Access List Entries. The Network Group object itself should be part of an Access List Entry.
| Attribute | Value |
|---|---|
| Type | Playbook |
| Solution | Cisco Firepower EStreamer |
| Source | View on GitHub |
This playbook uses 4 Logic App connectors / built-in actions:
| Connector / Action | Type | Connections | Actions |
|---|---|---|---|
azuresentinel |
Managed | 1 | 5 |
azuresentinel_1 |
Managed | 0 | 1 |
cisco-firepower-connector |
Managed | 0 | 5 |
CiscoFirepowerConnector |
Custom | 1 | 2 |
azuresentinel (Managed)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Entities_-_Get_IPs | post | /entities/ip |
— |
| Add_comment_to_incident_(V3):_No_IPs_found | post | /Incidents/Comment |
— |
| Add_comment_to_incident_(V3) | post | /Incidents/Comment |
— |
| Update_incident | put | /Incidents |
— |
| Add_comment_to_incident_(V3):_Network_Group_object_not_found | post | /Incidents/Comment |
— |
azuresentinel_1 (Managed)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Add_comment_to_incident_(V3):_Network_Group_object_not_found_2 | post | /Incidents/Comment |
— |
cisco-firepower-connector (Managed)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Modifies_the_network_group_object_associated_with_the_specified_ID | put | /api/fmc_config/v1/domain/@{encodeURIComponent(outputs('Generate_token')['headers']['DOMAIN_UUID'])}/object/networkgroups/@{encodeURIComponent(body('Retrieves_the_network_group_object_associated_with_the_specified_ID')?['id'])} |
— |
| Retrieves_the_network_group_object_associated_with_the_specified_ID | get | /api/fmc_config/v1/domain/@{encodeURIComponent(outputs('Generate_token')['headers']['DOMAIN_UUID'])}/object/networkgroups/@{encodeURIComponent(variables('Network Group Object')?['id'])} |
— |
| Generate_token | post | /api/fmc_platform/v1/auth/generatetoken |
— |
| Retrieves_list_of_all_network_group_objects | get | /api/fmc_config/v1/domain/@{encodeURIComponent(outputs('Generate_token')['headers']['DOMAIN_UUID'])}/object/networkgroups |
— |
| Revoke_access | post | /api/fmc_platform/v1/auth/revokeaccess |
— |
CiscoFirepowerConnector (Custom)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Revoke_access:_Network_Group_object_not_found | post | /api/fmc_platform/v1/auth/revokeaccess |
— |
| Revoke_access:_Network_Group_object_not_found_2 | post | /api/fmc_platform/v1/auth/revokeaccess |
— |
This playbook allows blocking of IPs in Cisco Firepower, using a Network Group object. This allows making changes to a Network Group selected members, instead of making Access List Entries. The Network Group object itself should be part of an Access List Entry.
When a new Sentinel incident is created, this playbook gets triggered and performs below actions.

** IP is added to Cisco Firepower Network Group object:**

Plabook overview:

Once deployment is complete, you will need to authorize each connection.
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊