Censys · JSON Structure

Platform Hostobservationrange Structure

HostObservationRange schema from Censys Platform API

Type: object Properties: 6 Required: 6
SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

HostObservationRange is a JSON Structure definition published by Censys, describing 6 properties, of which 6 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

end_time ip port protocols start_time transport_protocol

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/platform-hostobservationrange-structure.json",
  "name": "HostObservationRange",
  "description": "HostObservationRange schema from Censys Platform API",
  "type": "object",
  "required": [
    "ip",
    "port",
    "transport_protocol",
    "protocols",
    "start_time",
    "end_time"
  ],
  "additionalProperties": false,
  "properties": {
    "end_time": {
      "type": "datetime"
    },
    "ip": {
      "type": "string"
    },
    "port": {
      "type": "int32"
    },
    "protocols": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "type": "string"
      }
    },
    "start_time": {
      "type": "datetime"
    },
    "transport_protocol": {
      "type": "string"
    }
  }
}