IP Blocklist
GET {{baseUrl}}/ip-blocklist?ip=<string>&vpn-lookup=false
The IP Blocklist API will detect potentially malicious or dangerous IP addresses
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
ip | string | (Required) An IPv4 or IPv6 address. Accepts standard IP notation (with or without port number), CIDR notation and IPv6 compressed notation. If multiple IPs are passed using comma-separated values the first non-bogon address on the list will be checked | |
vpn-lookup | boolean | Include public VPN provider IP addresses. <br><b>NOTE</b>: For more advanced VPN detection including the ability to identify private and stealth VPNs use the <a href="https://www.neutrinoapi.com/api/ip-probe/">IP Probe API</a> |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"ip":"\u003cstring\u003e","is-bot":"\u003cboolean\u003e","is-exploit-bot":"\u003cboolean\u003e","is-malware":"\u003cboolean\u003e","is-spider":"\u003cboolean\u003e","is-dshield":"\u003cboolean\u003e","list-count":"\u003cinteger\u003e","is-proxy":"\u003cboolean\u003e","is-hijacked":"\u003cboolean\u003e","is-tor":"\u003cboolean\u003e","is-spyware":"\u003cboolean\u003e","is-spam-bot":"\u003cboolean\u003e","is-listed":"\u003cboolean\u003e","is-vpn":"\u003cboolean\u003e","last-seen":"\u003cinteger\u003e","blocklists":["\u003cstring\u003e","\u003cstring\u003e"],"sensors":[{"id":"\u003cinteger\u003e","blocklist":"\u003cstring\u003e","description":"\u003cstring\u003e"},{"id":"\u003cinteger\u003e","blocklist":"\u003cstring\u003e","description":"\u003cstring\u003e"}],"cidr":"\u003cstring\u003e"}