Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature | Add WAFv2 AWSManagedRulesATPRuleSet for AWS WAFv2 via Terraform #430

Open
marianod92 opened this issue Sep 1, 2022 · 1 comment

Comments

@marianod92
Copy link
Contributor

Enable AWSManagedRulesATPRuleSet for AWS WAFv2 via Terraform

Add related rules and example Terraform code to provision/enable AWSManagedRulesATPRuleSet for AWS WAFv2.
This functionality allows us to protect from brute force attacks on a specified login, lost credentials and even, allows us to verify session and token issues.

Currently not supported by Terraform. This is mentioned in the following Issues:

Layer related: security-firewall

Example of expected code:

statement {
  managed_rule_group_statement {
    name               = "AWSManagedRulesATPRuleSet"
    vendor_name = "AWS"
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant