Distributed Denial of Service attacks (DDOS)
Azure DDoS Protection
Azure Firewall
key features of Azure Firewall
Web Application Firewall (WAF)
Network segmentation
Azure Virtual Network (VNet)
Network Security Groups (NSGs)
Inbound and Outbound Security Rules in Network Security Groups (NSGs)
Difference between Network Security Groups (NSGs) and Azure Firewall
NSGs:
- Network Security Groups (NSGs) provide distributed network layer traffic filtering within virtual networks in each subscription.
Azure Firewall:
- Azure Firewall is a centralized, fully stateful network firewall as-a-service.
Azure Bastion
Features of Azure Bastion
Just-in-time (JIT) access
Encryption on Azure
Azure Key Vault
The security admin has created an Azure Network Security Group (NSG) to filter network traffic to a virtual machine. The admin wants to allow inbound traffic using the Remote Desktop Protocol (RDP), but the default NSG rules are currently blocking all inbound traffic that is not from another virtual network or an Azure load balancer. What does the security admin have to do to allow inbound traffic using RDP?
A. Delete the default rule.
B. Create a new network security rule that allows RDP traffic and that has a higher priority than the default rule.
C. There’s nothing the admin can do, RDP traffic isn’t supported with NSGs.
B. Create a new network security rule that allows RDP traffic and that has a higher priority than the default rule.
You can create a new rule to allow RDP that has a higher priority than the default rule
The security admin wants to protect Azure resources from DDoS attacks and needs logging, alerting, and telemetry capabilities. which Azure service can provide these capabilities?
A. Default DDoS infrastructure protection.
B. DDoS Network Protection.
C. Azure Bastion.
B. DDoS Network Protection.
DDoS Network Protection provides the default DDoS infrastructure-level protection plus advanced capabilities, including logging, alerting, and telemetry.
An organization has several virtual machines in Azure. The security admin wants to deploy Azure Bastion to get secure access to those VMs. What should the admin keep in mind?
A. Azure Bastion is deployed per virtual network, with support for virtual network peering.
B. Azure Bastion is deployed per subscription.
C. Azure Bastion is deployed per virtual machine.
A. Azure Bastion is deployed per virtual network, with support for virtual network peering.
Azure Bastion deployment is per virtual network with support for virtual network peering, not per subscription/account or virtual machine.
An organization has much of its application data in Azure. The security admin wants a way to create and control the keys used to encrypt the organization’s application data. Which service would the admin use?
A. Transparent data encryption.
B. Secrets management.
C. Azure Key Vault.
C. Azure Key Vault.
Azure Key Vault is a centralized cloud service that that can be used for secrets management, key management, and certificate management.