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

Add detection of malicious ftrace and tracepoints #1286

Open
atcuno opened this issue Oct 2, 2024 · 3 comments
Open

Add detection of malicious ftrace and tracepoints #1286

atcuno opened this issue Oct 2, 2024 · 3 comments

Comments

@atcuno
Copy link
Contributor

atcuno commented Oct 2, 2024

@Abyss-W4tcher we need to get ftrace and tracepoints into vol3 for the parity release.

I know you have these here:

https://github.com/Abyss-W4tcher/volatility-scripts/blob/master/Volatility_contest_2023/plugins/check_ftrace.py

https://github.com/Abyss-W4tcher/volatility-scripts/blob/master/Volatility_contest_2023/plugins/check_tracepoints.py

Are you up for converting these over? Myself and Gus can work on it if not.

@Abyss-W4tcher
Copy link
Contributor

Abyss-W4tcher commented Oct 2, 2024

Hi @atcuno, sure I can port these two plugins :)

Would you like them to be put in a common kernel_tracing directory under plugins, so that users can easily understand the context of these plugins :

  • linux.kernel_tracing.ftrace
  • linux.kernel_tracing.tracepoints
  • [..] any additional technique

@atcuno
Copy link
Contributor Author

atcuno commented Oct 2, 2024

yes that would be nice as eventually there will be 5+

@Abyss-W4tcher
Copy link
Contributor

Abyss-W4tcher commented Oct 3, 2024

Plugins are ready, but actually depend on hidden_modules, and an additional plugin I developed named modxview (which is basically psxview but for modules). So, a few parts need to move before ftrace and tracepoints get to a PR :)

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

No branches or pull requests

2 participants