Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
This Playbook Submits IP Addresses associated with an incident to Spur Context API
| Attribute | Value |
|---|---|
| Type | Playbook |
| Solution | Spur |
| Source | View on GitHub |
This playbook uses 4 Logic App connectors / built-in actions:
| Connector / Action | Type | Connections | Actions |
|---|---|---|---|
azuresentinel |
Managed | 1 | 3 |
spurconnector |
Managed | 0 | 1 |
Spur-Context-Connector |
Custom | 1 | 0 |
http |
Built-in | 0 | 2 |
azuresentinel (Managed)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Entities_-_Get_IPs | post | /entities/ip |
— |
| Add_comment_to_incident_(V3) | post | /Incidents/Comment |
— |
| Update_incident | put | /Incidents |
— |
spurconnector (Managed)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Get_IP_Context | get | /v2/context/@{encodeURIComponent(body('Parse_IP_Entity_')?['address'])} |
— |
http (Built-in)| Action | Method | Endpoint | Other |
|---|---|---|---|
| GetAccessTokenSpur | POST | @variables('access_token_url') |
— |
| HTTP_-_Save_to_Custom_Table | POST | @concat(parameters('DCE_Endpoint_URL'),'/dataCollectionRules/',parameters('DCR_Immutable_ID'),'/streams/Custom-','Spur_IP_Context_Details_CL','?api-version=2023-01-01') |
— |
📄 Source: Spur-Get-IP-Context-Data-Incident-Trigger/readme.md
This playbook uses the Spur Context API. It is able to provide hosted high-performance IP enrichment lookups of the highest-fidelity IP intelligence available. With pre-built integrations into the most common threat analysis platforms and services, Spur ensures that security teams can instantly leverage data to protect their environments from the latest evasion and obfuscation methods, such as VPNs, residential proxies, and bot automation.
When a new Azure Sentinel Incident is created, this playbook gets triggered and performs the following actions:


Once deployment is complete, you will need to authorize each connection:

Save_To_Custom_Table: Set to true to enable saving Spur data to a custom Log Analytics tableDCE_Endpoint_URL: Data Collection Endpoint URL for your Log Analytics workspaceDCR_Immutable_ID: Immutable ID of the Data Collection RuleTenantID: Azure AD tenant ID for authentication (From Azure App Registration)ClientID: Application (client) ID of the service principal (From Azure App Registration)ClientSecret: Client secret for the service principal (secure string)(From Azure App Registration)Auth_LoginEndpoint: Login endpoint for authentication. Copy and paste this value in the parameter-'https://login.microsoftonline.com'Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊