Censys · Example Payload

Platform Ipp Example

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Platform Ipp 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

attribute_cups_versionattribute_ipp_versionsattribute_printer_urisattributescups_versionmajor_versionminor_versionversion_string

Example Payload

Raw ↑
{
  "attribute_cups_version": "example",
  "attribute_ipp_versions": [
    "example"
  ],
  "attribute_printer_uris": [
    "https://search.censys.io/hosts/8.8.8.8"
  ],
  "attributes": [
    null
  ],
  "cups_version": "example",
  "major_version": 736,
  "minor_version": 307,
  "version_string": "example"
}