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

Filter by parent process + View child processes in event metadata #12

Open
AndrewMohawk opened this issue Apr 17, 2023 · 1 comment
Open
Assignees
Labels
accepted-request This feature request has been initially accepted. We'll start digging. rc-mac-feature-request

Comments

@AndrewMohawk
Copy link

At a high level -- can you summarize your request?
If I come across an event such as a bash being called from a process I'd like to be able to filter to find all other forks that the parent process executed. Alternatively if I have the event parent process in event viewer, I'd like to be able to see the children of that event.

Example: here I have sentineld_updater calling two bash scripts:
image

I'd like an easy way to be able to view all subprocesses from this parent/initiating process. Here is the event metadata I can view as well as then the initiating process:
image
image

What is the current alternative solution?
Identify the event as well as its parent and then use the search to try and narrow down events containing that name

@Brandon7CC Brandon7CC added the accepted-request This feature request has been initially accepted. We'll start digging. label May 4, 2023
@Brandon7CC
Copy link
Contributor

@AndrewMohawk I completely agree! Bringing child proc info to the foreground is something that I've had implemented before, but wanted to wait to think about how to display the telemetry more. EXEC -> FORK -> EXEC or something like that chain. Hopefully you'll see something like this feature implemented soon!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted-request This feature request has been initially accepted. We'll start digging. rc-mac-feature-request
Projects
None yet
Development

No branches or pull requests

2 participants