DDoS and Incident Response Flashcards

1
Q

What are amplification / reflection attacks?

A

Spoof an IP, send a 3rd party (eg. NTP server) a request. It responsds with 50x larger response to spoofed IP. Can be coordinated to send multiple requests = 50x multiplication

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is Slowloris DDoS

A

Opens multiple connections and sends partial HTTP requests so it never gets fulfilled and server runs out of max concurrent connections it can handle - does not get caught by regular rate control rules

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does Shield Advanced do?

A

Flow-based monitoring of network traffic and applications at L7

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What to do if EC2 is hacked?

A

Stop it
Take EBS snapshot
Terminate it
Create new instance in new VPC in private subnet
Inspect logs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What if key is exposed on Github?

A
  1. Deactivate it
  2. Delete it from IAM users
How well did you know this?
1
Not at all
2
3
4
5
Perfectly