Check If Text Is Fake
Parse text for Cyrillic mimics and full-width characters. Sanitize datasets to prevent IDN homograph attacks while preserving layout. Validate integrity.
Please configure parameters and execute the action.
About Check If Text Is Fake
This tool scans your text for known homoglyph characters (e.g., Cyrillic/Greek lookalikes) and full-width characters commonly used to forge text.
Features
This tool provides the following features:
- Homoglyph Detection - Detects common Cyrillic/Greek lookalike characters.
- Full-width Detection - Detects full-width Latin and punctuation characters.
- Detailed Report - Shows counts and the suspicious characters found.
Examples
-
Likely fake (homoglyphs)
Input: Pаsswоrd rеsеt nоw Output (example): Suspicious: YES Homoglyph chars: 4 Full-width chars: 0
-
Likely fake (full-width)
Input: Hello, world! Output (example): Suspicious: YES Homoglyph chars: 0 Full-width chars: 13
-
Looks normal
Input: Hello, world! Output (example): Suspicious: NO Homoglyph chars: 0 Full-width chars: 0
Real-World Usage Scenarios
- Phishing-Link Verification - Identify deceptive links where attackers swap Latin characters for Cyrillic or Greek homoglyphs (e.g., using a Cyrillic 'а' instead of a Latin 'a') to mimic legitimate banking or login portals.
- Business Email Compromise - BEC - Prevention - Scan sender display names and email body text in incoming invoices to detect subtle character substitutions often used in wire transfer fraud and executive impersonation.
- Database Integrity - Data Sanitization - Filter out full-width Unicode characters from user inputs that can bypass legacy security filters or cause errors in SQL databases and form processing scripts.
- Brand Reputation - Typosquatting Analysis - Check potential domain names or social media handles for look-alike characters to prevent attackers from registering spoofed versions of your official brand assets.
Frequently Asked Questions
What is a homoglyph attack?
It is a spoofing technique where an attacker uses visually identical characters from different alphabets (like Greek, Cyrillic, or Latin) to deceive users into visiting fake websites or trusting fraudulent emails.
Why are full-width characters flagged as suspicious?
Full-width characters are often used to bypass Web Application Firewalls (WAFs) or security filters that only look for standard ASCII characters. They can also break text formatting in professional software.
Can this tool detect all types of forged text?
This tool specifically targets character-level forgery involving homoglyphs and width-variant characters. It does not analyze AI-generated syntax or semantic misinformation.
Is the analyzed text stored on your servers?
No. The scanning process is performed locally in your browser. Your input text and the resulting detection report are never saved or transmitted to external servers.