Volver al glosario

Identity & access

Definiciones en lenguaje claro del tema identity & access.

31 términos
8
A
Identity & access

ABAC

Attribute based access control, or ABAC, is an authorisation model in which access decisions are computed at request time from attributes of the user, the resource, the action and the context, rather than read from a static role. The policy is a rule, and the answer can differ for the same person from one request to the next.

Leer definición
A
Identity & access

Access control

In security architecture, access control is the set of policies and mechanisms that decide who can read, modify or invoke a given resource. It is the control that most reports come back to, because almost every serious finding is ultimately a decision that was made in the wrong place or by the wrong component.

Leer definición
A
Identity & access

Active Directory

Active Directory is the directory service that holds the accounts, groups, computers and policies of most corporate Windows networks, and decides who may do what across all of them. In an intrusion it is the objective rather than a component: control of the directory is control of every machine that trusts it.

Leer definición
A
Identity & access

AD CS abuse

AD CS abuse is the exploitation of misconfigured Active Directory Certificate Services to obtain a certificate that authenticates as another account. Because the directory accepts certificate based logon, a certificate issued for a privileged user is equivalent to that user’s credentials, and it does not change when their password does.

Leer definición
A
Identity & access

AS-REP roasting

AS-REP roasting is an Active Directory attack against accounts that have Kerberos pre-authentication disabled. The domain controller will return an authentication response containing material encrypted with the account’s password key to anyone who asks for it, and that material is then cracked offline.

Leer definición
A
Identity & access

Attack path

In internal and cloud testing, an attack path is the concrete sequence of steps that connects a position an attacker can reach to a position that matters, such as an ordinary domain account to domain administrator. It is a route through relationships that already exist, not a list of vulnerabilities.

Leer definición
A
Identity & access

Authentication

In access control, authentication is the step that establishes who or what is making a request, using something the subject knows, has or is. It answers only that question. What the subject is then allowed to do is authorisation, a separate decision, and confusing the two is the reason many access control flaws exist.

Leer definición
A
Identity & access

Authorisation

In identity and access, authorisation is deciding what an already-authenticated identity is allowed to do. It runs after authentication has established who the caller is, and it is a per-request question rather than a per-session one, because the answer depends on the specific object and operation being requested.

Leer definición
2
2
1
1
2
2
1
2
2
5
P
Identity & access

Pass-the-hash

Pass-the-hash is a Windows attack in which an intruder authenticates to a remote system using the stored hash of a password rather than the password itself. Nothing is cracked and nothing is guessed: NTLM proves knowledge of the hash, so the hash is the credential.

Leer definición
P
Identity & access

Passkey

In authentication, a passkey is a FIDO2 and WebAuthn credential: a key pair created for one specific site, where the private key stays on the user’s device and sign-in is a signature over a challenge. It is the only widely deployed consumer credential that a phishing proxy cannot capture and replay.

Leer definición
P
Identity & access

Password manager

A password manager stores, generates and protects the credentials a person uses across many accounts, so that each one can be different and none of them has to be memorable.

Leer definición
P
Identity & access

Passwordless

In authentication, passwordless describes any sign-in that does not require the user to present a memorised shared secret. In practice the term is used for two very different things, and only one of them removes the phishing problem: credentials based on public key cryptography, as against codes and links delivered over a channel.

Leer definición
P
Identity & access

Privileged access management (PAM)

In identity security, privileged access management (PAM) is the set of controls applied specifically to the accounts that can change a system rather than use it: vaulting their credentials, brokering their sessions, granting rights only when needed and recording what was done. It is the control that breaks the routes an internal test finds.

Leer definición
1
2