Censys · JSON Structure

Platform Censeyetarget Structure

CenseyeTarget schema from Censys Platform API

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

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

Properties

certificate_id host_id webproperty_id

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-censeyetarget-structure.json",
  "name": "CenseyeTarget",
  "description": "CenseyeTarget schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "certificate_id": {
      "type": "string",
      "description": "SHA-256 fingerprint of the certificate to analyze."
    },
    "host_id": {
      "type": "string",
      "description": "IP address of the host to analyze."
    },
    "webproperty_id": {
      "type": "string",
      "description": "Web property identifier (hostname:port) to analyze."
    }
  }
}