rdapq is a simple command-line tool designed to perform RDAP queries for retrieving domain and IP registration data.
Simple RDAP querying tool
This tool is primarily used by security analysts and threat intelligence professionals to quickly gather registration and ownership information about domains and IP addresses using the RDAP protocol. It facilitates OSINT investigations by providing structured data on network resources, aiding in attribution and reconnaissance tasks.
As a simple RDAP querying tool, rdapq requires network connectivity to RDAP servers and may be limited by rate-limiting or access restrictions imposed by those servers. Users should ensure compliance with RDAP usage policies and consider integrating this tool into broader OSINT workflows for maximum benefit.
Clone the repository using: git clone https://github.com/kadonnelly13/rdapq.git
Navigate to the cloned directory: cd rdapq
Build or install the tool as per language-specific instructions (not explicitly provided)
rdapq example.com
Queries RDAP information for the domain example.com
rdapq 8.8.8.8
Queries RDAP information for the IP address 8.8.8.8