Network Security Baselines
Implement Endpoint Security
Application Protocol Security Baselines
Explain Alerting and Monitoring Concepts
You Shall not pass
200

What is a firewall

This network device filters traffic between network segments based on predefined rules.

200

What is EDR (Endpoint Detection and Response)?

This type of security software actively monitors endpoints for malicious activity and can automatically respond to threats.

200

What is HTTPS?

This secure protocol replaces HTTP by encrypting web traffic using TLS.

200

What is a SIEM system?

(Security Information and Event Management) This centralized system collects and correlates logs from multiple sources to detect security incidents.

200

What is session hijacking (or a replay attack)?

This attack technique involves an attacker capturing a valid authentication token or session ID and reusing it to impersonate a legitimate user, bypassing the need to know their password

400

What is network segmentation?

This practice involves dividing a network into smaller segments to limit the spread of an attack

400

What is full disk encryption (FDE)?

This security feature encrypts an entire hard drive, protecting data if a device is lost or stolen.

400

What is SSH?

This secure protocol replaces Telnet for encrypted remote command-line access to network devices.

400

What is a false positive?

This term describes a legitimate, benign event that is mistakenly flagged as malicious by a security tool.

400

What is a collision attack?

This cryptographic attack exploits the mathematical possibility that two different inputs produce the same hash output, undermining the integrity guarantee that hashing is supposed to provide.

600

What is Zero Trust?

This security architecture assumes no user or device should be trusted by default, even inside the network perimeter.

600

What is antivirus / anti-malware software?

This type of security software is designed specifically to detect, quarantine, and remove malicious software.

600

What is S/MIME?

(Secure/Multipurpose Internet Mail Extensions)- This secure email protocol encrypts and digitally signs email content using certificates.

600

What is baselining?

This process establishes a normal pattern of network or system activity so that deviations can be detected.

600

What is a permission/access (or entitlement) review — sometimes called addressing privilege creep?

This IAM concept refers to periodically reviewing and revoking a user's accumulated permissions from role changes over time, preventing excessive access from building up unnoticed.

800

What is a DMZ (demilitarized zone)?

This buffer network segment sits between an internal trusted network and an untrusted network like the internet, hosting public-facing services.

800

What is application allow listing (whitelisting)?

This technique allows only pre-approved applications to run on a system, blocking everything else by default.

800

What is DNSSEC?

Domain Name System Security Extensions- This protocol adds cryptographic signatures to DNS responses to prevent spoofing and cache poisoning.

800

What is threat hunting?

This proactive practice involves actively searching a network for threats that have evaded existing security controls.

800

What is SQL injection?

This type of vulnerability occurs when an attacker can inject and execute arbitrary SQL commands through unsanitized user input, potentially exposing an entire backend database.

1000

What is hardening?

This secure configuration practice involves disabling unnecessary services, ports, and default accounts on a system before it is deployed.

1000

What is Mobile Device Management (MDM) for BYOD?

This management strategy lets an organization enforce security policies, like remote wipe and encryption, on personal devices used for work.

1000

What is SFTP?

 Secure File Transfer Protocol- This secure protocol replaces standard FTP by encrypting file transfers over an SSH connection.

1000

What is SOAR ?

(Security Orchestration, Automation, and Response)- This platform automates predefined response actions to security alerts, combining playbooks with minimal human intervention

1000

What is Mean Time to Respond (MTTR) — specifically Mean Time to Acknowledge/Detect in some frameworks?

This monitoring metric measures the time between an alert firing and a security team acknowledging and beginning to act on it, and is a key indicator of SOC efficiency.