Skip to content

Commit 1afdd3f

Browse files
committed
ofer's comments
1 parent 893a919 commit 1afdd3f

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

articles/sentinel/sap/sap-solution-log-reference.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -296,18 +296,19 @@ The **SAPAuditLogConfigRecommend** is a helper function designed to offer recomm
296296

297297
### SAPUsersGetVIP
298298

299-
The [Microsoft Sentinel solution for SAP® applications](solution-overview.md) uses a concept of central user tagging, designed to help you lower false positives with minimal effort. Use the *SAPUsersGetVIP* function as follows:
299+
The [Microsoft Sentinel solution for SAP® applications](solution-overview.md) uses a concept of central user tagging and explicit exclusions, designed to help you lower false positives with minimal effort. Use the *SAPUsersGetVIP* function as follows:
300300

301-
1. Tag users via the *SAP User Config* watchlist, either by tagging individual users with the *RunObsoleteProgOK* tag, or SAP user roles or profiles with the *SAP_ROLE* or *SAP_PROFILE* tags.
301+
1. Tag users in the *SAP_User_Config* watchlist as follows:
302302

303-
- Add multiple tags to each user in the *SAP User Config* watchlist, as needed to cover various scenarios.
304-
- Use an asterisk (*****) as a wildcard to include users with a specific naming syntax template.
303+
- Add multiple tags to each user in the *SAP_User_Config* watchlist, as needed to cover various scenarios. Each alert rule has its own relevant tags, if any, and you can add custom tags as needed.
305304

306-
1. Add the **SAPUsersGetVIP** function in your analytics rules to request the lists of users you've defined to be excluded from alerts.
305+
- Use an asterisk (*) as a wildcard to include users with a specific naming syntax template.
307306

308-
For example, use the following KQL query in your analytics rule to exclude any users configured with the *RunObsoleteProgOK* tag in the *SAP_User_Config* watchlist, or any users with the *SAP_BASIS_ADMIN_ROLE* role or *SAP_ADMIN_PROFILE* profile.
307+
1. Add the **SAPUsersGetVIP** function in your analytics rules to request the lists of users you've defined to be excluded from alerts. In the function call, add an array with the tags, SAP roles, and SAP profiles that you'd like to exclude.
309308

310-
When copying this sample, replace *SAP_BASIS_ADMIN_ROLE* role and *SAP_ADMIN_PROFILE* profile with your own SAP roles or profiles.
309+
For example, use the following KQL query in your analytics rule to exclude any users configured with the *RunObsoleteProgOK* tag in the *SAP_User_Config* watchlist, or any users with the sample *SAP_BASIS_ADMIN_ROLE* role or the sample *SAP_ADMIN_PROFILE* profile.
310+
311+
When copying this sample function call, replace *SAP_BASIS_ADMIN_ROLE* role and *SAP_ADMIN_PROFILE* profile with your own SAP roles or profiles as needed.
311312

312313
```kusto
313314
// Execution of Obsolete/Insecure Program
@@ -342,12 +343,12 @@ The **SAPUsersGetVIP** function is commonly used in *Deterministic and Anomalous
342343
| ------------- | ------------- | ------------- | -------------
343344
| The *SAP User Config* watchlist | SearchKey | Search Key |
344345
| The *SAP User Config* watchlist | SAPUser | The SAP User | OSS, DDIC
345-
| The *SAP User Config* watchlist | Tags | String of tags, SAP roles, or SAP profiles assigned to user | RunObsoleteProgOK |
346+
| The *SAP User Config* watchlist | Tags | String of tags assigned to user | RunObsoleteProgOK |
346347
| The *SAP User Config* watchlist | User's Microsoft Entra Object ID | Microsoft Entra Object ID |
347348
| The *SAP User Config* watchlist | User Identifier | AD User Identifier |
348349
| The *SAP User Config* watchlist | User on-premises Sid | |
349350
| The *SAP User Config* watchlist | User Principal Name | |
350-
| The *SAP User Config* watchlist | TagsList | A list of tags, SAP roles, or SAP profiles assigned to user | ChangeUserMasterDataOK;RunObsoleteProgOK |
351+
| The *SAP User Config* watchlist | TagsList | A list of tags assigned to user | ChangeUserMasterDataOK;RunObsoleteProgOK |
351352
| Logic | TagsIntersect | A set of tags that matched SearchForTags | ["ChangeUserMasterDataOK","RunObsoleteProgOK"] |
352353
| Logic | SpecialFocusTagged | Special focus indication | True, False
353354
| Logic | IntersectionSize | The number of intersected Tags |

0 commit comments

Comments
 (0)