Censys · Example Payload

Platform Organization Example

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

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

Top-level fields

abuse_contactsaddressadmin_contactscitycountryhandlenamepostal_codestatestreettech_contacts

Example Payload

Raw ↑
{
  "abuse_contacts": [
    null,
    null
  ],
  "address": "example",
  "admin_contacts": [
    null
  ],
  "city": "example",
  "country": "US",
  "handle": "example",
  "name": "Production Internet Asset Inventory",
  "postal_code": "example",
  "state": "enabled",
  "street": "example",
  "tech_contacts": [
    null
  ]
}