{ "id":"/axapi/v3/waf/template/{name}/request-check", "type":"object", "node-type":"scalar", "title":"request-check", "partition-visibility":"shared", "description":"Request check", "properties":{ "bot-check":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Check User-Agent for known bots", "optional":true }, "bot-check-policy-file":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Name of WAF policy list file", "optional":true }, "command-injection-check":{ "type":"string", "format":"enum-list", "partition-visibility":"shared", "description":"Check to protect against command injection attacks", "enum":[ "cookies", "headers", "form-body", "uri-query" ], "optional":true }, "command-injection-check-policy-file":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Name of WAF policy command injection list file", "optional":true }, "redirect-whitelist":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Check Redirect URL against list of previously learned redirects", "optional":true }, "referer-check":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Check referer to protect against CSRF attacks", "optional":true }, "referer-domain-list":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":255, "partition-visibility":"shared", "not":"referer-domain-list-only", "description":"List of referer domains allowed", "optional":true }, "referer-safe-url":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":255, "partition-visibility":"shared", "description":" Safe URL to redirect to if referer is missing", "optional":true }, "referer-domain-list-only":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":255, "partition-visibility":"shared", "not":"referer-domain-list", "description":"List of referer domains allowed", "optional":true }, "session-check":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable session checking via session cookie", "optional":true }, "lifetime":{ "type":"number", "format":"number", "minimum":1, "maximum":1440, "default":10, "partition-visibility":"shared", "description":"Session lifetime in minutes (default 10)", "optional":true }, "sqlia-check":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'reject': Reject requests with SQLIA patterns; ", "enum":[ "reject" ], "optional":true }, "sqlia-check-policy-file":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Name of WAF policy list file", "optional":true }, "url-blacklist":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"specify name of WAF policy list file to blacklist", "optional":true }, "waf-blacklist-file":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Name of WAF policy list file", "optional":true }, "url-whitelist":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"specify name of WAF policy list file to whitelist", "optional":true }, "waf-whitelist-file":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Name of WAF policy list file", "optional":true }, "url-learned-list":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Check URL against list of previously learned URLs", "optional":true }, "xss-check":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'reject': Reject requests with bad cookies; ", "enum":[ "reject" ], "optional":true }, "xss-check-policy-file":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Name of WAF policy list file", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }