反向ip,在ip地址上查找域名 [英] Reverse ip, find domain names on ip address

查看:123
本文介绍了反向ip,在ip地址上查找域名的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何和从哪些网站这样 http://www.yougetsignal.com/tools / web-sites-on-web-server / 从中获取这些信息?如何开发这样的工具?

How and from where websites like this http://www.yougetsignal.com/tools/web-sites-on-web-server/ are getting this information from? How can I develop such tool?

谢谢。

推荐答案

您可以在IP上使用 nslookup 。反向DNS由 .in-addr.arpa 域定义。

You can use nslookup on the IP. Reverse DNS is defined with the .in-addr.arpa domain.

示例:

nslookup somedomain.com

123.21.2.3 ,然后你做:

nslookup 123.21.2.3

这将要求 3.2.21.123.in-addr.arpa 并产生域名(如果有一个为反向DNS定义)。

this will ask 3.2.21.123.in-addr.arpa and yield the domain name (if there is one defined for reverse DNS).

这篇关于反向ip,在ip地址上查找域名的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆