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!

Enterprise EDR: How to Troubleshoot UBS Functionality

Enterprise EDR: How to Troubleshoot UBS Functionality

Environment

  • Carbon Black Enterprise EDR Sensor: All Versions
  • Microsoft Windows: All Supported Versions

Objective

How to Troubleshoot UBS Functionality

Resolution

  1. The RepCLI utility will need to be enabled. Cb Defense: How to Access RepCLI Utility
  2. Show stream of Kernel Requests of detection of execution of binary, to be evaluated for UBS Query
    repcli streamubs -queries -requests
    1. Show stream of backend responses to issued UBS queries from sensor
      repcli streamubs -queries -responses
      1. Force queued UBS queries to send immediately. 
        • View pending UBS Queries
        repcli cloud UbsQuery -showpending
        • Force the pending UBS Queries
        repcli cloud UbsQuery -force
      2. Confirm if you have a binary file
        repcli cloud UbsQuery -file <file_path>
        repcli cloud UbsQuery -sha256 <sha256>
        1. Show upload requests from the Sensor (if UBS did not have the file, sensor will start upload)
          repcli streamubs -uploads -requests
          1. Show the zip path of a file that was uploaded. A json file will be shown if the upload attempts. The field "sensor_status" will be 0 if the upload worked.
            repscli streamubs -uploads -responses
            1. In the confer.log, search for UbsUploadManager for log entries relate to binary upload operations

            Additional Notes

            Like event uploads, UBS queries execute asynchronously so they are queued until a timer period elapses

            Was this article helpful? Yes No
            No ratings
            Article Information
            Author:
            Creation Date:
            ‎12-11-2018
            Views:
            791
            Contributors