Censys · JSON Structure

Asset Graph Webproperty Structure

WebProperty schema from Asset Graph API

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

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

Properties

cert endpoints exposures hardware hostname jarm labels misconfigs operating_systems port scan_time software threats tls vulns

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/asset-graph-webproperty-structure.json",
  "name": "WebProperty",
  "description": "WebProperty schema from Asset Graph API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "cert": {
      "$ref": "#/components/schemas/Certificate"
    },
    "endpoints": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "$ref": "#/components/schemas/EndpointScanState"
      }
    },
    "exposures": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "$ref": "#/components/schemas/Risk"
      }
    },
    "hardware": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "$ref": "#/components/schemas/Attribute"
      }
    },
    "hostname": {
      "type": "string"
    },
    "jarm": {
      "$ref": "#/components/schemas/JarmScan"
    },
    "labels": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "$ref": "#/components/schemas/Label"
      }
    },
    "misconfigs": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "$ref": "#/components/schemas/Risk"
      }
    },
    "operating_systems": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "$ref": "#/components/schemas/Attribute"
      }
    },
    "port": {
      "type": "int32",
      "minimum": 0
    },
    "scan_time": {
      "type": "string"
    },
    "software": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "$ref": "#/components/schemas/Attribute"
      }
    },
    "threats": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "$ref": "#/components/schemas/Threat"
      }
    },
    "tls": {
      "$ref": "#/components/schemas/Tls"
    },
    "vulns": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "$ref": "#/components/schemas/Vuln"
      }
    }
  }
}