Piloterr

Domain Malicious

GET
/v2/domain/malicious

Check if a domain or IP address has been flagged as malicious across multiple threat intelligence feeds, with source attribution.

Credit cost: 1 credit per call

Authentification

ApiKeyAuth
x-api-key<token>

Your API key. Include it in the x-api-key header for every request.

In: header

Paramètres de requête

query*string

A domain name or IP address to check for malicious activity across multiple threat intelligence sources.

Examples:

197.33.189.70malicious-domain.com

The API cross-references the input against community-curated threat feeds and returns whether it has been flagged as malicious, along with the specific sources that reported it.

Note: Both IPv4 addresses and domain names are accepted.

Corps de la réponse

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v2/domain/malicious?query=string"

{  "sources": [    {      "url": "https://raw.githubusercontent.com/duggytuxy/malicious_ip_addresses/main/blacklist_ips_for_fortinet_firewall_ab.txt",      "name": "Fortinet Firewall AB",      "type": "ip"    },    {      "url": "https://raw.githubusercontent.com/duggytuxy/malicious_ip_addresses/main/botnets_zombies_scanner_spam_ips.txt",      "name": "Botnets, Zombies, Scanner, Spam IPs",      "type": "ip"    }  ],  "malicious": true}

{  "error": "Bad Request"}
{  "error": "Invalid API Key"}
{  "error": "Payment required"}
{  "error": "Rate limit exceeded for the API key: quota monthly"}
{  "error": "Internal Error"}