# AWS

**Ferramentas:**

Pacu: <https://github.com/RhinoSecurityLabs/pacu>

ScoutSuite: <https://github.com/nccgroup/ScoutSuite>

Prowler: <https://github.com/prowler-cloud/prowler><br>

\
**Videos:**&#x20;

Pen test em AWS com o Pacu: <https://www.youtube.com/watch?v=yDf-9LGYJi8&t=1056s>

PACU - AWS Exploitation framework by Julio Melo: <https://www.youtube.com/watch?v=6w4m1msB0_I>

\
**Treinamentos:**

Breaking and Pwning Apps and Servers on AWS and Azure by Appsecco: <https://github.com/appsecco/breaking-and-pwning-apps-and-servers-aws-azure-training/blob/master/documentation/SUMMARY.md><br>

***

PACU\
`run iam__enum_permissions --all-usersrun ec2__enum --instances`<br>

***

Lista de testes:\
Coletar todos os Ips Públicos e domínios → Fazer port scan para checar por serviços expostos

Enumerar todas as policies associadas a perfis/grupos → Checar por possibilidades de escalação de privilégios

Dumpar todos os registros no Route 53 → Conferir se tem como fazer subdomain takeover em algum\ <br>

***

Para listar as zonas dentro da conta:

`aws route53 list-hosted-zones`

\
Para ver os domínios dentro de cada zona:\
`aws route53 list-resource-record-sets --hosted-zone-id Z02304912A3UP65CUHNBC | jq -r '.ResourceRecordSets[] | .Name'`\
\
<https://medium.com/@MorattiSec/my-aws-pentest-methodology-14c333b7fb58>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://handbook.vantico.com.br/metodologias/cloud/aws.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
