停止与 SQL Server sa 帐户的连接?

发布于 2024-12-05 05:13:16 字数 135 浏览 1 评论 0原文

我有一个 sql 2008 盒子受到暴力攻击。他们正试图侵入已被禁用的 SA 帐户。有没有办法使用 Windows 防火墙拒绝所有登录 SA 帐户的请求?现在我正在用 IP 阻止它们,但我想知道是否有方法配置自定义防火墙规则来阻止仅对 SA 帐户的所有访问

I have a sql 2008 box under a brute force attack. They are trying to crack into the SA account which is already disabled. Is there a way, with Windows Firewall, to deny all requests to log into the SA account? Right now I'm blocking them with IPs but I'm wondering if there is way to configure a custom firewall rule to block all access just to the SA account

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

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

发布评论

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

评论(1

云雾 2024-12-12 05:13:16

不可以,据我所知,您无法阻止对特定帐户的请求。您可以阻止对 SQL Server 安装所使用的端口的外部请求,但除此之外,您似乎已经做了所有您能做的事情。

No, to my knowledge you cannot block requests to a specific account. You can block outside requests to the port that your SQL Server installation is using, but otherwise it appears that you've done about everything that you can do.

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