SessionConnectionNode

SecurityThreat IntelligenceCybersecurityIP ReputationVulnerability ManagementNetwork TelemetrySOC AutomationPublic APIs

Properties

Name Type Description
id string Node identifier (field value).
type string Whether this is a source or destination node.
View JSON Schema on GitHub

JSON Schema

greynoise-session-connection-node-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/greynoise/json-schema/greynoise-session-connection-node-schema.json",
  "title": "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"
    }
  }
}