Initial commit - 611 cybersecurity skills across all subdomains

This commit is contained in:
mukul975
2026-02-25 10:47:44 +01:00
commit 22a7ab1462
1765 changed files with 280648 additions and 0 deletions
@@ -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]
```