How To Collect Sensor Logs Locally (Mac)
book
Article ID: 291739
calendar_today
Updated On:
Products
Carbon Black Cloud Endpoint Standard (formerly Cb Defense)
Issue/Introduction
Collect Sensor logs locally from an Apple macOS device
Environment
- Carbon Black Cloud Sensor: All Versions
- Audit & Remediation (was CB Live Ops)
- Endpoint Standard (was CB Defense)
- Enterprise EDR (was CB ThreatHunter)
- Apple macOS: All Supported Versions
Resolution
3.5.x.x Sensor and Higher
- Launch preferred terminal emulator
- Run log collection command to output to existing directory
sudo /Applications/VMware\ Carbon\ Black\ Cloud/repcli.bundle/Contents/MacOS/repcli capture <Uninstall_Code> <Destination_Directory>
- Collect logs from <Destination_Directory>
- Upload the file to the case
3.1.x.x - 3.4.x.x Sensor
- Launch preferred terminal emulator
- Run log collection command to output to existing directory
sudo /Applications/Confer.app/uninstall -l <UNINSTALL_CODE> -d <Destination_Directory>
- Collect logs from <Destination_Directory>
- Upload the file to the case
3.0.x.x Sensor and Lower
- Launch preferred terminal emulator
- Enable bypass
sudo /Applications/Confer.app/uninstall -b <UNINSTALL_CODE>
- Run the following command
tar czf ~/Confer-copy.tgz /Applications/Confer.app
- Collect the resulting file
- Rename the file to include the name of the device
{DeviceName}_Confer-copy.tgz
- Disable bypass
sudo /Applications/Confer.app/uninstall -n <UNINSTALL_CODE>
- Upload the file to the case
- Log onto the desired device (either directly or via RDP)
- Boot the machine into Safe Mode
- Launch Terminal
- Run the following command
tar czf ~/Confer-copy.tgz /Applications/Confer.app
- Collect the resulting file
- Rename the file to include the name of the device
{DeviceName}_Confer-copy.tgz
- Upload the file to the case
Additional Information
- Sensor services do not need to be running in order to gather this data
- The only requirement for the 3.1.x.x and higher options is that the directory exists prior to running the command
Feedback
thumb_up
Yes
thumb_down
No