Herramientas
Herramientas de Microsoft
AzureAD
https://learn.microsoft.com/es-es/powershell/module/azuread/?view=azureadps-2.0
AzureADAz Powershell
https://learn.microsoft.com/es-es/powershell/azure/new-azureps-module-az?view=azps-12.0.0
Az PowershellAz Cli
https://learn.microsoft.com/es-es/cli/azure/install-azure-cli
Az CliMicrosoft Graph PowerShell
https://learn.microsoft.com/en-us/powershell/microsoftgraph/installation?view=graph-powershell-1.0
Install-Module Microsoft.Graph -Scope CurrentUserMS Portals
Otras Herramientas
ScoutSuite
git clone "https://github.com/nccgroup/ScoutSuite.git"
python -m venv venv
.\venv\Scripts\activate
python -m pip install -r requirements.txtAzureRA
Interactúa con la REST API de Azure y MSGraph para realizar consultas usando tokens (ARM, MSGraph).
git clone "https://github.com/xtormin/PowerPentest.git"
cd PowerPentest/Azure/AzureRA
Import-Module .\AzureRA.psm1AzureRT
https://github.com/mgeeky/AzureRT
git clone "https://github.com/mgeeky/AzureRT.git"
Import-Module C:\Pentest\Tools\AzureRT\AzureRT.ps1ADDInternals
# Clonar el repositorio e importar el módulo
git clone "https://github.com/Gerenios/AADInternals.git"
cd AADInternals
Import-Module .\AADInternals.psd1 -VerboseMicroBust
# Clonar el repositorio e importar el módulo
git clone "https://github.com/NetSPI/MicroBurst.git"
cd MicroBurst
Import-Module .\MicroBurst.psm1MSOLSpray
# Clonar repositorio e importar el fichero MSOLSpray.ps1
git clone "https://github.com/dafthack/MSOLSpray.git"
cd MSOLSpray
. .\MSOLSpray.ps1O365EmailValidator
# Clonar el repositorio e importar el fichero O365EmailValidator.ps1
git clone "https://github.com/xtormin/PowerPentest.git"
cd PowerPentest/Azure
. .\O365EmailValidator.ps1ROADTools
Uso: Herramientas
git clone "https://github.com/dirkjanm/ROADtools.git"
python -m venv venv
.\venv\Scripts\activateStormPotter
Uso: StormPotter
git clone "https://github.com/Azure/Stormspotter.git"Opción 1: Docker.
docker-compose upOpción 2: Levantar los servicios en local.
Backend:
cd "C:\Pentest\Tools\stormspotter\backend\"
pipenv shell
python ssbackend.pyzFrontend:
cd "C:\Pentest\Tools\stormspotter\frontend\dist\spa\"
quasar.cmd serve -p 9091 --historyAzureHound
https://github.com/SpecterOps/AzureHound
Uso: BloodHound
Prowler
git clone "https://github.com/prowler-cloud/prowler.git"BlobHunter
git clone "https://github.com/cyberark/BlobHunter.git"
python -m venv venv
.\venv\Scripts\activate
python -m pip install -r requirements.txtPowerZure
git clone "https://github.com/hausec/PowerZure"
Import-Module C:\Pentest\Tools\PowerZure\PowerZure.psd1CloudSploit
git clone "https://github.com/aquasecurity/cloudsploit.git"GraphRunner
git clone "https://github.com/dafthack/GraphRunner.git"adconnectdump
git clone "https://github.com/dirkjanm/adconnectdump.git"Última actualización
¿Te fue útil?
