From 4a6f84de31c39a8289cf76a54f829884188f4632 Mon Sep 17 00:00:00 2001 From: Inaam Date: Fri, 24 Apr 2026 21:45:10 +1000 Subject: [PATCH] Update and rename Port Security.md --- .../Blue Team/Onboarding/Port Security.md | 18 ++++++++++++++++++ .../port-security-guideline-access.md | 14 -------------- 2 files changed, 18 insertions(+), 14 deletions(-) create mode 100644 docs/cybersecurity/Blue Team/Onboarding/Port Security.md delete mode 100644 docs/cybersecurity/Blue Team/Onboarding/port-security-guideline-access.md diff --git a/docs/cybersecurity/Blue Team/Onboarding/Port Security.md b/docs/cybersecurity/Blue Team/Onboarding/Port Security.md new file mode 100644 index 00000000..435d858f --- /dev/null +++ b/docs/cybersecurity/Blue Team/Onboarding/Port Security.md @@ -0,0 +1,18 @@ +# Port Security Guideline + +Port security is an essential aspect of Redback's Virtual Machine's cybersecurity. It ensures that only authorised services and connections are permitted, reducing any potential risk. By properly managing and monitoring ports, the team can significantly minimise threats. + +This VM Port Security Guideline provides a straightforward guide on how to ensure that the VM’s ports are secure and operating as intended. It outlines a clear procedure for checking ports within the VM and what actions should be taken to ensure port security and prevent potential intrusions. + +**NOTE:** This document does not guarantee 100% security. It should be regularly reviewed and improved. + +--- + +## Port Security Guideline Access + +To access the Port Security Guideline from the VM, use the following command on your host machine: + +```bash +scp username@vm-ip:/usr/local/share/doc/Port_Security_Guideline.pdf . + +The guideline will then be downloaded to the user’s own host machine for easy access. diff --git a/docs/cybersecurity/Blue Team/Onboarding/port-security-guideline-access.md b/docs/cybersecurity/Blue Team/Onboarding/port-security-guideline-access.md deleted file mode 100644 index a3bcca6a..00000000 --- a/docs/cybersecurity/Blue Team/Onboarding/port-security-guideline-access.md +++ /dev/null @@ -1,14 +0,0 @@ -# Port Security Guideline - -The VM Port Security Guideline provides a straightforward guide on how to ensure that the VM’s ports are secure and operating as intended. It outlines a clear procedure for checking ports within the VM and what actions should be taken to ensure port security and prevent potential intrusions. - -**NOTE:** This document does not guarantee 100% security. It should be regularly reviewed and improved. - ---- - -## Port Security Guideline Access - -To access the Port Security Guideline from the VM, use the following command on your host machine: - -```bash -scp username@vm-ip:/usr/local/share/doc/Port_Security_Guideline.pdf .