Censys · JSON Structure

Asset Graph Vnc Structure

Vnc schema from Asset Graph API

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

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

Properties

connection_failed_reason desktop_name pixel_encoding screen_info security_types 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/asset-graph-vnc-structure.json",
  "name": "Vnc",
  "description": "Vnc schema from Asset Graph API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "connection_failed_reason": {
      "type": "string",
      "description": "If server terminates handshake, the reason offered (if any)"
    },
    "desktop_name": {
      "type": "string",
      "description": "Desktop name provided by the server, capped at 255 bytes"
    },
    "pixel_encoding": {
      "$ref": "#/components/schemas/Vnc_KeyValue"
    },
    "screen_info": {
      "$ref": "#/components/schemas/DesktopInfo"
    },
    "security_types": {
      "type": [
        "array",
        "null"
      ],
      "description": "server-specified security options",
      "items": {
        "$ref": "#/components/schemas/Vnc_KeyValue"
      }
    },
    "version": {
      "type": "string"
    }
  }
}