有没有办法在内核级别使用 IIS 抵御 DDOS 攻击?

发布于 2024-11-26 04:20:18 字数 763 浏览 2 评论 0原文

我正在开发一个系统,其中一个关键应该是安全性。 所以我必须考虑最薄弱的地方,可能会被破坏。 第一个可能是暴力攻击和 DDOS 攻击。 我读过很多对抗它们的“最佳实践”,我想做的第一件事就是启用某种动态 IP 限制。我认为这种问题很常见,而且 IIS(我使用的是 IIS 7)会有一些在内核级别阻止恶意请求的内置功能,因此它会比编写我自己的 asp.ent 模块快得多或 WCF 扩展(我使用 WCF 服务作为额外的安全层)。

我发现的最好的事情是 IIS 7 附加“动态 ip 限制”(http://learn.iis.net/page.aspx/548/using-dynamic-ip-restrictions/?FeaturePage=4FA9C136-25BD-4833-853A-99EAAD0754D2),但是有这是一个非常烦人的功能缺失部分——我无法设置IP地址的禁止时间,而且我什至不知道我在互联网上读到过这一点。在以前的版本中它已启用,我想知道为什么他们在新版本中将其关闭...

无论如何,也许有人知道一个好的解决方案?我会考虑编写自己的内核级模块的选项(我不确定)如果在 IIS7 集成模式下,asp.net 托管模块是 IIS 内核模块,它们的生命周期是什么),但可以从 IIS 管理器管理其设置,就像“动态 IP 限制”附加组件一样,但最好的选择将是一个现成的产品。

I am developing a system, a main key of which should be security.
So i have to consider the weakest places, where it might be broken.
Probably, the first ones are brut force and DDOS attacks.
I've read a lot of 'best practices' to fight them, and first thing I want to do is to enable some kind of dynamic IP restriction. I thought that such kind of problem is very popular, and that IIS (I am using IIS 7) would have some built-in functionality of blocking malicious request at kernel level, so it would be much faster than writing my own asp.ent modules, or WCF extensions (I am using WCF service as an extra security layer).

The best thing i found was IIS 7 add-on 'dynamic ip restriction"(http://learn.iis.net/page.aspx/548/using-dynamic-ip-restrictions/?FeaturePage=4FA9C136-25BD-4833-853A-99EAAD0754D2), but there is a very annoying missing part of functionality - I can't set the time of ban of IP address, and I don't even know it. I read on internet that on previous version it was enabled, I wonder why they turned it off in new release...

Anyway, maybe someone knows a good solution for this? I would consider an option of writing my own kernel-level module (I'm not sure if in IIS7 integrated mode asp.net managed modules are IIS kernel modules, and what is their lifecycle), but with a possibility to manage it's settings from IIS manager, just like that 'dynamic IP restriction' add-on, but the best option would be a ready product.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文