GreyNoise Intelligence · JSON Structure

Greynoise Session Connection Node Structure

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

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

Properties

id type

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-session-connection-node-structure.json",
  "name": "SessionConnectionNode",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Node identifier (field value).",
      "example": "192.168.1.1"
    },
    "type": {
      "type": "string",
      "description": "Whether this is a source or destination node.",
      "example": "source"
    }
  }
}