mirror of
https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git
synced 2026-06-16 16:03:17 +03:00
20 lines
737 B
Markdown
20 lines
737 B
Markdown
# 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)
|