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 | 2 |
forcepointsmcapiconnector |
Managed | 0 | 5 |
ForcepointSMC-Connector |
Custom | 1 | 0 |
azuresentinel (Managed)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Add_comment_to_incident_(V3) | post | /Incidents/Comment |
— |
| Entities_-_Get_IPs | post | /entities/ip |
— |
forcepointsmcapiconnector (Managed)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Get_Host | get | /@{encodeURIComponent(variables('SMC Api Version Number'))}/elements/host |
— |
| Get_IP_address | get | /@{encodeURIComponent(variables('SMC Api Version Number'))}/elements/ip_list/@{encodeURIComponent(last(split(items('For_each_IP_list')?['href'],'/')))}/ip_address_list |
— |
| Find_IP_or_URL_in_SMC | get | /@{encodeURIComponent(variables('SMC Api Version Number'))}/elements |
— |
| 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 · 📊