AZ-500 · Question #510
Hotspot Question You have an Azure subscription that contains the virtual networks shown in the following table. NSG1 and NSG2 both have default rules only. The subscription contains the virtual…
The correct answer is A request to the backend pool from IP address 10.1.1.5 is allowed. = Yes; Incoming requests attempting file path attacks are blocked. = No; WAF1 allows a 50-MB file to be uploaded. = Yes. 10.1.1.5 is within the VNet address space associated with the backend pool, and since NSG1 and NSG2 have only default rules, inbound traffic from within the virtual network (VirtualNetwork service tag) is allowed by default, permitting the backend pool request. File path…
Question
Exhibits
Answer Area
- A request to the backend pool from IP address 10.1.1.5 is allowed.Yes
- Incoming requests attempting file path attacks are blocked.No
- WAF1 allows a 50-MB file to be uploaded.Yes
Explanation
10.1.1.5 is within the VNet address space associated with the backend pool, and since NSG1 and NSG2 have only default rules, inbound traffic from within the virtual network (VirtualNetwork service tag) is allowed by default, permitting the backend pool request. File path attacks (a Layer 7 OWASP threat) require WAF to be in Prevention mode to block them - if WAF1 is in Detection mode only, it will log but not block such attacks, making the 'No' answer correct for that statement. Azure Application Gateway WAF has a default maximum file upload size limit of 100 MB (configurable), so a 50-MB file upload falls well within the default limit and would be allowed by WAF1.
Topics
Community Discussion
No community discussion yet for this question.

