mirror of
https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git
synced 2026-06-13 06:34:57 +03:00
737 B
737 B
Workflows - etcd Security Assessment
Assessment Workflow
- Verify etcd TLS configuration (client and peer)
- Check encryption at rest configuration
- Validate secrets are encrypted in etcd storage
- Audit network access restrictions to etcd ports
- Review etcd certificate expiration dates
- Validate backup encryption and storage security
- Test key rotation procedure
- Document findings and remediation plan
Remediation Priority
- Enable TLS for all etcd communication (Critical)
- Configure encryption at rest for secrets (Critical)
- Restrict network access to etcd (High)
- Implement automated backup encryption (High)
- Schedule certificate rotation (Medium)
- Deploy etcd monitoring and alerting (Medium)