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

Hooked syscalls not triggered by kernel module loading #3783

Closed
NDStrahilevitz opened this issue Dec 31, 2023 · 1 comment · Fixed by #3784
Closed

Hooked syscalls not triggered by kernel module loading #3783

NDStrahilevitz opened this issue Dec 31, 2023 · 1 comment · Fixed by #3784
Assignees
Labels
Milestone

Comments

@NDStrahilevitz
Copy link
Collaborator

Description

  1. tracee --events hooked_syscall
  2. Install diamorphine (https://github.com/m0nad/Diamorphine)
  3. note that no hooked_syscall event is immediately sent

The cause is that the do_init_module dependency was removed in the event definition.

Output of tracee version:

Tracee version: v0.19.0-112-g1c5ca9564

Output of uname -a:

Linux ip-172-31-75-171 6.2.0-1017-aws #17~22.04.1-Ubuntu SMP Fri Nov 17 21:07:13 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux

Additional details

@rafaeldtinoco
Copy link
Contributor

@OriGlassman wasn't this "by design" ? Just checking.

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

Successfully merging a pull request may close this issue.

2 participants