PTR Records for CIDR (returns domains)
IP:
API calls for IP addresses
DNS:
APIs for gathering current and historic DNS data
GET
/api/axon/ip/dns/hostname/:ip/:cidr
Find hostnames associated with PTR records for this IP address & CIDR
Parameters
Request Header
"Authorization: BEARER {YOUR_API_KEY_HERE}"
Cidr (string)
Path Parameter
CIDR
Ip (string)
Path Parameter
Input IP address
Limit (integer)
Query Parameter
Limit the number of tuples returned to this
Minimum: 1
Maximum: 100
Wildcard (boolean)
Query Parameter
Include child labels
Example Usage
curl -H "Authorization: BEARER {YOUR_API_KEY}" https://app.validin.com/api/axon/ip/dns/hostname/{ip}/{cidr}
Responses