mirror of
https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git
synced 2026-07-24 05:30:58 +03:00
Initial commit - 611 cybersecurity skills across all subdomains
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# Standards - Docker Bench Security Assessment
|
||||
|
||||
## CIS Docker Benchmark v1.8.0 Sections
|
||||
| Section | Area | Checks |
|
||||
|---------|------|--------|
|
||||
| 1 | Host Configuration | Partition, users, audit rules |
|
||||
| 2 | Docker Daemon | ICC, TLS, logging, seccomp, privileges |
|
||||
| 3 | Docker Daemon Config Files | File permissions and ownership |
|
||||
| 4 | Container Images | Non-root user, scanning, trusted images |
|
||||
| 5 | Container Runtime | Capabilities, rootfs, resources, privileges |
|
||||
| 6 | Docker Security Operations | Monitoring, CVE scanning |
|
||||
|
||||
## Scoring
|
||||
- PASS: Check meets CIS recommendation
|
||||
- FAIL: Check does not meet recommendation (remediation required)
|
||||
- WARN: Check requires manual verification
|
||||
- INFO: Informational, no scoring impact
|
||||
@@ -0,0 +1,18 @@
|
||||
# Workflows - Docker Bench Security Assessment
|
||||
|
||||
## Assessment Workflow
|
||||
```
|
||||
[Run Docker Bench] --> [Parse Results] --> [Prioritize FAIL findings]
|
||||
| | |
|
||||
v v v
|
||||
Initial baseline Export JSON Group by section
|
||||
assessment for tracking and severity
|
||||
| | |
|
||||
+--------------------+----------------------+
|
||||
|
|
||||
v
|
||||
[Create Remediation Plan]
|
||||
|
|
||||
v
|
||||
[Apply Fixes] --> [Re-run Assessment] --> [Compare Scores]
|
||||
```
|
||||
Reference in New Issue
Block a user