FINDING · DETECTION
Weibo's post-censorship system initially checks only for literal keyword strings, but after a user posts a literal blacklisted keyword the server switches to regex/wildcard matching for that user's subsequent posts — catching obfuscations like 'Fa-ccc-lun' that were not blocked before the trigger event. This per-user escalation of pattern matching means keyword obfuscation provides only one-shot protection.
From 2012-aase-whiskey — Whiskey, Weed, and Wukan on the World Wide Web: On Measuring Censors' Resources and Motivations · §3 · 2012 · Free and Open Communications on the Internet
Implications
- Character-insertion and homoglyph obfuscation of sensitive keywords provide only transient evasion on platforms that track per-user trigger state; once a literal match fires, expanded regex matching is applied to the account.
- End-to-end encryption applied before content reaches the platform is the only reliable defense against adaptive, stateful keyword filtering.
Tags
Extracted by claude-sonnet-4-6 — review before relying.