mirror of
https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git
synced 2026-06-11 05:34:55 +03:00
2.2 KiB
2.2 KiB
Workflows - Vulnerability Exception Tracking
Workflow 1: Exception Request and Approval
Steps
- Asset owner identifies vulnerability that cannot be remediated within SLA
- Owner submits exception request with justification and compensating controls
- System validates request completeness and category-specific fields
- System routes request to appropriate approver based on severity and category
- Approver reviews justification and compensating controls
- Approver approves, rejects, or requests additional information
- If approved, exception is recorded with expiration date
- Vulnerability status updated in scanner/DefectDojo to "exception_approved"
- Audit log entry created with full approval chain
Workflow 2: Daily Expiration Check
Steps
- Cron job queries all active exceptions with expires_at <= today + 14 days
- For exceptions expiring within 14 days: send renewal reminder to requestor
- For exceptions expiring within 7 days: send urgency reminder with escalation
- For expired exceptions: update status to "expired", revert vulnerability to "open"
- Send expiration notification to asset owner and security team
- Regenerate SLA tracking to include re-opened findings
Workflow 3: Quarterly Exception Review
Steps
- Generate report of all active exceptions grouped by category and severity
- For each exception, verify compensating controls are still in place
- Review if vendor patch has become available for "no_fix" exceptions
- Re-assess risk rating based on current threat landscape
- Escalate exceptions with changed risk profiles for re-approval
- Update exception records with review notes and new risk ratings
- Submit quarterly report to security governance committee
Workflow 4: Compensating Control Validation
Steps
- For each active exception, extract listed compensating controls
- Validate each control is still operational:
- WAF rules: Query WAF API for rule status
- Network segmentation: Verify firewall rules
- Monitoring alerts: Confirm SIEM rules are active and triggering
- Flag exceptions where compensating controls have degraded
- Notify exception requestor and security team of control failures
- If controls cannot be restored within 48 hours, revoke exception