-
Notifications
You must be signed in to change notification settings - Fork 523
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
[New Rule] Suspicious Usage of bpf_probe_write_user Helper #4426
Conversation
Rule: New - GuidelinesThese guidelines serve as a reminder set of considerations when proposing a new rule. Documentation and Context
Rule Metadata Checks
New BBR Rules
Testing and Validation
|
Leaving this open until I know whether I should be adding an IG manually, or this is done via CI|CD. |
@Aegrah As far as i know, the CI/CD is not integrated directly in this repo. Will share the details directly |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing Guide Generation :)
Summary
This rule monitors the syslog log file for messages related to instances of a program using the
bpf_probe_write_user
helper. Thebpf_probe_write_user
helper is used to write data to user space from a BPF program. Unauthorized use of this helper can be indicative of an eBPF rootkit or other malicious activity.