DDoS Flashcards
AWS DDoS Whitepaper location
https://d1.awsstatic.com/whitepapers/Security/DDoS_White_Paper.pdf
What does DDoS stand for?
Distributed denial of service
What is a DDoS attack?
An attempt to make a website or application unavailable to users.
Some methods used to achieve a DDoS
Large Packet floods, a combination of reflection and application techniques, or botnets.
What is a reflection attack?
a method of attacking a challenge-response authentication system that uses the same protocol in both directions.
What is an amplification attack?
An indirect attack where the attacker queries a reflector posing as the victim’s IP. The response is sent to the victim.
in information security, what is a “reflector”?
A server that is open to the public and will respond to queries.
What is a botnet?
A network of systems with specialized malware that carry out preprogrammed instructions those from a centralized command system.
How much bigger is a query response than the query itself?
28x - 54x larger
What is a layer 7 attack?
A flood of GET requests that overwhelm the server’s system resources.
What is a Slowloris attack?
An attack that targets an application’s maximum connection limit through opening, and keeping open, many connections.
Mitigate a DDoS attack - Method 1
Minimize the attack surface - Use application load balancing with firewall restrictions.
Mitigate a DDoS attack - Method 2
Be ready to absorb the attack with via automated scaling procedures ready.
Mitigate a DDoS attack - Method 3
Safegaurd exposed resources
Mitigate a DDoS attack - Method 4
Learn normal behavior - Know normal traffic behavior for your site to make identification easier.