Query Basics
- When querying for an IPv4 address, it must be in reverse order. e.g., to check if IP address 1.2.3.4 is present on a DNS list, the octets must be reversed, and you would query for 4.3.2.1.<list>.
- For IPv6 addresses, these must be queried in reverse nibble format. e.g., to check if the IPv6 address 2001:db8::1 is present on a DNS list, you would query for “1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.b.d.0.1.0.0.2.<list>.”
- For domains, these are appended to the query, e.g., to check if domain example.com is present, you would query for “example.com.<list>.”