-
2020-04-28 13:19:53
用来查找并显示指定用户账号、域名相关信息,包括域名注册时间、拥有者、邮箱等,类似命令:tracepath、host、nslookup、who、pwd。
whois命令语法
whois [选择参数] [必要参数]
选择参数 -a:搜寻所有数据库 -c:找到最小的包含一个 mnt-irt 属性的匹配 -d:同时返回 DNS 反向查询的代理对象(需支持RPSL协议) -F:快速输出原始数据 -H:隐藏法律声明内容 -i:ATTR 进行一次反向查询 -l:将精确度降低一级的查询 (需支持RPSL协议) -L:找到所有低精确度匹配 -m:找到第一级较高精确度匹配 -M:找到所有较高精确度匹配 -r:查询联系信息时关闭递归查询 -R:显示本地域名对象副本 -x:精确匹配 -h[主机]ÿ
更多相关内容 -
Linux whois命令用法详解
2021-01-09 19:56:22Linux whois命令 Linux whois命令用于查找并显示用户信息。 whois指令会去查找并显示指定帐号的用户相关信息,因为它是到Network Solutions的WHOIS数据库去查找,所以该帐号名称必须在上面注册方能寻获,且名称没有... -
PHP whois查询类定义与用法示例
2021-01-20 07:55:54本文实例讲述了PHP whois查询类定义与用法。分享给大家供大家参考,具体如下: whois.class.php <?php class Whois{ private $WHOIS_SERVERS = array( com => array(whois.verisign-grs.com,whois.crsnic.net), ... -
php whois查询API制作方法
2020-10-28 12:26:32网站们经常需要查询网站whois信息,这里介绍一个使用php制作的whois api接口,方法也很简单,下面详细介绍一下。 -
Python基于whois模块简单识别网站域名及所有者的方法
2021-01-21 18:12:26本文实例讲述了Python基于whois模块简单识别网站域名及所有者的方法。分享给大家供大家参考,具体如下: 对于一些网站,我们可能会关心其所有者是谁。为了找到网站的所有者,我们可以使用WHOIS协议查询域名的注册者... -
whoisdigger:批量Whois查找工具
2021-05-17 00:01:52考虑到构建者和创建者的需求,可快速查找您喜欢的域混搭,而不会冒第三方日志记录,域抢注和使用第三方平台所带来的其他一些常见问题的风险。 查找域的更快,可靠和最私密的方式。 重要通知 如果克隆此node_modules... -
网络信息收集——whois的使用
2021-11-16 16:51:52网络信息收集——whois的使用 whois是用来查询域名的IP以及所有者等信息的传输协议。简单说,whois就是一个用来查询域名是否已经被注册,以及注册域名的详细信息的数据库(如域名所有人、域名注册商)。通过whois来...网络信息收集——whois的使用
whois是用来查询域名的IP以及所有者等信息的传输协议。简单说,whois就是一个用来查询域名是否已经被注册,以及注册域名的详细信息的数据库(如域名所有人、域名注册商)。通过whois来实现对域名信息的查询。早期的whois查询多以命令列接口存在,但是现在出现了一些网页接口简化的线上查询工具,可以一次向不同的数据库查询。网页接口的查询工具仍然依赖whois协议向服务器发送查询请求,命令列接口的工具仍然被系统管理员广泛使用。whois通常使用TCP协议43端口。每个域名/IP的whois信息由对应的管理机构保存。重要的Whois服务器有很多,比如whois.intemic.net(互联网络信息中心,INTERNIC),whois.cnnic.net.cn(中国互联网络信息中心,CNNIC)whois.apnic.net(亚洲与太平洋地区网络信息中心,APNIC),whois.arin.net(美国Internet号码注册中心,ARIN),whois.ripe.net(欧洲IP地址注册中心,RIPE)等等。 linux系统中有自带Whois命令,windows系统则可以通过Whois网站来查询域名注册信息。 <font size="5">域名收集:</font>
网络注册信息可以用一个whois的一个标准网络互联网协议进行查询
用法:
kali linux
命令:whois+域名
也可以去查询网站进行查询:
爱站工具网:https://whois.aizhan.com
站长之家:http://whois.chinaz.com
Virus Total: https://www.virustotal.com国内网站备案查询网站:
1.天眼查:http:www.tianyancha.com
2.ICP备案查询网:http://www.beianbeian.com
这个是国内的域名注册信息,国际的稍有不同
Domain Name……………………..域名 ROID………………………………..注册识别码 Domain Status……………………..域名状态 Registrant ID……………………….注册人ID Registrant Organization…………..注册人单位 Registrant Name…………………..注册人姓名 Registrant Email…………………..注册人电子邮箱 Sponsoring Registrar……………..所属注册商 Name Server………………………DNS服务器 Registration Date………………….域名注册日期 Expiration Date……………………域名到期日 Dnssec Deployment………………DNS安全扩展
-
php查询whois信息的方法
2020-12-18 06:33:56本文实例讲述了php查询whois信息的方法。分享给大家供大家参考。具体如下: 这里使用php通过查询whois信息的网站列表进行查询 function whois_query($domain) { // fix the domain name: $domain = strtolower... -
php-whois:PHP WHOIS提供域和ASN路由的经过解析的原始whois查找。 兼容PHP 5.4+和7+
2021-05-01 04:59:35PHP的WHOIS PHP WHOIS客户端实现。 将查询直接发送到WHOIS服务。 用例 原始和解析的域查找 原始和解析的ASN路由查找 直接查询TLD / ASN主机 扩展和自定义默认主机,...用法 域查找 如何获取有关域的摘要: <?php u -
whois命令_如何使用whois命令查找详细的域信息?
2020-10-07 10:15:48whois命令whois very popular and useful tool used to list and find domain information. We generally know that domain and sub domains are resolved to the IP address and our browser redirects to this IP ...whois命令
whois
very popular and useful tool used to list and find domain information. We generally know that domain and sub domains are resolved to the IP address and our browser redirects to this IP address. But the actual story is not just this. Domain names have a lot of attributes which is consist of following sections.whois
非常流行且有用的工具,用于列出和查找域信息。 我们通常知道域和子域已解析为IP地址,而我们的浏览器将重定向到该IP地址。 但是实际的故事不只是这个。 域名具有很多属性,其中包括以下部分。- Registrant 注册人
- Admin管理员
- Tech科技类
- Name Server名称伺服器
- ……
为Ubuntu,Debian,Mint,Kali安装 (Install For Ubuntu, Debian, Mint, Kali)
Now we will start by installing the
who
command in to apt based distributions like Ubuntu, Debian, Mint and Kali etc. This command will work with other apt based distributions too.现在,我们将安装
who
命令到基于apt的发行版中,例如Ubuntu,Debian,Mint和Kali等。此命令也将与其他基于apt的发行版一起使用。$ sudo apt install whois
Install For Ubuntu, Debian, Mint, Kali 为Ubuntu,Debian,Mint,Kali安装 为Fedora,CentOS,RHEL安装(Install For Fedora, CentOS, RHEL)
We can also install
whois
command distributions like Fedora, CentOS, RHEL too. We will useyum
in this case.我们也可以安装
whois
命令分发版,例如Fedora,CentOS,RHEL。 在这种情况下,我们将使用yum
。$ sudo yum install whois
获取详细信息 (Get Detailed Information)
The default usage of the
whois
command will provide all related information which will fill our terminal. This will list all provided information categories which is listed in the introduction section. We will provide the domain name which ispoftut.com
in this example.whois
命令的默认用法将提供所有相关信息,这些信息将填充我们的终端。 这将列出在介绍部分列出的所有提供的信息类别。 在此示例中,我们将提供域名poftut.com
。$ whois poftut.com
Get Detailed Information 获取详细信息 域名(Domain Name)
Domain Name
information will provide the full domain name which is registered and queried.Domain Name
信息将提供注册和查询的完整域名。登记员 (Registrar)
Registrar
information will provide the company where this domain is registered. This company will generally provide some tool and interface to manage our domain name.Registrar
信息将提供该域的注册公司。 该公司通常会提供一些工具和界面来管理我们的域名。Whois服务器 (Whois Server)
Whois Server
information will print the server which is replied thiswhois
query.Whois Server
信息将打印服务器,该服务器将回复此whois
查询。名称伺服器 (Name Server)
Name Server
will provide name server of the queried domain name. Name servers are used to query domain related information like DNS, TXT and other services.Name Server
将提供所查询域名的名称服务器。 名称服务器用于查询与域相关的信息,例如DNS,TXT和其他服务。更新日期 (Update Date)
Update Date
will list last time this domain is changed which is domain duration extension operation.Update Date
将列出该域的最后一次更改时间,即域持续时间扩展操作。了解更多有关网络嗅探和中间人的Ettercap教程创立日期(Creation Date)
Creation Date
will list information when the domain is created for the first time.Creation Date
将列出首次创建域时的信息。截止日期 (Expiration Date)
Expire Date
will list then this domain will expire and will be free to buy.Expire Date
将列出,然后该域将过期并且可以免费购买。联系 (Contact)
Contact
line will list the contact information of the domain owner.Contact
行将列出域所有者的联系信息。翻译自: https://www.poftut.com/how-to-find-detailed-domain-information-with-whois-command/
whois命令
-
whois-proxy:一个简单的轻巧的node.js whois代理服务器
2021-05-14 19:29:40Whois代理服务器 一个简单的简洁服务器(出血边缘,不用于生产)whois代理服务器。 描述 一个简单的简洁服务器(出血边缘,不用于生产)whois代理...用法 node main.js 如果您想打开详细输出到控制台 node main.js -
使用python进行whois查询
2017-11-23 18:10:36使用python进行whois查询使用pip命令安装whois pip install python-whois Python 2.7.6 (default, Oct 26 2016, 20:30:19) [GCC 4.8.4] on linux2 Type "help", "copyright", "credits" or "license" for more ...使用python进行whois查询
使用pip命令安装whois
pip install python-whois
Python 2.7.6 (default, Oct 26 2016, 20:30:19) [GCC 4.8.4] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import whois >>>
安装成功
使用方法
[GCC 4.8.4] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import whois
使用
whois.whois(URL)
来查询域名的whois信息
>>> data = whois.whois("www.wangjunx.top") >>> data {u'updated_date': datetime.datetime(2017, 7, 6, 2, 12, 42), u'status': u'ok https://icann.org/epp#OK', u'name': u'Wang Jun Xiong', u'dnssec': u'unsigned', u'city': u'Hangzhou', u'expiration_date': datetime.datetime(2018, 7, 6, 2, 12, 8), u'zipcode': u'311121', u'domain_name': u'wangjunx.top', u'country': u'CN', u'whois_server': u'http://whois.hichina.com/', u'state': u'Zhejiang', u'registrar': u'Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)', u'referral_url': None, u'address': u'Le Jia International No.999 Liang Mu Road Yuhang District', u'name_servers': [u'dns7.hichina.com', u'dns8.hichina.com'], u'org': u'Wang Jun Xiong', u'creation_date': datetime.datetime(2017, 7, 6, 2, 12, 8), u'emails': [u'DomainAbuse@service.aliyun.com', u'1411349759@qq.com', u'YuMing@YinSiBaoHu.AliYun.com']}
得到的whois服务器返回的信息(class)
>>> type(data) <class 'whois.parser.WhoisEntry'>
得到对应的关键字信息
>>> data['city'] u'Hangzhou'
-
KaLi Linux域名注册信息收集whois的使用方法
2022-02-01 20:31:02-h Host, --host Host 连接到服务器主机 -p Port, --port Port 连接到端口 -I (大写i) 查询whois.iana.org并跟踪其转介 -H 隐藏法律免责声明 --verbose 解释正在做什么 --no-re... -
whois-stats:访问每日 whois 统计信息
2021-06-24 12:09:46用法 var stats = require ( 'whois-stats' ) ; stats . statsFromFTP ( stats . APNIC_LATEST , function ( err , stream ) { if ( err ) throw err ; stream . on ( 'entry' , function ( entry ) { // entry ... -
node-whois, 用于NodeJS的简单WHOIS客户端.zip
2019-09-17 14:32:44node-whois, 用于NodeJS的简单WHOIS客户端 node node WHOIS是 Node.js.的WHOIS客户端安装全局$ npm install -g whois用法whois [options] addressOptions: -
python通过socket查询whois的方法
2021-01-14 03:47:57python通过socket查询whois的方法本文实例讲述了python通过socket查询whois的方法。分享给大家供大家参考。具体实现方法如下:import sockets = socket.socket(socket.AF_INET, socket.SOCK_STREAM)s.connect(('... -
UWhois:获取其注册表支持whois协议的任何域的whois
2021-05-14 11:08:23威斯康星大学 它将请求IANA并获取TLD的whois服务器,因此它可以获取最新TLD...用法 include('UWhois.php'); $Whois = new UWhois; $result = $Whois->get('google.com'); 您可以使用php cli.php google.com进行尝试。 -
whois-domain:搜索域的CNAMEMX,并通过whois获取creation_date expiration_date
2021-04-18 23:27:25Whois域 搜索域的CNAME / MX,并通过whois获取creation_date expiration_date 依赖包 dnspython,python-whois 用法 python3 find_domain_info.py -
whois-parsed:梦幻般的Whois模块的包装器,可将Whois数据解析为多个TLD中的一致字段
2021-04-30 04:17:12用法 var whoisOptions = { proxy: { ipaddress: '111.222.33.44', port: 1085, authentication: { username: "youruser", password: "yourpassword" }, type: 5 } }; (async function(){ const whois = ... -
python实现whois查询功能的方法
2021-03-06 02:38:55今天发现在段代码,使用python方法具然能完成whois功能的实现。我把代码和说明搬来给大家看看,有谁需要可以参考下。本来想直接从whois服务器查询的,但是发现要写socket用43端口链接服务器,但是有些服务器的地址不... -
基于Whoxy API的反向Whois工具。-Golang开发
2021-05-26 18:00:34用法$ whoxyrm-公司名称“ Oath Inc.” 安装$ go get -u github.com/milindpurswani/whoxyrm另外,请确保您按以下方式导出您的whoxy api密钥:没有它,它将无法工作。 $ export WHOXY_API_KEY =“ ...”,您可以从... -
PHP WHOIS域名查询程序 1.0
2021-05-11 21:22:37PHP源码下载,PHP版域名WHOIS查询程序,无需要数据库...使用方法:1、上传文件到支持PHP环境的主机中;2、通过你自己的域名打开index.php,输入域名即可查询,基本上可以查询市面上的99.9%的域名后缀; 运行环境:PHP -
使用python批量获取域名的whois信息的方法
2020-11-21 16:51:30由于实验需要获取url的一些whois信息,上网搜了一些能够查询whois信息的网站,最后发现站长之家...下面是批量获取whois的创建时间和过期时间的信息的 python代码片,如果要获取其他信息可以使用同样的方法。 import ur -
Windows下Whois命令的安装和使用
2020-05-21 09:23:49Whois,通常来说,就是一个用于查询...因此我本人还是比较喜欢在命令行下使用 whois 命令来直接获得域名的 whois 信息。本文将介绍在 Windows 下使用 whois 命令行。Windows 以 Windows 10 x64 为例。 1. Windows 下 wh