TimeSeriesRecord

A single IP record in a timeseries response

SecurityThreat IntelligenceCybersecurityIP ReputationVulnerability ManagementNetwork TelemetrySOC AutomationPublic APIs

Properties

Name Type Description
ip string The IP address
internet_scanner_intelligence object
View JSON Schema on GitHub

JSON Schema

greynoise-time-series-record-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/greynoise/json-schema/greynoise-time-series-record-schema.json",
  "title": "TimeSeriesRecord",
  "type": "object",
  "description": "A single IP record in a timeseries response",
  "properties": {
    "ip": {
      "type": "string",
      "description": "The IP address",
      "example": "203.0.113.45"
    },
    "internet_scanner_intelligence": {
      "$ref": "./greynoise-time-series-intelligence-schema.json#"
    }
  }
}