Search Header Logo
Network Security Domain 2: Lesson 1

Network Security Domain 2: Lesson 1

Assessment

Presentation

Instructional Technology

10th Grade

Practice Problem

Medium

Created by

Charles Carr

Used 10+ times

FREE Resource

24 Slides • 30 Questions

1

Network Security: Domain 2 Lesson 1 Operating System Security: Client and Server Protection

2

The main function of Active Directory is to enable administrators to manage permissions and control access to network resources. It provides:

  • Centralized resources and security administration.

  • Single logon for access to global resources.

  • Simplified resource location.

What can it do?

Active Directory (AD) is a database and set of services that connect users with the network resources they need to get their work done.

In Active Directory, data is stored as objects, which include users, groups, applications, and devices, and these objects are categorized according to their name and attributes.

What is AD?

Active Directory (AD)

3

Domain Controller

What is it?

A domain controller (DC) is a server that manages security requests for a network and identity. It authenticates users and ensures that only authorized users can access network resources

4

media
media

5

  • A Domain controller should have what is needed to run the domain controller (AD, DNS, etc)

  • ​Other services such as routing, mail, etc should be installed on separate servers

  • Only the mail server should have SMTP (Port 25) accessible

Examples

  • Reduces the likelihood that a server compromised by malicious actors will pose a security risk to other servers

    thereby reducing the attack surface

  • If one server goes down you don't lose the whole infrastructure

Installing multiple services across multiple services

Separation of Services

6

  • Remove or disable unnecessary accounts

  • Unplug peripherals when not in use

  • Uninstall apps not in use

  • Disable services not in use

  • Remove unnecessary accounts

  • ​Move servers to their own subnet.

  • Remove Unsecure Protocols

  • Close Unused Ports

strengthening the security of a network component by reducing its attack surface (total of all potential vulnerabilities on a device)

Hardening

Server Hardening

Device Hardening

7

Multiple Choice

Which answer describes the concept of Separation of Services?

1

Only have access to what you need to do your job

2

Having multiple layers of security in case one layer fails

3

Different services are used to run different services

4

Using a combination of what you have, what you are, and what you know to verify identify before granting access

8

Multiple Select

How does Separation of Services reduce the attack surface of a network? Choose all that apply.

1

Provides encryption to servers that protects data from access by unauthorized users

2

Reduces the necessary protocols, open ports, and applications for each server

3

Ensure multi-factor authorization prior to gaining access to network resources

4

Reduces risk to remaining infrastructure in case a server is compromised by an attack or malfunction

9

Multiple Choice

Which server should be the only on to have port 25 open?

1

DNS Server

2

DHCP Server

3

Mail Server

4

File Server

5

Web Server

10

Multiple Choice

You should unplug peripherals when not in use.

1

True

2

False

11

Fill in the Blanks

12

Fill in the Blanks

13

Open Ended

What are two thing you could do to reduce the attack surface on your smartphone?

14

go to Server Manager ---> Manage --> Add Roles and Features --> click next until you get to Server Roles --> make sure that none of the unsecure protocols are selected.

Secure the Server

  • FTP - File Transfer (use SFTP instead)

  • Telnet (use SSH instead)

  • PAP - Password Authentication Protocol

Unsecure Protocols

Unsecure Protocols

Unencrypted protocols which transmit in plain text

15

media

16

Multiple Choice

Why are most protocols considered unsecure?

1

They encrypt data before sending it

2

They send communications in plain text

3

They have malicious code embedded in them

4

They can be spoofed by skilled attackers

17

Multiple Select

Which protocols are unsecure? Choose all that apply.

1

FTP

2

Telnet

3

PAP

4

SFTP

5

SSH

18

Multiple Select

Which protocols are secure protocols? Choose all that apply

1

SSH

2

FTP

3

SMTP

4

SFTP

5

HTTPS

19

Updating Devices

  • Security update - used to patch app vulnerabilities

  • Critical update - patches OS vulnerabilities

  • Hotfix - quick fix for a severe problem

  • Update apps, malware (especially definitions), OS

Making sure a device or app always has the latest patches.

Patch Management

Types of Patches

  • Windows update - tool used to manage updates automatically or manually on a Windows device

  • WSUS - Windows Server Update Service can be used to push out updates (corporate environment)

  • SCCM - System Center Configuration Manager can push out updates (corporate)

20

media

21

media

22

Fill in the Blanks

23

Multiple Select

Which two tools can be used to push out updates in a corporate environment? (Choose 2)

1

WSUS

2

ASUS

3

SSCM

4

RODC

5

MCUS

24

Multiple Choice

Which answer describes an attack that is successful because the software/app developer is unaware of the vulnerability and therefore has not created a fix for it.

1

Zero Day

2

First Day Out

3

Brand New

4

Ninja Strike

25

Fill in the Blanks

26

  • Server Manager --> DNS --> right click Domain --> Properties --> General tab --> Dynamic updates: Secure only

  • Now in order to write records to the DNS server domain you must be a member of the AD domain.

Securing in Windows Server

  • The DNS server resolves domain names (i.e. google.com) to IP address (i.e. 8.8.8.8)

  • ​Ensure that those outside the domain cannot update DNS records. (DNS poisoning/spoofing)

Domain Name Server

Securing the DNS Server

27

media
media

28

Multiple Choice

What does the DNS Server do?

1

Resolve website domain names to the correct IP addresses

2

Encrypts network traffic over Wi-Fi connections

3

Dynamically assigns IP addresses to devices

4

Sends and receives email messages

29

Fill in the Blanks

30

Multiple Choice

When you choose "Secure Only" changes cannot be made to the DNS server unless you are a member of the ___________

1

server

2

domain

3

network

4

staff

31

  • Uses less bandwidth.

  • ​Prevents unwanted or unauthorized changes to the Active Directory (AD) database.

Benefits

  • Domain controllers with read-only copies of Active Directory

  • ​Updates are controlled and pushed down from a full domain conroller

What is a RODC?

RODC: Read-Only Domain Controller

32

media
media

33

Multiple Select

What are 2 benefits of a RODC?

1

Increases integrity of communications sent between locations

2

Uses less bandwidth

3

Prevents unwanted changes from being made to Active Directory

4

Provides more authorization procedures to secure devices

34

Fill in the Blanks

35

  • Antivirus program included with Windows

  • ​Update can me updated automatically or manually.

  • Provides history of updates

Windows Defender

  • Make sure to keep definitions updated

  • ​Definitions are files that have latest information on the latest malware.

Update Definitions

Antivirus/Antimalware/Antispyware

36

media

37

Multiple Choice

What is the name of the antimalware app that comes with the Windows OS?

1

System Update

2

Windows Defender

3

Windows Firewall

4

Norton Antivirus

38

Fill in the Blanks

39

Multiple Choice

You can choose to update antimalware definitions automatically or manually.

1

True

2

False

40

  • UAC is a Windows tool that helps prevent potentially harmful programs from a making changes to your computer.

  • ​Control Panel --> User Accounts --> Change UAC settings

User Account Control (UAC)

  • Group Policy - Software Restriction policy

  • Device Guard - application whitelisting (allowed)

  • Third-party restriction software

3 ways to Protect

Unwanted Installation Protection

Protect against unwanted software installation

41

User Account Control (UAC)

media
media

42

Multiple Select

What are three ways to prevent installation of unwanted software?

1

Group policy

2

Windows Defender

3

Device Locker

4

3rd party restriction software

5

Device Guard

43

Multiple Choice

Another more accurate name for whitelisting is ______________.

1

allow listing

2

deny listing

3

admin listing

4

graylisting

44

Fill in the Blanks

45

  • Control Panel --> Sync Center --> Manage Offline Files --> Encryption tab ---> Encrypt

  • So we can encrypt offline files using Sync Center and online files using EFS

How to manage

  • Allows you to connect to a network and retrieve copies of files from a network drive you can use and work with offline

  • ​Files automatically synchronize when you reconnect to the network

Offline Files

Managing Offline Files

Encrypt files when working away from the network

46

media

47

Multiple Choice

You can encrypt online files using __________

1

Applocker

2

Power Lock

3

EFS

4

Sync Center

48

Multiple Choice

We can encrypt offline files using _________

1

Windows Defender

2

Sync Center

3

Group Policy

4

EFS

49

Applocker sets more specific rules for what can be or cannot be installed.

Computer Configuration --> Policies --> Windows Settings --> Security Settings --> Application Control Policies --> Applocker

Using Applocker

Windows Server Dashboard --> Group Policy Management --> right click Default Domain Policy --> Computer Configuration --> Policies --> Windows Settings --> Security Settings --> Software Restriction Policies --> Action ---> New Software Restriction Policies
By default no software restriction policies are defined

Using Group Policy

Software Restriction Policies

50

media

51

media

52

Multiple Choice

Group Policy can be used to restrict what software users can install on a device.

1

True

2

False

53

Multiple Choice

By default no software restriction policies are defined in Group Policy

1

True

2

False

54

Multiple Choice

Applocker sets more general rules for what can be or cannot be installed than using Group Policy.

1

True

2

False

Network Security: Domain 2 Lesson 1 Operating System Security: Client and Server Protection

Show answer

Auto Play

Slide 1 / 54

SLIDE