Als een dreigende actor toegang heeft tot een netwerk kan dit het volgende betekenen voor een bedrijf
De primaire types zwakheden van een netwerk
The four classes of physical threats
De 3 types Malware
Network attacks can be classified into three major categories
Access attacks can be classified into four types
Wat zijn de eigenschappen van DoS
Wat is een mitigerende maatregel die je kan nemen tegen netwerk aanvallen
Beveilig devices** zoals routers, switches, servers, and hosts.
**Defense-in-Depth Aproach (layered) security: This requires a combination of networking devices and services working in tandem.
*Implement various security devices and services, including:
VPN
ASA Firewall
IPS (Intrusion Prevention System)
ESA/WSA (Email Security Appliance / Web Security Appliance)
AAA Server (Authentication, Authorization, and Accounting)
Wat zijn de backup considerations
Frequency
* Perform backups on a regular basis as identified in the security policy.
* Full backups can be time-consuming, therefore perform monthly or weekly backups with
frequent partial backups of changed files.
Storage
* Always validate backups to ensure the integrity of the data and validate the file restoration
procedures.
Security
* Backups should be transported to an approved offsite storage location on a daily, weekly, or monthly rotation, as required by the security policy.
Validation
* Backups should be protected using strong passwords. The password is required to restore the data.
Wat zijn de belangrijkste stappen om netwerkaanvallen te mitigeren via upgrades, updates en patches?
Wat valt er te doen tegen dataverlies
Redundantie; backups maken van data en device configuraties. Doe regelmatig en sla deze op op een vertrouwde locatie weg van de main facility
Wat is het punt van Authentication, authorization, and accounting (AAA, or “triple A”)
provide the primary framework to set up
access control on network devices.
* AAA is a way to control who is permitted
to access a network (authenticate), what
actions they perform while accessing the
network (authorize), and making a record
of what was done while they are there
(accounting).
* The concept of AAA is similar to the use
of a credit card. The credit card identifies
who can use it, how much that user can
spend, and keeps account of what items
the user spent money on.
Wat is het doel van een Firewall
Network firewalls reside between two or more
networks, control the traffic between them, and
help prevent unauthorized access.
A firewall could allow outside users controlled
access to specific services. For example,
servers accessible to outside users are usually
located on a special network referred to as the
demilitarized zone (DMZ). The DMZ enables a
network administrator to apply specific policies
for hosts connected to that network.
Firewall products come packaged in various forms. These products use different techniques for determining what will be permitted or denied access to a network. They include the following:
* Packet filtering - Prevents or allows access based on IP or MAC addresses
* Application filtering- Prevents or allows access by specific application types based
on port numbers
* URL filtering- Prevents or allows access to websites based on specific URLs or
keywords
* Stateful packet inspection (SPI)- Incoming packets must be legitimate responses to
requests from internal hosts. Unsolicited packets are blocked unless permitted
specifically. SPI can also include the capability to recognize and filter out specific
types of attacks, such as denial of service (DoS).