These tools can be used to monitor malware actions that are performed on the testing system:
- strace: This is a standard diagnostic and debugging Linux utility. It uses a ptrace call to inspect and manipulate the internal state of the target process.
- ltrace: This is another debugging utility that displays calls that an application makes to libraries and system calls.