-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Milestone
Description
Domain Query: Retrieve information about a specific domain.
Example: https://rdap.org/domain/example.com
IP Address Query: Retrieve information about a specific IP address or IP range.
Example: https://rdap.org/ip/192.168.0.1
Example for IP range: https://rdap.org/ip/192.168.0.0/24
Autonomous System Number (ASN) Query: Retrieve information about a specific ASN.
Example: https://rdap.org/autnum/64496
Entity Query: Retrieve information about a specific entity, such as a person or organization.
Example: https://rdap.org/entity/RIPE-NCC-MNT
Nameserver Query: Retrieve information about a specific nameserver.
Example: https://rdap.org/nameserver/ns1.example.com
To do this we need to:
- Methods to accurately determine domain, ip, asn, entity or nameserver
- Command options (adding it as --rdap or -r for now)
- Verify if we need to follow a referral
Metadata
Metadata
Assignees
Labels
Projects
Status
Backlog