Censys · Schema

Rdp_SecurityProtocol

Rdp_SecurityProtocol schema from Asset Graph API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
credssp boolean
credssp_early_auth boolean
error boolean
error_bad_flags boolean
error_hybrid_required boolean
error_ssl_cert_missing boolean
error_ssl_forbidden boolean
error_ssl_required boolean
error_ssl_user_auth_required boolean
error_unknown boolean
raw_value integer
rdstls boolean
standard_rdp boolean
tls boolean
View JSON Schema on GitHub

JSON Schema

asset-graph-rdp-securityprotocol-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/asset-graph-rdp-securityprotocol-schema.json",
  "title": "Rdp_SecurityProtocol",
  "description": "Rdp_SecurityProtocol schema from Asset Graph API",
  "type": "object",
  "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": {
      "format": "int32",
      "minimum": 0,
      "type": "integer"
    },
    "rdstls": {
      "type": "boolean"
    },
    "standard_rdp": {
      "type": "boolean"
    },
    "tls": {
      "type": "boolean"
    }
  },
  "additionalProperties": false
}