forked from globaldatanet/aws-firewall-factory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
owasptopten.json
64 lines (64 loc) · 1.44 KB
/
owasptopten.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"General": {
"Prefix": "",
"Stage": "",
"FireHoseKeyArn": "",
"DeployHash": "",
"SecuredDomain": [
""
],
"S3LoggingBucketName": "",
"CreateDashboard": true
},
"WebAcl": {
"Name": "owasptopten",
"Scope": "REGIONAL",
"Type": "",
"IncludeMap": {
"account": [
""
]
},
"PreProcess": {
"ManagedRuleGroups": [
{
"Vendor": "AWS",
"Name": "AWSManagedRulesAmazonIpReputationList",
"Version": "",
"Capacity": 25
},
{
"Vendor": "AWS",
"Name": "AWSManagedRulesAnonymousIpList",
"Version": "",
"Capacity": 50
},
{
"Vendor": "AWS",
"Name": "AWSManagedRulesBotControlRuleSet",
"Version": "",
"Capacity": 50
},
{
"Vendor": "AWS",
"Name": "AWSManagedRulesCommonRuleSet",
"Version": "",
"Capacity": 700
},
{
"Vendor": "AWS",
"Name": "AWSManagedRulesKnownBadInputsRuleSet",
"Version": "",
"Capacity": 200
},
{
"Vendor": "AWS",
"Name": "AWSManagedRulesSQLiRuleSet",
"Version": "",
"Capacity": 200
}
],
},
"PostProcess": {}
}
}