You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/sentinel/sap/deployment-attack-disrupt.md
+26-3Lines changed: 26 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Automatic attack disruption for SAP | Microsoft Sentinel
3
3
description: Learn about deploying automatic attack disruption for SAP with the unified security operations platform.
4
4
author: batamig
5
5
ms.author: bagol
6
-
ms.topic: concept
6
+
ms.topic: how-to
7
7
ms.date: 04/01/2024
8
8
appliesto:
9
9
- Microsoft Sentinel in the Azure portal and the Microsoft Defender portal
@@ -27,12 +27,13 @@ Attack disruption for SAP is configured by updating your data connector agent ve
27
27
28
28
To use attack disruption for SAP, make sure that you configured the integration between Microsoft Sentinel and Microsoft Defender XDR. For more information, see [Connect Microsoft Sentinel to Microsoft Defender XDR](/microsoft-365/security/defender/microsoft-sentinel-onboard) and [Microsoft Sentinel in the Microsoft Defender portal (preview)](../microsoft-sentinel-defender-portal.md).
29
29
30
-
## Required SAP data connector agent version and role
30
+
## Required SAP data connector agent version and role assignments
31
31
32
32
Attack disruption for SAP requires that you have:
33
33
34
-
- A Microsoft Sentinel SAP data connector agent, version 88020708 or higher.
34
+
- A Microsoft Sentinel SAP data connector agent, version 90847355 or higher.
35
35
- The identity of your data connector agent VM must be assigned to the **Microsoft Sentinel Business Applications Agent Operator** Azure role.
36
+
- The **/MSFTSEN/SENTINEL_RESPONDER** SAP role, applied to your SAP system and assigned to the SAP user account used by Microsoft Sentinel's SAP data connector agent.
36
37
37
38
**To use attack disruption for SAP**, deploy a new agent, or update your current agent to the latest version. For more information, see:
38
39
@@ -54,6 +55,28 @@ SAP_HeartBeat_CL
54
55
55
56
If the identity of your data connector agent VM isn't yet assigned to the **Microsoft Sentinel Business Applications Agent Operator** role as part of the deployment process, assign the role manually. For more information, see [Deploy and configure the container hosting the SAP data connector agent](deploy-data-connector-agent-container.md#role).
56
57
58
+
## Apply and assign the /MSFTSEN/SENTINEL_RESPONDER SAP role to your SAP system
59
+
60
+
Attack disruption is supported by the new **/MSFTSEN/SENTINEL_RESPONDER** SAP role, which you must apply to your SAP system and assign to the SAP user account used by Microsoft Sentinel's SAP data connector agent.
61
+
62
+
1. Upload role definitions from the [/MSFTSEN/SENTINEL_RESPONDER](https://aka.ms/SAP_Sentinel_Responder_Role) file in GitHub.
63
+
64
+
1. Assign the **/MSFTSEN/SENTINEL_RESPONDER** role to the SAP user account used by Microsoft Sentinel's SAP data connector agent. For more information, see [Deploy SAP Change Requests and configure authorization](preparing-sap.md).
65
+
66
+
Alternately, manually assign the following authorizations to the current role already assigned to the SAP user account used by Microsoft Sentinel's SAP data connector. These authorizations are included in the **/MSFTSEN/SENTINEL_RESPONDER** SAP role specifically for attack disruption response actions.
67
+
68
+
| Authorization object | Field | Value |
69
+
| -------------------- | ----- | ----- |
70
+
|S_RFC |RFC_TYPE |Function Module |
71
+
|S_RFC |RFC_NAME |BAPI_USER_LOCK |
72
+
|S_RFC |RFC_NAME |BAPI_USER_UNLOCK |
73
+
|S_RFC |RFC_NAME |TH_DELETE_USER <br>In contrast to its name, this function doesn't delete users, but ends the active user session. |
74
+
|S_USER_GRP |CLASS |* <br>We recommend replacing S_USER_GRP CLASS with the relevant classes in your organization that represent dialog users. |
75
+
|S_USER_GRP |ACTVT |03 |
76
+
|S_USER_GRP |ACTVT |05 |
77
+
78
+
For more information, see [Required ABAP authorizations](preparing-sap.md#required-abap-authorizations).
79
+
57
80
## Related content
58
81
59
82
-[Automatic attack disruption in Microsoft Defender XDR](/microsoft-365/security/defender/automatic-attack-disruption)
0 commit comments