Skip to content

Instantly share code, notes, and snippets.

View TobiasVeiga00's full-sized avatar
🧉

Tobías TobiasVeiga00

🧉
View GitHub Profile

IAM — 100 Preguntas de Entrevista

Parte 1 — Fundamentos y Diseño

1. ¿Cómo abordas el diseño de políticas de control de acceso en la nube?

Empezás desde el principio de menor privilegio: cada identidad recibe solo los permisos que necesita para su función. Organizás los accesos por roles (RBAC), definís políticas en código (IaC), y las revisás periódicamente. En AWS, por ejemplo, usás políticas IAM + SCPs para límites organizacionales.


IAM — Identity & Access Management

Notas de estudio personales.

Fuentes: Microsoft Learn, Auth0 Docs, AWS IAM Docs, NIST, Cloud Security Alliance, TechTarget.


Índice

@TobiasVeiga00
TobiasVeiga00 / kerberos_attacks_cheatsheet.md
Created March 13, 2023 17:50 — forked from TarlogicSecurity/kerberos_attacks_cheatsheet.md
A cheatsheet with commands that can be used to perform kerberos attacks

Kerberos cheatsheet

Bruteforcing

With kerbrute.py:

python kerbrute.py -domain <domain_name> -users <users_file> -passwords <passwords_file> -outputfile <output_file>

With Rubeus version with brute module: