CEH Study Guide - 03 Security Foundations

CEH Study Guide - 03 Security Foundations

Professional Development

20 Qs

quiz-placeholder

Similar activities

Part 3.2

Part 3.2

Professional Development

20 Qs

CySa+ PT 4: 2/3

CySa+ PT 4: 2/3

9th Grade - Professional Development

20 Qs

Security+ Study Guide-01 Mastering Security Basics

Security+ Study Guide-01 Mastering Security Basics

Professional Development

15 Qs

M3_W1_ROUND2

M3_W1_ROUND2

Professional Development

16 Qs

Sec+ CH.1 Review Test

Sec+ CH.1 Review Test

Professional Development

15 Qs

A+ - 10B - Configure Windows System Settings

A+ - 10B - Configure Windows System Settings

Professional Development

17 Qs

Endpoint Security for Bootcamp

Endpoint Security for Bootcamp

Professional Development

22 Qs

Sec+ Quiz - 2

Sec+ Quiz - 2

Professional Development

15 Qs

CEH Study Guide - 03 Security Foundations

CEH Study Guide - 03 Security Foundations

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Alejandro Hidalgo

Used 10+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To remove malware from the network before it gets to the endpoint, you would use which of the following?

Packet filter

Application layer gateway

Unified threat management appliance

Stateful firewall

Answer explanation

Packet filters are used to make block/allow decisions based on header data like source and destination address and port.

Stateful firewalls add in the ability to factor in the state of the connection—new, related, established.

An Application layer gateway knows about Application layer protocols.

A unified threat management appliance adds additional capabilities on top of firewall functions, including antivirus.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you were on a client engagement and discovered that you left an external hard drive with essential data on it at home, which security principle would you be violating?

Confidentiality

Integrity

Non-repudiation

Availability

Answer explanation

Confidentiality is about making sure secrets are kept secret.

Integrity makes sure that data isn’t altered accidentally or by an unauthorized agent.

Non-repudiation makes sure someone can’t say a message didn’t originate with them if it came from their identity.

Availability means making sure data is where it needs to be when it should be there. This includes services as well.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How would you calculate risk?

Probability * loss value

Probability * mitigation factor

(Loss value + mitigation factor) * (loss value/probability)

Probability * mitigation factor

Answer explanation

Risk is the probability of the occurrence of an event multiplied by the dollar value of loss.

There is no mitigation factor that is quantified, so it could be put into a risk calculation.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is one factor of a defense in depth approach to network design?

Switches

Using Linux on the desktop

Optical cable connections

Access control lists on routers

Answer explanation

Switches and optical cable connections can certainly be part of a network design, but in and of themselves they don’t add any security features.

You may use Linux on the desktop, but without more of a strategy for patch and vulnerability management, Linux is no better than other operating systems.

Access control lists on routers can add an additional layer of security, especially when combined with other elements like firewalls and intrusion detection systems.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How would you ensure that confidentiality is implemented in an organization?

Watchdog processes

Encryption

Cryptographic hashes

Web servers

Answer explanation

Confidentiality is keeping secret information secret, which means unauthorized users can’t access it.

Encryption is a good way to keep unauthorized users from data because in order to get to the data, they need to have the key.

Watchdog processes are used to ensure that programs remain running.

Cryptographic hashes are used to verify the integrity of data.

Web servers are used to serve up information.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An intrusion detection system can perform which of the following functions?

Block traffic

Filter traffic based on headers

Generate alerts on traffic

Log system messages

Answer explanation

Firewalls are used to block traffic into a network, though an intrusion prevention system will also block traffic.

A packet filtering firewall uses header information, such as source and destination address and port, to determine whether to allow traffic into the network.

Syslog and the Windows event subsystem can be used to log system messages.

Intrusion detection systems can be used to generate alerts on traffic.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these would be an example of a loss of integrity?

User making changes to a file and saving it

Bad blocks flagged on disk

Credit cards passed in cleartext

Memory failures causing disk drivers to run incorrectly

Answer explanation

If a user makes a change to a file and saves it, that’s an intentional act and the data is what the user expects and wants.

If the disk drive has flagged bad blocks on the disk, the drive won’t write any data out to those blocks, so there will be no loss of integrity.

Credit cards passed in cleartext would be a violation of confidentiality.

Memory failures, though, could cause a loss of data integrity, even in the case of writing data to the drive. The corrupted data in memory could be written to disk. Also, memory failures may cause issues with the disk driver, which may also cause data corruption.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?