GET
/
api
/
v2
/
domain
/
dnsbl

What is the Domain Blocklist (DBL)?

The Domain Blocklist (DBL) is a list of domain names with poor reputation.

x-api-key
string
required

This parameter specifies the private key you’ll need for Piloterr access.

Parameters

query
string

A domain or IP address for which you want to get DNSBL information.

Response

dnsbl
DNSBL Object
address
string

The domain or IP address for which you want to get DNSBL information.

blacklisted
boolean

Whether the domain or IP address is blacklisted.

detected
object
count
number

The number of detected providers.

providers
array

The list of detected providers.

categories
object
provider
array

The list of categories for each provider : unknown, spam, exploits, phish, malware, cnc, abused, legit.

providers
object
failed
array

The list of failed providers.

domains
array

The list of domains for each provider.

failed_count
number

The number of failed providers.

domains_count
number

The number of domains for each provider.