Back to library
Domain Malicious API
Check if a domain or IP address has been flagged as malicious across multiple threat intelligence feeds, with source attribution.
Active1 credit = 1 requestGET/v2/domain/malicious
Endpoint Overview
Detailed documentation, pricing, and usage examples.
Loading…
Code samples
Bash
curl --location --request GET 'https://api.piloterr.com/v2/domain/malicious' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <token>'Replace <token> with your API key, then run the request from your terminal or app.
Create free account, get +500 creditsExample response
JSON
{
"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
}Integrations
Integrate Domain Malicious with your favorite tools.
Pricing
1 credit per request
Reviews
5 / 5 (58 reviews)
66 active users
392K requests
12ms avg response time
Method
GET, POST
Path
/v2/domain/malicious
Status
Active
Collections
Related APIs
Expand your data capabilities with these complementary tools.