Group 09: Identity, Cloud, and Microsoft Security

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

encourage image

There's no tags or description

Looks like no tags are added yet.

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

No analytics yet

Send a link to your students to track their progress

25 Terms

1
New cards
What is authentication?
Verifying the identity of a user, device, or system.
2
New cards
What is authorization?
Determining what an authenticated identity is allowed to access or perform.
3
New cards
What is MFA?
Requiring two or more different authentication factors.
4
New cards
What is least privilege?
Giving users and systems only the minimum permissions required to perform their responsibilities.
5
New cards
What is role-based access control?
Assigning permissions according to a user’s job role.
6
New cards
What is a privileged account?
An account with elevated permissions capable of making significant system or security changes.
7
New cards
What is a service account?
An account used by an application, service, or automated process rather than a person.
8
New cards
What is password spraying?
Trying a small number of common passwords against many accounts to avoid lockouts.
9
New cards
What is credential stuffing?
Using credentials stolen from one service to attempt access to other services.
10
New cards
What is MFA fatigue?
Repeatedly sending MFA requests in an attempt to pressure a user into approving one.
11
New cards
What is session hijacking?
Taking control of an authenticated session, commonly by stealing a session token or cookie.
12
New cards
What is token theft?
Stealing an authentication or access token to impersonate a user without entering the password.
13
New cards
What is Conditional Access?
A policy system that allows, blocks, or challenges access based on conditions such as identity, device, location, application, and risk.
14
New cards
What is Microsoft Entra ID?
Microsoft’s cloud identity and access-management service, formerly called Azure Active Directory.
15
New cards
What information is found in Entra ID sign-in logs?
User, application, source IP, location, device, authentication method, MFA result, Conditional Access result, and sign-in status.
16
New cards
What information is found in Entra ID audit logs?
Directory and configuration changes involving users, groups, applications, roles, and policies.
17
New cards
What is Microsoft Defender for Endpoint?
An endpoint-security platform providing prevention, detection, investigation, vulnerability visibility, and response capabilities.
18
New cards
What is Microsoft Defender for Cloud?
A cloud-security platform providing security-posture management and workload protection.
19
New cards
What is the cloud shared-responsibility model?
The cloud provider secures the underlying infrastructure, while the customer remains responsible for areas such as identities, data, configuration, and workloads depending on the service model.
20
New cards
What is cloud IAM?
Policies and controls that determine which identities can perform actions on cloud resources.
21
New cards
What is a cloud misconfiguration?
An insecure or unintended configuration that exposes resources, identities, services, or data.
22
New cards
Why can activity in an unusual cloud region be suspicious?
It may indicate compromised credentials, unauthorized resource creation, or attacker evasion, although business context must be verified.
23
New cards
Why are cloud access keys sensitive?
They can provide programmatic access to cloud resources and may remain valid without interactive MFA.
24
New cards
Why should hardcoded credentials be avoided?
They may be exposed through source code, repositories, configuration files, logs, or system images.
25
New cards
What should be reviewed for a risky cloud sign-in?
User, IP address, location, device, application, authentication method, MFA result, Conditional Access result, session activity, and subsequent resource acces