Censys · Schema

Ssh_AlgorithmSelection_DirectionAlgorithms

Ssh_AlgorithmSelection_DirectionAlgorithms schema from Asset Graph API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
cipher string
compression string
mac string
View JSON Schema on GitHub

JSON Schema

asset-graph-ssh-algorithmselection-directionalgorithms-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-ssh-algorithmselection-directionalgorithms-schema.json",
  "title": "Ssh_AlgorithmSelection_DirectionAlgorithms",
  "description": "Ssh_AlgorithmSelection_DirectionAlgorithms schema from Asset Graph API",
  "type": "object",
  "properties": {
    "cipher": {
      "type": "string"
    },
    "compression": {
      "type": "string"
    },
    "mac": {
      "type": "string"
    }
  },
  "additionalProperties": false
}