GreyNoise Intelligence · JSON Structure

Greynoise Time Series Ja3 Entry Structure

Type: object Properties: 2
SecurityThreat IntelligenceCybersecurityIP ReputationVulnerability ManagementNetwork TelemetrySOC AutomationPublic APIs

TimeSeriesJA3Entry is a JSON Structure definition published by GreyNoise Intelligence, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

fingerprint port

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://api-evangelist.github.io/greynoise/json-structure/greynoise-time-series-ja3-entry-structure.json",
  "name": "TimeSeriesJA3Entry",
  "type": "object",
  "properties": {
    "fingerprint": {
      "type": "string",
      "example": "c3a6cf0bf2e690ac8e1ecf6081f17a50",
      "description": "JA3 hash fingerprint string"
    },
    "port": {
      "type": "int32",
      "example": 443,
      "description": "TCP port connection that the SSL/TLS communication occurred over"
    }
  }
}