diff --git a/pages/common/whois.md b/pages/common/whois.md new file mode 100644 index 0000000000..c860b97954 --- /dev/null +++ b/pages/common/whois.md @@ -0,0 +1,16 @@ +# whois + +> Commandline client for the WHOIS (RFC 3912) protocol. +> More information: . + +- Get information about a domain name: + +`whois {{example.com}}` + +- Get information about an IP address: + +`whois {{8.8.8.8}}` + +- Get abuse contact for an IP address: + +`whois -b {{8.8.8.8}}`