github.com/akamai/AkamaiOPEN-edgegrid-golang/v8@v8.1.0/pkg/appsec/testdata/TestAttackGroup/AttackGroups.json (about) 1 { 2 "attackGroupActions": [ 3 { 4 "action": "alert", 5 "conditionException": { 6 "exception": { 7 "specificHeaderCookieParamXmlOrJsonNames": [ 8 { 9 "selector": "REQUEST_HEADERS_NAMES", 10 "wildcard": true 11 }, 12 { 13 "names": [ 14 "h1", 15 "h2" 16 ], 17 "selector": "REQUEST_HEADERS", 18 "wildcard": true 19 } 20 ], 21 "specificXmlOrJsonNames": [ 22 { 23 "selector": "REQUEST_HEADERS_NAMES", 24 "wildcard": true 25 }, 26 { 27 "names": [ 28 "h1", 29 "h2" 30 ], 31 "selector": "REQUEST_HEADERS", 32 "wildcard": true 33 } 34 ] 35 } 36 }, 37 "group": "TOOL" 38 }, 39 { 40 "action": "alert", 41 "group": "PROTOCOL" 42 }, 43 { 44 "action": "alert", 45 "group": "SQL" 46 }, 47 { 48 "action": "alert", 49 "group": "XSS" 50 }, 51 { 52 "action": "alert", 53 "group": "LFI" 54 }, 55 { 56 "action": "alert", 57 "group": "RFI" 58 }, 59 { 60 "action": "alert", 61 "group": "CMDI" 62 }, 63 { 64 "action": "alert", 65 "group": "PLATFORM" 66 } 67 ] 68 }