Catalog WADComs

WAD · Tool

Nltest

1 technique Windows · ActiveDirectoryWADComs GPL-3.0

Nltest-DomainTrusts-Discovery

NEW
DiscoveryEnumeration WindowsActiveDirectory

nltest.exe is a signed Windows built-in (living-off-the-land) used to map trust relationships and locate domain controllers from an existing foothold, with no third-party tooling dropped to disk. /domain_trusts /all_trusts lists every trust relationship in the forest, and /dclist:<domain> enumerates the DCs for a domain - both useful for planning cross-domain and cross-forest movement. It runs in the current user's context on any domain-joined host. Command Reference: Domain: test.local

# List all trust relationships in the forest
nltest /domain_trusts /all_trusts
# Enumerate domain controllers for the domain
nltest /dclist:test.local
Native
Discovery, Enumeration
MITRE
T1482
Requires
Shell
Services
LDAP, Kerberos