tracee icon indicating copy to clipboard operation
tracee copied to clipboard

Linux Runtime Security and Forensics using eBPF

Results 379 tracee issues
Sort by recently updated
recently updated
newest added

## Prerequisites - I'll create a PR to implement this feature (assign to yourself). ## Feature description This feature is about adding rootkit hooking detection and enabling rules writing on...

tracee-ebpf
signatures
feature
EPIC

## Prerequisites - [ ] There isn't an issue describing the feature I need. - [ ] I don't think opening a discussion thread first is relevant. - [ ]...

potential-feature

## Prerequisites - [ ] This issue is an EPIC issue (add label: EPIC). - [ ] This issue is an EPIC TASK (add issue to EPIC description). Select one...

feature

## Prerequisites - [x] This affects latest released version. - [x] This affects current development tree (origin/HEAD). - [x] There isn't an issue describing the bug. Select one OR another:...

bug

based on the loaded signatures, get the relevant set of "event selectors" and use that to configure tracee-ebpf to trace just the relevant events for the loaded signatures related: #936...

tracee-ebpf
tracee-rules
performance

When system load is high, we might be required to drop some events/rules. Currently we don't have a mechanism to prioritize events/rules, neither a mechanism to reduce load consumed by...

performance

## Prerequisites - [ ] This issue is an EPIC issue (add label: EPIC). - [ ] This issue is an EPIC TASK (add issue to EPIC description). Select one...

tracee-rules
feature

## Prerequisites - [x] This issue is an EPIC issue (add label: EPIC). - [ ] This issue is an EPIC TASK (add issue to EPIC description). Select one OR...

feature
EPIC

From @yanivagman: We recently added the new "dependencies" field into the event definition. This concept of dependencies can be expanded to describe which BPF features are required for an event...

Hi Sometimes, kernel rootkits try to commutate with the user-space. To accomplish that they create files with special file operations that handle their requests. To create those files from the...

tracee-ebpf
EPIC