Attacks Dictionary

DDoS

Definition

A DDoS attack floods a site or its infrastructure with traffic so legitimate visitors cannot get through.

Also called: denial of service, distributed denial of service

Why it matters for WordPress

Even a cheap flood can knock a shared host offline. Application-layer floods target login, search, XML-RPC, or expensive plugin endpoints so a little traffic does a lot of damage.

How it shows up in practice

  • Site timeouts while the server CPU or network is pegged
  • Huge request rates to one URL
  • Host or CDN abuse notices

What to do

  1. Put the site behind a CDN or host WAF that absorbs volumetric noise.
  2. Rate-limit login, XML-RPC, and other expensive endpoints.
  3. Cache aggressively for anonymous traffic.
  4. Work with the host; application plugins alone cannot stop a large network flood.
  5. After an attack, check whether the flood hid a separate intrusion attempt.

In WP Security Ninja

Large volumetric floods belong at the CDN or host edge. On the application side, Cloud Firewall can cut known-bad IPs, countries you do not serve, and exploit-shaped requests, and 404 Guard helps with noisy probe traffic that hammers missing URLs. Neither replaces an edge DDoS service for a big network flood.

Go deeper

Related in Security Ninja

Nearby ideas in the dictionary

All terms →