Vulnerability Promotion — IR Case Creation
Overview
Promote High / P1 vulnerabilities to an incident response case
Overview
This playbook automatically promotes Vulnerabilities into an Incident Response (IR) Case when they reach a specified workflow status. Once triggered, the Vulnerability is wrapped in an existing IR Case, which is then updated with a target workflow status, a severity of High, and a priority of P1. It is designed for security teams that want to automate the escalation of vulnerabilities into their incident response process based on triage decisions.
Dependencies
- Standard OpenCTI platform access with the Manage Playbooks permission.
- Two workflow statuses must exist in the OpenCTI environment before import:
- A trigger status — the Vulnerability workflow status that fires the playbook.
- A target status — the IR Case workflow status applied after promotion (labelled "Monitor" in the original configuration).
How to Use It
A. Import and configure
- Import the playbook JSON file via Automation > Playbooks > Import.
- Open the Listen for Vulnerability Workflow Updates node and select the workflow status that should trigger the playbook (the status a Vulnerability must reach to be promoted).
- Open the Set Case Status, Severity and Priority node and select the target workflow status to apply to the IR Case after promotion.
B. Activate
- Save all changes and activate the playbook.
- No further interaction is required. The playbook fires automatically whenever a Vulnerability is updated to the configured trigger workflow status.
C. Expected outcome
When a Vulnerability is updated to the trigger workflow status, the following should occur:
| Step | Action | Result |
|---|---|---|
| 1 | Trigger fires | Vulnerability matching the trigger workflow status is detected |
| 2 | Wrap in IR Case | Vulnerability is added to an existing Incident Response Case |
| 3 | Set Case Status, Severity and Priority | IR Case workflow status updated to target status; severity set to High; priority set to P1 |
| 4 | Send to Knowledge | Updated Case is ingested into the OpenCTI knowledge base |