GreyNoise Intelligence · JSON Structure

Greynoise Community Response Structure

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

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

Properties

ip noise riot classification name link last_seen message

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-community-response-structure.json",
  "name": "CommunityResponse",
  "type": "object",
  "properties": {
    "ip": {
      "type": "string",
      "example": "1.2.3.4"
    },
    "noise": {
      "type": "boolean",
      "example": false
    },
    "riot": {
      "type": "boolean",
      "example": true
    },
    "classification": {
      "type": "string",
      "example": "benign"
    },
    "name": {
      "type": "string",
      "example": "Cloudflare"
    },
    "link": {
      "type": "string",
      "example": "https://viz.greynoise.io/riot/1.2.3.4"
    },
    "last_seen": {
      "type": "string",
      "example": "2020-01-01"
    },
    "message": {
      "type": "string",
      "example": "Success"
    }
  }
}