Skip to content
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

Driver and DLL fields #675

Closed
rw-access opened this issue Dec 5, 2019 · 1 comment · Fixed by #679
Closed

Driver and DLL fields #675

rw-access opened this issue Dec 5, 2019 · 1 comment · Fixed by #679
Assignees
Labels
endpoint Relevant to elastic endpoint security

Comments

@rw-access
Copy link
Contributor

Endgame and Sysmon both collect events for loaded DLLs and drivers within Windows. I think this is fairly standard, and posix also has concepts of kernel modules and process modules. There's plenty of wiggle room with the name of this field set. module, library, dll, lib, etc. I see pros and cons of each, so we may need a vote.

Here are some of the fields that are needed

  • name - analogous to process.name, the name of the file
  • path - analogous to process.path, path to the file
  • hash - nested fieldset
  • pe - if we have a field set, this could be nested here as well
@rw-access rw-access self-assigned this Dec 5, 2019
@rw-access rw-access added the endpoint Relevant to elastic endpoint security label Jan 24, 2020
@dcode
Copy link
Contributor

dcode commented Feb 7, 2020

@rw-access do you have a sample event that includes this data from endgame, sysmon, and maybe others? I think it's important that we abstract out commonalities across file types.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
endpoint Relevant to elastic endpoint security
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants