Get fresh insights, pro tips, and thought starters–only the best of posts for you.
NTLM relay is an attack technique where an attacker intercepts or redirects NTLM authentication and relays it to another service to gain unauthorized access. For teams asking what is NTLM relay, the attack does not require cracking the user’s password. Instead, the attacker abuses the authentication exchange by forwarding valid NTLM responses to a target service that accepts them. This makes NTLM relay a serious risk in Windows environments with weak signing, legacy authentication, or exposed internal services.
NTLM remains common in many enterprise environments because older applications, devices, and workflows still depend on it. Attackers can abuse this reliance when systems accept NTLM authentication without stronger protection.
It can help attackers:
This makes the attack especially relevant for Active Directory environments.
It relay targets the authentication flow between a client and a service. The attacker positions a system between the victim and the target service, then forwards authentication messages instead of using stolen plaintext passwords.
A typical flow includes:
This attack succeeds when target services do not enforce protections that bind authentication to the intended service.
It becomes more likely when organizations rely on legacy authentication and leave internal services weakly protected.
| Risk condition | Security concern |
|---|---|
| Unsigned SMB | Allows relay against services that do not require signing |
| Weak LDAP protections | May expose directory services to relay attempts |
| Legacy NTLM usage | Keeps older authentication paths available |
| Overprivileged accounts | Increases impact after successful relay |
| Poor network segmentation | Expands reachable relay targets |
These weaknesses can turn a single authentication event into broader unauthorized access.
Reducing NTLM relay risk requires hardening authentication, directory services, and internal network paths. Security teams should also identify where NTLM still appears in daily operations.
Important controls include:
These steps help reduce the chance that attackers can reuse NTLM authentication against another service.
NTLM relay prevention belongs mainly to identity, directory, and network hardening. Hexnode can support the endpoint side of investigations by helping teams review managed device context, check compliance status, enforce security policies, run endpoint scans, and use Hexnode XDR workflows when analysts need device-level evidence during suspicious authentication or lateral movement investigations.
No. It abuses an authentication exchange. The attacker does not need to know or crack the user’s plaintext password.
Not by itself. It targets legacy authentication flows that may not use modern MFA protections. Organizations need protocol hardening, signing, channel binding, and reduced NTLM dependency.
Many Windows environments still support NTLM for compatibility. If services accept NTLM without strong protections, attackers may relay authentication to those services.