{
  "x402Version": 2,
  "id": 8243,
  "slug": "8243",
  "resource": "https://war-tracker.com/api/v1/threat-ips/lookup",
  "description": "Threat IP lookup: supply a single IPv4/IPv6 address and receive a sanitized dossier when the address is in our ledger, or a negative match with network flags when it is not. Billing uses the x402 `upto` scheme — buyers authorize up to $0.02; settled charge is $0.02 on ledger match, $0.001 on miss or invalid input. EVM `upto` facilitators only (Permit2 + facilitatorAddress). Responses expose opaque threat class labels, coarse confidence, timing/counts, and ip-api mobile/proxy/hosting flags —…",
  "type": "http",
  "accepts": [
    {
      "scheme": "upto",
      "network": "eip155:8453",
      "payTo": "0x2633ba64e28A6F6989c343Cb98d43Ea06Bd9bd89",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "21000",
      "maxTimeoutSeconds": 60
    },
    {
      "scheme": "upto",
      "network": "eip155:137",
      "payTo": "0x2633ba64e28A6F6989c343Cb98d43Ea06Bd9bd89",
      "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
      "amount": "21000",
      "maxTimeoutSeconds": 60
    },
    {
      "scheme": "upto",
      "network": "eip155:8453",
      "payTo": "0x9FfDCaEAf9ef166b4fA16f8707923CB89F2A09fe",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "20000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "ip": "8.8.8.8"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "hosting": true,
            "ip": "8.8.8.8",
            "licensing": "By purchasing this data you agree not to share it with third parties without express written consent from war-tracker.com. If this data is shared with third parties, you accept a penalty of $1 USDC per infraction.",
            "matched": false,
            "mobile": false,
            "proxy": false
          },
          "type": "json"
        }
      },
      "routeTemplate": "/api/v1/threat-ips/lookup",
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "ip": {
                    "description": "IPv4 or IPv6 address to look up.",
                    "type": "string"
                  }
                },
                "required": [
                  "ip"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "classes": {
                    "description": "Opaque buyer-facing class labels (hit only).",
                    "items": {
                      "type": "string"
                    },
                    "type": "array"
                  },
                  "confidence": {
                    "enum": [
                      "high",
                      "medium",
                      "low"
                    ],
                    "type": "string"
                  },
                  "country": {
                    "type": "string"
                  },
                  "error": {
                    "enum": [
                      "invalid_ip"
                    ],
                    "type": "string"
                  },
                  "first_seen": {
                    "format": "date-time",
                    "type": "string"
                  },
                  "hit_count": {
                    "minimum": 0,
                    "type": "integer"
                  },
                  "hosting": {
                    "type": "boolean"
                  },
                  "invalid": {
                    "type": "boolean"
                  },
                  "ip": {
                    "type": "string"
                  },
                  "last_seen": {
                    "format": "date-time",
                    "type": "string"
                  },
                  "licensing": {
                    "type": "string"
                  },
                  "matched": {
                    "type": "boolean"
                  },
                  "mobile": {
                    "type": "boolean"
                  },
                  "proxy": {
                    "type": "boolean"
                  }
                },
                "required": [
                  "matched",
                  "licensing"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "war-tracker.com",
  "lastUpdated": "2026-09-08T15:19:05.375Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-08T15:19:04.881Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "war-tracker.com",
    "manifest_name": "war-tracker.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}