TimeSeriesHASSHEntry

SecurityThreat IntelligenceCybersecurityIP ReputationVulnerability ManagementNetwork TelemetrySOC AutomationPublic APIs

Properties

Name Type Description
fingerprint string HASSH hash fingerprint string
port integer TCP port connection where the HASSH hash was identified
View JSON Schema on GitHub

JSON Schema

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