forked from cloudacademy/static-website-example
-
Notifications
You must be signed in to change notification settings - Fork 1
/
web_violations.json
34 lines (34 loc) · 1.23 KB
/
web_violations.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
{
"0": "No violation detected",
"1": "Known Violators",
"2": "Country Block",
"4": "Browser Integrity Check",
"8": "Known Violator User Agent",
"16": "Pages Per Minute Exceeded",
"32": "Known Violator Honeypot",
"64": "Referrer Block",
"128": "Session Length Exceeded",
"256": "Pages Per Session Exceeded",
"512": "Bad User Agent",
"1024": "Aggregator User Agents",
"2048": "Customer IP Blacklist",
"4096": "JavaScript Not Loaded",
"8192": "JavaScript AJAX Not Completed",
"16384": "Machine Learning",
"32768": "Known Violator Automation Tool",
"65536": "A tag-to-action triggered",
"131072": "Cookie Tampering",
"262144": "IP Pinning Threat",
"524288": "Invalid JS Test Results",
"1048576": "GeoIP Org ACL",
"2097152": "Known Violator Data Center",
"4194304": "User Agent ACL",
"8388608": "Unique Identifier ACL",
"16777216": "Header Name and Value ACL",
"33554432": "Exceeds Invalid Request Counter",
"67108864": "Maximum CAPTCHA Attempts Exceeded",
"134217728": "Extension ACL",
"268435456": "Missing Unique ID",
"536870912": "Requests Per Minute Per Path Exceeded",
"1073741824": "Requests Per Session Per Path Exceeded"
}