Blog Viewer

EDR: How to gather an strace for the cbdaemon

By CB_Support posted Feb 02, 2019 12:32 AM

  

Environment

  • EDR (formerly CB Response) Sensor: 6.x
  • Linux: All Supported Versions

Objective

To generate an strace output for the cbdaemon process for troubleshooting purposes. 

Resolution

  1. Get the PID of the cbdaemon process:
# ps -ef | grep cbdaemon
  1. Run:
# strace -f -p <PID> -o strace.out
  • where <PID> is the PID of the cbdaemon process from step 1. 
  1. Reproduce the issue being observed (if applicable)
  2. Press Ctrl-c to cancel after the reproducing the issue.
  3. Upload the resulting strace.out file to CB Vault.

Additional Notes

  • The strace package is required to run these steps. 


#EDR
0 comments
0 views

Permalink