Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
When a new sentinel incident is created, this playbook gets triggered and performs the following actions: 1. Gets IP Addresses from incident. 2. Gets Geographical location information from Neustart IP GeoPoint API. 3. Summarize the details and add as a comment to the incident.
| Attribute | Value |
|---|---|
| Type | Playbook |
| Solution | Neustar IP GeoPoint |
| Source | View on GitHub |
This playbook uses 2 Logic App connectors / built-in actions:
| Connector / Action | Type | Connections | Actions |
|---|---|---|---|
azuresentinel |
Managed | 1 | 2 |
function |
Built-in | 0 | 1 |
azuresentinel (Managed)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Add_comment_to_incident_(V3) | post | /Incidents/Comment |
— |
| Entities_-_Get_IPs | post | /entities/ip |
— |
function (Built-in)| Action | Method | Endpoint | Other |
|---|---|---|---|
| GetIPGeoInfo | GET | — | functionId=[concat(variables('NeustarIPGeoPointFuntionAppId'), '/functions/GetIPGeoInfo')] |
📄 Source: Neustar-GetIPGeoInfo/readme.md
When a new sentinel incident is created, this playbook gets triggered and performs the following actions:


Once deployment is complete, authorize each connection.
Refer to Neustar IP GeoPoint API Function App Connector documentation for Function App Application Settings (API Url, Key and Secret) update instruction.
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊