FINDING · DETECTION
The GFW's active-probing system launches probes at suspected circumvention servers within seconds (typically under 3 minutes) of observing a suspicious connection, making reactive defenses (e.g., delaying or rate-limiting probe responses) insufficient on their own to avoid detection and blocking.
From 2015-ensafi-active-probing — Examining how the Great Firewall discovers hidden circumvention servers · §4 · 2015 · IMC
Implications
- Assume that any connection your server accepts may trigger a probe within seconds; design server-side logic to handle probe connections before they cause a block.
- Reactive delay is not enough — the probe arrives fast enough that the target IP is blocked before most operators notice.
Tags
Extracted by claude-sonnet-4-6 — review before relying.