Censys · JSON Structure

Platform Tls Versiondata Structure

Tls_VersionData schema from Censys Platform API

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

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

Properties

ja3s ja4s version

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-tls-versiondata-structure.json",
  "name": "Tls_VersionData",
  "description": "Tls_VersionData schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "ja3s": {
      "type": "string"
    },
    "ja4s": {
      "type": "string"
    },
    "version": {
      "type": "string",
      "enum": [
        "",
        "ss_lv_2",
        "ss_lv_3",
        "tlsv1_0",
        "tlsv1_1",
        "tlsv1_2",
        "tlsv1_3",
        "dtlsv1_0",
        "dtlsv1_2",
        "dtlsv1_3"
      ]
    }
  }
}