https://github.com/jnbdz/cybersecurity-quickstarts
🛡 Cybersecurity | Quickstarts 🛡
https://github.com/jnbdz/cybersecurity-quickstarts
checklist checklists cybersecurity quickstart quickstarts
Last synced: 4 months ago
JSON representation
🛡 Cybersecurity | Quickstarts 🛡
- Host: GitHub
- URL: https://github.com/jnbdz/cybersecurity-quickstarts
- Owner: jnbdz
- License: mit
- Created: 2024-02-24T23:47:32.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-13T03:02:53.000Z (about 2 years ago)
- Last Synced: 2025-06-08T10:05:16.939Z (12 months ago)
- Topics: checklist, checklists, cybersecurity, quickstart, quickstarts
- Homepage:
- Size: 396 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Cybersecurity | Quickstarts
Cybersecurity Quickstarts
## Checklist
### General
- [ ] Exclude sensitive data from the logs (e.g.: session details, access key...)
- [ ] Delete *things* you don't need anymore that could be exploited (e.g.: unused accounts, applications, daemon 😈 services...)
- [ ] Make sure none of the passwords you have in your systems are the default ones (remember that e-commerce... yes... exactly)
- [ ] Use SELinux or AppArmor to secure your system (**!IMPORTANT!** make sure that SELinux is enable `getenforce` or `sestatus`)
### Network
- [ ] Block ports that are not used
- [ ] Block ports from the outside for daemons 😈 and applications (e.g.: MySQL port 3306, PostgreSQL port 5432, ElasticSearch ports 9200 & 9300, etc)
- [ ] Removed any access to the network for applications or daemons 😈 that don't need it
## Related Quickstarts
- https://github.com/jnbdz/cryptography-quickstarts
- https://github.com/jnbdz/vault-quickstarts