List of characters or strings blocked in Azure frontdoor WAF policies

Ritika Laddha 170 Reputation points
2025-03-26T11:55:07.07+00:00

Hi,

I am need of document link, where I can find what special characters are blocked under which Frontdoor WAF policy.

I am at premium tier of Azure Frontdoor and WAF policies.

Azure Web Application Firewall
{count} votes

Accepted answer
  1. Ganesh Patapati 6,915 Reputation points Microsoft External Staff Moderator
    2025-03-26T13:48:14.6866667+00:00

    Hello Ritika Laddha

    To identify the special characters and strings blocked by Azure Front Door WAF policies you can check the below things.

    1. Azure Front Door WAF uses managed rule sets, such as the OWASP Core Rule Set (CRS). These rules are designed to detect and block common attack patterns, including SQL injection, cross-site scripting (XSS), and more. You can find details about these rules in the Azure documentation.
    2. You can also enable diagnostic logging for your WAF policy, and these logs will help in showing which rules were triggered and why, helping you identify blocked characters or patterns.

    Refer this GitHub article: https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/web-application-firewall/afds/waf-front-door-tuning.md#understand-waf-logs

    NOTE: Azure Web Application Firewall (WAF) policies use predefined rule sets, such as the OWASP Core Rule Set (CRS), to block potentially malicious characters and strings. While there isn't a single predefined list of blocked characters and strings, the rules target patterns commonly associated with attacks like SQL injection, cross-site scripting (XSS), and command injection.


    Please do consider to “up-vote” and "Accept the answer" wherever the information provided helps you, this can be beneficial to other community members.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.