Skip to content

Commit dfd1496

Browse files
Merge pull request #210775 from oshezaf/asim/update-entity-field-names
asim/update-entity-field-names
2 parents bf0d98e + a6e8d9b commit dfd1496

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

articles/sentinel/normalization-about-schemas.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Users are central to activities reported by events. The fields listed in this se
105105
|-------|-------|------|-------------|
106106
| <a name="userid"></a>**UserId** | Optional | String | A machine-readable, alphanumeric, unique representation of the user. |
107107
| <a name="useridtype"></a>**UserIdType** | Optional | UserIdType | The type of the ID stored in the [UserId](#userid) field. |
108-
| **SID**, **UID**, **AADID**, **OktaId**, **AWSId** | Optional | String | Fields used to store additional user IDs, if the original event includes multiple user IDs. Select the ID most associated with the event as the primary ID stored in [UserId](#userid).
108+
| **UserSid**, **UserUid**, **UserAadId**, **UserOktaId**, **UserAWSId** | Optional | String | Fields used to store additional user IDs, if the original event includes multiple user IDs. Select the ID most associated with the event as the primary ID stored in [UserId](#userid).
109109

110110
The allowed values for a user ID type are:
111111

@@ -124,7 +124,7 @@ The allowed values for a user ID type are:
124124
|-------|-------|------|-------------|
125125
| <a name="username"></a>**Username** | Optional | String | The source username, including domain information when available. Use the simple form only if domain information isn't available. Store the Username type in the [UsernameType](#usernametype) field. |
126126
| <a name="usernametype"></a>**UsernameType** | Optional | UsernameType | Specifies the type of the username stored in the [Username](#username) field. |
127-
| **UPN**, **WindowsUsername**, **DNUsername**, **SimpleUsername** | Optional | String | Fields used to store additional usernames, if the original event includes multiple usernames. Select the username most associated with the event as the primary username stored in [Username](#username). |
127+
| **UserUPN**, **WindowsUsername**, **DNUsername**, **SimpleUsername** | Optional | String | Fields used to store additional usernames, if the original event includes multiple usernames. Select the username most associated with the event as the primary username stored in [Username](#username). |
128128

129129
The allowed values for a username type are:
130130

articles/sentinel/process-events-normalization-schema.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The following filtering parameters are available:
6161
| **parentprocess_has_any** | dynamic | Filter only process events for which the target process name, which includes the entire process path, has any of the listed values. The length of the list is limited to 10,000 items. |
6262
| **targetusername_has** or **actorusername_has** | string| Filter only process events for which the target username (for process create events), or actor username (for process terminate events) has any of the listed values. The length of the list is limited to 10,000 items. |
6363
| **dvcipaddr_has_any_prefix** | dynamic | Filter only process events for which the device IP address matches any of the listed IP addresses or IP address prefixes. Prefixes should end with a `.`, for example: `10.0.`. The length of the list is limited to 10,000 items.|
64-
| **dvchostname_has_any**| dynamic | Filter only process events for which the device hostname has any of the listed values. The length of the list is limited to 10,000 items. |
64+
| **dvchostname_has_any**| dynamic | Filter only process events for which the device hostname, or device FQDN is available, has any of the listed values. The length of the list is limited to 10,000 items. |
6565
| **eventtype**| string | Filter only process events of the specified type. |
6666

6767

@@ -242,6 +242,7 @@ The process event schema references the following entities, which are central to
242242
| **TargetProcessGuid** | Optional | String |A generated unique identifier (GUID) of the target process. Enables identifying the process across systems. <br><br> Example: `EF3BD0BD-2B74-60C5-AF5C-010000001E00` |
243243
| **TargetProcessIntegrityLevel** | Optional | String | Every process has an integrity level that is represented in its token. Integrity levels determine the process level of protection or access. <br><br> Windows defines the following integrity levels: **low**, **medium**, **high**, and **system**. Standard users receive a **medium** integrity level and elevated users receive a **high** integrity level. <br><br> For more information, see [Mandatory Integrity Control - Win32 apps](/windows/win32/secauthz/mandatory-integrity-control). |
244244
| **TargetProcessTokenElevation** | Optional | String |Token type indicating the presence or absence of User Access Control (UAC) privilege elevation applied to the process that was created or terminated. <br><br> Example: `None` |
245+
| **TargetProcessStatusCode** | Optional | String | The exit code returned by the target process when terminated. This field is valid only for process termination events. For consistency, the field type is string, even if value provided by the operating system is numeric. |
245246

246247

247248
## Schema updates

0 commit comments

Comments
 (0)