Azure WAF Exclusion Issue

HarshM 20 Reputation points
2023-11-27T10:39:13.7566667+00:00

Hi

I'm trying to whitelist a request on the WAF. I have gone through the Microsoft URL and I know how to manage exclusions yet the exclusion keeps failing. Below is the request I need to add

User's image

Below is my exclusion policy

User's image

Azure Web Application Firewall
Microsoft Sentinel
Microsoft Sentinel
A scalable, cloud-native solution for security information event management and security orchestration automated response. Previously known as Azure Sentinel.
996 questions
{count} votes

Accepted answer
  1. KapilAnanth-MSFT 36,316 Reputation points Microsoft Employee
    2023-11-28T05:00:55.35+00:00

    @HarshM

    Welcome to the Microsoft Q&A Platform. Thank you for reaching out & I hope you are doing well.

    I take it that you are using Azure Front Door WAF and not App gateway WAF.

    However, I am afraid "matchVariableName":"HeaderName" is not supported in exclusions.

    See : Exclude other request attributes

    In particular, when the matchVariableName value is CookieName, HeaderName, PostParamName, or QueryParamName, it means the name of the field, rather than its value, has triggered the rule. Rule exclusion has no support for these matchVariableName values at this time.

    Consider taking one of the following actions in that case:

    • Disable the rules that give false positives.
    • Create a custom rule that explicitly allows those requests. The requests bypass all WAF inspection.

    Hope this helps.

    Cheers,

    Kapil

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful