Computer Security EXAM2

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

encourage image

There's no tags or description

Looks like no tags are added yet.

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

No analytics yet

Send a link to your students to track their progress

38 Terms

1
New cards

DACL (Discretionary ACL)

grants/denies access to resources in Windows such as files, shared memory, etc.

2
New cards

ACE (access control entries) for Windows

a single rule inside an ACL that identifies the user/groups and granted/denied permissions

3
New cards

Local account

an account that works on a single host machine

4
New cards

Domain account

an account that works on across machines on a network

5
New cards

WinLogon

  • manages local logons

  • passes creds to LSA and checks them against local SAM

6
New cards

Netlogon

  • manages logons across a network/domain

  • LSA passes credentials to network protocols

7
New cards

LSA

component responsible for enforcing local security policies in Windows

8
New cards

SAM (security account manager)

a database that stores user accounts and relevent security information about local users & groups

9
New cards

IaaS

provides and manages foundational cloud components including servers, storage, networking, etc. (ex. Amazon EC2)

10
New cards

PaaS

provides ready-to-use cloud environments containing development and testing tools (ex. Salesforce)

11
New cards

SaaS

provides clients with software that runs and is accessible in the cloud (ex. Microsoft Office 365 products)

12
New cards

CASB (Cloud Security Access Broker)

software that provides security controls related to visibility, access control, security intelligence, and data protection for cloud-based resources and user

13
New cards

API mode (CASB)

  • Connects directly to cloud apps via API key

  • Does not inspect traffic in transit

14
New cards

Proxy mode (CASB)

  • traffic is redirected to proxy before reaching cloud app

  • data is inspected at the proxy

15
New cards

forward proxy

used by client to act as an intermediary between client and server/external

16
New cards

reverse proxy

used by server to act as an intermediary between client/external and server

17
New cards

hypervisor

a software that sits between hardware and VMs to manage them

18
New cards

fog computing

decentralized data processing architecture to connect IoT devices to the cloud

19
New cards

cloud computing

centralized data processing/services that are done on remote data servers

20
New cards

race condition

when a software executes multiple tasks at the same time but the result depends on which of these tasks finishes first

21
New cards

SACL (System ACL)

used for auditing Windows, allowing administrators to log attempts to access resources

22
New cards

Active Directory

manages users across an entire domain/network along with devices and GPOs

23
New cards

access mask

defines the exact permissions (read, write, modify, etc) inside an ACE (rule within ACL)

24
New cards

Explain the difference between SAM and AD

  • SAM manages LOCAL USERS on a single host

  • AD manages users across an entire domain

25
New cards

buffer overrun

when a program allows inputs to write beyond the end of the program’s allocated memory buffer (intentionally or not)

26
New cards

Review 19 deadly sins

27
New cards

SAML

used for SSO and Cloud app identity provider; user logs in once and has access without re-entering creds

28
New cards

Encryption (CASB data protection)

  • encrypts data in cloud storage

  • encrypts data in transit and decrypts it when being received

29
New cards

Tokenization (CASB data protection)

replaces sensitive data fields with random data, such that no real value (SPII) is stolen in breach

30
New cards

native virtualization

Runs directly on the physical hardware of the host without any underlying operating system

31
New cards

hosted virtualization

Runs as a software application on top of an existing, conventional operating system

32
New cards

container

self-contained software package that bundles an application with all its code, dependencies, and libraries included

33
New cards

DAC (discretionary access control)

controls access based on the identity of the requester and rules defining what they can and can’t access

34
New cards

MAC (mandatory access control)

grants access based on comparing resource security labels with user security clearance

35
New cards

RBAC (role-based access control)

controls access based on the roles of the user in a system (those roles have defined access rules)

36
New cards

ABAC (attribute-based access control)

control access based on the attributes of the user, resource being accessed, and environmental conditions (subject attr, object attr, environment attr)

37
New cards

OS hardening steps

  • Install patches

  • remove unnecessary apps and services

  • configure users, groups, and perms

  • configuring security controls

  • enforcing system baselines

38
New cards

Look at access control matrices

Look at access control matrices