QuestionQ35
Security EngineeringA vulnerability scan of a web server found the following:

Which of the following actions would be most likely to eliminate on-path decryption attacks?
Choose two
- A Disallowing cipher suites that use ephemeral modes of operation for key agreement
- B Removing support for CBC-based key exchange and signing AIgorithms
- C Adding TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA256
- D Implementing HIPS rules to identify and block BEAST attack attempts
- E Restricting cipher suites to only allow TLS_RSA_WITH_AES_128_CBC_SHA
- F Increasing the key length to 256 for TLS_RSA_WITH_AES_128_CBC_SHA
Community Discussion