INFORMATION SECURITY
SOCIAL ENGINEERING
CRYPTOGRAPHY
NETWORK SECURITY
SECURITY POLICIES & ACCESS CONTROL
100

This principle of the CIA Triad means information should only be accessible to people who are permitted to see it.

What is Confidentiality?

100

An attacker sends a fraudulent email pretending to be a legitimate organization in an attempt to trick a victim into revealing information or taking an action.

What is Phishing?

100

This is the original readable information before encryption.

What is Plaintext?

100

This security control examines network traffic and allows or blocks connections according to predefined rules.

What is a Firewall?

100

This document establishes an organization's general rules and expectations for protecting information and using technology.

What is a Security Policy?

200

An accounting employee accidentally changes ₱500,000 to ₱50,000 in a financial record. Which security principle has been compromised?

What is Integrity?

200

Instead of sending thousands of random phishing emails, an attacker researches the company's finance manager and sends a highly personalized message specifically targeting that person.

What is Spear Phishing?

200

A readable accounting message is transformed into an unreadable form before being transmitted. What process has occurred?

What is Encryption?

200

An accounting company's security system notices repeated suspicious connection attempts and sends an alert to the security administrator but does not automatically block the traffic.

What is an IDS?

200

What document explains the specific steps for carrying out a security policy?

What is Procedure 

300

A company still has perfectly accurate financial records, but its accounting server is unavailable during payroll processing. Which CIA principle is primarily affected?

What is Availability?

300

What type of attack specifically targets an organization through fraudulent emails that appear to come from executives or trusted business contacts?

What is Business Email Compromise (BEC)?

300

A recipient uses the appropriate key to turn encrypted data back into its original readable form.

What is Decryption?

300

The same situation occurs, but this time the security system detects the suspicious traffic and automatically blocks it.

What is an IPS?

300

An employee can access the entire company's financial database even though their job only requires access to one client's records.

What security concept should the organization apply?

What is Least Privilege?

400

An employee is allowed to access client tax records because her job requires them. She then downloads thousands of unrelated client records that she does not need for her work.

What security principle or access-control concept is most directly violated?

What is Least Privilege?

400

A stranger carrying several boxes walks behind an employee through a secure office door without using an access card. The employee holds the door open for them.

What is Tailgating?

400

Two employees need to securely encrypt and decrypt information using the same secret value.

Question:
What type of encryption are they using?

What is Symmetric Encryption?

400

What term refers to data traveling between devices across a network?

What is Traffic 

400

What process determines which users are allowed to access particular information or systems?

What is Authorization

500

A company has strong passwords, encryption, firewalls, and backups. However, employees have never been given rules explaining how confidential client information should be stored, shared, or handled. What organizational control is missing?

What is a Security Policy?

500

What attack involves an attacker pretending to be someone trustworthy, such as a CEO, to manipulate an employee?

What is Pretexting?

500

A company stores passwords using a one-way mathematical process. Even if the stored result is obtained, it is not intended to be reversed back into the original password.

Question:
What cryptographic technique is being described?

What is Hashing?

500

What security approach uses multiple security controls together so that one control can provide protection if another fails?

What is Layered Security / Defense in Depth?

500

What access-control method assigns permissions according to a person's job or organizational role?

RBAC