GreyNoise Intelligence · JSON Structure

Greynoise Callback File Summary Structure

Lightweight file reference returned with IP list results.

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

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

Properties

sha256 file_name type vt_threat_name vt_detection_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-file-summary-structure.json",
  "name": "CallbackFileSummary",
  "type": "object",
  "description": "Lightweight file reference returned with IP list results.",
  "properties": {
    "sha256": {
      "type": "string",
      "description": "SHA-256 hash of the file.",
      "example": "string"
    },
    "file_name": {
      "type": "string",
      "description": "Original file name.",
      "example": "Google Public DNS"
    },
    "type": {
      "type": "string",
      "description": "File MIME type.",
      "example": "string"
    },
    "vt_threat_name": {
      "type": "string",
      "description": "VirusTotal threat name.",
      "example": "Google Public DNS"
    },
    "vt_detection_count": {
      "type": "int32",
      "description": "Number of VirusTotal engines that flagged the file.",
      "example": 42
    }
  }
}