Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@ The following fields are now available in Cache Rules expressions:
| `cf.bot_management.verified_bot` | Boolean | Whether the request originates from a verified bot, such as a search engine crawler. |
| `cf.bot_management.static_resource` | Boolean | Whether the request is for a static resource and therefore exempt from bot detection. |
| `cf.bot_management.js_detection.passed` | Boolean | Whether the browser passed JavaScript detection when the feature is enabled. |
| `cf.bot_management.attack_score` | Number | Classifies the request by attack score, from `1` (likely automated) to `99` (likely human). |
| `cf.bot_management.api_score` | Number | Classifies the request by API score, from `1` (likely automated) to `99` (likely human). |
| `cf.bot_management.bot_tags["<TAG>"]` | Boolean | Whether the bot traffic matches the specified tag, such as `google` or `bing`. |
| `cf.bot_management.corporate_proxy` | Boolean | Whether the request originates from a known corporate proxy. |
| `cf.bot_management.detection_ids` | Array | Detection IDs for Bot Management heuristic detections on the request. |
| `cf.bot_management.signed_agent` | Boolean | Whether the request originates from a known agent that self-identifies with Web Bot Auth. |
| `ip.src.asnum` | Number | The autonomous system number (ASN) of the incoming request's IP address. |

:::note
Expand All @@ -42,4 +41,4 @@ or
(http.request.uri.path contains "/api/" and not ip.src.asnum in {12345 67890})
```

To learn more, refer to the [Cache Rules documentation](/cache/how-to/cache-rules/) and the [Fields reference](/ruleset-engine/rules-language/fields/).
To learn more, refer to the [Cache Rules documentation](/cache/how-to/cache-rules/), [Bot Management variables](/bots/reference/bot-management-variables/), and the [Fields reference](/ruleset-engine/rules-language/fields/).