How We Determine the Threat Level: DDoS Attack Severity Criteria

In some cases, it is important not only to know the basic information about a DDoS attack, but also to clearly distinguish attacks by their potential severity. Different monitoring systems use various metrics to assess criticality.

At StormWall, we classify attacks as Low, Medium, High, and Very High.

Criteria for Network-Layer (L3) Attacks

Network-layer (L3) attacks are measured in two key units: BPS and PPS.

BPS

Attack PowerSeverity Level
up to 1 GbpsLow
from 1 to 10 GbpsMedium
from 10 to 100 GbpsHigh
over 100 GbpsVery High

PPS

Attack PowerSeverity Level
up to 1 MppsLow
from 1 to 20 MppsMedium
от 20 до 100 MppsHigh
over 100 MppsVery High

Criteria for Application-Layer (L7) Attacks

We determine the severity of application-layer (L7) attacks based on RPS.

Attack PowerSeverity Level
up to 100 RPSLow
from 100 to 1000 RPSMedium
from 1000 to 10,000 RPSHigh
over 10,000 RPSVery High

Information Integration

If you need to integrate attack severity information into your internal monitoring systems or build your own advanced analytics, you can use our API as described in the documentation. The attack severity level is returned in the response to the detailed attack information request.

Example

Request examples:

  • For L7 attacks: GET /v3/attack-history/l7/{attackUid}
  • For L3 attacks: GET /v3/attack-history/l3/{attackUid}