Chapter 10 — Endpoint and Mobile Device Security

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

1/631

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 7:41 PM on 6/18/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

632 Terms

1
New cards

Endpoint hardening

Endpoint hardening changes an operating system, application, or device configuration to reduce security risk and attack surface.Example: An administrator disables unused services, enables disk encryption, and applies secure baseline settings.Memory trick: Hardening makes the endpoint harder to attack.Trick question tip: Disabling unnecessary features, applying baselines, and reducing attack surface point to hardening.

2
New cards

Operating system security

Operating system security protects the core software of a system from unauthorized access, malware, data breaches, and misuse.Example: A workstation uses authentication, patching, endpoint protection, logging, and secure configurations.Memory trick: The OS is the foundation, so secure the foundation first.Trick question tip: Access control, authentication, patching, monitoring, and endpoint protection all apply to OS security.

3
New cards

Hardening balance

Hardening must be balanced against functionality and usability because restrictive settings can break applications or workflows.Example: Disabling an unused service improves security, but disabling a required service can stop a business application from working.Memory trick: Harden without breaking the job.Trick question tip: Security controls should reduce risk while preserving legitimate business function.

4
New cards

Security baseline

A security baseline is a standard set of secure configuration settings used to harden systems consistently.Example: Workstations receive a baseline that enables screen locks, firewall rules, and update settings.Memory trick: Baseline = secure starting line.Trick question tip: Standard checklists, templates, and approved configurations point to baselines.

5
New cards

Best practice baseline

A best practice baseline provides recommended secure settings developed from expert or industry guidance.Example: Administrators use a hardened workstation template based on recognized security guidance.Memory trick: Best practice baseline gives admins a trusted checklist.Trick question tip: Baselines help standardize hardening across many devices.

6
New cards

Configuration baseline template

A configuration baseline template applies approved secure settings automatically or consistently across systems.Example: A template configures password policies, firewall settings, and update behavior on new devices.Memory trick: Template repeats the secure setup.Trick question tip: Automated secure configuration across systems points to a baseline template.

7
New cards

Least functionality

Least functionality means a system should run only the protocols, services, applications, and features required for legitimate use.Example: A server disables unused remote-access services and unnecessary ports.Memory trick: If it is not needed, turn it off.Trick question tip: Reducing unnecessary services and features points to least functionality.

8
New cards

Attack surface

Attack surface is the total set of points where an attacker could interact with or exploit a system.Example: Unused services, open ports, unnecessary software, and extra interfaces increase attack surface.Memory trick: More doors mean more ways in.Trick question tip: Hardening reduces attack surface by removing unnecessary exposure.

9
New cards

Network interface

A network interface connects a device to a network and can be wired, wireless, modem-based, or management-focused.Example: A laptop has both wired and wireless network interfaces.Memory trick: Interface = network connection point.Trick question tip: Unneeded interfaces should be disabled, not merely ignored.

10
New cards

Unused interface risk

Unused interface risk occurs when an enabled but unnecessary network connection creates an extra path into the system.Example: A management network card is disabled because the device does not use remote management.Memory trick: Unused connection still creates exposure.Trick question tip: Disable unused wired, wireless, modem, or management interfaces.

11
New cards

Management network interface card

A management network interface card provides a dedicated management connection that may allow remote administrative access.Example: A server includes a separate management interface for out-of-band administration.Memory trick: Management NIC = admin access path.Trick question tip: If not required, management interfaces should be explicitly disabled or tightly controlled.

12
New cards

Service

A service is a background function or process that supports operating system features, applications, or remote client connections.Example: A file-sharing service allows remote clients to access shared folders.Memory trick: Services run in the background to provide functions.Trick question tip: Unused services should be disabled to reduce attack surface.

13
New cards

Unused service risk

Unused service risk occurs when unnecessary running services create vulnerabilities or remote access points.Example: An unused file-sharing service is disabled on a workstation.Memory trick: Running services are potential doors.Trick question tip: Disable unused services as part of endpoint hardening.

14
New cards

Application service port

An application service port allows client software to connect to an application over the network.Example: A web service listens for client connections on an allowed port.Memory trick: Ports are network doors for applications.Trick question tip: If remote access is not required, disable or block the port.

15
New cards

Unused port risk

Unused port risk occurs when open ports expose services that are not needed for business functions.Example: A firewall blocks an unnecessary remote-management port on a workstation.Memory trick: Open port, open opportunity.Trick question tip: Hardening includes closing or firewall-blocking unnecessary ports.

16
New cards

Nonstandard port

A nonstandard port is a port used for a service other than its typical default port.Example: A web service runs on a different port instead of its default.Memory trick: Nonstandard port means the service moved doors.Trick question tip: Do not assume a service is absent just because the default port is closed.

17
New cards

Malware over open port

Malware may try to send unexpected or nonstandard traffic over an allowed open port to bypass simple controls.Example: Suspicious traffic uses an allowed service port but does not match the expected protocol behavior.Memory trick: Malware may hide in allowed traffic paths.Trick question tip: IDS can detect data that does not conform to the expected protocol format.

18
New cards

Intrusion Detection System protocol validation

An Intrusion Detection System can identify traffic that does not match the expected protocol format for a port or service.Example: The IDS alerts when traffic on a web service port does not look like normal web traffic.Memory trick: IDS checks whether traffic acts like it should.Trick question tip: Protocol mismatch on an allowed port is an IDS detection clue.

19
New cards

Persistent storage

Persistent storage holds data that remains after power is removed, including user files and cached credentials.Example: A workstation drive stores documents, application data, and cached login information.Memory trick: Persistent storage remembers after shutdown.Trick question tip: Disk encryption protects data at rest on persistent storage.

20
New cards

Cached credential

Cached credentials are stored authentication information used to support later or offline access.Example: A laptop stores cached sign-in data for use when it cannot reach the domain controller.Memory trick: Cached credentials are remembered logins.Trick question tip: Stored credentials on endpoints increase the need for disk encryption and access protection.

21
New cards

Disk encryption

Disk encryption protects data at rest by encrypting information stored on a drive.Example: A lost laptop’s drive contents remain unreadable without the required key or authentication.Memory trick: Encrypt the disk so stolen storage is useless.Trick question tip: Data at rest on endpoints calls for disk encryption.

22
New cards

Self-encrypting drive

A self-encrypting drive automatically encrypts data stored on the drive using built-in hardware encryption.Example: A business laptop uses a self-encrypting drive to protect all stored files.Memory trick: The drive encrypts itself.Trick question tip: Self-encrypting drives protect persistent storage at rest.

23
New cards

Maintenance cycle

A maintenance cycle is a recurring process for updating, reviewing, patching, and adjusting device security over time.Example: Administrators regularly apply updates and review baseline compliance.Memory trick: Hardening is not one-and-done.Trick question tip: Keeping up with new threats requires ongoing maintenance.

24
New cards

Threat response maintenance

Threat response maintenance keeps systems updated against newly discovered threats affecting installed software and configurations.Example: A newly disclosed vulnerability triggers testing and deployment of a security patch.Memory trick: New threat, new response.Trick question tip: Patch management and configuration updates are part of endpoint hardening.

25
New cards

Workstation

Workstations are user endpoints that support day-to-day work and often run many applications, making them common attack targets.Example: Employee laptops and desktops require strong hardening and user-focused controls.Memory trick: Workstations sit on the front line.Trick question tip: Workstations have a large attack surface because users interact with many apps and files.

26
New cards

Workstation attack surface

Workstation attack surface is large because workstations support varied tasks, many applications, user browsing, email, removable media, and peripherals.Example: A user workstation has productivity tools, browsers, messaging apps, and USB access.Memory trick: More user activity means more exposure.Trick question tip: Workstations need extra hardening because they are heavily used by people.

27
New cards

Removing unnecessary software

Removing unnecessary software reduces attack surface by eliminating unused applications and components.Example: A workstation image excludes trialware and unused server tools.Memory trick: Less software means fewer weaknesses.Trick question tip: Unneeded applications should be removed, not just ignored.

28
New cards

Limiting administrative privileges

Limiting administrative privileges restricts users from making system-wide changes unless required for their role.Example: Standard users cannot install drivers or change security settings without approval.Memory trick: Fewer admins, fewer mistakes and attacks.Trick question tip: Least privilege is a core workstation hardening control.

29
New cards

Application installation control

Application installation control restricts who can install software and which applications are approved.Example: Users can install only authorized applications through a managed software portal.Memory trick: Control what gets installed.Trick question tip: Strictly managing app installs reduces malware and rogue software risk.

30
New cards

Application update management

Application update management ensures installed software receives approved security and stability updates.Example: Endpoint tools push browser and productivity-suite patches to workstations.Memory trick: Installed apps must stay patched.Trick question tip: Third-party application updates matter, not just operating system patches.

31
New cards

User awareness training

User awareness training teaches users how to recognize threats and follow secure behavior.Example: Employees learn to identify phishing messages and handle sensitive data carefully.Memory trick: Users are part of endpoint defense.Trick question tip: Phishing, passwords, Internet use, and data handling often require awareness training.

32
New cards

Phishing awareness

Phishing awareness teaches users to recognize deceptive messages that attempt to steal credentials or trigger unsafe actions.Example: A user reports a suspicious login email instead of clicking the link.Memory trick: Train users before attackers trick them.Trick question tip: User-focused security is especially important for workstations.

33
New cards

Secure password behavior

Secure password behavior includes using strong passwords, avoiding reuse, and following organizational authentication policies.Example: A user avoids using the same password across personal and work accounts.Memory trick: Password habits affect endpoint security.Trick question tip: User behavior supports technical hardening.

34
New cards

Responsible Internet use

Responsible Internet use means following policies for safe and appropriate browsing, downloading, and online activity.Example: A user avoids downloading unapproved tools from unknown sources.Memory trick: Unsafe browsing can weaken endpoints.Trick question tip: Workstation security includes user practices, not just device settings.

35
New cards

Sensitive data handling

Sensitive data handling means using approved methods to store, transmit, and protect confidential or regulated information.Example: An employee stores customer records only in approved encrypted systems.Memory trick: Sensitive data needs careful handling.Trick question tip: Workstation users must be trained on data handling because endpoints often process sensitive information.

36
New cards

Automatic updates

Automatic updates help keep operating systems and applications current with security fixes.Example: Workstations automatically install approved security patches after testing.Memory trick: Automatic updates close known holes faster.Trick question tip: Patch management is a major endpoint hardening practice.

37
New cards

Screen lock

A screen lock prevents unauthorized access when a user steps away from a workstation.Example: A workstation locks after a short period of inactivity.Memory trick: Lock the screen before someone else uses it.Trick question tip: Auto-lock settings reduce unattended workstation risk.

38
New cards

Host firewall

A host firewall controls inbound and outbound network traffic on an individual endpoint.Example: A workstation blocks unsolicited inbound connections.Memory trick: Host firewall guards one machine.Trick question tip: Endpoint hardening often includes enabling and configuring the local firewall.

39
New cards

Endpoint protection

Endpoint protection detects, prevents, or responds to malware and suspicious activity on endpoints.Example: Endpoint protection blocks a malicious file before execution.Memory trick: Endpoint protection watches the device itself.Trick question tip: Workstations need endpoint protection because they are exposed to users, files, and web content.

40
New cards

Host-based intrusion detection

A host-based intrusion detection system monitors a device for suspicious activity or changes.Example: HIDS alerts when a protected registry setting changes unexpectedly.Memory trick: HIDS watches from inside the host.Trick question tip: Suspicious local events, file changes, or registry changes point to HIDS.

41
New cards

Host-based intrusion prevention

A host-based intrusion prevention system can block suspicious activity on the endpoint.Example: HIPS prevents an unauthorized process from changing a protected setting.Memory trick: HIPS can stop, HIDS mainly detects.Trick question tip: Prevention means blocking, not just alerting.

42
New cards

Increased logging

Increased logging captures more security-relevant events to support monitoring, troubleshooting, and incident response.Example: Workstations log authentication failures and privileged changes.Memory trick: More useful logs mean better visibility.Trick question tip: Logging supports detection and investigation but must be managed to avoid noise.

43
New cards

Workstation encryption

Workstation encryption protects stored data on user devices from exposure if the device is lost or stolen.Example: Full-disk encryption protects files on a stolen laptop.Memory trick: Lost laptop, encrypted data.Trick question tip: Portable endpoints especially need disk encryption.

44
New cards

USB port control

USB port control restricts or blocks removable devices to reduce malware and data-loss risk.Example: Endpoint protection blocks unauthorized USB storage devices.Memory trick: USB ports are tiny doors into and out of the endpoint.Trick question tip: Peripheral control and removable media restrictions are workstation hardening controls.

45
New cards

Device control policy

A device control policy defines which peripheral devices are allowed, blocked, or restricted on endpoints.Example: Only approved encrypted USB drives can connect to company workstations.Memory trick: Device policy controls plug-in hardware.Trick question tip: USB, external drives, and peripherals point to device control.

46
New cards

Workstation segmentation

Workstation segmentation restricts communication between endpoints or groups of endpoints to limit lateral movement.Example: Workstations in one department cannot freely connect to another department’s systems.Memory trick: Segmentation keeps compromise from spreading.Trick question tip: Limiting malware propagation and attacker movement points to segmentation.

47
New cards

Baseline configuration

Baseline configuration is the approved secure configuration standard for a particular type of system.Example: Separate baselines are used for desktop clients, file servers, and DNS servers.Memory trick: Different systems need different secure templates.Trick question tip: Baselines should match system role, not be identical for every device.

48
New cards

Separate system baselines

Separate system baselines are used because different device roles require different secure settings.Example: A file server baseline differs from a workstation baseline.Memory trick: Role decides baseline.Trick question tip: Desktop clients, file servers, DNS servers, application servers, and directory servers may need separate baselines.

49
New cards

Windows registry

The Windows registry stores configuration settings for the operating system, applications, users, and security policies.Example: A policy setting modifies a registry value on a domain-joined computer.Memory trick: Registry = Windows configuration database.Trick question tip: Windows configuration changes often involve registry settings.

50
New cards

Group Policy Object (GPO)

A Group Policy Object is a Windows domain policy mechanism used to apply configuration settings to users and computers.Example: A domain GPO enforces screen-lock and firewall settings on workstations.Memory trick: GPO pushes policy in a domain.Trick question tip: Domain-joined computers receiving policy settings point to GPOs.

51
New cards

GPO registry application

GPO settings are applied to the registry when a domain-joined computer processes policy, such as during startup.Example: A workstation receives approved security settings each time it boots and refreshes policy.Memory trick: GPO writes policy into Windows settings.Trick question tip: Registry values controlled by policy should not randomly change.

52
New cards

Registry least privilege

Registry least privilege limits the ability to modify registry settings to only authorized users and service accounts.Example: Standard users cannot change security-relevant registry keys.Memory trick: Registry changes need restricted rights.Trick question tip: Unauthorized registry modification can weaken host security.

53
New cards

Suspicious registry event

A suspicious registry event is an unexpected or unauthorized change to registry settings that may indicate malware, misconfiguration, or policy tampering.Example: HIDS alerts when a startup-related registry key changes unexpectedly.Memory trick: Registry changes can reveal compromise.Trick question tip: HIDS can monitor registry changes for suspicious activity.

54
New cards

Baseline deviation

Baseline deviation occurs when a system’s actual configuration no longer matches the approved baseline.Example: A workstation has an unauthorized service enabled that is not allowed by the baseline.Memory trick: Deviation means the system drifted away from the secure template.Trick question tip: Configuration drift and mismatched baseline settings point to deviation.

55
New cards

Baseline deviation reporting

Baseline deviation reporting tests and reports whether hosts match the approved baseline configuration.Example: A compliance report shows which systems failed secure configuration checks.Memory trick: Report which systems drifted.Trick question tip: Validating actual settings against a template is baseline deviation reporting.

56
New cards

Security Compliance Toolkit

Security Compliance Toolkit is a Microsoft toolset used to compare and manage Windows security baselines and policy settings.Example: Administrators compare production GPO settings against approved Microsoft security baselines.Memory trick: Toolkit helps check Windows baseline compliance.Trick question tip: Modern Microsoft baseline validation points to Security Compliance Toolkit rather than older tools.

57
New cards

Microsoft Baseline Security Analyzer (MBSA)

Microsoft Baseline Security Analyzer was an older Microsoft tool used to validate Windows security configuration but has been replaced by newer compliance tools.Example: A legacy environment previously used MBSA for security checks.Memory trick: MBSA is old baseline checking.Trick question tip: If the question asks for current Microsoft baseline tools, prefer Security Compliance Toolkit.

58
New cards

Configuration drift

Configuration drift is the gradual movement of system settings away from the approved baseline over time.Example: Different administrators make manual changes that leave workstations inconsistent.Memory trick: Drift means systems slowly wander from the standard.Trick question tip: Baseline reporting helps detect configuration drift.

59
New cards

Endpoint hardening defense in depth

Endpoint hardening defense in depth combines secure baselines, least functionality, disabled unused interfaces and services, blocked ports, encryption, patching, endpoint protection, logging, device control, segmentation, GPOs, and deviation reporting.Example: A workstation uses a secure baseline, full-disk encryption, local firewall rules, USB restrictions, and monitored registry settings.Memory trick: Disable what is unnecessary, protect what remains, and check for drift.Trick question tip: Strong endpoint hardening uses many controls, not one setting.

60
New cards
Endpoint hardening
Endpoint hardening changes an operating system, application, or device configuration to reduce security risk and attack surface.<br><br><b>Example:</b> An administrator disables unused services, enables disk encryption, and applies secure baseline settings.<br><br><b>Memory trick:</b> Hardening makes the endpoint harder to attack.<br><br><b>Trick question tip:</b> Disabling unnecessary features, applying baselines, and reducing attack surface point to hardening.
61
New cards
Operating system security
Operating system security protects the core software of a system from unauthorized access, malware, data breaches, and misuse.<br><br><b>Example:</b> A workstation uses authentication, patching, endpoint protection, logging, and secure configurations.<br><br><b>Memory trick:</b> The OS is the foundation, so secure the foundation first.<br><br><b>Trick question tip:</b> Access control, authentication, patching, monitoring, and endpoint protection all apply to OS security.
62
New cards
Hardening balance
Hardening must be balanced against functionality and usability because restrictive settings can break applications or workflows.<br><br><b>Example:</b> Disabling an unused service improves security, but disabling a required service can stop a business application from working.<br><br><b>Memory trick:</b> Harden without breaking the job.<br><br><b>Trick question tip:</b> Security controls should reduce risk while preserving legitimate business function.
63
New cards
Security baseline
A security baseline is a standard set of secure configuration settings used to harden systems consistently.<br><br><b>Example:</b> Workstations receive a baseline that enables screen locks, firewall rules, and update settings.<br><br><b>Memory trick:</b> Baseline = secure starting line.<br><br><b>Trick question tip:</b> Standard checklists, templates, and approved configurations point to baselines.
64
New cards
Best practice baseline
A best practice baseline provides recommended secure settings developed from expert or industry guidance.<br><br><b>Example:</b> Administrators use a hardened workstation template based on recognized security guidance.<br><br><b>Memory trick:</b> Best practice baseline gives admins a trusted checklist.<br><br><b>Trick question tip:</b> Baselines help standardize hardening across many devices.
65
New cards
Configuration baseline template
A configuration baseline template applies approved secure settings automatically or consistently across systems.<br><br><b>Example:</b> A template configures password policies, firewall settings, and update behavior on new devices.<br><br><b>Memory trick:</b> Template repeats the secure setup.<br><br><b>Trick question tip:</b> Automated secure configuration across systems points to a baseline template.
66
New cards
Least functionality
Least functionality means a system should run only the protocols, services, applications, and features required for legitimate use.<br><br><b>Example:</b> A server disables unused remote-access services and unnecessary ports.<br><br><b>Memory trick:</b> If it is not needed, turn it off.<br><br><b>Trick question tip:</b> Reducing unnecessary services and features points to least functionality.
67
New cards
Attack surface
Attack surface is the total set of points where an attacker could interact with or exploit a system.<br><br><b>Example:</b> Unused services, open ports, unnecessary software, and extra interfaces increase attack surface.<br><br><b>Memory trick:</b> More doors mean more ways in.<br><br><b>Trick question tip:</b> Hardening reduces attack surface by removing unnecessary exposure.
68
New cards
Network interface
A network interface connects a device to a network and can be wired, wireless, modem-based, or management-focused.<br><br><b>Example:</b> A laptop has both wired and wireless network interfaces.<br><br><b>Memory trick:</b> Interface = network connection point.<br><br><b>Trick question tip:</b> Unneeded interfaces should be disabled, not merely ignored.
69
New cards
Unused interface risk
Unused interface risk occurs when an enabled but unnecessary network connection creates an extra path into the system.<br><br><b>Example:</b> A management network card is disabled because the device does not use remote management.<br><br><b>Memory trick:</b> Unused connection still creates exposure.<br><br><b>Trick question tip:</b> Disable unused wired, wireless, modem, or management interfaces.
70
New cards
Management network interface card
A management network interface card provides a dedicated management connection that may allow remote administrative access.<br><br><b>Example:</b> A server includes a separate management interface for out-of-band administration.<br><br><b>Memory trick:</b> Management NIC = admin access path.<br><br><b>Trick question tip:</b> If not required, management interfaces should be explicitly disabled or tightly controlled.
71
New cards
Service
A service is a background function or process that supports operating system features, applications, or remote client connections.<br><br><b>Example:</b> A file-sharing service allows remote clients to access shared folders.<br><br><b>Memory trick:</b> Services run in the background to provide functions.<br><br><b>Trick question tip:</b> Unused services should be disabled to reduce attack surface.
72
New cards
Unused service risk
Unused service risk occurs when unnecessary running services create vulnerabilities or remote access points.<br><br><b>Example:</b> An unused file-sharing service is disabled on a workstation.<br><br><b>Memory trick:</b> Running services are potential doors.<br><br><b>Trick question tip:</b> Disable unused services as part of endpoint hardening.
73
New cards
Application service port
An application service port allows client software to connect to an application over the network.<br><br><b>Example:</b> A web service listens for client connections on an allowed port.<br><br><b>Memory trick:</b> Ports are network doors for applications.<br><br><b>Trick question tip:</b> If remote access is not required, disable or block the port.
74
New cards
Unused port risk
Unused port risk occurs when open ports expose services that are not needed for business functions.<br><br><b>Example:</b> A firewall blocks an unnecessary remote-management port on a workstation.<br><br><b>Memory trick:</b> Open port, open opportunity.<br><br><b>Trick question tip:</b> Hardening includes closing or firewall-blocking unnecessary ports.
75
New cards
Nonstandard port
A nonstandard port is a port used for a service other than its typical default port.<br><br><b>Example:</b> A web service runs on a different port instead of its default.<br><br><b>Memory trick:</b> Nonstandard port means the service moved doors.<br><br><b>Trick question tip:</b> Do not assume a service is absent just because the default port is closed.
76
New cards
Malware over open port
Malware may try to send unexpected or nonstandard traffic over an allowed open port to bypass simple controls.<br><br><b>Example:</b> Suspicious traffic uses an allowed service port but does not match the expected protocol behavior.<br><br><b>Memory trick:</b> Malware may hide in allowed traffic paths.<br><br><b>Trick question tip:</b> IDS can detect data that does not conform to the expected protocol format.
77
New cards
Intrusion Detection System protocol validation
An Intrusion Detection System can identify traffic that does not match the expected protocol format for a port or service.<br><br><b>Example:</b> The IDS alerts when traffic on a web service port does not look like normal web traffic.<br><br><b>Memory trick:</b> IDS checks whether traffic acts like it should.<br><br><b>Trick question tip:</b> Protocol mismatch on an allowed port is an IDS detection clue.
78
New cards
Persistent storage
Persistent storage holds data that remains after power is removed, including user files and cached credentials.<br><br><b>Example:</b> A workstation drive stores documents, application data, and cached login information.<br><br><b>Memory trick:</b> Persistent storage remembers after shutdown.<br><br><b>Trick question tip:</b> Disk encryption protects data at rest on persistent storage.
79
New cards
Cached credential
Cached credentials are stored authentication information used to support later or offline access.<br><br><b>Example:</b> A laptop stores cached sign-in data for use when it cannot reach the domain controller.<br><br><b>Memory trick:</b> Cached credentials are remembered logins.<br><br><b>Trick question tip:</b> Stored credentials on endpoints increase the need for disk encryption and access protection.
80
New cards
Disk encryption
Disk encryption protects data at rest by encrypting information stored on a drive.<br><br><b>Example:</b> A lost laptop’s drive contents remain unreadable without the required key or authentication.<br><br><b>Memory trick:</b> Encrypt the disk so stolen storage is useless.<br><br><b>Trick question tip:</b> Data at rest on endpoints calls for disk encryption.
81
New cards
Self-encrypting drive
A self-encrypting drive automatically encrypts data stored on the drive using built-in hardware encryption.<br><br><b>Example:</b> A business laptop uses a self-encrypting drive to protect all stored files.<br><br><b>Memory trick:</b> The drive encrypts itself.<br><br><b>Trick question tip:</b> Self-encrypting drives protect persistent storage at rest.
82
New cards
Maintenance cycle
A maintenance cycle is a recurring process for updating, reviewing, patching, and adjusting device security over time.<br><br><b>Example:</b> Administrators regularly apply updates and review baseline compliance.<br><br><b>Memory trick:</b> Hardening is not one-and-done.<br><br><b>Trick question tip:</b> Keeping up with new threats requires ongoing maintenance.
83
New cards
Threat response maintenance
Threat response maintenance keeps systems updated against newly discovered threats affecting installed software and configurations.<br><br><b>Example:</b> A newly disclosed vulnerability triggers testing and deployment of a security patch.<br><br><b>Memory trick:</b> New threat, new response.<br><br><b>Trick question tip:</b> Patch management and configuration updates are part of endpoint hardening.
84
New cards
Workstation
Workstations are user endpoints that support day-to-day work and often run many applications, making them common attack targets.<br><br><b>Example:</b> Employee laptops and desktops require strong hardening and user-focused controls.<br><br><b>Memory trick:</b> Workstations sit on the front line.<br><br><b>Trick question tip:</b> Workstations have a large attack surface because users interact with many apps and files.
85
New cards
Workstation attack surface
Workstation attack surface is large because workstations support varied tasks, many applications, user browsing, email, removable media, and peripherals.<br><br><b>Example:</b> A user workstation has productivity tools, browsers, messaging apps, and USB access.<br><br><b>Memory trick:</b> More user activity means more exposure.<br><br><b>Trick question tip:</b> Workstations need extra hardening because they are heavily used by people.
86
New cards
Removing unnecessary software
Removing unnecessary software reduces attack surface by eliminating unused applications and components.<br><br><b>Example:</b> A workstation image excludes trialware and unused server tools.<br><br><b>Memory trick:</b> Less software means fewer weaknesses.<br><br><b>Trick question tip:</b> Unneeded applications should be removed, not just ignored.
87
New cards
Limiting administrative privileges
Limiting administrative privileges restricts users from making system-wide changes unless required for their role.<br><br><b>Example:</b> Standard users cannot install drivers or change security settings without approval.<br><br><b>Memory trick:</b> Fewer admins, fewer mistakes and attacks.<br><br><b>Trick question tip:</b> Least privilege is a core workstation hardening control.
88
New cards
Application installation control
Application installation control restricts who can install software and which applications are approved.<br><br><b>Example:</b> Users can install only authorized applications through a managed software portal.<br><br><b>Memory trick:</b> Control what gets installed.<br><br><b>Trick question tip:</b> Strictly managing app installs reduces malware and rogue software risk.
89
New cards
Application update management
Application update management ensures installed software receives approved security and stability updates.<br><br><b>Example:</b> Endpoint tools push browser and productivity-suite patches to workstations.<br><br><b>Memory trick:</b> Installed apps must stay patched.<br><br><b>Trick question tip:</b> Third-party application updates matter, not just operating system patches.
90
New cards
User awareness training
User awareness training teaches users how to recognize threats and follow secure behavior.<br><br><b>Example:</b> Employees learn to identify phishing messages and handle sensitive data carefully.<br><br><b>Memory trick:</b> Users are part of endpoint defense.<br><br><b>Trick question tip:</b> Phishing, passwords, Internet use, and data handling often require awareness training.
91
New cards
Phishing awareness
Phishing awareness teaches users to recognize deceptive messages that attempt to steal credentials or trigger unsafe actions.<br><br><b>Example:</b> A user reports a suspicious login email instead of clicking the link.<br><br><b>Memory trick:</b> Train users before attackers trick them.<br><br><b>Trick question tip:</b> User-focused security is especially important for workstations.
92
New cards
Secure password behavior
Secure password behavior includes using strong passwords, avoiding reuse, and following organizational authentication policies.<br><br><b>Example:</b> A user avoids using the same password across personal and work accounts.<br><br><b>Memory trick:</b> Password habits affect endpoint security.<br><br><b>Trick question tip:</b> User behavior supports technical hardening.
93
New cards
Responsible Internet use
Responsible Internet use means following policies for safe and appropriate browsing, downloading, and online activity.<br><br><b>Example:</b> A user avoids downloading unapproved tools from unknown sources.<br><br><b>Memory trick:</b> Unsafe browsing can weaken endpoints.<br><br><b>Trick question tip:</b> Workstation security includes user practices, not just device settings.
94
New cards
Sensitive data handling
Sensitive data handling means using approved methods to store, transmit, and protect confidential or regulated information.<br><br><b>Example:</b> An employee stores customer records only in approved encrypted systems.<br><br><b>Memory trick:</b> Sensitive data needs careful handling.<br><br><b>Trick question tip:</b> Workstation users must be trained on data handling because endpoints often process sensitive information.
95
New cards
Automatic updates
Automatic updates help keep operating systems and applications current with security fixes.<br><br><b>Example:</b> Workstations automatically install approved security patches after testing.<br><br><b>Memory trick:</b> Automatic updates close known holes faster.<br><br><b>Trick question tip:</b> Patch management is a major endpoint hardening practice.
96
New cards
Screen lock
A screen lock prevents unauthorized access when a user steps away from a workstation.<br><br><b>Example:</b> A workstation locks after a short period of inactivity.<br><br><b>Memory trick:</b> Lock the screen before someone else uses it.<br><br><b>Trick question tip:</b> Auto-lock settings reduce unattended workstation risk.
97
New cards
Host firewall
A host firewall controls inbound and outbound network traffic on an individual endpoint.<br><br><b>Example:</b> A workstation blocks unsolicited inbound connections.<br><br><b>Memory trick:</b> Host firewall guards one machine.<br><br><b>Trick question tip:</b> Endpoint hardening often includes enabling and configuring the local firewall.
98
New cards
Endpoint protection
Endpoint protection detects, prevents, or responds to malware and suspicious activity on endpoints.<br><br><b>Example:</b> Endpoint protection blocks a malicious file before execution.<br><br><b>Memory trick:</b> Endpoint protection watches the device itself.<br><br><b>Trick question tip:</b> Workstations need endpoint protection because they are exposed to users, files, and web content.
99
New cards
Host-based intrusion detection
A host-based intrusion detection system monitors a device for suspicious activity or changes.<br><br><b>Example:</b> HIDS alerts when a protected registry setting changes unexpectedly.<br><br><b>Memory trick:</b> HIDS watches from inside the host.<br><br><b>Trick question tip:</b> Suspicious local events, file changes, or registry changes point to HIDS.
100
New cards
Host-based intrusion prevention
A host-based intrusion prevention system can block suspicious activity on the endpoint.<br><br><b>Example:</b> HIPS prevents an unauthorized process from changing a protected setting.<br><br><b>Memory trick:</b> HIPS can stop, HIDS mainly detects.<br><br><b>Trick question tip:</b> Prevention means blocking, not just alerting.