mirror of
https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git
synced 2026-07-30 07:56:52 +03:00
Initial commit - 611 cybersecurity skills across all subdomains
This commit is contained in:
@@ -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]
|
||||
```
|
||||
Reference in New Issue
Block a user