IMPORTANT ANNOUNCEMENT: On May 6, 2024, Carbon Black User eXchange (UeX) and Case Management will move to a new platform!
The Community will be in read-only mode starting April 19th, 7:00 AM PDT. Check out the blog post!
You will still be able to use the case portal to create and interact with your support cases until the transition, view more information here!

EDR: How to Collect Windows Sensor Diagnostic Logs With Tamper Protection enabled (7.2.0+)

EDR: How to Collect Windows Sensor Diagnostic Logs With Tamper Protection enabled (7.2.0+)

Environment

  • EDR Sensors: 7.2.0 and Higher
  • Microsoft Windows: All Supported Versions
  • Microsoft .NET 4.5 and Higher

Objective

How to collect diagnostics using the sensordiags.exe tool for sensors in a sensor group with Tamper Protection enabled.

Resolution

There are two methods to do this:
  1. Via CB Live Response:
    1. Establish a CB Live Response session and enter (replace <username> with your username):
    2. execfg cmd.exe /c sensordiag -type CDE -output c:\users\<username>\desktop\
    3. Collect the zip file from c:\users\<username>\desktop.
  2. Locally on the endpoint:
    1. Open an elevated command prompt.
    2. Copy sensordiag.exe to a writable and executable path (replace <username> with your username):
    3. copy c:\windows\carbonblack\sensordiag.exe c:\users\<username>\desktop\
    4. Execute sensordiag.exe:
    5. c:\users\<username>\desktop\sensordiag.exe -type CDE -output c:\users\<username>\desktop\
    6. Collect the zip file from c:\users\<username>\desktop.

Related Content


Labels (1)
Tags (2)
Was this article helpful? Yes No
No ratings
Article Information
Author:
Creation Date:
‎03-26-2021
Views:
1423