Skip to content

Instantly share code, notes, and snippets.

@kkroesch
Last active June 19, 2024 02:52
Show Gist options
  • Save kkroesch/114d9da533438dd69d0a172918328da6 to your computer and use it in GitHub Desktop.
Save kkroesch/114d9da533438dd69d0a172918328da6 to your computer and use it in GitHub Desktop.
Get RDAP information about IP address.
curl -sL https://rdap.db.ripe.net/ip/85.0.0.116 | jq ". | .handle, .name, .country" | tr -d '"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment