Share via

Azure WAF Exclusion Issue

HarshM 20 Reputation points
Nov 27, 2023, 10:39 AM

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.
1,238 questions
{count} votes

Accepted answer
  1. KapilAnanth-MSFT 48,791 Reputation points Microsoft Employee
    Nov 28, 2023, 5:00 AM

    @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

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.