Domain
Domain Malicious
The Domain Malicious API provides information about the reputation of a domain or IP address.
GET
/
api
/
v2
/
domain
/
malicious
Header
x-api-key
string
requiredThis parameter specifies the private key you’ll need for Piloterr access.
Parameters
query
string
A domain or IP address for which you want to retrieve.
Response
malicious
Reponse Object
sources
Array
An array of sources that have reported the domain or IP address as malicious.
url
string
The URL of the source.
name
string
The name of the source.
type
string
The type of the source.
malicious
boolean
A boolean value that indicates whether the domain or IP address is malicious.
Was this page helpful?