IP address PTR Records

GET
 /api/axon/ip/dns/hostname/:ip
 Find hostnames associated with PTR records for this IP address

Parameters

Request Header
"Authorization: BEARER {YOUR_API_KEY_HERE}"
IP (string)
Path Parameter
Input IP address
Limit (integer)
Query Parameter
Limit the number of tuples returned to this
Minimum: 1
Maximum: 1000
Wildcard (boolean)
Query Parameter
Include child labels
First_seen (date)
Query Parameter
Filter records by first seen date
Format: YYYY-MM-DD
Last_seen (date)
Query Parameter
Filter records by last seen date
Format: YYYY-MM-DD

Example Usage

cURL
curl -H "Authorization: BEARER {YOUR_API_KEY}" https://app.validin.com/api/axon/ip/dns/hostname/{ip}