HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

whois — Client for the WHOIS (RFC 3912) protocol. More information: <https://manned.org/whois>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandclientwhoiscliforrfc

Problem

How to use the whois command: Client for the WHOIS (RFC 3912) protocol. More information: <https://manned.org/whois>.

Solution

whois — Client for the WHOIS (RFC 3912) protocol. More information: <https://manned.org/whois>.

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}}

Code Snippets

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}}

Context

tldr-pages: common/whois

Revisions (0)

No revisions yet.