mirror of
https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git
synced 2026-07-28 15:10:58 +03:00
Initial commit - 611 cybersecurity skills across all subdomains
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# Workflows - etcd Security Assessment
|
||||
|
||||
## Assessment Workflow
|
||||
1. Verify etcd TLS configuration (client and peer)
|
||||
2. Check encryption at rest configuration
|
||||
3. Validate secrets are encrypted in etcd storage
|
||||
4. Audit network access restrictions to etcd ports
|
||||
5. Review etcd certificate expiration dates
|
||||
6. Validate backup encryption and storage security
|
||||
7. Test key rotation procedure
|
||||
8. Document findings and remediation plan
|
||||
|
||||
## Remediation Priority
|
||||
1. Enable TLS for all etcd communication (Critical)
|
||||
2. Configure encryption at rest for secrets (Critical)
|
||||
3. Restrict network access to etcd (High)
|
||||
4. Implement automated backup encryption (High)
|
||||
5. Schedule certificate rotation (Medium)
|
||||
6. Deploy etcd monitoring and alerting (Medium)
|
||||
Reference in New Issue
Block a user