-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #178 from PatelN123/f
Adds new pages
- Loading branch information
Showing
3 changed files
with
61 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
id: firewalls | ||
description: What are security firewalls? | ||
slug: /security/firewalls | ||
title: 🧱 Firewall | ||
--- | ||
|
||
## Purpose | ||
To prevent unauthorised access to a machine or network. | ||
|
||
## How? | ||
It monitors all traffic which passes through it and can permit or deny it based on programmed rules. | ||
|
||
## Types | ||
Hardware and software | ||
|
||
### Where are they located and what do they protect? | ||
A physical firewall is a physical device which is located at (usually) the internet connection of the network. It protects the entire network from outside intrusion. <br /> | ||
A software firewall is a program which runs on an individual device and just protects that device from outside intrusion. | ||
|
||
## Parameters | ||
The parameters that can filter traffic are: <br /> | ||
`-` Source or destination IP address. <br /> | ||
`-` Protocol used such as HTTP <br /> | ||
`-` Port number used such as 80 <br /> | ||
`-` Specific words or phrases <br /> | ||
`-` Domain names <br /> | ||
`-` Program or application <br /> | ||
|
||
This is not an exhaustive list and are only examples. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
id: mitigation | ||
description: What is security mitigation? | ||
slug: /mitigation | ||
title: 💥 Mitigation | ||
--- | ||
|
||
Risk mitigation is the strategy to prepare and lessen the effecets of threats faced by a business. | ||
|
||
## Risk mitigation controls | ||
`-` Firewall to secure internet connections <br /> | ||
`-` Choose most secure settings for devices and software <br /> | ||
`-` Control access to data and services | ||
`-` Protection from viruses and malware <br /> | ||
`-` Up-to-date software and devices <br /> | ||
`-` Anti-virus and anti-malware software <br /> | ||
`-` Firewalls - Both hardware and software <br /> | ||
`-` Intrusion detection and prevention systems (IDS and IPS) <br /> | ||
`-` Encryption - purpose, process and protocols <br /> | ||
`-` User access, policies and procedures - user permission <br /> | ||
`-` Staff training and CPD (Continuous professional development) - Human firewall <br /> | ||
`-` Back-ups - full, incrememntal and differential <br /> | ||
`-` Software and system maintenance: <br /> | ||
`--` Scheduled maintenance <br /> | ||
`--` Interruption to service <br /> | ||
`-` Air gaps <br /> | ||
`-` Honeypot <br /> | ||
`-` Virtual Private Networks (VPNs) <br /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
62c251b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
dsn-cdn – ./CDN
cdn.notes.nayanpatel.net
dsn-cdn.vercel.app
dsn-cdn-digital-support-notes.vercel.app
dsn-cdn-git-main-digital-support-notes.vercel.app
62c251b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
digital-support-notes – ./Website
www.dssn.ga
digital-support-notes.vercel.app
digital-support-notes-digital-support-notes.vercel.app
notes.nayanpatel.net
digital-support-notes-git-main-digital-support-notes.vercel.app
dssn.ga