March 2026

LDAP Channel Binding and Why It Matters

LDAP channel binding is a security control that helps protect LDAPS authentication by binding the authentication attempt to the TLS channel being used. It is designed to reduce certain relay and man-in-the-middle attack scenarios where an attacker attempts to forward authentication from one connection to another. The simplest way to think about LDAP channel binding […]

LDAP Channel Binding and Why It Matters Read Post »

NTLM Relay in Active Directory

NTLM relay is an attack technique where an attacker captures NTLM authentication from one system and relays it to another service. Instead of cracking a password or directly stealing plaintext credentials, the attacker abuses the authentication exchange itself. The simplest way to think about NTLM relay is: an attacker convinces one system to authenticate, then

NTLM Relay in Active Directory Read Post »

Resource-Based Constrained Delegation in Active Directory

Resource-Based Constrained Delegation, often shortened to RBCD, is a Kerberos delegation model in Active Directory where the target resource controls which accounts are allowed to delegate to it. It was introduced to make delegation easier to manage across service boundaries, but it can create serious security risk when permissions on computer objects are weak or

Resource-Based Constrained Delegation in Active Directory Read Post »

Scroll to Top