CIDR DNS History (Reverse IP)

GET
 /api/axon/ip/dns/history/:ip/:cidr
 get DNS History for an IP 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: 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/history/{ip}/{cidr}