All DDoS Definitions
DDoS Testing Definition

Portmap Amplification

A portmap amplification attack is a Layer 4 reflection and amplification vector, one of the volumetric classes a thorough DDoS test is built to exercise. Portmapper (rpcbind) runs on UDP 111 and tells clients which ports RPC services listen on. The attacker spoofs the victim's IP in a small query to exposed rpcbind hosts, which reply with larger service listings, reflecting and amplifying traffic toward the victim. US-CERT flagged portmap among the reflection vectors abused for high-bandwidth floods.

Portmap amplification: one query returns the whole service map Attacker spoofs victim IP small DUMP query rpcbind / portmap UDP port 111 returns full listing RPC service listing nfs 2049 mountd 635 nlockmgr 4045 status 1039 large reply Victim link saturates US-CERT flags portmap on UDP 111 among the reflection vectors abused for floods A test confirms the perimeter drops inbound portmap, that no host answers spoofed queries, and where the saturated link starts dropping traffic. BlackNeuron
Portmap amplification: one small DUMP query to rpcbind on UDP 111 returns the full RPC service listing, reflected back at the victim

Why it matters in DDoS testing

rpcbind is rarely needed on internet-facing hosts, yet default installs leave UDP 111 open. Testing confirms that the perimeter drops inbound portmap, that no internal host answers spoofed queries, and where the saturated link first starts dropping legitimate traffic. The reflection mechanics common to these amplification vectors are detailed in Understanding DDoS Attack Vectors.