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,20 @@
# Workflows
## Workflow 1: Linux CIS Hardening Deployment
```
[Select CIS Benchmark for distro/version] → [Choose L1 or L2 profile]
→ [Run OpenSCAP baseline assessment] → [Review initial compliance score]
→ [Apply remediations (Ansible/manual)] → [Re-assess with OpenSCAP]
→ [Document exceptions] → [Deploy to production fleet]
→ [Schedule quarterly reassessment]
```
## Workflow 2: Automated Remediation with Ansible
```
[Clone Ansible Lockdown role for target distro]
→ [Configure variables (skip list, exceptions)]
→ [Test against staging servers]
→ [Review changes and application compatibility]
→ [Deploy to production in rolling batches]
→ [Run OpenSCAP validation after each batch]
```