Skip to content

Instantly share code, notes, and snippets.

@scudette
Last active November 11, 2021 11:46
Show Gist options
  • Save scudette/9c2e4b1b8c945ea1a2e5d1f21b590db7 to your computer and use it in GitHub Desktop.
Save scudette/9c2e4b1b8c945ea1a2e5d1f21b590db7 to your computer and use it in GitHub Desktop.
Mapping between Sysmon fields and ECS
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