tracee-ebpf: how to start a raw trace #774
Replies: 4 comments
-
Hi! You can just add the sub-command "trace" to start a raw trace as described in https://github.com/aquasecurity/tracee#trace |
Beta Was this translation helpful? Give feedback.
-
I'm sorry I didn't understand how to run tracee with the trace sub-command. Can you give me some examples? For example, I want to collect an system call named open. |
Beta Was this translation helpful? Give feedback.
-
Here is the command to do what you ask for: Replace the image name with the image you built. Here are some more examples with other options that can be used with the |
Beta Was this translation helpful? Give feedback.
-
@vicky3932 hope this helped. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I build the eBPF program by the way of full Docker image, and a file called tracee.bpf.$kernelversion.$traceeversion.o is produced under the dist directory. Here I am running the container, but how can I start just a raw trace (Tracee-eBPF), without the detection engine (Tracee-Rules) ? The description in the current document is not clear enough, and then I watch the quick video demo of Tracee, it seems that I need to run the tracee-ebpf file under the dist directory, however, the file does not exist in the directory. What should I do?
Beta Was this translation helpful? Give feedback.
All reactions