是否可以在没有 DNS 的情况下从 IP 地址解析主机名?

发布于 2024-08-22 21:53:27 字数 142 浏览 7 评论 0原文

假设您有一个 IP 地址并且没有其他信息。您不得使用 DNS,因为它可能会报告无效信息。还假设目标计算机正在运行 Microsoft 操作系统并且当前处于联机状态并已启动。

有没有办法直接使用IP地址(某些服务/端口)查询机器以找出该机器的主机名是什么?

Assuming you have an IP address and no other information. You're not allowed to use DNS as it may be reporting invalid information. Also assume that the destination machine is running a Microsoft OS and is currently online and booted.

Is there any way to query the machine directly using the IP address (some service/port) to find out what the hostname is of that machine?

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

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

发布评论

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

评论(2

终遇你 2024-08-29 21:53:27

根据 Windows 版本和远程计算机上启用的服务,您也许能够查询其 NetBIOS (WINS) 标识符名称。这不会给你一个域名,但它可能会获得足够的名称,以便你可以识别机器。

http://technet.microsoft.com/en-us /library/cc736703(WS.10).aspx

http://support.microsoft.com /kb/830578

Depending on the version of Windows and services enabled on the remote machine, you may be able to query its NetBIOS (WINS) identifier name. That won't give you a domain name, but it might get enough of a name so you can id the machine.

http://technet.microsoft.com/en-us/library/cc736703(WS.10).aspx

http://support.microsoft.com/kb/830578

欢烬 2024-08-29 21:53:27

您可以使用 NetBIOS 名称服务(UDP 端口 137)

我认为 WINS 只是 NetBIOS NS 的另一个名称/薄包装。

You can use NetBIOS Name service (UDP port 137)

I think that WINS is just another name / thin wrapper around NetBIOS NS.

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