Skip to content

Commit dd79cdb

Browse files
authored
Merge pull request #271195 from batamig/patch-410
USX adding responder role back
2 parents 4f20973 + 10bd438 commit dd79cdb

File tree

1 file changed

+26
-3
lines changed

1 file changed

+26
-3
lines changed

articles/sentinel/sap/deployment-attack-disrupt.md

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Automatic attack disruption for SAP | Microsoft Sentinel
33
description: Learn about deploying automatic attack disruption for SAP with the unified security operations platform.
44
author: batamig
55
ms.author: bagol
6-
ms.topic: concept
6+
ms.topic: how-to
77
ms.date: 04/01/2024
88
appliesto:
99
- 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
2727

2828
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).
2929

30-
## Required SAP data connector agent version and role
30+
## Required SAP data connector agent version and role assignments
3131

3232
Attack disruption for SAP requires that you have:
3333

34-
- A Microsoft Sentinel SAP data connector agent, version 88020708 or higher.
34+
- A Microsoft Sentinel SAP data connector agent, version 90847355 or higher.
3535
- 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.
3637

3738
**To use attack disruption for SAP**, deploy a new agent, or update your current agent to the latest version. For more information, see:
3839

@@ -54,6 +55,28 @@ SAP_HeartBeat_CL
5455

5556
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).
5657

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+
5780
## Related content
5881

5982
- [Automatic attack disruption in Microsoft Defender XDR](/microsoft-365/security/defender/automatic-attack-disruption)

0 commit comments

Comments
 (0)