Tracee v0.16.0 Released! #3295
josedonizetti
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.
-
🚨 Breaking changes 🔨
defaultAction
todefaultActions
.filter
is nowfilters
, andaction
is nowactions
.🚀 What's new? 🚀
🔬 analyze subcommand 🕵️♂️
We introduced the
analyze
experimental subcommand that enables users to test signatures based on previously collected events.The following collects ptrace events into a json file and then analyzes the file for anti_debugging signature:
🦄 Misc 💐
--signatures-dir
flag now supports multiple values, allowing you to specify multiple directories for signature files.execve
,kill
,getdents
syscalls were hooked:tracee -f e=hooked_syscalls -f hooked_syscalls.args.check_syscalls=execve,kill,getdents
🔨 Fixes 👷
init_namespaces
, were not passing through the events pipeline. This caused affected signatures to remain untriggeredsocket_accept
event not triggering alongsidesecurity_socket_accept
Beta Was this translation helpful? Give feedback.
All reactions