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

sysmon-process-tree command does not show root process #54

Closed
YamatoSecurity opened this issue Oct 10, 2023 · 2 comments
Closed

sysmon-process-tree command does not show root process #54

YamatoSecurity opened this issue Oct 10, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@YamatoSecurity
Copy link
Collaborator

sysmon-process-tree command does not show root processes like explorer.exe because those processes start up before sysmon and do not have a log that the process was launched. However, we can still get the parent process name and GUID from the parent process field information indirectly so I would like to output the parent root process as well.

Because we are outputting the child processes recursively, if we outputted all child processes from the root process it would be too much information, so in case of the root process, I don't want to output the other child processes.

If a user specifies a root process GUID, then recursively all child process information of that root process should be outputted.

@fukusuket Could I ask you to do this issue?

@YamatoSecurity YamatoSecurity added the enhancement New feature or request label Oct 10, 2023
@YamatoSecurity YamatoSecurity added this to the v2.1.0 milestone Oct 10, 2023
@fukusuket
Copy link
Collaborator

Thank you for the mention :) Yes, I would love to implement it!💪

@YamatoSecurity
Copy link
Collaborator Author

closed by #56

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants