mirror of
https://github.com/mblanke/ThreatHunt.git
synced 2026-03-01 14:00:20 -05:00
659 B
659 B
Security Deployment Checklist
Pre-Deployment
- Change all default passwords
- Generate strong SECRET_KEY
- Setup SSL/TLS certificates
- Configure firewall rules
- Set up backup strategy
Database Security
- Use strong database passwords
- Enable database encryption
- Configure database firewall
- Set up regular backups
Application Security
- Update all dependencies
- Configure CORS properly
- Enable rate limiting
- Set up monitoring/logging
Infrastructure Security
- Use private networks
- Configure load balancer
- Set up intrusion detection
- Regular security updates