Help

netint.xyz supports multiple ways to search for domains. Each mode serves a different purpose and is optimized for specific use cases.

subd

Find all subdomains under a domain. Enter a full domain name to discover everything beneath it in the hierarchy.

subd mode example

Example: Search for google.com to find mail.google.com, drive.google.com, etc.

topd

Find all domains where the word appears as the last chunk. This returns complete domains ending with the specified word.

topd mode example

Example: Search for google to find google.com, google.net, google.co.uk, etc.

incl

Find all domains that include a specific chunk anywhere in their hierarchy, including subdomains of matching domains.

incl mode example

Example: Search for mail to find mail.google.com, google.mail.com, mail.server.example.com, etc.

like

SQL LIKE pattern matching on domain chunks. Use wildcards to find partial matches.

like mode example

Example: Search for %test% to find any domain containing "test" as a chunk, like test.com, testing.example.org, etc.