4.5b — Web Filtering + OS Security (11 + 7 = 18, combined since OS Security alone is too small to stand as its own set)

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

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 1:17 PM on 8/14/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

16 Terms

1
New cards

Content filter / URL filter / website category filter

Controls what web content users can access, based on URL, category, or content itself.

2
New cards

URI (Uniform Resource Identifier)

Broader term sometimes used interchangeably with URL.

3
New cards

Allow list / block list (URL)

Explicit lists of permitted or forbidden individual URLs.

4
New cards

URL category filtering

Grouping URLs into categories (auction, hacking, malware, travel, recreation, etc.) instead of managing individual domains one by one.

5
New cards

NGFW-integrated URL filtering

URL filtering consolidated into a next-gen firewall, one device managing firewall rules, IPS, and URL filtering together.

6
New cards

Agent-based content filter

Filtering software installed directly on the user's device, enforcing rules regardless of which network they connect to.

7
New cards

Website reputation filtering

Filtering based on an assessed risk score (trustworthy, low risk, medium risk, suspicious, high risk) rather than just category or exact domain.

8
New cards

Automated reputation scanning

Since manual review of every website is impossible at scale, reputation scores are typically generated automatically, with manual override available.

9
New cards

DNS filtering

Blocking malicious or undesirable sites at the DNS resolution level; the DNS server simply refuses to return an IP address for a known-bad domain.

10
New cards

DNS filtering vs malware C2

DNS filtering isn't limited to browser traffic; it can also block malware from resolving its command-and-control server's domain.

11
New cards

Active Directory (AD)

Microsoft's centralized database of network objects: computers, users, file shares, printers, security groups, used to manage authentication and permissions.

12
New cards

Group Policy

Overlay of configuration and security settings applied to users/devices stored in Active Directory; managed via the Group Policy Management Editor.

13
New cards

Discretionary Access Control (DAC)

Access control model where the resource owner or user decides who gets access; Linux's default behavior.

14
New cards

Mandatory Access Control (MAC)

Access control model where a central administrator, not the individual user, assigns all rights and permissions.

15
New cards

SELinux (Security-Enhanced Linux)

A set of kernel patches enabling mandatory access control on Linux, shifting it away from its default discretionary model.

16
New cards

Least privilege (reinforced)

Users and processes get only the access needed for their specific job function, nothing more, limiting the blast radius of a breach.