This control verifies that AWS WAF Classic Regional rule groups have at least one rule, essential for effective traffic management.
Rule | AWS WAF Classic Regional rule groups should have at least one rule |
Framework | AWS Foundational Security Best Practices |
Severity | ✔ Medium |
Rule Description:
AWS WAF Classic Regional rule groups must contain at least one rule that aligns with AWS Foundational Security Best Practices. This ensures that the AWS resources are protected against known security risks and vulnerabilities.
Troubleshooting Steps:
Necessary Codes/CLI Commands:
aws waf list-rules
aws waf create-rule --name "AWS Foundational Security Best Practices Rule" --type "XSS" --priority 1 --action "BLOCK" --override-action "COUNT"
Step-by-Step Guide for Remediation:
aws waf list-rules
.By following these steps and ensuring that AWS WAF Classic Regional rule groups have at least one rule for AWS Foundational Security Best Practices, you can enhance the security posture of your AWS resources and mitigate potential security threats effectively.