GreyNoise Intelligence · JSON Structure

Greynoise Time Series Hassh Entry Structure

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

TimeSeriesHASSHEntry 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-hassh-entry-structure.json",
  "name": "TimeSeriesHASSHEntry",
  "type": "object",
  "properties": {
    "fingerprint": {
      "type": "string",
      "example": "51cba57125523ce4b9db67714a90bf6e",
      "description": "HASSH hash fingerprint string"
    },
    "port": {
      "type": "int32",
      "example": 2222,
      "description": "TCP port connection where the HASSH hash was identified\n"
    }
  }
}