Rapid7 · Schema

AttackDocumentation

SecurityVulnerability ManagementSIEMXDRCloud SecuritySOARApplication Security

Properties

Name Type Description
references object A collection of references and links to external resources that provide more details about the attack
description string A detailed description of the attack
recommendation string A description of steps which may be taken in order to remediate Vulnerabilities discovered by the attack
View JSON Schema on GitHub

JSON Schema

rapid7-attackdocumentation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AttackDocumentation",
  "title": "AttackDocumentation",
  "properties": {
    "references": {
      "type": "object",
      "additionalProperties": {
        "type": "string",
        "description": "${public-api.docs.models.vulnerability.properties.attack-documentation.references}",
        "readOnly": true
      },
      "description": "A collection of references and links to external resources that provide more details about the attack",
      "readOnly": true
    },
    "description": {
      "type": "string",
      "description": "A detailed description of the attack",
      "readOnly": true
    },
    "recommendation": {
      "type": "string",
      "description": "A description of steps which may be taken in order to remediate Vulnerabilities discovered by the attack",
      "readOnly": true
    }
  }
}