mirror of
https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git
synced 2026-06-26 11:44:37 +03:00
21 lines
739 B
Markdown
21 lines
739 B
Markdown
# 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]
|
|
```
|