-
Notifications
You must be signed in to change notification settings - Fork 173
Closed
Labels
Milestone
Description
Based on a discussion between @Andreagit97 @darryk10 and myself a few ideas shared by Andrea to improve bpf syscall based alerting in falco rules:
- add the possibility to check the return value, possibly expose evt.arg.cmd also in the exit event to have all fields of interest in one event
- introduce the BPF commands name, so use evt.arg.cmd == BPF_PROG_LOAD instead of evt.arg.cmd == 5 -> Update(driver): Introduce the BPF commands name #1545
- expose also the name of the BPF prog injected (not easy at all) -> comment @incertum not sure how valuable it would be for detections, maybe not really needed at the moment.