Environment
- EDR Server: All Versions
- EDR Sensor: All Versions
- Operating System: All Types
Objective
How to determine matching Ciphers to complete the handshake between Sensor and Server
Resolution
EDR Server
Sensor/Endpoint
Additional Notes
- You need at least one Cipher suite to match in order to complete the TLS handshake. If they do not, you have two options
- EDR Hosted uses the following cipher suites to accommodate endpoints on older OS's:
- TLS_DHE_RSA_WITH_AES_128_CBC_SHA256
- TLS_DHE_RSA_WITH_AES_128_GCM_SHA256
- TLS_DHE_RSA_WITH_AES_256_CBC_SHA256
- TLS_DHE_RSA_WITH_AES_256_GCM_SHA384
- TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
- TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
- TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
- TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
- TLS_RSA_WITH_AES_128_CBC_SHA256
- TLS_RSA_WITH_AES_128_GCM_SHA256
- TLS_RSA_WITH_AES_256_CBC_SHA256
- TLS_RSA_WITH_AES_256_GCM_SHA384
Related Content