Deploy, update, and stage your WAFs while managing them centrally via FMS
Releases | Author |
---|---|
Changelog - Features | David Krohn Linkedin - Blog |
AWS Web Application Firewalls (WAFs) protect web applications and APIs from typical attacks from the Internet that can compromise security and availability, and put undue strain on servers and resources. The AWS WAF provides prebuilt security rules that help control bot traffic and block attack patterns. You can also create your own rules based on your own requirements. In simple scenarios and for smaller applications, this is very easy to implement on an individual basis. However, in larger environments with tens or even hundreds of applications, it is advisable to aim for central governance and automation. This simple solution helps you deploy, update and stage your Web Application Firewalls while managing them centrally via AWS Firewall Manager.
If you want to learn more about the AWS Firewall Factory feel free to look at the following media resources.
-
Automated capactiy calculation via API - CheckCapacity
-
Algorithm to split Rules into RuleGroups
-
Automated update of RuleGroup if capacity changed
-
Add ManagedRuleGroups via configuration file
-
Automated generation of draw.io diagram for each WAF
-
Checking of the softlimit quota for WCU set in the AWS account (stop deployment if calculated WCU is above the quota)
-
Easy configuration of WAF rules trough JSON file.
-
Deployment hash to deploy same WAF more than once for testing and/or blue/green deployments.
-
Stopping deployment if soft limit will be exceeded: Firewall Manager policies per organization per Region (L-0B28E140) - Maximum number of web ACL capacity units in a web ACL in WAF for regional (L-D9F31E8A)
-
RegexMatchStatement and IPSetReferenceStatement is working now 🚀
-
You can name your rules. If you define a name in your RulesArray, the name + a Base36 timestamp will be used for the creation of your rule - otherwise a name will be generated. This will help you to query your logs in Athena. The same rule name also applies to the metric by adding "-metric" to the name.
-
Support for Captcha - You can add Captcha as an action to your WAFs. This helps you block unwanted bot traffic by requiring users to successfully complete challenges before their web request are allowed to reach AWS WAF protected resources. AWS WAF Captcha is available in the US East (N. Virginia), US West (Oregon), Europe (Frankfurt), South America (Sao Paulo), and Asia Pacific (Singapore) AWS Regions and supports Application Load Balancer, Amazon API Gateway, and AWS AppSync resources.
-
Added S3LoggingBucketName to JSON. You need to specify the S3 Bucket where logs should be placed in. We also added a prefix for the logs to be AWS conform (Prefix: AWSLogs/AWS_ACCOUNTID/FirewallManager/AWS_REGION/).
-
Added testing your WAF with GoTestWAF. To be able to check your WAF we introduced the SecuredDomain parameter in the JSON (which should be your domain) which will be checked using the WAF tool.
-
TaskFileParameters:
Parameter Value PROCESS_PARAMETERS path to values file eg. values/example-waf.json SKIP_QUOTA_CHECK true (Stop deployment if calculated WCU is above the quota)
false (Skipping WCU Check)WAF_TEST true (testing your waf with GoTestWAF)
false (Skipping WAF testing)CREATE_DIAGRAM true (generating a diagram using draw.io)
false (Skipping diagram generation)CDK_DIFF true (generating a cdk before invoking cdk deploy)
false (Skipping cdk diff) -
Validation of your ConfigFile using schema validation - if you miss a required parameter in your config file the deployment will stop automatically and show you the missing path.
-
PreProcess- and PostProcessRuleGroups - you can decide now where the Custom or ManagedRules should be added to.
- New Structure see example json.
-
RuleLabels - A label is a string made up of a prefix, optional namespaces and a name. The components of a label are delimited with a colon. Labels have the following requirements and characteristics:
-
Labels are case-sensitive.
-
Each label namespace or label name can have up to 128 characters.
-
You can specify up to five namespaces in a label.
-
Components of a label are separated by a colon (:).
-
- Deployment via Teamcity
- An central S3 Bucket with write permission for the security account needs to be in place.
- Create new json file for you WAF and configure Rules in the JSON (see example.json to see structure)
- Set
PROCESS_PARAMETERS
inTaskfile.yml
for new json file - Assume AWS Profile
awsume PROFILENAME
- Enter
task deploy
Any form of contribution is welcome. The above contributors have been officially released by globaldatanet.
Want to contribute to AWS FIREWALL FACTORY? Check out the Contribution docs