Provide steps for correcting issues for Windows Sensors with downloading of content manifest data from content.carbonblack.io after receiving a related Alert
URL | Port | Direction | SSL Inspection |
---|---|---|---|
content.carbonblack.io | TCP/443 | Outbound | Disabled |
C:\> Get-TlsCipherSuite -Name <Cipher_Suite_Name> If nothing is returned the cipher suite is not enabled Example with TLS 1.2/FIPs compliant cipher suite C:\> Get-TlsCipherSuite -Name TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
C:\> Get-TlsCipherSuite | foreach {$_.Name}
C:\> Enable-TlsCipherSuite -Name <Cipher_Suite_Name> Example with TLS1.2 and FIPs compliant Cipher Suite C:\> Enable-TlsCipherSuite -Name TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
Org Key Hostname Verification of access from step 1 Configuration information of firewall/proxy exclusion from step 2 Firewall/proxy logs with any errors in communicating with content.carbonblack.io Output of step 4 above