Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
This playbook will enrich IP, Hash, URL & Domain entities found in alerts.
| Attribute | Value |
|---|---|
| Type | Playbook |
| Solution | Google Threat Intelligence |
| Source | View on GitHub |
This playbook uses 3 Logic App connectors / built-in actions:
| Connector / Action | Type | Connections | Actions |
|---|---|---|---|
azuresentinel |
Managed | 1 | 6 |
googlethreatintelligence |
Managed | 0 | 4 |
GoogleThreatIntelligence-CustomConnector |
Custom | 1 | 0 |
azuresentinel (Managed)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Alert_-_Get_incident | get | /Incidents/subscriptions/@{encodeURIComponent(triggerBody()?['WorkspaceSubscriptionId'])}/resourceGroups/@{encodeURIComponent(triggerBody()?['WorkspaceResourceGroup'])}/workspaces/@{encodeURIComponent(triggerBody()?['WorkspaceId'])}/alerts/@{encodeURIComponent(triggerBody()?['SystemAlertId'])} |
— |
| Entities_-_Get_IPs | post | /entities/ip |
— |
| Entities_-_Get_FileHashes | post | /entities/filehash |
— |
| Entities_-_Get_URLs | post | /entities/url |
— |
| Entities_-_Get_DNS | post | /entities/dnsresolution |
— |
| Add_comment_to_incident_(V3) | post | /Incidents/Comment |
— |
googlethreatintelligence (Managed)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Get_IP_Report | get | /ip_addresses/@{encodeURIComponent(item()?['Address'])} |
— |
| Get_File_Report | get | /files/@{encodeURIComponent(item()?['Value'])} |
— |
| Get_URL_Report | get | /urls/@{encodeURIComponent(replace(base64(item()?['Url']),'=',''))} |
— |
| Get_Domain_Report | get | /domains/@{encodeURIComponent(item()?['DomainName'])} |
— |
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊