CB Response: Custom sensor process name will not set
book
Article ID: 290561
calendar_today
Updated On:
Products
Carbon Black EDR (formerly Cb Response)
Issue/Introduction
- Sensor showing up with the default cb.exe process name in Task Manager and process lists
- sensorsettings.ini lists the sensor_exe_name as the custom name
- A sensor crash may have occurred after installation
Environment
- CB Response Server: 6.1 and Higher
- Linux: All Supported Versions
- CB Response Sensor: 6.x
- Microsoft Windows: All Supported Versions
Cause
- This is a known issue caused by how we check what the process name is set to - CB-22642
Resolution
- Stop the sensor services
sc stop carbonblack
sc stop carbonblackk
- Change or add the desired server name under HKEY_LOCAL_MACHINE\SOFTWARE\CarbonBlack\config\CbExeName
- Run cmd as administrator
- Substitute <sensor_process_name> with the desired process name
REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\CarbonBlack\config /v CbExeName /d <sensor_process_name>
- If the CbExeName already exists, overwrite the current value by typing 'Yes'
- Start sensor services
sc start carbonblack
Feedback
thumb_up
Yes
thumb_down
No