GreyNoise Intelligence · JSON Structure

Greynoise Quick Ip Profile Structure

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

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

Properties

ip business_service_intelligence internet_scanner_intelligence

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-quick-ip-profile-structure.json",
  "name": "QuickIpProfile",
  "type": "object",
  "properties": {
    "ip": {
      "type": "string",
      "example": "8.8.8.8",
      "description": "IP address that the information is about."
    },
    "business_service_intelligence": {
      "$ref": "./greynoise-quick-business-service-intelligence-structure.json#"
    },
    "internet_scanner_intelligence": {
      "$ref": "./greynoise-quick-internet-scanner-intelligence-structure.json#"
    }
  }
}