Cloudflare Worldedge community field guide

RETROSPECTIVE EDITION / 2024-04

WAF:block の前に rule を観測する

managed / custom rule には action だけでなく scope、evidence、exception、rollback が必要です。

ISSUE
04 / 32
初回公開
SOURCE CHECK
Archive integrity

edition month は curriculum 上の位置です。本文の初回公開日は 2026-08-10 で、過去の公開・活動記録を装いません。

01 / DECISION

この primitive を選ぶ時

既知の攻撃 class には managed rule、application 固有 invariant には狭い custom expression を使います。

02 / ARCHITECTURE

最小で説明可能な path を作る

log / challenge mode から始め、matched traffic、hostname、path、exception を確認し、rollback owner を決めて action を上げます。

  1. 01contract を定義

    既知の攻撃 class には managed rule、application 固有 invariant には狭い custom expression を使います。

  2. 02primitive を一つ追加

    log / challenge mode から始め、matched traffic、hostname、path、exception を確認し、rollback owner を決めて action を上げます。

  3. 03failure evidence を残す

    matched request と false positive を測定し、承認済み test case を replay し、bypass が必要以上に広くないか確認します。

03 / REPRODUCE

confidence の前に evidence

matched request と false positive を測定し、承認済み test case を replay し、bypass が必要以上に広くないか確認します。

curl -i "https://example.com/test-path?input=known-safe-probe"

04 / BOUNDARY

Production boundary

広すぎる block rule は outage になります。WAF は authentication、authorization、input validation、secure code の代替ではありません。

05 / FIRST-PARTY SOURCES

一次資料を authoritative に保つ

product behavior、limit、pricing、availability は変わります。実行前に source を再確認してください。

01 / SOURCECloudflare WAFhttps://developers.cloudflare.com/waf/