Security Flashcards
What is a DDOS attack?
Attack that tries to make your service unavailable.
What are 3 types of DDOS attacks and at what layers?
- Syn Ack flood attack layer 4
- NTP Amplification attack layer 4
- HTTP/HTTPS flood attack layer 7
What is CloudTrail?
CloudTrail is a service that logs AWS API calls for ip address, time, and api call (request params, metadata, response)
Would CloudTrail be able to log SSH/RDP into EC2?
No it would not as it needs to be an API call.
Where are CloudTrail Logs stored?
S3
What is AWS Shield?
It is free DDOS Protection for CloudFront, ELB, Route 53 against layer 3/4 attacks
What is AWS Shield Advanced? What are 3
- Enhanced protection for CloudFront, ELB, Route 53
2 Provides a dedicated 24/7 AWS response team - Near realtime monitoring of DDOS attacks
How much is AWS Shield Advanced?
3k a month
What Layer does AWS Shield protect? What about WAF?
AWS Shield protects against layer3/4
WAF protects against layer 7
What is WAF?
Web Application Firewall provides monitoring and access control for HTTP/HTTPS to ELB,Route 53,CloudFront
What kinds of attacks does WAF protect against?
SQL Injection, Cross site scripting, DDOS layer 7
What can WAF look at in requests that go through it?
It can look at
- IP addresses
- Request parameters
- string search patterns
- country originating
- if there is sql code or scripts
What returns if WAF blocks access?
It will return a 403
What are the 3 behvious of WAF?
- allow all content you specify
- block all content you specify
- count requests meeting the properties you specify
What is AWS Guard Duty? What can be triggered from it?
Threat detection Service that monitors your AWS account for malicious behavior using machine learning AI (taking a baseline)
External db of known threats
Can trigger lambda from Cloudwatch events if threat detected