From 7d5444997f1c02d5df4128787c16f316a6bc5cdb Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Tue, 12 Nov 2019 03:00:57 +0100 Subject: [PATCH] whois: add page (#3552) --- pages/common/whois.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/common/whois.md diff --git a/pages/common/whois.md b/pages/common/whois.md new file mode 100644 index 000000000..c860b9795 --- /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}}`