Censys · JSON Structure

Platform Hosttimelineevent Structure

HostTimelineEvent schema from Censys Platform API

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

HostTimelineEvent is a JSON Structure definition published by Censys, describing 9 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

endpoint_scanned event_time forward_dns_resolved jarm_scanned location_updated reverse_dns_resolved route_updated service_scanned whois_updated

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-hosttimelineevent-structure.json",
  "name": "HostTimelineEvent",
  "description": "HostTimelineEvent schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "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"
    }
  }
}