What is the name of the domain?
What is the error number?
Block by WAF
What is the error message?
You are blocked.
What is the issue you’re encountering
User’s getting blocked while accessing website via Tencent
What steps have you taken to resolve the issue?
Hello Cloudflare Team/Community,
We’re experiencing false positives where legitimate users in Japan are being blocked by Cloudflare’s WAF due to their ISP being flagged under TENCENT-NET-AP-CN
(AS132203).
Issue Details:
- Affected Users: Japanese visitors (
clientCountryName: JP
) - Block Reason: Associated with Tencent’s ASN (
132203
), which is flagged for abuse/DDoS risks - Example Blocked Request:
{ "clientIP": "43.133.14.237", "clientCountryName": "JP", "clientASNDescription": "TENCENT-NET-AP-CN Tencent Building, Kejizhongyi Avenue", "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X)...", "action": "block", "ruleId": "874a3e315c344b2200046aab6f", "description": "manage definite bots" }
Current Mitigation:
- Using Challenge actions instead of blocks for AS132203 traffic.
Request for Guidance:
- How can we allowlist Japanese users on Tencent’s ASN without compromising security?
- Are there additional signals (e.g., device headers, threat score thresholds) to distinguish legitimate users from malicious traffic on this ASN?
- Would combining
clientCountryName: JP
with ASN checks reduce false positives?
Proposed Rule Adjustments:
# Option 1: Allow Japanese traffic on Tencent ASN
(ip.geoip.country eq "JP" and ip.geoip.asnum eq 132203)
→ Action: Allow
# Option 2: Refine bot management
(ip.geoip.asnum eq 132203 and cf.threat_score < 25 and http.user_agent contains "iPhone")
→ Action: Challenge
Key Concerns:
- Tencent’s ASN serves both legitimate Japanese users and high-risk traffic.
- Over-blocking impacts iPhone users (critical audience for our travel platform).
Any insights on balancing security and accessibility would be greatly appreciated!
Was the site working with SSL prior to adding it to Cloudflare?
Yes
What is the current SSL/TLS setting?
Full
What are the steps to reproduce the issue?
User > Website > Via > Tencent ASN > Block