> For the complete documentation index, see [llms.txt](https://hacking-notes.jord4n.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hacking-notes.jord4n.pro/pt-br/hacking-tools/enumeration/dns-enumeration.md).

# Enumeração de DNS

A enumeração de DNS identifica domínios, subdomínios, registros, servidores de nomes, zonas expostas e indícios de infraestrutura antes de uma varredura mais profunda. Use primeiro fontes passivas e, em seguida, valide os achados com consultas DNS ativas e força bruta controlada quando o escopo do teste permitir.

## Fluxo de Trabalho de Enumeração de DNS

1. Colete dados passivos de DNS de fontes públicas e conjuntos de dados de transparência de certificados.
2. Consulte registros comuns como A, AAAA, CNAME, MX, TXT, NS, SOA e SRV.
3. Verifique a exposição a transferência de zona com servidores de nomes autorizados.
4. Faça força bruta de subdomínios somente quando as regras de engajamento permitirem descoberta ativa.
5. Resolva os hosts descobertos e encaminhe os alvos confirmados para a varredura de portas e a criação de perfis web.

## Ferramentas de DNS

<table data-card-size="large" data-column-title-hidden data-view="cards" data-full-width="false" data-search="false"><thead><tr><th>Nome</th><th>Descrição</th><th>Link oficial</th><th data-hidden data-card-cover data-type="image">Imagem de capa</th></tr></thead><tbody><tr><td><strong>DNSDumpster</strong></td><td>Descoberta passiva de registros DNS e subdomínios.</td><td><a href="https://dnsdumpster.com/">https://dnsdumpster.com/</a></td><td><a href="/files/e013c87e2cb915ca75b44d03985c23d374e21b12">/files/e013c87e2cb915ca75b44d03985c23d374e21b12</a></td></tr><tr><td><strong>dnsrecon</strong></td><td>Enumeração de DNS, transferências de zona e força bruta de subdomínios.</td><td><a href="https://github.com/darkoperator/dnsrecon">https://github.com/darkoperator/dnsrecon</a></td><td><a href="/files/5976112137a7b148ffe285887b4f40a6c77bc334">/files/5976112137a7b148ffe285887b4f40a6c77bc334</a></td></tr><tr><td><strong>dnsenum</strong></td><td>Força bruta de DNS e coleta de informações de domínio.</td><td><a href="https://github.com/fwaeytens/dnsenum">https://github.com/fwaeytens/dnsenum</a></td><td><a href="/files/cc0544a0fae2dc08287e9c3b0fc8e122666c3105">/files/cc0544a0fae2dc08287e9c3b0fc8e122666c3105</a></td></tr></tbody></table>

## Fontes Passivas

| Recurso                                               | Descrição                                                                                           |
| ----------------------------------------------------- | --------------------------------------------------------------------------------------------------- |
| [VirusTotal](https://www.virustotal.com/)             | Análise de relacionamentos entre URL, domínio, DNS passivo e infraestrutura.                        |
| [Censys](https://search.censys.io/)                   | Mecanismo de busca para hosts conectados à internet, certificados e serviços expostos.              |
| [crt.sh](https://crt.sh/)                             | Busca em Transparência de Certificados para descobrir nomes presentes em certificados TLS públicos. |
| [Project Sonar](https://sonar.omnisint.io/)           | Endpoints públicos de consulta de subdomínios, TLD e DNS reverso.                                   |
| [Netcraft SearchDNS](https://searchdns.netcraft.com/) | Busca pública de nomes de host e inteligência de DNS.                                               |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://hacking-notes.jord4n.pro/pt-br/hacking-tools/enumeration/dns-enumeration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
