Application Security Flashcards

1
Q

firewall

A

prevent unauthorized access to your networks by inspecting incoming and outgoing traffic against security rules you’ve defined.

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

WAF

A

Web Application Firewall

  • helps protect your web applications against common web attacks
  • protects against SQL injection
  • protects against cross-site scripting attacks
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Where are some areas you can deploy WAF to?

A
  • the load balancer in front of EC2

- Cloud Front as part of your CDN solution

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

DDoS

A

Distributed Denial of Service
-hacker uses bots to send large quantity of requests, causing a traffic jam on a website or web
application in an attempt to cause it to crash.

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

Shield

A

a managed Distributed Denial of Service (DDoS) protection service

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

What are differences between Shield Standard and Shield Advanced

A

Standard: free, protect against most common attacks
Advanced: additional fee, advanced attack protection, real-time notifications via CloudWatch, 24/7 expert support to assist while an attack is happening

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

Which services is Shield Advanced supported on?

A
  • Route 53
  • Cloud Front
  • Elastic Load Balancing
  • AWS Global Accelerator
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Macie

A

helps find sensitive PII data stored on S3 (credit cards, social security numbers, passport numbers)

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

Config

A
allows you to assess, audit, and evaluate 
the configurations of your resources
- track config changes over time
- delivers config history file to S3
- view network, OS, system updates, etc.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Guard Duty

A
an intelligent threat detection system 
that uncovers unauthorized behavior
- uses machine learning
- built-in detection for EC2, D3 and IAM
- Reviews CloudTrail, VPC Flow Logs, and DNS logs
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Inspector

A

installed on EC2 instances

  • built in rules check access from the internet, remote root login, vulnerable software versions, etc
  • prioritizes vulnerabilities by level of severity
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Artifact

A

offers on-demand access to a central repository for your security and compliance reports.
- 3rd party compliance testing reorts
Service Organization Controls
- Payment Card Industry (PCI) reports, etc.

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

KMS

A

Key Management Service

- AWS manages your keys for you

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

use case for KMS

A

create encrypted Amazon EBS volumes

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

CloudHSM

A

a Hardware Security Module used to generate encryption keys

  • dedicated hardware for security
  • AWS does not have access to your keys
  • helps you meet compliance requirements for data security
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Secrets Manager

A

allows you to manage & retrieve secrets via an API call so you don’t store them in config files

17
Q

secrets

A

passwords and keys