Support Scam Detection
The Support engine detects obfuscated URLs that scammers use to impersonate Discord support. These URLs hide their true destination using various encoding techniques.How It Works
The engine applies a series of cleaning techniques to reveal hidden URLs:Detection Techniques
- Zero-width character stripping — Removes invisible Unicode characters used to break up URLs
- Unicode homoglyph normalization — Replaces lookalike characters (like Cyrillic letters that resemble Latin) with their ASCII equivalents
- URL encoding detection — Identifies
%XXencoded characters - Bracket obfuscation — Detects URLs split with
[and]brackets - Full-width character conversion — Normalizes full-width Unicode characters
Common Scam Patterns Detected
- “discord-app.com” lookalikes using Unicode homoglyphs
- Split URLs like
discord.andgift/...using zero-width spaces - URL-encoded
%68%74%74%70%73protocol prefixes - Support impersonation directing victims to fake staff
Configuration
- Actions — Delete, warn, timeout, kick, ban (configurable order)
- Alerts — Toggle alert embeds, set channel, configure ping roles

