All DDoS Definitions
DDoS Testing Definition

CLDAP Amplification

A CLDAP amplification attack is a Layer 4 reflection attack vector, one of the volumetric classes a thorough DDoS test is built to exercise. It abuses Connectionless LDAP (CLDAP) on UDP port 389: the attacker spoofs the victim's IP in a small query to an exposed directory server, which replies with a much larger response. The amplification factor commonly lands in the 50x to 70x range, so a modest set of reflectors can build a multi-gigabit flood aimed at a target that never sent the request.

CLDAP amplification: exposed directory servers on UDP 389 Attacker spoofs the victim as the source small CLDAP query Exposed directory server (UDP 389) Connectionless LDAP answers the forged source 50x to 70x larger response Victim multi-gigabit flood from few reflectors One of a family of UDP reflectors DNS, NTP, memcached, CLDAP: same failure mode, the origin link saturates before any app logic is touched A test confirms whether scrubbing and anycast capacity absorb the reflected volume, and how quickly mitigation engages as bits-per-second climb. BlackNeuron
CLDAP amplification: a spoofed query to an exposed directory server on UDP 389 returns a 50 to 70 times larger response to the victim

Why it matters in DDoS testing

CLDAP is one of several UDP reflectors (alongside DNS, NTP, and memcached) that share the same failure mode: the origin link saturates before any application logic is touched. A test confirms whether upstream scrubbing and anycast capacity absorb the reflected volume, and how quickly mitigation engages once the bits-per-second curve climbs. The structural fix is closing or filtering exposed UDP services and enforcing source-address validation upstream, which is why understanding DDoS attack vectors treats reflection as a distinct test surface.