Last active
November 11, 2021 11:46
-
-
Save scudette/9c2e4b1b8c945ea1a2e5d1f21b590db7 to your computer and use it in GitHub Desktop.
Mapping between Sysmon fields and ECS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sysmon Field | ECS Field | |
---|---|---|
System.EventID | maps to event.type = "start" | |
EventData.Image | strip directory part and store in `process.name` | |
EventData.OriginalFileName | stored in `process.pe.original_file_name` | |
EventData.CommandLine | is split into array and stored in `process.args` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment