0
0
Azurecloud~5 mins

WAF with Application Gateway in Azure - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is a Web Application Firewall (WAF) in Azure Application Gateway?
A WAF is a security feature in Azure Application Gateway that protects web applications by filtering and monitoring HTTP traffic to block malicious requests like SQL injection or cross-site scripting.
Click to reveal answer
beginner
How does Azure Application Gateway WAF protect your web app?
It inspects incoming web traffic and blocks attacks based on predefined security rules, helping to prevent common web vulnerabilities and attacks.
Click to reveal answer
intermediate
What is the difference between Detection and Prevention modes in WAF?
Detection mode only logs potential threats without blocking them, while Prevention mode actively blocks malicious traffic to protect the application.
Click to reveal answer
beginner
Why is it important to enable WAF on Application Gateway for public-facing web apps?
Because public web apps are exposed to the internet and can be targeted by attackers, WAF helps protect them by filtering harmful traffic before it reaches the app.
Click to reveal answer
intermediate
What are custom WAF rules in Azure Application Gateway?
Custom WAF rules let you create specific conditions to allow or block traffic based on your app’s unique needs, adding extra control beyond default rules.
Click to reveal answer
What does Azure Application Gateway WAF primarily protect against?
AData storage corruption
BNetwork hardware failures
CWeb application attacks like SQL injection
DUser password theft
Which WAF mode blocks malicious traffic instead of just logging it?
ADetection mode
BPrevention mode
CMonitoring mode
DPassive mode
Where is Azure Application Gateway WAF deployed in relation to your web app?
ABetween users and the web app
BInside the web app code
COn the user's device
DOn the database server
What can you customize in Azure Application Gateway WAF to fit your app’s needs?
ACustom WAF rules
BUser interface themes
CDatabase schemas
DNetwork cables
Why should you enable WAF for public-facing web applications?
ATo improve internet speed
BTo increase user logins
CTo reduce server storage
DTo protect against web attacks
Explain how Azure Application Gateway WAF protects a web application from attacks.
Think about how a security guard checks visitors before they enter a building.
You got /4 concepts.
    Describe the difference between Detection and Prevention modes in Azure Application Gateway WAF.
    One mode watches quietly, the other acts to stop danger.
    You got /4 concepts.