A company uses AWS WAF to protect a web application. They notice that some malicious requests are being allowed. After investigating, they find that the requests have valid AWS WAF tokens but the payloads are obfuscated. Which WAF configuration should be reviewed to improve detection?
Bot Control managed rule group can detect and block bots using obfuscated payloads by analyzing behavior and signatures.
Why this answer
AWS WAF Bot Control managed rule group is designed to detect and block requests from bots, including those that use obfuscated payloads. Since the malicious requests have valid tokens but obfuscated payloads, Bot Control can analyze behavior patterns and signature heuristics to identify such traffic. Rate-based rules (option B) are used to limit request rates, not to detect obfuscated payloads.
SQL injection match conditions (option C) detect SQL injection patterns, not general obfuscation. IP set match rules (option D) block or allow based on IP addresses, which is ineffective against obfuscated payloads.