Skip to content

Commit

Permalink
Add session: disk encryption
Browse files Browse the repository at this point in the history
  • Loading branch information
Juanvvc committed Nov 6, 2024
1 parent b7c3397 commit 6e0fc6c
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions slides/11-autenticacion.md
Original file line number Diff line number Diff line change
Expand Up @@ -912,6 +912,38 @@ Esto no es tan raro: es la etapa *lateral movement* en cualquier ataque ciberné

![bg right w:100%](images/auth/lateralmovement.jpg)

# Ataques contra el doble factor de autenticación
<!-- _class: lead -->

## Ataques

- Captura de tokens con página *Adversary-in-the-middle*
- Ataques de ingeniería social por SMS / mensajería / llamadas
- "Tengo que verificar su identidad: dígame el número que le han enviado por SMS"
- Robo del dispositivo físico: *pass the coockie*
- Soporte a protocolos antiguos que no necesitan 2FA
- Códigos de recuperación en espacios no protegidos

## Adversary-in-the-middle

![center w:30em](images/auth/2fa-attack1.png)

- El adversario presenta una falsa y tiene abierta una sesión con la legítima
- Cuando la legítima pregunta por el 2FA... el adversario se lo pregunta la víctima

> https://argonsys.com/microsoft-cloud/library/token-tactics-how-to-prevent-detect-and-respond-to-cloud-token-theft/
> https://vimeo.com/308709275
## Pass-the-cookie

![center](images/auth/2fa-attack2.png)

- El adversario compromete el dispositivo de la víctima y le roba el token de autenticación

> https://argonsys.com/microsoft-cloud/library/token-tactics-how-to-prevent-detect-and-respond-to-cloud-token-theft/


# Resumen y referencias
<!-- _class: lead -->

Expand Down
Binary file added slides/images/auth/2fa-attack1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slides/images/auth/2fa-attack2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6e0fc6c

Please sign in to comment.