Censys · JSON Structure

Platform Ventrilo Header Structure

Ventrilo_Header schema from Censys Platform API

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

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

Properties

cmd data_key header_key id total_length

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-ventrilo-header-structure.json",
  "name": "Ventrilo_Header",
  "description": "Ventrilo_Header schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "cmd": {
      "type": "int32",
      "minimum": 0
    },
    "data_key": {
      "type": "int32",
      "minimum": 0
    },
    "header_key": {
      "type": "int32",
      "minimum": 0
    },
    "id": {
      "type": "int32",
      "minimum": 0
    },
    "total_length": {
      "type": "int32",
      "minimum": 0
    }
  }
}