Censys · JSON Structure

Asset Graph Rdp Securityprotocol Structure

Rdp_SecurityProtocol schema from Asset Graph API

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

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

Properties

credssp credssp_early_auth error error_bad_flags error_hybrid_required error_ssl_cert_missing error_ssl_forbidden error_ssl_required error_ssl_user_auth_required error_unknown raw_value rdstls standard_rdp tls

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-rdp-securityprotocol-structure.json",
  "name": "Rdp_SecurityProtocol",
  "description": "Rdp_SecurityProtocol schema from Asset Graph API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "credssp": {
      "type": "boolean"
    },
    "credssp_early_auth": {
      "type": "boolean"
    },
    "error": {
      "type": "boolean"
    },
    "error_bad_flags": {
      "type": "boolean"
    },
    "error_hybrid_required": {
      "type": "boolean"
    },
    "error_ssl_cert_missing": {
      "type": "boolean"
    },
    "error_ssl_forbidden": {
      "type": "boolean"
    },
    "error_ssl_required": {
      "type": "boolean"
    },
    "error_ssl_user_auth_required": {
      "type": "boolean"
    },
    "error_unknown": {
      "type": "boolean"
    },
    "raw_value": {
      "type": "int32",
      "minimum": 0
    },
    "rdstls": {
      "type": "boolean"
    },
    "standard_rdp": {
      "type": "boolean"
    },
    "tls": {
      "type": "boolean"
    }
  }
}