Skip to content

Commit 567fe4d

Browse files
authored
[Rules] Snippets now support Custom Lists, Bot Score, and WAF Attack Score (#22301)
* [Rules] Snippets now support Custom Lists, Bot Score, and WAF Attack Score * Cropping screenshot
1 parent fe5be3f commit 567fe4d

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed
287 KB
Loading
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: More ways to match — Snippets now support Custom Lists, Bot Score, and WAF Attack Score
3+
description: Snippets and Cloud Connector now support user-defined IP, AS, and Hostname Custom Lists — plus Bot Score and WAF Attack Score in Snippets.
4+
products:
5+
- rules
6+
date: 2025-05-09T10:00:00Z
7+
---
8+
9+
You can now use IP, Autonomous System (AS), and Hostname [custom lists](/waf/tools/lists/custom-lists/) to route traffic to [Snippets](/rules/snippets/) and [Cloud Connector](/rules/cloud-connector/), giving you greater precision and control over how you match and process requests at the edge.
10+
11+
In Snippets, you can now also match on [Bot Score](/bots/concepts/bot-score/) and [WAF Attack Score](/waf/detections/attack-score/), unlocking smarter edge logic for everything from request filtering and mitigation to [tarpitting](/rules/snippets/examples/slow-suspicious-requests/) and logging.
12+
13+
**What’s new:**
14+
- [Custom lists](/waf/tools/lists/custom-lists/) matching – Snippets and Cloud Connector now support user-created IP, AS, and Hostname lists via dashboard or [Lists API](/api/resources/rules/subresources/lists/methods/list/). Great for shared logic across zones.
15+
- [Bot Score](/bots/concepts/bot-score/) and [WAF Attack Score](/waf/detections/attack-score/) – Use Cloudflare’s intelligent traffic signals to detect bots or attacks and take advanced, tailored actions with just a few lines of code.
16+
17+
![New fields in Snippets](~/assets/images/changelog/rules/snippets-lists-scores.png)
18+
19+
These enhancements unlock new possibilities for building smarter traffic workflows with minimal code and maximum efficiency.
20+
21+
Learn more in the [Snippets](/rules/snippets/) and [Cloud Connector](/rules/cloud-connector/) documentation.

0 commit comments

Comments
 (0)