Censys · Example Payload

Platform Hostobservationrange Example

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Platform Hostobservationrange Example is an example object payload from Censys, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

end_timeipportprotocolsstart_timetransport_protocol

Example Payload

Raw ↑
{
  "end_time": "2026-05-29T12:34:56Z",
  "ip": "8.8.8.8",
  "port": 524,
  "protocols": [
    "UDP",
    "SSH"
  ],
  "start_time": "2026-05-29T12:34:56Z",
  "transport_protocol": "UDP"
}