GreyNoise Intelligence · JSON Structure

Greynoise Callback Threat Name Stat Structure

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

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

Properties

threat_name file_count ip_count

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-callback-threat-name-stat-structure.json",
  "name": "CallbackThreatNameStat",
  "type": "object",
  "properties": {
    "threat_name": {
      "type": "string",
      "description": "VirusTotal threat name.",
      "example": "Trojan.GenericKD.46542"
    },
    "file_count": {
      "type": "int32",
      "description": "Number of files with this threat name.",
      "example": 12
    },
    "ip_count": {
      "type": "int32",
      "description": "Number of IPs associated with files of this threat name.",
      "example": 8
    }
  }
}