Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions docs/cybersecurity/Blue Team/Onboarding/Port Security.md
Original file line number Diff line number Diff line change
@@ -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.

This file was deleted.

Loading