This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
dns_search [2022/06/25 22:29] kaduuwikiadmin |
dns_search [2023/05/22 20:40] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== | + | |
+ | ====== | ||
You can search in a Kaduu database similar domain names. You can investigate the results with various tools. | You can search in a Kaduu database similar domain names. You can investigate the results with various tools. | ||
The database is updated daily using domain registration feeds. | The database is updated daily using domain registration feeds. | ||
- | Available | + | Available |
+ | |||
+ | ^ Field Name ^ Description | ||
+ | | createdAt | ||
+ | | registrationDate | ||
+ | | name | Domain name (default field). | ||
+ | | tld | Top-level domain name (domain zone): com, org, net, de, etc. | | ||
+ | |||
+ | |||
+ | All search operators: | ||
+ | |||
+ | ^ Field Name ^ Description | ||
+ | | microsoft | Search for domain names similar to microsoft with Levenshtein distance of 2. This is the equivalent of the microsoft~2 query and is its shorter version. | ||
+ | | name: | ||
+ | | microsoft.com | ||
+ | | micro OR soft | Search for domains micro or soft in any domain zone. OR keyword is case-sensitive. This is the equivalent of micro soft search query. | ||
+ | | name: | ||
+ | | name:micro AND NOT tld:com | Search for domains matching micro in any domain zone, except .com. | | ||
+ | | microsoft~2 | ||
+ | | *microsoft* | ||
+ | | software*update | ||
+ | | registrationDate: | ||
+ | | createdAt: | ||
+ | | registrationDate: | ||
+ | | name: | ||
- | ^ Heading 1 ^ Heading 2 | | ||
- | | Row 1 Col 1 | Row 1 Col 2 | | ||
- | createdAt Creation date & time. | ||
- | registrationDate Registration date. | ||
- | name Domain name (default field). | ||
- | tld Top-level domain name (domain zone): com, org, net, de, etc. | ||
- | Detailed Syntax: | ||