简体   繁体   English

如何将 Azure WAF 中的 ip 地址列入白名单

[英]How to whitelist an ip address in Azure WAF

I have an Azure Application Gateway Web Application Firewall using the OWASP 3.0 ruleset.我有一个使用OWASP 3.0规则集的 Azure 应用程序网关 Web 应用程序防火墙。 I created a custom policy so I could create a custom rule which simply allows traffic if it's from a specific IP Address and it has a priority of 1 .我创建了一个自定义策略,因此我可以创建一个自定义规则,如果它来自特定的 IP 地址并且它的优先级为1 ,则它只允许流量。 This is great and I can see log entries in the firewall logs that the rule has been matched.这很棒,我可以在防火墙日志中看到规则已匹配的日志条目。 However, I also see log entries that some of the OWASP rules have been matched as well.但是,我还看到一些 OWASP 规则也已匹配的日志条目。

My question is whether or not it is possible to prevent further rule/ruleset processing for this specific ip address?我的问题是是否可以阻止对这个特定的 ip 地址进行进一步的规则/规则集处理?

In WAF Application Gateway, custom policy takes precedence.在 WAF 应用网关中,自定义策略优先。 So if you have a rule to allow certain IP and if that matches, the other rules of OWASP are not processed.因此,如果您有允许某些 IP 的规则,并且如果匹配,则不会处理 OWASP 的其他规则。 The traffic is allowed.流量是允许的。

This is the behavior as of today, please provide feedback in User voice if you have a different scenario.这是今天的行为,如果您有不同的情况,请以用户语音提供反馈。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Azure Postgres PaaS - 如何将 IP 地址列入白名单? - Azure Postgres PaaS - How to whitelist an IP address? 如何获取azure function app的所有ip地址以将它们列入白名单? - How to get all ip address of azure function app to whitelist them? Azure 应用服务 - 如何将端点列入白名单(不是 IP 地址) - Azure app service - how do I whitelist an endpoint (not IP address) Azure WebApp的白名单入站IP地址? - Whitelist inbound IP address for Azure WebApp? Azure AKS IP 地址到白名单图像注册表 - Azure AKS IP address to whitelist Image Registry 我如何知道要在Google Cloud SQL中列入白名单的Azure应用服务的IP地址 - How do I know which IP address of an Azure App Service to whitelist in Google Cloud SQL 允许将 Azure 网络安全组中的 ip 地址列入白名单 - Allow whitelist ip address in Azure Network security group Azure部署插槽白名单ip - Azure Deployment slots whitelist ip Whitelist the outbound IP address of an Azure Web App in the Azure SQL server firewall settings using ARM templates - Whitelist the outbound IP address of an Azure Web App in the Azure SQL server firewall settings using ARM templates 白名单 Synapse Spark 池 Ip 地址 - Whitelist Synapse Spark pool Ip Address
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM