Techniques
Sample rules
Strace Process Activity
- source: elastic
- technicques:
- T1068
Description
Strace is a useful diagnostic, instructional, and debugging tool. This rule identifies a privileged context execution of strace which can be used to escape restrictive environments by instantiating a shell in order to elevate privileges or move laterally.
Detection logic
event.category:process and event.type:(start or process_started) and process.name:strace