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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Draft to collaborate on v0.16.0 release announcement
🚨 Breaking changes 🔨
defaultActiontodefaultActions.filteris nowfilters, andactionis nowactions.🚀 What's new? 🚀
🔬 analyze subcommand 🕵️♂️
We introduced the
analyzeexperimental 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-dirflag now supports multiple values, allowing you to specify multiple directories for signature files.execve,kill,getdentssyscalls 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_acceptevent not triggering alongsidesecurity_socket_accept(socket_accept event not triggering alongside security_socket_accept #3229)Beta Was this translation helpful? Give feedback.
All reactions