4.1b — Device Hardening Across Categories (17)

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

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 12:34 PM on 8/13/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

17 Terms

1
New cards

Hardening guide

Vendor or community published document specifying exact configuration changes to secure a system beyond its insecure default state.

2
New cards

Default configuration risk

Out-of-the-box settings are rarely secure; hardening is the process of changing them.

3
New cards

Mobile device hardening

Patching, plus logical segmentation of company data from personal data on the same device.

4
New cards

Data segmentation (mobile)

Separating corporate and personal data on a device so a compromise of one doesn't expose the other.

5
New cards

Workstation hardening

Patch management (OS, application, firmware), removing unused software to shrink attack surface.

6
New cards

Network infrastructure hardening

Switches, routers, and firewalls run embedded, purpose-built OSes; hardening means changing default credentials, configuring authentication, applying vendor patches.

7
New cards

Cloud management workstation

Dedicated, highly secured device used to administer cloud infrastructure; a high-value target since it often has broad access.

8
New cards

Least privilege (cloud)

Configuring cloud services, accounts, and applications with only the minimum access needed to function.

9
New cards

EDR (Endpoint Detection and Response)

Security tooling monitoring endpoints, including cloud instances, for attacks and confirming malware protection is current.

10
New cards

Server hardening

Patch and service pack management, password length and complexity, least privilege, disabling unused accounts, restricting which devices can reach the server, EDR/antivirus.

11
New cards

Service pack

A bundled group of updates for an OS, as opposed to individual patches.

12
New cards

SCADA/ICS hardening

Air-gapped isolation from the rest of the org's network, no internet access, centralized monitoring via distributed control system.

13
New cards

Embedded system hardening

Limited OS access makes patching hard; install rare patches promptly; segment onto their own network; add a firewall in front.

14
New cards

RTOS hardening

Isolate from the rest of the network so nothing interferes with deterministic timing; run minimum necessary services; use a separate firewall or host-based security if network communication is required.

15
New cards

IoT hardening

Prioritize patches highly since vendors aren't security specialists; segment onto a dedicated network to contain any compromise.

16
New cards

Hardening checklist (general pattern)

Patch/update, change defaults, remove unnecessary software/services/accounts, segment/isolate, apply least privilege, add monitoring. Applies across every device category.

17
New cards

Cloud backup (hardening)

Even cloud-based systems need regular backups; backing up to a separate cloud provider is a good practice.