Azure WAF中的自定义IP范围

发布于 2025-01-27 06:07:42 字数 499 浏览 3 评论 0原文

我需要通过具有自定义规则来记录来自Azure WAF中一系列IP地址的流量。 例如,我需要记录从10.10开始的IP范围的流量。

从Azure文档中,我们发现了IP的最后一部分的完成方式,但不确定如何在最后一部分中进行操作。 例如:10.10.10.0/24

https://learn.microsoft.com/en-us/azure/web-application-firewall/afd/afd/waf-front-door-configure-ip-restrictional

任何建议都会有用。

I need to log the traffic coming from a range of IP address in Azure WAF by having custom rules.
For example I need to log the traffic coming from IP range starting from 10.10.

From the Azure documentation, we find how it is done for the last part of the IP but not sure how to do it for the last but one part.
for example : 10.10.10.0/24

https://learn.microsoft.com/en-us/azure/web-application-firewall/afds/waf-front-door-configure-ip-restriction

Any suggestions will be helpful.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

抹茶夏天i‖ 2025-02-03 06:07:42

我相信您需要10.10.0.0/16。

这是基于IP范围为 cidr> cidr 格式(如证实href =“ https://learn.microsoft.com/en-us/aswers/questions/questions/792475/add-ip-range-azure-front-door-waf-custom-rule” rel =“ nofollow noreferrer”>在这里< /a>)。老实说,这不是最简单的事情,但是可以使用以下公用事业网站来确认; https://www.ipaddressguide.com/cidr

://i.sstatic.net/horo7.png“ rel =” nofollow noreferrer“>

I believe that you will want 10.10.0.0/16.

This is based on the IP range being required to be CIDR format (as confirmed here). Not the easiest thing to follow to be honest but the following utility site can be used to confirm; https://www.ipaddressguide.com/cidr (screenshot to illustrate)

enter image description here

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文