Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
This playbook will enriche Dynatrace Application Security Attack Incidents with additional information when new incident is opened.
| Attribute | Value |
|---|---|
| Type | Playbook |
| Solution | Dynatrace |
| Source | View on GitHub |
This playbook uses 4 Logic App connectors / built-in actions:
| Connector / Action | Type | Connections | Actions |
|---|---|---|---|
azuresentinel |
Managed | 1 | 0 |
keyvault |
Managed | 1 | 1 |
microsoftsentinel |
Managed | 0 | 1 |
http |
Built-in | 0 | 1 |
keyvault (Managed)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Get_Dynatrace_Access_Token | get | /secrets/@{encodeURIComponent('DynatraceAccessToken')}/value |
— |
microsoftsentinel (Managed)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Update_incident_with_tags | put | /Incidents |
— |
http (Built-in)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Get_Dynatrace_Attack_Details | GET | https://@{parameters('Tenant')}/api/v2/attacks/@{first(body('Parse_Incident_Alert_Custom_Body_JSON')?['attackIdentifier'])} |
— |
📄 Source: Enrich_DynatraceApplicationSecurityAttackIncident/readme.md
author: Dynatrace
This playbook uses the Dynatrace REST APIs to automatically enrich incidents created by Microsoft Sentinel. You need a valid Dynatrace tenant with Application Security enabled. To learn more about the Dynatrace platform Start your free trial
** Prerequisites **
** Post Install Notes:**
The Logic App uses a Managed System Identity (MSI) to update the Microsoft Sentinel Incident.
Assign RBAC 'Microsoft Sentinel Responder' role to the Logic App at the Resource Group level of the Log Analytics Workspace.
Assign access policy on key vault for Playbook to fetch the secret key
A Microsoft Sentinel playbook is utilized by automation rules, therefore to automatically trigger this playbook you must setup a new automation rule. If you have not set permissions yet, review here
Basic steps for setup of the playbook and automation rule are as follows :
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊