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!

Carbon Black Cloud: How to Test Client Connectivity to the Backend (Windows)

Carbon Black Cloud: How to Test Client Connectivity to the Backend (Windows)

Environment

  • Carbon Black Cloud Console: All versions
  • Carbon Black Cloud Sensor: All supported versions
  • Microsoft Windows: All supported versions

Objective

Test to confirm a client machine's ability to connect to the Carbon Black Cloud backend

Resolution


Test connection to the Sensor URL. (Example of a Prod05 URL)
Without connection to the sensor URL, the sensor will be unable to check-in. dev-prod05.conferdeploy.net is specific to Prod 05. For other environments see additional notes
  1. Open a Powershell administrative prompt
  2. Run command:
    Test-NetConnection -computername dev-prod05.conferdeploy.net -Port 443 -InformationLevel Detailed
  3. Successful connection will show:
    TcpTestSucceeded : True 
    
Test connection to the Content Management URL
Without connection to the content management URL, the sensor is not fully operational or protected. This URL is the same for all backends.
  1. Open a Powershell administrative prompt
  2. Run command:
    Test-NetConnection -computername content.carbonblack.io -Port 443 -InformationLevel Detailed
  3. Successful connection will show:
    TcpTestSucceeded : True
Test connection to the Signature Update URL
Only needed for the Endpoint Standard sku. Without connection to the Signature URL, the sensor will not be able to receive signature pack updates. This URL is the same for all backends.
  1. Open a Powershell administrative prompt
  2. Run command:
    Test-NetConnection -computername updates2.cdc.carbonblack.io -Port 443 -InformationLevel Detailed
  3. Successful connection will show:
    TcpTestSucceeded : True
    

Additional Notes

BackendSensor URL
Prod 01https://devices.confer.net/
Prod02https://dev5.conferdeploy.net/
Prod05https://dev-prod05.conferdeploy.net/
Prod06https://dev-prod06.conferdeploy.net/
Prod07https://dev-prodnrt.conferdeploy.net
ProdSYDhttps://dev-prodsyd.conferdeploy.net
  • Port 54443 is a backup port for the Sensor URL
  • Live Response can also be used to test the connection:
    execfg powershell Test-NetConnection -computername <URL> -Port 443 -InformationLevel Detailed

Related Content


Was this article helpful? Yes No
100% helpful (3/3)
Article Information
Author:
Creation Date:
‎09-09-2020
Views:
15609
Contributors