mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
22 lines
384 B
Plaintext
22 lines
384 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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}}`
|