11211
Memcached distributed in-memory caching system
Memcached
What is port 11211?
Port 11211 is used by Memcached, a high-performance distributed in-memory object caching system used by Facebook, Wikipedia, and many large-scale websites to reduce database load. In 2018, exposed Memcached servers were weaponized in DDoS attacks with up to 51,000x amplification (via UDP), producing some of the largest DDoS attacks ever recorded. Always bind Memcached to localhost or trusted IPs only, and disable UDP if not needed.
Quick checks
$
nc -zv example.com 11211
$
nmap -p 11211 example.com