Censys · Example Payload

Platform Distinguishedname Example

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

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

Top-level fields

common_namecountrydomain_componentemail_addressgiven_namejurisdiction_countryjurisdiction_localityjurisdiction_provincelocalityorganizationorganization_idorganizational_unitpostal_codeprovinceserial_numberstreet_addresssurname

Example Payload

Raw ↑
{
  "common_name": [
    "Production Internet Asset Inventory"
  ],
  "country": [
    "US"
  ],
  "domain_component": [
    "example.com"
  ],
  "email_address": [
    "analyst@example.com"
  ],
  "given_name": [
    "Production Internet Asset Inventory"
  ],
  "jurisdiction_country": [
    "https://search.censys.io/hosts/8.8.8.8"
  ],
  "jurisdiction_locality": [
    "https://search.censys.io/hosts/8.8.8.8"
  ],
  "jurisdiction_province": [
    "https://search.censys.io/hosts/8.8.8.8"
  ],
  "locality": [
    "example"
  ],
  "organization": [
    "example"
  ],
  "organization_id": [
    "01234567-89ab-cdef-0123-456789abcdef"
  ],
  "organizational_unit": [
    "example"
  ],
  "postal_code": [
    "example"
  ],
  "province": [
    "example"
  ],
  "serial_number": [
    "example"
  ],
  "street_address": [
    "example"
  ],
  "surname": [
    "Production Internet Asset Inventory"
  ]
}