Citrix ADC 13 Advanced Topics – Security, Management and Optimization — Question 15

To protect an environment against Hash DoS attacks, which two configurations can a Citrix Administrator use to block all post requests that are larger than 10,000 bytes? (Choose two.)

Answer options

Correct answer: A, B

Explanation

Options A and B are correct because they utilize the correct condition to target POST requests with a content length greater than 10,000 bytes and implement the appropriate actions to drop such requests. Options C, D, E, and F are incorrect as they either use '||' instead of '&&', which allows larger content lengths, or they do not apply the correct method for blocking POST requests.