Supported Resource Record typesΒΆ
The Deteque Passive API supports the following record types only:
RRTYPE | Description |
---|---|
A | IPv4 Address record |
AAAA | IPv6 Address record |
NS | Name server record |
MX | Mail exchange record |
CNAME | Canonical name record |
TXT | Text record |
SPF | Sender Policy Framework (obsoleted) |
SOA | Start of [a zone of] authority record |
SRV | Service locator record |
PTR | Pointer record |
NOTE: The current implementation of the Deteque Passive API manages only the
IN
class of records. For this reason therrclass
parameter is constant and implicitly set toIN
for all searches.