Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
This playbook will enrich Dynatrace Application Security Attack with related Microsoft Defender XDR insights.
| Attribute | Value |
|---|---|
| Type | Playbook |
| Solution | Dynatrace |
| Source | View on GitHub |
This content item queries data from the following tables:
| Table | Selection Criteria | Transformations | Ingestion API | Lake-Only |
|---|---|---|---|---|
SecurityAlert |
ProductName in "Azure Active Directory Identity Protection,Azure Advanced Threat Protection,Azure Security Center,Microsoft 365 Defender,Microsoft Cloud App Security,Microsoft Defender Advanced Threat Protection,Office 365 Advanced Threat Protection" |
✓ | ✗ | ✓ |
This playbook uses 4 Logic App connectors / built-in actions:
| Connector / Action | Type | Connections | Actions |
|---|---|---|---|
azuremonitorlogs |
Managed | 1 | 1 |
azuresentinel |
Managed | 1 | 0 |
keyvault |
Managed | 1 | 1 |
http |
Built-in | 0 | 2 |
azuremonitorlogs (Managed)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Get_MSDefender365_Security_Alerts | post | /queryData |
— |
keyvault (Managed)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Get_Dynatrace_Access_Token | get | /secrets/@{encodeURIComponent('DynatraceAccessToken')}/value |
— |
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'])} |
— |
| Ingest_Dynatrace_Log_Entries | POST | https://@{parameters('Tenant')}/api/v2/logs/ingest |
— |
📄 Source: Enrich-DynatraceAppSecAttackMSDefenderXDR/readme.md
author: Dynatrace
This playbook will Report only Microsoft Defender XDR insights related to Dynatrace Application Security Attack back to Dynatrace. You need a valid Dynatrace tenant with Application Security and Microsoft Defender XDR enabled in your enviornment to make use of this playbook. To learn more about the Dynatrace platform Start your free trial
** Prerequisites **
** Post Install Notes:**
Authorize the Azure Monitor Logs API Connection associated with the logic app deployed into the ResourceGroup.
The Logic App uses a Managed System Identity (MSI) to query the Log Analytics Workspace.
Assign RBAC 'Microsoft Sentinel Reader' 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 · 📊