mirror of
https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git
synced 2026-07-17 05:05:16 +03:00
59 lines
1.1 KiB
Markdown
59 lines
1.1 KiB
Markdown
# 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
|