Amazon GuardDuty · JSON Structure

Guardduty Threat Intelligence Detail Structure

An instance of a threat intelligence detail that constitutes evidence for the finding.

Type: object Properties: 2
Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

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

Properties

ThreatListName ThreatNames

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-guardduty/refs/heads/main/json-structure/guardduty-threat-intelligence-detail-structure.json",
  "name": "ThreatIntelligenceDetail",
  "description": "An instance of a threat intelligence detail that constitutes evidence for the finding.",
  "type": "object",
  "properties": {
    "ThreatListName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "xml": {
            "name": "threatListName"
          },
          "description": "The name of the threat intelligence list that triggered the finding."
        }
      ]
    },
    "ThreatNames": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ThreatNames"
        },
        {
          "xml": {
            "name": "threatNames"
          },
          "description": "A list of names of the threats in the threat intelligence list that triggered the finding."
        }
      ]
    }
  }
}