whois
doesn't know where to look up that domain.
You'll need to provide:
- An
-h <host>
to a register, eg whois.markmonitor.com
- Use
-i
option to use the traditional Network Information Center [link]
From man whois
:
-h host
Use the specified host instead of the default. Either a host name or an IP address may be specified.
-i
Use the traditional Network Information Center (InterNIC) (whois.internic.net) database. This now contains only registrations for domain names under .COM, .NET, .EDU. You can specify the type of
object to search for like whois -i 'type name' where type can be domain, nameserver, registrar. The name can contain * wildcards.
[man
link]
For example, instead of whois google.com
, use
-
whois -h whois.markmonitor.com google.com
-
whois -i google.com
Both the -h
and -i
will output slightly different results.
A glims of a CLI output:
