Access Controls Flashcards
¿Qué significan las siglas IAAA?
Identification / Authentication / Authorization / Accounting
¿A qué se refiere el término “Identification”?
Making a claim
¿A qué se refiere el término “Authentication”?
Allows users to support the claim of their identity.
¿Qué es “Identity and Access Management?
Services/ Policies/ procedures for managing a digital identity/provisioning.
¿A qué se refiere el término “Authorization”?
Confirms than an authenticated entity has the privileges and permissions necessary.
¿Qué significa el acrónimo CRUD?
Create / Read/ Update/ Delete
¿Cuáles son los modelos de control de acceso más comúnes?
- DAC, Discretionary Access Control
- MAC, Mandatory Access Control
- RBAC, Role Based Access Control
- RUBAC, Rule Based Access Control
¿A qué se refiere el término “Accountability”?
Tracing an action to a subject, also known as auditing
¿En qué consiste el modelo DAC?
Discretionary Access Control
- Security of an object is at the owner’s discretion
- Identity based, who you are?
¿En qué consiste el modelo MAC?
Mandatory Access Control
- Data owners cannot grant access
- Labels
- Users and data are given a clearance level (confidential, secret, top secret)
¿En qué consiste el modelo RBAC?
Each role as a set of rights and permissions which cannot be changed.
¿Cuáles son los tipos (factores) de autenticación?
Type 1: something you know
Type 2: something you have
Type 3: something you are
¿What’s a cognitive password?
Son preguntas del tipo: ¿a qué escuela fuiste?
¿Cuál es el objetivo de los “clipping levels?
reduce administration overhead
Ejemplo de factores de autenticación tipo 2:
- Token
- Smart Card
- Memory Card
- HW Key
- Certificate
- Cryptographic key
Características de los “Synchronous Token Devices”?
- Rely upon synchronizing with authentication server.
- Authentication server knows what “password” to expect based on time or event.
¿Cómo funciona un “Asynchronous Token Devices”?
- User logs in
- Authentication returns a challenge to the user
- User types challenges string into token device and presses enter.
- Token devices return a reply
- Only that specific user’s token device could respond with the expected reply.
¿Cuál es la característica principal de las Memory Cards?
- Holds information, does not process
- A credit card or ATM card is a type of memory card.
¿Cuál es la característica principal de las SMART CARD?
- Chip
- Often integrated with PKI
- Includes a microprocessor.
- New credit cards
¿Cuáles son algunos ataques conocidos a las SMART CARDS?
- Fault generation
- Micro probing
- Side channel attacks, differential power analysis, electromagnetic analysis.
¿Cuáles son los dos tipos en los que se clasifican los biométricos?
Estáticos
Dinámicos
¿Qué es un biométrico estático?
should not significantly, change over time. Bound to a user’s physiological traits. Fingerprint, hand geometry, iris, retina, etc.
¿Qué es un biométrico dinámico?
Based on behavioral traits. Voice, signaturem keyboard cadence.
¿A qué se le conoce como Error tipo 1?
FALSE REJECTION, a legitimate user is banned form access.