DNS解析工具使用案例

本文涉及的产品
全局流量管理 GTM,标准版 1个月
公共DNS(含HTTPDNS解析),每月1000万次HTTP解析
容器服务 Serverless 版 ACK Serverless,952元额度 多规格
简介: 关于如何在Windows和Linux操作系统下使用DNS解析工具的案例,包括查看和清空DNS缓存、使用whois查询工具以及安装和使用dig工具进行DNS记录查询。

作者:尹正杰
版权声明:原创作品,谢绝转载!否则将追究法律责任。

一.Windows操作系统下是有DNS缓存记录的

1>.查看本地的DNS缓存信息

ipconfig /displaydns

2>.清空DNS缓存记录

ipconfig /flushdns

二.whois查询工具

1>.在CentOS操作系统下安装

[root@k8s101.yinzhengjie.com ~]# yum -y install whois
已加载插件:fastestmirror
Loading mirror speeds from cached hostfile
 * base: mirrors.huaweicloud.com
 * extras: mirrors.bfsu.edu.cn
 * updates: mirrors.huaweicloud.com
base                                                                                                                                                        | 3.6 kB  00:00:00     
extras                                                                                                                                                      | 2.9 kB  00:00:00     
updates                                                                                                                                                     | 2.9 kB  00:00:00     
正在解决依赖关系
--> 正在检查事务
---> 软件包 whois.x86_64.0.5.1.1-2.el7 将被 安装
--> 解决依赖关系完成

依赖关系解决

===================================================================================================================================================================================
 Package                                  架构                                      版本                                             源                                       大小
===================================================================================================================================================================================
正在安装:
 whois                                    x86_64                                    5.1.1-2.el7                                      base                                     72 k

事务概要
===================================================================================================================================================================================
安装  1 软件包

总下载量:72 k
安装大小:222 k
Downloading packages:
whois-5.1.1-2.el7.x86_64.rpm                                                                                                                                |  72 kB  00:00:00     
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  正在安装    : whois-5.1.1-2.el7.x86_64                                                                                                                                       1/1 
  验证中      : whois-5.1.1-2.el7.x86_64                                                                                                                                       1/1 

已安装:
  whois.x86_64 0:5.1.1-2.el7                                                                                                                                                       

完毕!
[root@k8s101.yinzhengjie.com ~]#

[root@k8s101.yinzhengjie.com ~]# yum -y install whois

2>.查询域名的归属者信息

[root@k8s101.yinzhengjie.com ~]# whois yinzhengjie.com
   Domain Name: YINZHENGJIE.COM
   Registry Domain ID: 2518910439_DOMAIN_COM-VRSN
   Registrar WHOIS Server: grs-whois.hichina.com
   Registrar URL: http://www.net.cn
   Updated Date: 2020-04-26T04:11:59Z
   Creation Date: 2020-04-26T04:04:26Z
   Registry Expiry Date: 2025-04-26T04:04:26Z
   Registrar: Alibaba Cloud Computing (Beijing) Co., Ltd.
   Registrar IANA ID: 420
   Registrar Abuse Contact Email: DomainAbuse@service.aliyun.com
   Registrar Abuse Contact Phone: +86.95187
   Domain Status: ok https://icann.org/epp#ok
   Name Server: DNS17.HICHINA.COM
   Name Server: DNS18.HICHINA.COM
   DNSSEC: unsigned
   URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2020-12-29T22:11:52Z <<<

For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
registrar's sponsorship of the domain name registration in the registry is
currently set to expire. This date does not necessarily reflect the expiration
date of the domain name registrant's agreement with the sponsoring
registrar.  Users may consult the sponsoring registrar's Whois database to
view the registrar's reported date of expiration for this registration.
TERMS OF USE: You are not authorized to access or query our Whois
database through the use of electronic processes that are high-volume and
automated except as reasonably necessary to register domain names or
modify existing registrations; the Data in VeriSign Global Registry
Services' ("VeriSign") Whois database is provided by VeriSign for
information purposes only, and to assist persons in obtaining information
about or related to a domain name registration record. VeriSign does not
guarantee its accuracy. By submitting a Whois query, you agree to abide
by the following terms of use: You agree that you may use this Data only
for lawful purposes and that under no circumstances will you use this Data
to: (1) allow, enable, or otherwise support the transmission of mass
unsolicited, commercial advertising or solicitations via e-mail, telephone,
or facsimile; or (2) enable high volume, automated, electronic processes
that apply to VeriSign (or its computer systems). The compilation,
repackaging, dissemination or other use of this Data is expressly
prohibited without the prior written consent of VeriSign. You agree not to
use electronic processes that are automated and high-volume to access or
query the Whois database except as reasonably necessary to register
domain names or modify existing registrations. VeriSign reserves the right
to restrict your access to the Whois database in its sole discretion to ensure
operational stability.  VeriSign may restrict or terminate your access to the
Whois database for failure to abide by these terms of use. VeriSign
reserves the right to modify these terms at any time.

The Registry database contains ONLY .COM, .NET, .EDU domains and
Registrars.
[root@k8s101.yinzhengjie.com ~]#

[root@k8s101.yinzhengjie.com ~]# whois yinzhengjie.com

3>.

二.dig工具

1>.在Linux操作系统下安装dig工具

  CentOS Linux发行版本:  
    [root@dns53.yinzhengjie.com ~]# yum -y install bind-utils

  Ubuntu发行版本:
    [root@dns53.yinzhengjie.com ~]# apt-get -y install dnsutils

2>.使用默认的DNS服务器查询解析记录

[root@docker201.yinzhengjie.com ~]# dig www.baidu.com

; <<>> DiG 9.11.4-P2-RedHat-9.11.4-26.P2.el7_9.3 <<>> www.baidu.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 32298
;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 5, ADDITIONAL: 6

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;www.baidu.com.            IN    A

;; ANSWER SECTION:
www.baidu.com.        1176    IN    CNAME    www.a.shifen.com.
www.a.shifen.com.    278    IN    A    39.156.66.14
www.a.shifen.com.    278    IN    A    39.156.66.18

;; AUTHORITY SECTION:
a.shifen.com.        1176    IN    NS    ns2.a.shifen.com.
a.shifen.com.        1176    IN    NS    ns3.a.shifen.com.
a.shifen.com.        1176    IN    NS    ns4.a.shifen.com.
a.shifen.com.        1176    IN    NS    ns1.a.shifen.com.
a.shifen.com.        1176    IN    NS    ns5.a.shifen.com.

;; ADDITIONAL SECTION:
ns4.a.shifen.com.    1176    IN    A    14.215.177.229
ns5.a.shifen.com.    1176    IN    A    180.76.76.95
ns2.a.shifen.com.    1176    IN    A    220.181.33.32
ns3.a.shifen.com.    1176    IN    A    112.80.255.253
ns1.a.shifen.com.    1176    IN    A    110.242.68.42

;; Query time: 0 msec
;; SERVER: 172.200.1.53#53(172.200.1.53)
;; WHEN: 四 12月 31 22:02:34 CST 2020
;; MSG SIZE  rcvd: 271

[root@docker201.yinzhengjie.com ~]#

[root@docker201.yinzhengjie.com ~]# dig www.baidu.com

3>.查询NS记录

[root@docker201.yinzhengjie.com ~]# dig -t ns www.baidu.com

; <<>> DiG 9.11.4-P2-RedHat-9.11.4-26.P2.el7_9.3 <<>> -t ns www.baidu.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 42792
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;www.baidu.com.            IN    NS

;; ANSWER SECTION:
www.baidu.com.        1006    IN    CNAME    www.a.shifen.com.

;; AUTHORITY SECTION:
a.shifen.com.        600    IN    SOA    ns1.a.shifen.com. baidu_dns_master.baidu.
com. 2012310014 5 5 2592000 3600
;; Query time: 15 msec
;; SERVER: 172.200.1.53#53(172.200.1.53)
;; WHEN: 四 12月 31 22:05:24 CST 2020
;; MSG SIZE  rcvd: 126

[root@docker201.yinzhengjie.com ~]#

[root@docker201.yinzhengjie.com ~]# dig -t ns www.baidu.com

目录
相关文章
|
3天前
|
数据采集 人工智能 安全
数据治理的实践与挑战:大型案例解析
在当今数字化时代,数据已成为企业运营和决策的核心资源。然而,随着数据量的爆炸性增长和数据来源的多样化,数据治理成为了企业面临的重要挑战之一。本文将通过几个大型案例,探讨数据治理的实践、成效以及面临的挑战。
数据治理的实践与挑战:大型案例解析
|
1天前
|
域名解析 网络协议 安全
DNS查询工具简介
DNS查询工具简介
16 4
|
17小时前
|
人工智能 JavaScript 数据可视化
Cursor 、v0 和 Bolt.new:当今 AI 编程工具的全面解析与对比
本文对 Cursor AI、v0 和 Bolt.new 三大 AI 编程工具进行了全面比较,分析其各自优势与局限性,帮助开发者在不同工作流中灵活应用。
32 6
Cursor 、v0 和 Bolt.new:当今 AI 编程工具的全面解析与对比
|
14天前
|
Python
命令行解析工具 argparse
命令行解析工具 argparse
41 14
|
14天前
|
域名解析 网络协议 安全
DNS查询工具简介
DNS查询工具简介
34 4
|
22天前
|
缓存 API 网络架构
Nuxt Kit API :路径解析工具
【9月更文挑战第20天】在 Nuxt Kit API 中,路径解析工具如 `resolvePath()`、`joinPaths()` 和 `relativePath()` 帮助开发者高效处理应用路径,确保资源准确加载,并支持动态路由与组件导入。这些工具提升了应用的灵活性和可扩展性,同时需注意路径准确性、跨平台兼容性和性能优化,以提升用户体验。
29 12
|
3天前
|
人工智能 JavaScript 数据可视化
Cursor、v0 和 Bolt.new:当今 AI 编程工具的全面解析与对比
本文深入解析了 Cursor AI、v0 和 Bolt.new 三大 AI 编程工具的特点与应用场景。Cursor 适合日常编码与团队协作,v0 专注于 UI 原型设计,Bolt.new 擅长全栈原型开发。各工具在功能上互为补充,开发者可根据需求灵活选择,以提升工作效率。
34 0
|
4天前
|
存储 数据采集 监控
CDGA\如何建立实现数据治理的效率价值框架:实践案例解析
数据治理是一个持续优化的过程。组织应建立健全的监督与评估机制,定期对数据治理工作进行评估,发现问题及时整改。广东药科大学通过数据全景图和数据监控大屏,实现了对数据治理成果的动态、多维度呈现与监控,为科学管理决策提供了有力支撑。
|
2月前
|
人工智能 PyTorch 算法框架/工具
Xinference实战指南:全面解析LLM大模型部署流程,携手Dify打造高效AI应用实践案例,加速AI项目落地进程
【8月更文挑战第6天】Xinference实战指南:全面解析LLM大模型部署流程,携手Dify打造高效AI应用实践案例,加速AI项目落地进程
Xinference实战指南:全面解析LLM大模型部署流程,携手Dify打造高效AI应用实践案例,加速AI项目落地进程
|
2月前
|
JavaScript 前端开发 UED
Javaweb之javascript的小案例的详细解析
通过上述步骤,我们得到了一个动态更新的实时时钟,这个简单的JavaScript案例展示了定时器的使用方法,并讲解了如何处理日期和时间。这个案例说明了JavaScript在网页中添加动态内容与交互的能力。对于涉足JavaWeb开发的学习者来说,理解和运用这些基础知识非常重要。
39 11

推荐镜像

更多