{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://neutrino-api.apievangelist.com/json-schema/neutrino-api-ip-blocklist-response.json",
"title": "IPBlocklistResponse",
"description": "Structure of ip-blocklist. Extracted from components.schemas.IPBlocklistResponse in the Neutrino API OpenAPI 3.1 definition (info.version 3.7.2). Property names are kebab-case, matching the API default output-case.",
"required": [
"ip",
"is-bot",
"is-exploit-bot",
"is-malware",
"is-spider",
"is-dshield",
"list-count",
"is-proxy",
"is-hijacked",
"is-tor",
"is-spyware",
"is-spam-bot",
"is-listed",
"is-vpn",
"last-seen",
"blocklists",
"sensors",
"cidr"
],
"type": "object",
"properties": {
"ip": {
"type": "string",
"description": "The IP address"
},
"is-bot": {
"type": "boolean",
"description": "IP is hosting a malicious bot or is part of a botnet. This is a broad category which includes brute-force crackers"
},
"is-exploit-bot": {
"type": "boolean",
"description": "IP is hosting an exploit finding bot or is running exploit scanning software"
},
"is-malware": {
"type": "boolean",
"description": "IP is involved in distributing or is running malware"
},
"is-spider": {
"type": "boolean",
"description": "IP is running a hostile web spider (deprecated but kept for backwards compatibility instead use UA/IP lookups for spider detection)"
},
"is-dshield": {
"type": "boolean",
"description": "IP has been flagged as a significant attack source by DShield (dshield.org)"
},
"list-count": {
"type": "integer",
"description": "The number of blocklists the IP is listed on",
"contentEncoding": "int32"
},
"is-proxy": {
"type": "boolean",
"description": "IP has been detected as an anonymous web proxy or anonymous HTTP proxy"
},
"is-hijacked": {
"type": "boolean",
"description": "IP is part of a hijacked netblock or a netblock controlled by a criminal organization"
},
"is-tor": {
"type": "boolean",
"description": "IP is a Tor node or running a Tor related service"
},
"is-spyware": {
"type": "boolean",
"description": "IP is involved in distributing or is running spyware"
},
"is-spam-bot": {
"type": "boolean",
"description": "IP address is hosting a spam bot, comment spamming or any other spamming type software"
},
"is-listed": {
"type": "boolean",
"description": "Is this IP on a blocklist"
},
"is-vpn": {
"type": "boolean",
"description": "IP belongs to a public VPN provider (only set if the 'vpn-lookup' option is enabled)"
},
"last-seen": {
"type": "integer",
"description": "The unix time when this IP was last seen on any blocklist. IPs are automatically removed after 7 days therefor this value will never be older than 7 days",
"contentEncoding": "int32"
},
"blocklists": {
"type": "array",
"items": {
"type": "string"
},
"description": "An array of strings indicating which blocklist categories this IP is listed on. Current possible values are: