Censys · JSON Structure

Asset Graph Rdp Embeddedrsacert Structure

Rdp_EmbeddedRSACert schema from Asset Graph API

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

Rdp_EmbeddedRSACert 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

key_length magic max_bytes_datalen modulus modulus_bitlen public_exponent signature

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-embeddedrsacert-structure.json",
  "name": "Rdp_EmbeddedRSACert",
  "description": "Rdp_EmbeddedRSACert schema from Asset Graph API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "key_length": {
      "type": "int32",
      "minimum": 0
    },
    "magic": {
      "type": "int32",
      "minimum": 0
    },
    "max_bytes_datalen": {
      "type": "int32",
      "minimum": 0
    },
    "modulus": {
      "type": "string"
    },
    "modulus_bitlen": {
      "type": "int32",
      "minimum": 0
    },
    "public_exponent": {
      "type": "int32",
      "minimum": 0
    },
    "signature": {
      "type": "string"
    }
  }
}