Censys · Schema

HostTimelineEvent

HostTimelineEvent schema from Censys Platform API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
endpoint_scanned object
event_time string
forward_dns_resolved object
jarm_scanned object
location_updated object
reverse_dns_resolved object
route_updated object
service_scanned object
whois_updated object
View JSON Schema on GitHub

JSON Schema

platform-hosttimelineevent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/platform-hosttimelineevent-schema.json",
  "title": "HostTimelineEvent",
  "description": "HostTimelineEvent schema from Censys Platform API",
  "type": "object",
  "properties": {
    "endpoint_scanned": {
      "$ref": "#/components/schemas/EndpointScanned"
    },
    "event_time": {
      "type": "string"
    },
    "forward_dns_resolved": {
      "$ref": "#/components/schemas/ForwardDnsResolved"
    },
    "jarm_scanned": {
      "$ref": "#/components/schemas/JarmScanned"
    },
    "location_updated": {
      "$ref": "#/components/schemas/LocationUpdated"
    },
    "reverse_dns_resolved": {
      "$ref": "#/components/schemas/ReverseDnsResolved"
    },
    "route_updated": {
      "$ref": "#/components/schemas/RouteUpdated"
    },
    "service_scanned": {
      "$ref": "#/components/schemas/ServiceScanned"
    },
    "whois_updated": {
      "$ref": "#/components/schemas/WhoisUpdated"
    }
  },
  "additionalProperties": false
}