Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cybersecurity Section Addition #155

Open
wants to merge 8 commits into
base: v3
Choose a base branch
from

Conversation

InfraCharm
Copy link

Description

This adds a basic cybersecurity section that will be built upon over time depending on world events or user feedback.

Resolved issues

Answers questions about Server Security and best practices.


### UFW Basics

A basic firewall setup on linux for a Minecraft server running Pterodactyl would look like this:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be good to note here that docker by default bypasses ufw

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added!

<li>CVE-2021-44228 - Log4Shell (Log4J)</li>
<li>CVE-2021-38003 - Google Chrome Vulnerability</li>
<li>CVE-2022-21658 - RCE in Minecraft: Java Edition</li>
<li>CVE-2023-29347 - Steam Client Vulnerability</li>
Copy link

@funniray funniray Oct 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct. I've removed them. Thank you.

Not sure where I got that info from, I think NVD.

Updated DDoS mitigation.

**Note** - Docker (Used with Pterodactyl and other popular panels) bypasses UFW rules. Docker rules MUST be set in IPTables.

You can find many tutorials online about the use of UFW. If you wanted a more advanced approach with more control, you can look into using IPTables.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iirc UFW sometimes does not automatically start after reboot, make sure the service is enabled on startup

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sudo systemctl status ufw
sudo systemctl enable ufw

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants