Skip to content

Update normalization-schema-process-event.md #127499

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 12, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion articles/sentinel/normalization-schema-process-event.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ The process event schema references the following entities, which are central to
| **ActingProcessMD5** | Optional | String |The MD5 hash of the acting process image file. <br><br>Example: `75a599802f1fa166cdadb360960b1dd0`|
| **ActingProcessSHA1** | Optional | SHA1 | The SHA-1 hash of the acting process image file. <br><br> Example: `d55c5a4df19b46db8c54c801c4665d3338acdab0` |
| **ActingProcessSHA256** | Optional | SHA256 | The SHA-256 hash of the acting process image file. <br><br> Example: <br> `e81bb824c4a09a811af17deae22f22dd`<br>`2e1ec8cbb00b22629d2899f7c68da274` |
| **ActingProcessSHA512** | Optional | SHA521 | The SHA-512 hash of the acting process image file. |
| **ActingProcessSHA512** | Optional | SHA512 | The SHA-512 hash of the acting process image file. |
| **ActingProcessIMPHASH** | Optional | String | The Import Hash of all the library DLLs that are used by the acting process. |
| **ActingProcessCreationTime** | Optional | DateTime | The date and time when the acting process was started. |
| **ActingProcessTokenElevation** | Optional | String | A token indicating the presence or absence of User Access Control (UAC) privilege elevation applied to the acting process. <br><br>Example: `None`|
Expand Down