Censys · JSON Structure

Platform Rdp Structure

Rdp schema from Censys Platform API

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

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

Properties

certificate_info connect_response protocol_flags selected_security_protocol version x224_cc_pdu_dstref x224_cc_pdu_srcref

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-rdp-structure.json",
  "name": "Rdp",
  "description": "Rdp schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "certificate_info": {
      "$ref": "#/components/schemas/Rdp_CertificateInfo"
    },
    "connect_response": {
      "$ref": "#/components/schemas/Rdp_ConnectResponse"
    },
    "protocol_flags": {
      "$ref": "#/components/schemas/Rdp_ProtocolFlags"
    },
    "selected_security_protocol": {
      "$ref": "#/components/schemas/Rdp_SecurityProtocol"
    },
    "version": {
      "$ref": "#/components/schemas/Rdp_Version"
    },
    "x224_cc_pdu_dstref": {
      "type": "int32",
      "minimum": 0
    },
    "x224_cc_pdu_srcref": {
      "type": "int32",
      "minimum": 0
    }
  }
}