Prepare for v0.16.0 #3259
yanivagman
started this conversation in
Development
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Draft to collaborate on v0.16.0 release announcement
🚨 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
(socket_accept event not triggering alongside security_socket_accept #3229)Beta Was this translation helpful? Give feedback.
All reactions