Skip to content

cf.waf.signature.request.confidence

cf.waf.signature.request.confidenceArray<String>

An array of confidence values associated with attack signatures that matched the request.

Supported values are high and low.

Available to customers with Attack Signature Detection in Security Analytics and Custom Rules. Contact your Cloudflare account team to request Early Access.

Example value:

["high"]

Example usage:

any(cf.waf.signature.request.confidence[*] eq "high")
Categories:
  • Request

Was this helpful?