Threat Report: Exposing Malware in Linux-Based Multi-Cloud Environments | Download Now

Carbon Black Cloud: How To Find DeviceID In Sensor Logs (Linux)

Carbon Black Cloud: How To Find DeviceID In Sensor Logs (Linux)

Environment

  • Carbon Black Cloud Sensor: All Versions
  • Linux: All Supported Versions

Objective

 To find the DeviceID from sensor logs provided by the customer per the instructions in Carbon Black Cloud: How to Collect Sensor logs locally (Linux)

 

Resolution

  1. Launch terminal
  2. Use grep to get RegistrationId
    % sudo grep 'RegistrationId' \var\opt\carbonblack\psc\cfg.ini
  3. Look for "RegistrationId="
    RegistrationId=<org_id>-<device_id>
    
    Example:
    RegistrationId=4248-3671944

Additional Notes

In the example above 4248 is the OrgID and 3671944 is the DeviceId

Related Content


Was this article helpful? Yes No
No ratings
Article Information
Author:
Creation Date:
‎09-02-2022
Views:
150
Contributors