Skip to content

Commit 9d9f772

Browse files
authored
Update normalization-schema-process-event.md
Fix a tiny mistake of type from SHA521 to SHA512
1 parent c3671c5 commit 9d9f772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ The process event schema references the following entities, which are central to
176176
| **ActingProcessMD5** | Optional | String |The MD5 hash of the acting process image file. <br><br>Example: `75a599802f1fa166cdadb360960b1dd0`|
177177
| **ActingProcessSHA1** | Optional | SHA1 | The SHA-1 hash of the acting process image file. <br><br> Example: `d55c5a4df19b46db8c54c801c4665d3338acdab0` |
178178
| **ActingProcessSHA256** | Optional | SHA256 | The SHA-256 hash of the acting process image file. <br><br> Example: <br> `e81bb824c4a09a811af17deae22f22dd`<br>`2e1ec8cbb00b22629d2899f7c68da274` |
179-
| **ActingProcessSHA512** | Optional | SHA521 | The SHA-512 hash of the acting process image file. |
179+
| **ActingProcessSHA512** | Optional | SHA512 | The SHA-512 hash of the acting process image file. |
180180
| **ActingProcessIMPHASH** | Optional | String | The Import Hash of all the library DLLs that are used by the acting process. |
181181
| **ActingProcessCreationTime** | Optional | DateTime | The date and time when the acting process was started. |
182182
| **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`|

0 commit comments

Comments
 (0)