Keep reading

01

What is a DDoS attack?

A distributed denial-of-service (DDoS) attack overwhelms a website or API with traffic from many machines at once, until real visitors can no longer get through.

02

What is a Layer 7 DDoS attack?

Layer 7 (application-layer) DDoS attacks imitate legitimate visitors instead of flooding the network — which is exactly why traditional defenses miss them.

03

How to stop a DDoS attack on your website.

A practical, ordered checklist for the moment your site goes down — and for making sure the next attack never reaches it.

04

What is DDoS mitigation?

DDoS mitigation is the process of spotting attack traffic and dropping it before it reaches the resource an attacker is trying to exhaust — bandwidth, connections, or your application itself.

05

WAF vs DDoS protection: what is the difference?

Both sit in front of your website, both block traffic, and vendors sell them side by side — which is exactly why teams buy one and assume they are covered for the other. They answer two different questions.

06

Ransom DDoS: what to do about an extortion email

A ransom DDoS (RDoS) attack starts with an email, not an outage: pay cryptocurrency before a deadline, or your site goes down. Most of these threats are bluffs — but the ones that are not give you hours, not days.

07

How to protect an API from DDoS attacks.

Browser challenges are useless against machine traffic — and fatal to it. Protecting an API means identifying clients and bounding what each one can cost you.

08

How to protect WordPress from DDoS attacks.

A WordPress page costs you a database round trip and a PHP worker. It costs the attacker one HTTP request. That asymmetry — not bandwidth — is what takes WordPress sites offline.

09

How to hide your origin IP address.

DDoS mitigation only works if your server cannot be reached any other way. An exposed origin IP is the most common reason protection is in place and the site still goes down.

010

What is a CDN?

A content delivery network (CDN) stores copies of your website on servers around the world, so every visitor is served from the location nearest to them.