Skip to content

Commit 70f4b9a

Browse files
committed
Continued work 1
1 parent ab8856d commit 70f4b9a

File tree

1 file changed

+26
-4
lines changed

1 file changed

+26
-4
lines changed

articles/sentinel/ueba-reference.md

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -299,9 +299,9 @@ If you're onboarding Microsoft Sentinel to the Defender portal, select the "Comp
299299

300300
The following fields have been renamed in the unified version. Therefore, if you're onboarding Microsoft Sentinel to the Defender portal, check your queries for any references to these fields, and update them if necessary.
301301

302-
| Log Analytics field name | Unified schema field name | Comments |
303-
| ------------------------------- | ------------------------- | -------- |
304-
| **AccountCloudSID** | **CloudSid** | |
302+
| Log Analytics field name | Unified schema field name |
303+
| ------------------------------- | ------------------------- |
304+
| **AccountCloudSID** | **CloudSid** |
305305
| **AccountCreationTime** | **CreatedDateTime** |
306306
| **AccountSID** | **OnPremSid** |
307307
| **AccountTenantId** | **TenantId** |
@@ -310,13 +310,35 @@ The following fields have been renamed in the unified version. Therefore, if you
310310
| **MailAddress** | **EmailAddress** |
311311
| **OnPremisesAccountObjectId** | **OnPremObjectId** |
312312
| **OnPremisesDistinguishedName** | **DistinguishedName** |
313+
| **RiskState** | **RiskStatus** |
313314
| **SAMAccountName** | **AccountName** |
314315
| **SourceSystem** | **IdentityEnvironment** |
315316
| **StreetAddress** | **Address** |
316317
| **Type** | **IdentityType** |
317318
| **UserType** | **TenantMembershipType** |
318319

319-
320+
The following field names no longer exist in the unified version. Be sure to remove them from any queries that reference them.
321+
322+
- **GroupMembership**
323+
- **TenantID**—this field does *not* contain the same information as the **TenantId** field that replaces the **AccountTenantId** field.
324+
- **UserState**
325+
- **UserStateChangedOn**
326+
327+
The following fields, while they exist in the Log Analytics schema, are not used by Microsoft Sentinel at all, and they no longer exist in the unified version:
328+
329+
- Applications
330+
- EntityRiskScore
331+
- ExtensionProperty
332+
- InvestigationPriority
333+
- InvestigationPriorityPercentile
334+
- IsMFARegistered
335+
- IsServiceAccount
336+
- LastSeenDate
337+
- OnPremisesExtensionAttributes
338+
- RelatedAccounts
339+
- ServicePrincipals
340+
- Tags
341+
- UACFlags
320342

321343
---
322344

0 commit comments

Comments
 (0)