Censys · JSON Structure

Platform Attribute Structure

Attribute schema from Censys Platform API

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

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

Properties

components confidence cpe edition evidence life_cycle part product source type update vendor version

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-attribute-structure.json",
  "name": "Attribute",
  "description": "Attribute schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "components": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "$ref": "#/components/schemas/CPE"
      }
    },
    "confidence": {
      "type": "double"
    },
    "cpe": {
      "type": "string"
    },
    "edition": {
      "type": "string"
    },
    "evidence": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "$ref": "#/components/schemas/Evidence"
      }
    },
    "life_cycle": {
      "$ref": "#/components/schemas/CPE_LifeCycle"
    },
    "part": {
      "type": "string"
    },
    "product": {
      "type": "string"
    },
    "source": {
      "type": "string",
      "enum": [
        "",
        "censys",
        "recog",
        "wappalyzer",
        "third_party",
        "html_meta_extractor"
      ]
    },
    "type": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "type": "string"
      }
    },
    "update": {
      "type": "string"
    },
    "vendor": {
      "type": "string"
    },
    "version": {
      "type": "string"
    }
  }
}