Censys · JSON Structure

Platform Ssh Kexinitmessage Structure

Ssh_KexInitMessage schema from Censys Platform API

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

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

Properties

client_to_server_ciphers client_to_server_compression client_to_server_languages client_to_server_macs first_kex_follows host_key_algorithms kex_algorithms server_to_client_ciphers server_to_client_compression server_to_client_languages server_to_client_macs

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-ssh-kexinitmessage-structure.json",
  "name": "Ssh_KexInitMessage",
  "description": "Ssh_KexInitMessage schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "client_to_server_ciphers": {
      "type": [
        "array",
        "null"
      ],
      "description": "A list of ssh cipher algorithm identifiers, named according to section 6 of https://www.ietf.org/rfc/rfc4251.txt; see https://www.iana.org/assignments/ssh-parameters/ssh-parameters.xhtml#ssh-parameters-16 for standard values.",
      "items": {
        "type": "string"
      }
    },
    "client_to_server_compression": {
      "type": [
        "array",
        "null"
      ],
      "description": "A list of ssh compression algorithm identifiers, named according to section 6 of https://www.ietf.org/rfc/rfc4251.txt; see https://www.iana.org/assignments/ssh-parameters/ssh-parameters.xhtml#ssh-parameters-20 for standard values.",
      "items": {
        "type": "string"
      }
    },
    "client_to_server_languages": {
      "type": [
        "array",
        "null"
      ],
      "description": "A name-list of language tags in order of preference. As Defined in https://www.ietf.org/rfc/rfc3066.txt.",
      "items": {
        "type": "string"
      }
    },
    "client_to_server_macs": {
      "type": [
        "array",
        "null"
      ],
      "description": "A list of ssh MAC algorithm identifiers, named according to section 6 of https://www.ietf.org/rfc/rfc4251.txt; see https://www.iana.org/assignments/ssh-parameters/ssh-parameters.xhtml#ssh-parameters-18 for standard values.",
      "items": {
        "type": "string"
      }
    },
    "first_kex_follows": {
      "type": "boolean"
    },
    "host_key_algorithms": {
      "type": [
        "array",
        "null"
      ],
      "description": "Asymmetric key algorithms for the host key supported by the client.",
      "items": {
        "type": "string"
      }
    },
    "kex_algorithms": {
      "type": [
        "array",
        "null"
      ],
      "description": "Key exchange algorithms used in the handshake.",
      "items": {
        "type": "string"
      }
    },
    "server_to_client_ciphers": {
      "type": [
        "array",
        "null"
      ],
      "description": "A list of ssh cipher algorithm identifiers, named according to section 6 of https://www.ietf.org/rfc/rfc4251.txt; see https://www.iana.org/assignments/ssh-parameters/ssh-parameters.xhtml#ssh-parameters-16 for standard values.",
      "items": {
        "type": "string"
      }
    },
    "server_to_client_compression": {
      "type": [
        "array",
        "null"
      ],
      "description": "A list of ssh compression algorithm identifiers, named according to section 6 of https://www.ietf.org/rfc/rfc4251.txt; see https://www.iana.org/assignments/ssh-parameters/ssh-parameters.xhtml#ssh-parameters-20 for standard values.",
      "items": {
        "type": "string"
      }
    },
    "server_to_client_languages": {
      "type": [
        "array",
        "null"
      ],
      "description": "A name-list of language tags in order of preference. As Defined in https://www.ietf.org/rfc/rfc3066.txt.",
      "items": {
        "type": "string"
      }
    },
    "server_to_client_macs": {
      "type": [
        "array",
        "null"
      ],
      "description": "A list of ssh MAC algorithm identifiers, named according to section 6 of https://www.ietf.org/rfc/rfc4251.txt; see https://www.iana.org/assignments/ssh-parameters/ssh-parameters.xhtml#ssh-parameters-18 for standard values.",
      "items": {
        "type": "string"
      }
    }
  }
}