Rapid7 · Schema

AttackMetadata

SecurityVulnerability ManagementSIEMXDRCloud SecuritySOARApplication Security

Properties

Name Type Description
id string The ID of the attack
type string The type of the attack
class string The class of the attack
description string The description of the attack
View JSON Schema on GitHub

JSON Schema

rapid7-attackmetadata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AttackMetadata",
  "title": "AttackMetadata",
  "properties": {
    "id": {
      "type": "string",
      "description": "The ID of the attack",
      "readOnly": true
    },
    "type": {
      "type": "string",
      "description": "The type of the attack",
      "readOnly": true
    },
    "class": {
      "type": "string",
      "description": "The class of the attack",
      "readOnly": true
    },
    "description": {
      "type": "string",
      "description": "The description of the attack",
      "readOnly": true
    }
  }
}