Skip to content

Commit 32eba41

Browse files
committed
Second draft
1 parent 5515aa8 commit 32eba41

File tree

2 files changed

+24
-12
lines changed

2 files changed

+24
-12
lines changed

articles/sentinel/sentinel-service-limits.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ The following limit applies to UEBA in Microsoft Sentinel. The limit for UEBA in
133133
| Description | Limit | Dependency |
134134
| ----------- | ----- | ---------- |
135135
| Lowest retention configuration in days for the [IdentityInfo](/azure/azure-monitor/reference/tables/identityinfo) table. All data stored on the IdentityInfo table in Log Analytics is refreshed every 14 days. | 14 days | Log Analytics |
136-
| Groups listed in the *GroupMembership* field in the [IdentityInfo](ueba-reference.md#identityinfo-table) table | 500 | |
136+
| Groups listed in the *GroupMembership* field in the [IdentityInfo](ueba-reference.md#identityinfo-table) table (including subgroups) | 500 | |
137137

138138
## Watchlist limits
139139

@@ -158,9 +158,9 @@ Workbook limits for Sentinel are the same result limits found in Azure Monitor.
158158

159159
The following limits apply to workspace manager in Microsoft Sentinel.
160160

161-
|Description | Limit |Dependency|
162-
|--|-------------------------|--------------------|
163-
|Number of published operations in a group<br>*Published operations* = (*member workspaces*) * (*content items*)| 2000 published operations |None|
161+
| Description | Limit | Dependency |
162+
| ----------- | ----- | ---------- |
163+
| Number of published operations in a group<br>*Published operations* = (*member workspaces*) * (*content items*) | 2000 published operations | None |
164164

165165
## Next steps
166166

articles/sentinel/ueba-reference.md

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -209,25 +209,37 @@ The following tables describe the enrichments featured in the **ActivityInsights
209209

210210
### IdentityInfo table
211211

212-
After you [enable UEBA](enable-entity-behavior-analytics.md) for your Microsoft Sentinel workspace, data from your Microsoft Entra ID is synchronized to the **IdentityInfo** table in Log Analytics for use in Microsoft Sentinel. You can embed user data synchronized from your Microsoft Entra ID in your analytics rules to enhance your analytics to fit your use cases and reduce false positives.
212+
After you [enable UEBA](enable-entity-behavior-analytics.md) for your Microsoft Sentinel workspace, data from your Microsoft Entra ID is synchronized to the *IdentityInfo* table in Log Analytics for use in Microsoft Sentinel.
213+
214+
If you have on-premises Active Directory, its data is synchronized to the *IdentityInfo* table as well, if the following two conditions are met:
215+
216+
- You have a subscription to Microsoft Defender for Identity or Microsoft Defender XDR.
217+
- You configured UEBA to ingest records from on-premises Active Directory.
218+
(For more information, see [How to enable User and Entity Behavior Analytics](enable-entity-behavior-analytics.md#how-to-enable-user-and-entity-behavior-analytics).)
219+
220+
You can query the *IdentityInfo* table in analytics rules, hunting queries, and workbooks, enhancing your analytics to fit your use cases and reducing false positives.
213221

214222
While the initial synchronization may take a few days, once the data is fully synchronized:
215223

216-
- Changes made to your user profiles, groups, and roles in Microsoft Entra ID are updated in the **IdentityInfo** table within 15-30 minutes.
224+
- Every 14 days, Microsoft Sentinel re-synchronizes with your entire Microsoft Entra ID (and your on-premises Active Directory, if applicable) to ensure that stale records are fully updated.
225+
226+
- Besides these regular full synchronizations, whenever changes are made to your user profiles, groups, and built-in roles in Microsoft Entra ID, the affected user records are re-ingested and updated in the *IdentityInfo* table within 15-30 minutes. This ingestion is billed at regular rates. For example:
217227

218-
- Every 14 days, Microsoft Sentinel re-synchronizes with your entire Microsoft Entra ID to ensure that stale records are fully updated. See note in the next section about changes to groups.
228+
- Group A has 100 users in it. 5 users are added to the group or removed from the group. In this case, those 5 user records are re-ingested.
219229

220-
- Default retention time in the **IdentityInfo** table is 30 days.
230+
- Group A has 100 users in it. Ten users are added to Group A. Also, groups A1 and A2, each with 10 users, are added to Group A. In this case, 30 user records are re-ingested. This happens because group membership is transitive, so changes to groups affect all their subgroups.
231+
232+
- Group B (with 50 users) is renamed to Group BeGood. In this case, 50 user records are re-ingested. If there are subgroups in that group, all their members' records are also re-ingested.
233+
234+
- Default retention time in the *IdentityInfo* table is 30 days.
221235

222236
#### Limitations
223237

224238
- Currently, only built-in roles are supported.
225239

226-
- Support for groups (as listed in the *GroupMembership* field) is limited to 500 groups. These groups are transitive, not direct.
227-
228-
- Changes made to groups in your [Active Directory or (?)] Microsoft Entra ID result in updates to the *IdentityInfo* table for any users who are members of the changed groups. **These updates carry a synchronization charge.**
240+
- Support for groups (as listed in the *GroupMembership* field) is limited to 500 groups, including subgroups.
229241

230-
- Data about deleted groups, where a user was removed from a group, is not currently supported.
242+
- When a group is deleted, its member user records are not updated immediately. They will be updated at the next full sync.
231243

232244
#### Versions of the IdentityInfo table
233245

0 commit comments

Comments
 (0)