TimeSeriesJA3Entry

SecurityThreat IntelligenceCybersecurityIP ReputationVulnerability ManagementNetwork TelemetrySOC AutomationPublic APIs

Properties

Name Type Description
fingerprint string JA3 hash fingerprint string
port integer TCP port connection that the SSL/TLS communication occurred over
View JSON Schema on GitHub

JSON Schema

greynoise-time-series-ja3-entry-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/greynoise/json-schema/greynoise-time-series-ja3-entry-schema.json",
  "title": "TimeSeriesJA3Entry",
  "type": "object",
  "properties": {
    "fingerprint": {
      "type": "string",
      "example": "c3a6cf0bf2e690ac8e1ecf6081f17a50",
      "description": "JA3 hash fingerprint string"
    },
    "port": {
      "type": "integer",
      "example": 443,
      "description": "TCP port connection that the SSL/TLS communication occurred over"
    }
  }
}