Censys · Example Payload

Asset Graph Rootstore Example

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

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

Top-level fields

chainsever_validhad_trusted_pathhas_trusted_pathin_revocation_setis_validparentstype

Example Payload

Raw ↑
{
  "chains": [
    null,
    null
  ],
  "ever_valid": true,
  "had_trusted_path": true,
  "has_trusted_path": false,
  "in_revocation_set": false,
  "is_valid": false,
  "parents": [
    "example"
  ],
  "type": "root"
}