Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
This playbook checks if malicious IP address is blocked or unblocked by SMC firewall.
| Attribute | Value |
|---|---|
| Type | Playbook |
| Solution | Standalone Content |
| Source | View on GitHub |
This playbook uses 3 Logic App connectors / built-in actions:
| Connector / Action | Type | Connections | Actions |
|---|---|---|---|
azuresentinel |
Managed | 1 | 3 |
forcepointsmcapiconnector |
Managed | 0 | 4 |
ForcepointSMC-Connector |
Custom | 1 | 0 |
azuresentinel (Managed)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Add_comment_to_incident_(V3) | post | /Incidents/Comment |
— |
| Update_incident | put | /Incidents |
— |
| Entities_-_Get_IPs | post | /entities/ip |
— |
forcepointsmcapiconnector (Managed)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Add_IP_Address_into_IP_List | post | /@{encodeURIComponent(variables('SMC Api Version Number'))}/elements/ip_list/@{encodeURIComponent(last(split(body('Get_IP_List_Element')?['result']?[0]?['href'],'/')))}/ip_address_list |
— |
| Get_IP_address | get | /@{encodeURIComponent(variables('SMC Api Version Number'))}/elements/ip_list/@{encodeURIComponent(last(split(body('Get_IP_List_Element')?['result']?[0]?['href'],'/')))}/ip_address_list |
— |
| Get_IP_List_Element | get | /@{encodeURIComponent(variables('SMC Api Version Number'))}/elements/ip_list |
— |
| Login | post | /@{encodeURIComponent(variables('SMC Api Version Number'))}/login |
— |
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊