Tested tool guide
Tested browser tools
Checked August 16, 2026
What Phishing URL Pattern Detector does, with a checked example
This tool inspects a URL's structure the way a phishing link is built: the hostname, the registrable domain, the script of each character, and the path. It flags IDN homographs (Cyrillic or Greek characters that render like Latin letters), brand names placed where they do not belong, subdomain tricks that make a foreign domain read like a trusted one, and path keywords such as 'login' or 'verify'. Nothing is fetched; the URL is analyzed entirely in the browser. The thing most people get wrong: a clean report is not a safety certificate. The tool sees the link's shape, not the page behind it.
Worked example
A concrete input and expected output from the current implementation.
Input
https://www.paypal.com.verify-login.xyz/account/signin
->
Expected output
Flags raised:
- Brand impersonation: the label 'paypal' appears in a subdomain of verify-login.xyz, which is not paypal.com.
- Suspicious subdomain: 'paypal.com' reads as a dotted prefix under an unrelated registrable domain, the classic lookalike structure.
- Suspicious path: '/account/signin' matches keywords common on credential-harvesting pages.
Registrable domain: verify-login.xyz. Risk level: high.
The last two labels, verify-login.xyz, are the registrable domain; everything before them, including the 'paypal.com' prefix, belongs to whoever owns that domain. A URL shaped so its left part reads like a trusted site while the real owner is elsewhere is exactly what the brand and subdomain checks exist to catch.