Censys · JSON Structure

Platform Ssh Structure

Ssh schema from Censys Platform API

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

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

Properties

algorithm_selection endpoint_id hassh_fingerprint kex_init_message server_host_key

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-structure.json",
  "name": "Ssh",
  "description": "Ssh schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "algorithm_selection": {
      "$ref": "#/components/schemas/Ssh_AlgorithmSelection"
    },
    "endpoint_id": {
      "$ref": "#/components/schemas/Ssh_EndpointId"
    },
    "hassh_fingerprint": {
      "type": "string"
    },
    "kex_init_message": {
      "$ref": "#/components/schemas/Ssh_KexInitMessage"
    },
    "server_host_key": {
      "$ref": "#/components/schemas/Ssh_ServerHostKey"
    }
  }
}