0

We are using Azure Application Gateway and Web Application Firewall (WAF) and what we want to do is we want to change the PARANOIA LEVEL from 2 to 1.

One of the OWASP Engineer helped me the command we can use to switch it setvar:tx.executing_paranoia_level=1 in the crs-setup.conf. But now I am not aware in Azure and App Gateway WAF where we make this change?

Anyone aware of where this CRS-SETUP.CONF exists and how we can modify the PARANOIA LEVEL?

Thank you,

user42012
  • 722
  • 12
  • 33
  • 1
    hey Nancy, we finally ended up using exclusion rules for now as that suffices are need but Microsoft confirmed to us that PARNOIA LEVELS cannot be changed in Azure for now – user42012 Jun 17 '19 at 16:06

1 Answers1

0

I am not aware of the CRS-SETUP.CONF existence. I think Azure WAF is like a PaaS service Azure should not expose the underlying configuration to users. Azure Application Gateway (WAF) protects web applications through rules that are defined based on the OWASP core rule sets 3.0 or 2.2.9. If you want to control the conf file, you may contact Azure support.

If you have some false positives, you can do a few things to stop this from blocking your traffic.

It's recommended to go through this article to learn troubleshooting Web Application Firewall (WAF) for Azure Application Gateway.

Nancy
  • 26,865
  • 3
  • 18
  • 34