4.1

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/25

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 4:03 PM on 8/11/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

26 Terms

1
New cards

Secure Baselines - Establish

Defining a set of minimum security standards, configurations, and hardening rules for hardware, software, and network devices before deployment.

2
New cards

Secure Baselines - Deploy

Rolling out standardized secure configurations across systems using automated deployment tools, scripts, or disk images.

3
New cards

Secure Baselines - Maintain

Continuously auditing, patching, and updating system configurations over time to prevent configuration drift and address new security risks.

4
New cards

Hardening Targets - Mobile Devices

Securing smartphones and tablets via encryption, screen locks, remote wipe capabilities, patch management, and MDM policies.

5
New cards

Hardening Targets - Workstations

Securing end-user PCs by removing default accounts, disabling unused services, enforcing least privilege, and enabling host firewalls and EDR.

6
New cards

Hardening Targets - Switches & Routers

Securing core networking hardware by disabling unused ports, enforcing encrypted management protocols (SSH/HTTPS), changing default credentials, and enabling port security.

7
New cards

Hardening Targets - Cloud Infrastructure

Securing cloud workloads by enforcing strict Identity and Access Management (IAM), configuring virtual firewalls, auditing storage permissions, and enabling API logging.

8
New cards

Hardening Targets - Servers

Hardening physical or virtual servers by stripping unnecessary software, disabling unused services, closing open ports, and applying strict access controls.

9
New cards

Hardening Targets - ICS/SCADA & RTOS

Securing industrial and real-time operational technology by isolating control networks, restricting physical access, applying compensating controls, and strictly managing patch timing.

10
New cards

Hardening Targets - Embedded Systems & IoT

Securing dedicated microcontrollers and connected devices through network segmentation, disabling default remote access, and enforcing secure firmware updates.

11
New cards

Wireless Installation - Site Surveys

Analyzing physical facilities, RF signal propagation, wall density, and nearby interference to plan optimal wireless access point (WAP) placement and power output.

12
New cards

Wireless Installation - Heat Maps

Visual representations of wireless signal strength and coverage across a physical layout, used to identify dead zones and optimize WAP placement.

13
New cards

Mobile Solutions - Mobile Device Management (MDM)

A centralized software platform used by IT administrators to enforce security policies, push software updates, track, wipe, and monitor mobile devices.

14
New cards

Mobile Deployment - BYOD (Bring Your Own Device)

A deployment model where employees use their personal devices for enterprise work, requiring containerization to separate corporate data from personal data.

15
New cards

Mobile Deployment - COPE (Corporate-Owned, Personally Enabled)

A deployment model where the organization purchases and owns the mobile device, but allows the employee to use it for personal tasks under strict policy guidelines.

16
New cards

Mobile Deployment - CYOD (Choose Your Own Device)

A deployment model where employees choose a device from an enterprise-approved list of corporate-owned or personal devices that meet specific security requirements.

17
New cards

Mobile Connections - Cellular, Wi-Fi, Bluetooth

Wireless connectivity mediums requiring distinct controls, such as enforcing VPNs over public Wi-Fi, turning off Bluetooth discoverability, and monitoring cellular data usage.

18
New cards

Wireless Security - Wi-Fi Protected Access 3 (WPA3)

The modern Wi-Fi security standard using SAE (Simultaneous Authentication of Equals) to protect against offline dictionary attacks and provide forward secrecy.

19
New cards

Wireless Security - RADIUS / AAA

A centralized authentication protocol framework (Authentication, Authorization, Accounting) used in 802.1X enterprise networks to validate user credentials against an identity provider.

20
New cards

Wireless Security - Cryptographic & Authentication Protocols

Protocols (e.g., EAP-TLS, AES-CCMP, SAE) used to securely authenticate clients and encrypt wireless data payloads.

21
New cards

Application Security - Input Validation

Checking and sanitizing user inputs on both client and server sides to prevent security flaws like SQL injection, Command Injection, and XSS.

22
New cards

Application Security - Secure Cookies

Setting flags on web cookies (e.g., Secure, HttpOnly, SameSite) to ensure they are transmitted over HTTPS and remain inaccessible to client-side scripts.

23
New cards

Application Security - Static Code Analysis

Testing source code without executing it (SAST) to identify potential vulnerabilities, coding errors, and compliance issues early in development.

24
New cards

Application Security - Code Signing

Cryptographically signing executable code with a digital certificate to verify software origin and ensure the code has not been tampered with.

25
New cards

Sandboxing

An isolated execution environment that isolates unverified code or untrusted applications from the rest of the network and operating system to prevent malicious damage.

26
New cards

Monitoring

Continuously tracking system logs, network traffic, resource usage, and security events to detect anomalies, unauthorized changes, and security incidents.