F5 Application Delivery Fundamentals — Question 95
Which of the following methods are used by the BIG-IP ASM System to protect against SQL injections?
Answer options
- A. HTTP RFC compliancy checks
- B. Metacharacter enforcement and attack signatures
- C. HTTP RFC compliancy checks and length restrictions
- D. Response scrubbing, HTTP RFC compliancy checks, and metacharacter enforcement
Correct answer: B
Explanation
The correct answer is B, as metacharacter enforcement and attack signatures are specifically designed to identify and block SQL injection attempts. Options A and C mention HTTP RFC compliancy checks, which are not directly related to SQL injection defense. Option D includes techniques that do not specifically target SQL injection as effectively as the correct answer.