Query billions of current and historical DNS resource records sets
domain.com
returns records for domain.com
.domain.com
returns records for domain.com
and all its subdomains159.100.30.41
returns records that point to this IP address159.100.30.0/24
returns records that point to any IP addresses from this CIDRdomain.com
returns records that point to domain.com
.domain.com
returns records that point to domain.com
or any of its subdomains~spf=
returns TXT records that contains spf=
hostmaster@example.com
returns SOA records with this email address for RNAME*@example.com
returns SOA records with any email address on the example.com
domain for RNAMEtype=NS,A,AAAA
). Accepts a
comma-separated list of DNS record types, either in textual or numeric form.from=2022-01-01
). Also
accepts UNIX timestamp and relative times (e.g. from=-1M
for a month ago).to=2023-03-13
). Also
accepts UNIX timestamp and relative times (e.g. to=-1M
for a month ago).not_before=2023-07-01
). Also accepts UNIX timestamp and relative times (e.g.
not_before=-1M
for a month ago).first_seen
(the default) or last_seen
. Both are
descending sorts (most recent first).json
, cof
(see Common Output
Format)
or dig
. Default format is based on the Accept
HTTP header.limit=10000
). Defaults to 100
, and up to
50000
.0
.