GreyNoise Intelligence · JSON Structure

Greynoise Session Connection Link Structure

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

SessionConnectionLink 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

source target value

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-link-structure.json",
  "name": "SessionConnectionLink",
  "type": "object",
  "properties": {
    "source": {
      "type": "string",
      "description": "Source node identifier.",
      "example": "192.168.1.1"
    },
    "target": {
      "type": "string",
      "description": "Target node identifier.",
      "example": "10.0.0.1"
    },
    "value": {
      "type": "int32",
      "description": "Number of connections between source and target.",
      "example": 15
    }
  }
}