Censys · JSON Structure

Platform Jarmscan Structure

JarmScan schema from Censys Platform API

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

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

Properties

cipher_and_version_fingerprint fingerprint hostname ip is_success port scan_time tls_extensions_sha256 transport_protocol

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-jarmscan-structure.json",
  "name": "JarmScan",
  "description": "JarmScan schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "cipher_and_version_fingerprint": {
      "type": "string",
      "description": "The first 30 character portion of the Jarm fingerprint."
    },
    "fingerprint": {
      "type": "string",
      "description": "The 62 character Jarm fingerprint of the service."
    },
    "hostname": {
      "type": "string"
    },
    "ip": {
      "type": "string"
    },
    "is_success": {
      "type": "boolean"
    },
    "port": {
      "type": "int32",
      "minimum": 0
    },
    "scan_time": {
      "type": "string",
      "description": "The time the service was fingerprinted"
    },
    "tls_extensions_sha256": {
      "type": "string",
      "description": "The second 32 character portion of the Jarm fingerprint"
    },
    "transport_protocol": {
      "type": "string",
      "enum": [
        "",
        "tcp",
        "udp",
        "icmp",
        "quic"
      ]
    }
  }
}