Upload both the Wireshark capture and the sensor diagnostics to the support case
macOS SENSORS
Determine the PID of the Carbon Black EDR sensor:
ps -ax | grep CbOsxSensorService
Start the communications log dump by issuing the following command:
sudo kill -s USR2 <pid of CbOsxSensorService>
Collect a log dump and upload this to the support case
LINUX SENSORS
Run this command on an affected machine as root or super user (Replacing <EDR_Server_IP> with your Host IP):
sudo tcpdump port 443 host <EDR_Server_IP> -w /tmp/EDR_sensor_connection.pcap
If tcpdump tool is not available in RedHat based Linux:
yum install tcpdump
Initiate an Immediate Linux Sensor Force Check-in to the EDR Server, issue this command inside the terminal as root and sending the SIGUSR1 signal (via su):
sudo kill -n 10 $(pidof cbdaemon)
Stop the tcpdump capture (ctrl+c) and collect the packet capture
Initiate a Linux Sensor Diagnostic Data by issuing this command:
sudo /opt/carbonblack/response/bin/sensordiag.sh
Upload the Tcpdump capture and Sensor diagnostics to the case
Step 2: Collect Server Diagnostics (CBdiags)
Send server diagnostics, for clustered environments please send master and minions. Run this command via terminal/ssh. (Support will collect this for Hosted EDR Customers)
/usr/share/cb/cbdiag --post
Upload all collected Sensor diagnostics, the CBdiags and additional logs (tcpdump, Wireshark) to the case
Step 3: Provide the following information to the case and let the support engineer know the logs have been uploaded:
Is this a newly installed sensor?
Is the connection going through a proxy? What is the proxy address for troubleshooting?
What is the IP address of the Sensor and Server?
(Windows) Is the endpoint up to date on the latest Windows Updates?
(Linux) If required, have the kernel headers been installed?
(macOS) Have the pre-requisites (full disk access, network extensions, kernel extensions) been configured?
What is the license expiration date on the console?