You are troubleshooting a production incident where a legacy application is performing insecure cryptographic operations. Which feature of a Web Application Firewall (WAF) can best help mitigate the risk while a code fix is being developed?
Trap 1: Upgrade the SSL/TLS certificate to a higher bit-length.
Upgrading the certificate does not fix insecure cryptographic usage within the application code.
Trap 2: Enable HTTP/2 protocol enforcement on the WAF load balancer.
Protocol enforcement does not address application-level cryptographic vulnerabilities.
Trap 3: Disable the WAF's logging feature to improve response time during…
Disabling logging hinders forensic analysis and incident response.
- A
Upgrade the SSL/TLS certificate to a higher bit-length.
Why wrong: Upgrading the certificate does not fix insecure cryptographic usage within the application code.
- B
Deploy a custom WAF rule to block requests containing anomalous cryptographic parameters.
Custom rules allow for rapid mitigation of specific exploit vectors targeting application logic.
- C
Enable HTTP/2 protocol enforcement on the WAF load balancer.
Why wrong: Protocol enforcement does not address application-level cryptographic vulnerabilities.
- D
Disable the WAF's logging feature to improve response time during the incident.
Why wrong: Disabling logging hinders forensic analysis and incident response.