Tracee v0.4.0 released! #441
itaysk
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Release: https://github.com/aquasecurity/tracee/releases/tag/v0.4.0
Notable changes:
--output
,--capture
and--trace
now each control their related options. For complete documentation seetracee --help
and specificallytracee --output help
,tracee --capture help
andtracee --trace help
.--trace
flag tells Tracee what to trace, and by extension, what to filter out. Almost any field you see in Tracee's output can now be used for filtering.--trace
flag) to let you filter for container/non-container/specific namespaces in addition to the existing new processes and new containers modes.follow
lets you follow traced processes to also trace their descendants.tracee --trace pid:new
.TRACEE_BPF_FILE
environment variable now points to a file, not a directory as before. Also, the file it points to doesn't have to be named similar to Tracee's generated bpf.o file, it can have any name.--output option:eot
.Notable fixes:
ptrace
'srequest
was incorrectly printed as number, and now prints the decoded textual values.Related videos:
https://youtu.be/ddkTX9vAHqE
Beta Was this translation helpful? Give feedback.
All reactions