November 04, 2015

[Network] DDoS Attack Types

□ DDoS Attack types

○ HTTP Continuation
- After session is connected, It only sends data(=payload) continuously without the header information
- The server consumes TCP resources in order to continue to receive data
○ RUDY(Slow HTTP Post DoS)
- it divides the HTTP Post packet and transmits for a long period of time
- The server consumes TCP resources in order to continue to receive data
○ Hash DoS
- It transmits the forged parameters
- Certain parameters are used as a hash table search index. Because forged parameters can't be utilized as the index, All the contents of the hash table is sequentially searched