GreyNoise Intelligence · JSON Structure

Greynoise Ip Response V3 Structure

Type: object Properties: 4
SecurityThreat IntelligenceCybersecurityIP ReputationVulnerability ManagementNetwork TelemetrySOC AutomationPublic APIs

IPResponseV3 is a JSON Structure definition published by GreyNoise Intelligence, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ip business_service_intelligence internet_scanner_intelligence request_metadata

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://api-evangelist.github.io/greynoise/json-structure/greynoise-ip-response-v3-structure.json",
  "name": "IPResponseV3",
  "type": "object",
  "properties": {
    "ip": {
      "type": "string",
      "example": "8.8.8.8",
      "description": "IP address that the information is about.\n"
    },
    "business_service_intelligence": {
      "$ref": "./greynoise-business-service-intelligence-structure.json#"
    },
    "internet_scanner_intelligence": {
      "$ref": "./greynoise-internet-scanner-intelligence-structure.json#"
    },
    "request_metadata": {
      "type": "object",
      "properties": {
        "restricted_fields": {
          "type": "array",
          "description": "The fields that were restricted due to plan limitations.\n",
          "example": [
            "ip",
            "cve",
            "destination_cities"
          ],
          "items": {
            "type": "string"
          }
        }
      }
    }
  }
}