GreyNoise Intelligence · JSON Structure

Greynoise Time Series Scan Entry Structure

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

TimeSeriesScanEntry 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

port protocol

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-time-series-scan-entry-structure.json",
  "name": "TimeSeriesScanEntry",
  "type": "object",
  "properties": {
    "port": {
      "type": "int32",
      "description": "Port number",
      "example": 80
    },
    "protocol": {
      "type": "string",
      "description": "Protocol",
      "example": "TCP"
    }
  }
}