Rapid7 · Schema

attack_template

The attack template that the Scan Config should use

SecurityVulnerability ManagementSIEMXDRCloud SecuritySOARApplication Security

Properties

Name Type Description
id string
View JSON Schema on GitHub

JSON Schema

rapid7-attack-template-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/attack_template",
  "title": "attack_template",
  "description": "The attack template that the Scan Config should use",
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid"
    }
  }
}