mirror of
https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git
synced 2026-07-13 19:05:17 +03:00
Initial commit - 611 cybersecurity skills across all subdomains
This commit is contained in:
@@ -0,0 +1,58 @@
|
||||
# Kubernetes Penetration Test Report Template
|
||||
|
||||
## Engagement Details
|
||||
|
||||
| Field | Value |
|
||||
|-------|-------|
|
||||
| Client | |
|
||||
| Cluster | |
|
||||
| Test Type | External / Internal / Assumed-Breach |
|
||||
| Tester | |
|
||||
| Date Range | |
|
||||
| Scope | |
|
||||
|
||||
## Executive Summary
|
||||
|
||||
[Brief overview of findings and overall cluster security posture]
|
||||
|
||||
## Findings Summary
|
||||
|
||||
| Severity | Count |
|
||||
|----------|-------|
|
||||
| CRITICAL | |
|
||||
| HIGH | |
|
||||
| MEDIUM | |
|
||||
| LOW | |
|
||||
|
||||
## Detailed Findings
|
||||
|
||||
### Finding 1: [Title]
|
||||
- **Severity**: CRITICAL / HIGH / MEDIUM / LOW
|
||||
- **Category**: Authentication / RBAC / Secrets / Network / Pod Security
|
||||
- **MITRE ATT&CK**: T1xxx
|
||||
- **Description**:
|
||||
- **Evidence**:
|
||||
- **Impact**:
|
||||
- **Remediation**:
|
||||
- **References**:
|
||||
|
||||
## Attack Paths Identified
|
||||
|
||||
### Path 1: [Description]
|
||||
```
|
||||
[Initial Access] --> [Step 2] --> [Step 3] --> [Impact]
|
||||
```
|
||||
|
||||
## Recommendations (Priority Order)
|
||||
|
||||
| Priority | Recommendation | Effort | Impact |
|
||||
|----------|---------------|--------|--------|
|
||||
| 1 | | Low/Med/High | |
|
||||
| 2 | | | |
|
||||
|
||||
## Cleanup Confirmation
|
||||
|
||||
- [ ] All test pods removed
|
||||
- [ ] All test RBAC resources removed
|
||||
- [ ] All test namespaces cleaned up
|
||||
- [ ] No persistent backdoors remain
|
||||
Reference in New Issue
Block a user