4.1 — Security Techniques for Computing Resources

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/61

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:23 PM on 9/8/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

62 Terms

1
New cards

Security Baseline

A defined collection of secure settings and configurations that should be consistently applied to systems, applications, operating systems, and devices.

2
New cards

Baseline Compliance

Verifying that systems continue to match the established security baseline and correcting configuration drift.

3
New cards

Security Compliance Toolkit (SCT)

Microsoft tools and security baselines used to help deploy recommended Windows and Windows Server security configurations.

4
New cards

Group Policy

Centralized method for deploying and enforcing Windows configuration and security settings.

5
New cards

Hardening

Changing a system's configuration to improve security and reduce its attack surface.

6
New cards

Hardening Guide

Manufacturer or third-party recommendations describing secure configuration settings for a system or product.

7
New cards

Attack Surface

The applications, services, interfaces, and other components that could potentially be exploited; removing unnecessary components reduces it.

8
New cards

Mobile Device Management (MDM)

Centralized system used to monitor mobile devices and deploy security configurations, policies, applications, and updates.

9
New cards

Mobile Data Segmentation

Separating corporate and personal data on a mobile device so compromise or removal of one does not automatically affect the other.

10
New cards

Least Privilege

Giving accounts, applications, and systems only the minimum permissions required to perform their functions.

11
New cards

Endpoint Detection and Response (EDR)

Endpoint security technology used to monitor, detect, investigate, and respond to potentially malicious activity.

12
New cards

Server Hardening

Securing servers through patching, strong authentication, least privilege, disabling unused accounts, network restrictions, and endpoint protection.

13
New cards

SCADA

Supervisory Control and Data Acquisition; systems used to monitor and control industrial equipment and processes.

14
New cards

ICS

Industrial Control Systems; computing and networking systems that manage or control industrial processes.

15
New cards

SCADA and ICS Isolation

Using separate networks, restricted connectivity, or air gaps to protect industrial systems from unauthorized access.

16
New cards

Embedded System

An operating system and computing platform built into a purpose-specific device, often with limited administrative access and patching options.

17
New cards

Real-Time Operating System (RTOS)

A deterministic operating system designed to execute processes within predictable time frames.

18
New cards

Deterministic Processing

Processing in which operations are expected to complete within predictable time limits; important for RTOS environments.

19
New cards

Internet of Things (IoT)

Internet-connected purpose-specific devices such as lighting, heating, cooling, and automation systems.

20
New cards

IoT Hardening

Prioritize security patches and segment IoT devices from other networks to limit the impact of compromise.

21
New cards

Wireless Site Survey

Analysis of a wireless environment to identify access points, frequencies, channels, interference, and coverage.

22
New cards

Wireless Heat Map

Visual representation of wireless signal strength and coverage throughout a physical location.

23
New cards

Spectrum Analyzer

Tool used to identify radio-frequency signals and interference, including signals not generated by Wi-Fi access points.

24
New cards

BYOD

Bring Your Own Device; the employee owns the device and uses it for personal and organizational purposes.

25
New cards

COPE

Corporate Owned, Personally Enabled; the organization owns the device but allows personal use.

26
New cards

CYOD

Choose Your Own Device; the organization owns the device but allows the employee to choose from approved device options.

27
New cards

BYOD vs. COPE

BYOD means the employee owns the device; COPE means the organization owns it but permits personal use.

28
New cards

COPE vs. CYOD

Both are organization-owned; COPE emphasizes personal use while CYOD emphasizes employee choice among corporate devices.

29
New cards

Personal Area Network (PAN)

Short-range network commonly created between Bluetooth devices such as a phone and headset or smartwatch.

30
New cards

Bluetooth Pairing

Formal process for establishing a trusted connection between Bluetooth devices; unknown devices should not be automatically trusted.

31
New cards

Wireless Confidentiality

Protecting wireless transmissions from unauthorized viewing through encryption.

32
New cards

Message Integrity Check (MIC)

Mechanism used to verify that wireless information received is identical to what was originally transmitted.

33
New cards

WPA2 Four-Way Handshake Risk

WPA2 handshake information can be captured and used in offline attempts to recover a pre-shared key.

34
New cards

WPA3

Wireless security standard that improves authentication and key exchange compared with WPA2.

35
New cards

GCMP

Galois Counter Mode Protocol; WPA3 technology providing confidentiality, stronger encryption, and message integrity.

36
New cards

SAE

Simultaneous Authentication of Equals; WPA3 authentication and key-exchange method providing mutual authentication.

37
New cards

Dragonfly Handshake

Another name associated with WPA3 Simultaneous Authentication of Equals.

38
New cards

WPA3-Personal

Wireless authentication designed for environments using a shared pre-shared key.

39
New cards

Pre-Shared Key (PSK)

Shared wireless password known by users connecting to a personal wireless network.

40
New cards

WPA3-Enterprise

Enterprise wireless security using 802.1X and centralized authentication rather than one shared password.

41
New cards

AAA

Authentication, Authorization, and Accounting; framework for controlling and recording access.

42
New cards

Authentication

Verifies who a user or system is.

43
New cards

Authorization

Determines what an authenticated user or system is permitted to access.

44
New cards

Accounting

Records activity such as login time, logout time, session activity, and transferred data.

45
New cards

RADIUS

Remote Authentication Dial-In User Service; centralized AAA service commonly used for network, VPN, device, and wireless authentication.

46
New cards

802.1X

Network access control standard requiring users or devices to authenticate before receiving network access; works on wired and wireless networks.

47
New cards

Network Access Control (NAC)

Controls whether a user or device can access a network based on authentication or security requirements.

48
New cards

EAP

Extensible Authentication Protocol; flexible authentication framework used with 802.1X.

49
New cards

Supplicant

802.1X client or user requesting network access.

50
New cards

Authenticator

802.1X device, such as a switch or access point, through which the supplicant requests access.

51
New cards

Authentication Server

AAA server that validates credentials during 802.1X authentication.

52
New cards

802.1X Sequence

Supplicant connects, authenticator requests identity, authentication information is forwarded to the authentication server, credentials are validated, and access is allowed if successful.

53
New cards

Input Validation

Checking user-supplied data for expected length, characters, and format and rejecting unexpected input.

54
New cards

Fuzzing

Automatically sending random or unexpected input to an application to identify crashes, errors, or weaknesses in input handling.

55
New cards

Cookie

Small piece of browser-stored data used for functions such as tracking, personalization, or maintaining sessions; it is data rather than executable software.

56
New cards

Secure Cookie

Cookie configured to be transmitted only through an encrypted connection such as HTTPS.

57
New cards

Static Application Security Testing (SAST)

Examines application source code for security weaknesses such as buffer overflows and database injections.

58
New cards

SAST False Positive

A source-code analyzer reports a potential vulnerability that is not actually a vulnerability and must be reviewed by developers.

59
New cards

Code Signing

Digital signing of software to verify its source and determine whether it has been modified since release.

60
New cards

Sandbox

Restricted or isolated environment that limits what an application can access or allows software to be tested without affecting production.

61
New cards

Application Monitoring

Monitoring application activity and logs for attacks, unexpected file transfers, unusual access, and other abnormal behavior.

62
New cards

Static vs. Dynamic Application Testing

Static testing examines source code; dynamic testing such as fuzzing evaluates a running application using unexpected input