Skip to content

[Feature] Improve args in bpf exit event #1343

@incertum

Description

@incertum

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions