Censys · Schema

RustdeskRendezvous

RustdeskRendezvous schema from Censys Platform API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
key_exchange object
message_type string
test_nat_response object
View JSON Schema on GitHub

JSON Schema

platform-rustdeskrendezvous-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/platform-rustdeskrendezvous-schema.json",
  "title": "RustdeskRendezvous",
  "description": "RustdeskRendezvous schema from Censys Platform API",
  "type": "object",
  "properties": {
    "key_exchange": {
      "$ref": "#/components/schemas/RustdeskRendezvous_KeyExchange"
    },
    "message_type": {
      "type": "string"
    },
    "test_nat_response": {
      "$ref": "#/components/schemas/RustdeskRendezvous_TestNatResponse"
    }
  },
  "additionalProperties": false
}