Skip to content

Commit 1c1a3a7

Browse files
committed
ofer's comment
1 parent 1afdd3f commit 1c1a3a7

File tree

3 files changed

+15
-12
lines changed

3 files changed

+15
-12
lines changed

articles/sentinel/false-positives.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to resolve false positives in Microsoft Sentinel by creat
44
author: batamig
55
ms.author: bagol
66
ms.topic: how-to
7-
ms.date: 01/11/2024
7+
ms.date: 01/15/2024
88
---
99

1010
# Handle false positives in Microsoft Sentinel
@@ -142,9 +142,12 @@ let subnets = _GetWatchlist('subnetallowlist');
142142

143143
### Example: Manage exceptions for the Microsoft Sentinel solution for SAP® applications
144144

145-
The [Microsoft Sentinel solution for SAP® applications](sap/solution-overview.md) provides functions that call watchlists, where you can define excluded users or systems from triggering alerts.
145+
The [Microsoft Sentinel solution for SAP® applications](sap/solution-overview.md) provides functions you can use to exclude users or systems from triggering alerts.
146146

147-
- Use the [**SAPUsersGetVIP**](sap/sap-solution-log-reference.md#sapusersgetvip) function to tag users and exclude them from triggering alerts. List specific users to exclude, or users with specific SAP roles or profiles. Use asterisks (*****) as wildcards when defining the user names to exclude all users with a specified syntax.
147+
- Use the [**SAPUsersGetVIP**](sap/sap-solution-log-reference.md#sapusersgetvip) function to:
148+
149+
- Call tags for users you want to exclude from triggering alerts. Tag users in the *SAP_User_Config* watchlist, using asterisks (*) as wildcards to tag all users with a specified naming syntax.
150+
- List specific SAP roles and/or profiles you want to exclude from triggering alerts.
148151

149152
- Use functions that support the *SelectedSystemRoles* parameter to determine that only specific types of systems trigger alerts, including only *Production* systems, only *UAT* systems, or both.
150153

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -341,14 +341,14 @@ The **SAPUsersGetVIP** function is commonly used in *Deterministic and Anomalous
341341

342342
| Source | Field | Description | Notes
343343
| ------------- | ------------- | ------------- | -------------
344-
| The *SAP User Config* watchlist | SearchKey | Search Key |
345-
| The *SAP User Config* watchlist | SAPUser | The SAP User | OSS, DDIC
346-
| The *SAP User Config* watchlist | Tags | String of tags assigned to user | RunObsoleteProgOK |
347-
| The *SAP User Config* watchlist | User's Microsoft Entra Object ID | Microsoft Entra Object ID |
348-
| The *SAP User Config* watchlist | User Identifier | AD User Identifier |
349-
| The *SAP User Config* watchlist | User on-premises Sid | |
350-
| The *SAP User Config* watchlist | User Principal Name | |
351-
| The *SAP User Config* watchlist | TagsList | A list of tags assigned to user | ChangeUserMasterDataOK;RunObsoleteProgOK |
344+
| The *SAP_User_Config* watchlist | SearchKey | Search Key |
345+
| The *SAP_User_Config* watchlist | SAPUser | The SAP User | OSS, DDIC
346+
| The *SAP_User_Config* watchlist | Tags | String of tags assigned to user | RunObsoleteProgOK |
347+
| The *SAP_User_Config* watchlist | User's Microsoft Entra Object ID | Microsoft Entra Object ID |
348+
| The *SAP_User_Config* watchlist | User Identifier | AD User Identifier |
349+
| The *SAP_User_Config* watchlist | User on-premises Sid | |
350+
| The *SAP_User_Config* watchlist | User Principal Name | |
351+
| The *SAP_User_Config* watchlist | TagsList | A list of tags assigned to user | ChangeUserMasterDataOK;RunObsoleteProgOK |
352352
| Logic | TagsIntersect | A set of tags that matched SearchForTags | ["ChangeUserMasterDataOK","RunObsoleteProgOK"] |
353353
| Logic | SpecialFocusTagged | Special focus indication | True, False
354354
| Logic | IntersectionSize | The number of intersected Tags |

articles/sentinel/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Use analytics rules together with the [Microsoft Sentinel solution for SAP® app
2929

3030
- The [**SAPUsersGetVIP**](sap/sap-solution-log-reference.md#sapusersgetvip) function now supports excluding users according to their SAP-given roles or profile.
3131

32-
- The **SAP User Config** watchlist now supports using wildcards in the **SAPUser** field to exclude all users with a specific syntax.
32+
- The **SAP_User_Config** watchlist now supports using wildcards in the **SAPUser** field to exclude all users with a specific syntax.
3333

3434
For more information, see [Microsoft Sentinel solution for SAP® applications data reference](sap/sap-solution-log-reference.md) and [Handle false positives in Microsoft Sentinel](false-positives.md).
3535

0 commit comments

Comments
 (0)