Module 4bb - Security and Network Security - Azure Firewall, DDos Flashcards

1
Q

What is Azure Firewall?

A

A managed, cloud-based network security service that helps protect provisioned Resources in your AVN (Azure Virtual Networks)

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

What makes Azure Firewall stateful?

A

Analyzes the complete context of a network connection (not just an individual packet) i.e. it examines the full state of a network connection

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

Why does Azure Firewall use a static public IP Address for AVN Resources?

A

It enables outside firewalls to identify all traffic COMING FROM that AVN.

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

Azure Firewall as some notable features

  1. What’s the most general or common feature given it is hosted in Azure (i.e. what does Azure offer)?
  2. What two common Firewall features does it support?
  3. What Azure-specific feature does it support (it’s integrated with….)?
A

1 Like most all Azure Services … High availability, unrestricted cloud scalability

2 In addition to that, Firewall specific features include:

  • Inbound/Outbound filtering rules
  • Supports inbound Destination Network Address Translation (DNAT)

3 It’s integrated into Azure Monitor for logging and analytics

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

Hint: A FQDN, N, NAT

What three (3) types of Rules can be configured in Azure Firewall?

A
  • Application rules that define FQDNs (fully qualified domain names) that can be accessed from a subnet
  • Network rules that define source’s address/protocol/destination and its destination/port address
  • NAT (Network Address Translation) rules that define destination IP addresses and ports to translate inbound requests
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What two entities can Azure Firewall apply to?

A

Firewall applies connectivity Policies across both Subscriptions and Virtual Networks

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

What does Azure Firewall provide for (both Application AND Network Connectivity) Policies?

A

Provides a central location to create, enforce and log both Application AND Network connectivity Policies

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

What is a Web Application Firewall (WAF)?

A

WAFs provide centralized INBOUND protection for web applications against common exploits and vulnerabilities

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

What Azure Services provide a WAF? (name three)

A
  • Azure Front Door (Cloud CDN with additional security features)
  • Azure Content Delivery Networks
  • Azure Application Gateway
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is a Distributed Denial of Service attack? Other than by its definition, what else about DDoS attacks are detrimental to Azure-based applications?

A

An attack that attempts to overwhelm and exhaust an application’s resources, making it slow and unresponsive. Anything publicly reachable (websites, web services, etc.)

W.r.t. Cloud and auto-scaling, a DDoS attack can blow up your costs by forcing auto-scaling on services

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

What is Azure DDoS Protection?

A

It’s a service that provides attack mitigation capacity to all Azure Regions

  • Sits between your AVN and the Azure Backbone
  • Uses scale and elasticity for mitigation
  • It identifies and discards DDoS traffic at the network edge before it can affect your services, while allowing customer traffic in without interruption.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

You can receive credit for auto-scaled out Resources during a DDoS attack (T/F)?

A

True

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

What is the Basic Tier for DDos Protection?

A

Basic

  • Auto enabled for free
  • Always-On monitoring
  • Ensures the basic Azure infrastructure is not affected during a large-scale attack
  • Azure’s global network is used to distribute/mitigate the attack across Azure Regions
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the Standard Tier for DDoS Protection?

A

Standard

  • Not free but otherwise provides the same features as Basic
  • In addition, provides more mitigation capabilities specific to AVNs
  • Machine Learning and dedicated traffic monitoring used for tuning protection policies, which are applied to public IP addresses associated to Resources deployed in your AVNs (things like Azure Load Balancer or Application Gateway)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Hint: V P R(A)

What three (3) kinds of attack can DDoS Protection help prevent?

A
  • Volumetric attacks: flooding the network layer with substantial traffic
  • Protocol attacks: exploiting weaknesses in layer 3 and 4 protocol stacks, rendering the target inaccessible
  • Resource (Application) layer attacks: targets web packets to disrupt transmission of data between hosts.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

How do you protect against L7 attacks?

A

L7 (Application Layer) attacks require a WAF to protect against. Once in place, DDoS Protection protects the WAF