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

artif: collect /proc/*/mounts for all processes #257

Merged
merged 2 commits into from
Aug 15, 2024

Conversation

halpomeranz
Copy link
Contributor

Bind mounts can be used to hide processes (see https://dfir.ch/posts/slash-proc/). The easiest way to detect this behavior is to "grep /proc /proc/self/mounts". Since /proc//mounts is not necessarily the same across all processes, collect /proc//mounts from all directories.

halpomeranz and others added 2 commits July 23, 2024 12:08
Bind mounts can be used to hide processes (see https://dfir.ch/posts/slash-proc/). The easiest way to detect
this behavior is to "grep /proc /proc/self/mounts". Since /proc/*/mounts is not necessarily the same across
all processes, collect /proc/*/mounts from all directories.

Signed-off-by: Hal Pomeranz <[email protected]>
@tclahr tclahr merged commit 122c18d into tclahr:develop Aug 15, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants