identity and access management

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

encourage image

There's no tags or description

Looks like no tags are added yet.

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

No analytics yet

Send a link to your students to track their progress

22 Terms

1
New cards

identity and access management(IAM)

security process that provides identification, authentication, and authorization mechanisms for users and computers

2
New cards

roles(in the context of IAM)

support the identities of various assets by defining the resources an asset has permission to access based on the function the asset fulfills

3
New cards

password rules

  • complexity rules should not be enforced

  • aging policies should not be enforced

  • password hinst should not be used

4
New cards

password manager

software used to generate a pseudorandom passphrase for each website a user needs to log-on

5
New cards

sigcheck

sysinternals utility that allows to verify root certificates in the local store against microsoft’s master trust list

6
New cards

openSSL

library of software functions supporting the SSL/TLS protocols

7
New cards

federation

process that provides a shared login capability across multiple systems and enterprises

  • allows the company to trust accounts created and managed by a different network

  • SSO is different: a cryptographic hash of credentials is passed between two systems when dealing with single sign-on

8
New cards

provisioning

creating an account and giving the user authorization to a particular role, application, or file share

9
New cards

passwordless authentication

allows the login to a computer system without entering a password or any other knowledge base secret

10
New cards

biometric impersonation

act of pretending to be another user to bypass a biometric based passwordless authentication system

11
New cards

privilege management

use of authentication and authorization mechanisms to provide an administrator with centralized or decentralized control of user and group role based privilege management

12
New cards

separation of duties

establish checks and balances against the possibility of insider threats

13
New cards

discretionary access control(DAC)

access control model where each resource is protected by an ACL managed by the resource’s owner or owners

14
New cards

mandatory access control(MAC)

access control model where resources are protected by inflexible, system-defined rules where every resources(object) and user(subject) is allocated a clearance level(or label)

15
New cards

role base acces control(RBAC)

access control model where resources are protected by ACLs that are managed by administrators and that provide user permissions based on job functions

16
New cards

attribute based access control(ABAC)

access control technique that evaluates a set of attributes that each subject possesses to determine if access should be granted

17
New cards

audit logs

contains a log of all file access and authentications within a network-based operating system, application, or service

18
New cards

recertification

manual review of accounts, permissions, configurations, and clearance levels at a given interval

19
New cards

code of conduct

a defined set of rules, ethics, and expectations for employees in a particular job role

20
New cards

privileged user agreement(PUA)

a contract with terms stating a code of conduct for employees is assigned based on their higher level permissions on the network and data systems

21
New cards

acceptable user policy(AUP)

a policy that governs employees’ use of company equipment and internet services

22
New cards

which party in a federation provides services to members of the federation?

RP(relying parties) provide services to members of a federation.