Disabling SSDP (Linux / Windows)

  • Last Created On Dec 10, 2024
  • 7
0 0

SSDP is used by some consumer-level equipment for network discovery. It does not have any real use on public servers and is used for reflection DDoS attacks on dedicated servers.

On Windows machines, SSDP is run through the ‘SSDP Discovery’ service. To disable this:

  1. Click Start, type ‘services.msc’
  2. Find the SSDP service, right click it, and choose Properties
  3. Change ‘Startup Type’ to Disabled
  4. Click ‘Stop’
  5. Click OK

On Linux machines SSDP is generally run through some type of UPNP server. The exact one varies significantly.

For Linux, we suggest blocking this with an iptables rule, such as:

iptables -I INPUT 1 -p udp -m udp –dport 1900 -j DROP

Views: 7

Recent Articles

  • How to Install JAX with ROCm Acceleratio...
    96
  • Deploy a PyTorch Workspace on a Vultr Cl...
    71
  • Managing Backup Storage
    82
  • Automating FTP Backups in Windows Server
    71
  • Automating FTP Backups in Linux
    75

Popular Articles

  • Our General Terms & Conditions
    2630
  • Our Privacy Policy
    2474
  • Our Cookies Policy
    275
  • Our Terms of Use
    152
  • How to Install JAX with ROCm Acceleratio...
    96