<menu id="guoca"></menu>
<nav id="guoca"></nav><xmp id="guoca">
  • <xmp id="guoca">
  • <nav id="guoca"><code id="guoca"></code></nav>
  • <nav id="guoca"><code id="guoca"></code></nav>

    網絡掃描:WHOIS信息查詢

    VSole2021-07-24 08:06:58

    WHOIS(讀作Who is,非縮寫)是用來查詢域名的IP及所有者等信息的傳輸協議。簡單說,WHOIS就是一個用來查詢域名是否已經被注冊,以及已經注冊域名的詳細信息的數據庫(如域名所有人、域名注冊商、域名注冊日期和過期日期等)。通過域名Whois服務器查詢,可以查詢域名歸屬者聯系方式,以及注冊和到期時間。本文介紹實施WHOIS信息查詢的方法。

    1. WHOIS查詢網址

    通過訪問網址http://whois.chinaz.com/,可以快速地查詢到某域名的相關信息。在瀏覽器的地址欄中輸入網址http://whois.chinaz.com/,訪問成功后,顯示界面如圖1所示。

    圖1 Whois查詢站點

    在如圖1所示的文本框中輸入要查詢的域名,并單擊“查詢”按鈕,即可獲取到對應的信息。例如,查詢域名qq.com的相關信息。查詢完成后,顯示如圖2和圖3所示。因為無法截取所有信息,所以這里只截取了兩個圖。

    圖2 域名信息

    圖3 Whois查詢

    在圖2中顯示了域名qq.com的信息,包括該域名的注冊商、聯系郵箱、電話、創建時間、過期時間和域名服務器等。

    在圖3中顯示了域名qq.com的WHOIS信息,包括注冊域名ID、注冊WHOIS服務器、注冊的URL、更新時間和創建時間等。

    2. 使用Whois工具

    Whois工具是用來查找并顯示指定賬號(或域名)的用戶相關信息。下面介紹使用Whois工具來實現WHOIS信息查詢的方法。使用Whois工具的語法格式如下:

    whois [域名]

    使用Whois工具查詢域名baidu.com的相關信息。執行命令如下:

    root@daxueba:~# whois baidu.com

    Domain Name: BAIDU.COM  #域名

    Registry Domain ID: 11181110_DOMAIN_COM-VRSN #注冊域名ID

    Registrar WHOIS Server: whois.markmonitor.com #注冊WHOIS服務器

    Registrar URL: http://www.markmonitor.com #注冊者URL

    Updated Date: 2021-07-23T02:36:28Z  #更新時間

    Creation Date: 1999-10-11T11:05:17Z #創建時間

    Registry Expiry Date: 2026-10-11T11:05:17Z #過期時間

    Registrar: MarkMonitor Inc.  #注冊者

    Registrar IANA ID: 292  #注冊者IANA ID

    Registrar Abuse Contact Email: abusecomplaints@markmonitor.com #注冊濫用電子郵箱聯系人

    Registrar Abuse Contact Phone: +1.2083895740 #注冊者濫用電話號碼

    Domain Status: clientDeleteProhibited https://icann.org/epp#clientDelete

    Prohibited  #域名狀態

    Domain Status: clientTransferProhibited https://icann.org/epp#client

    TransferProhibited

    Domain Status: clientUpdateProhibited https://icann.org/epp#client

    UpdateProhibited

    Domain Status: serverDeleteProhibited https://icann.org/epp#server

    DeleteProhibited

    Domain Status: serverTransferProhibited https://icann.org/epp#server

    TransferProhibited

    Domain Status: serverUpdateProhibited https://icann.org/epp#server

    UpdateProhibited

    Name Server: DNS.BAIDU.COM  #域名服務器

    Name Server: NS2.BAIDU.COM

    Name Server: NS3.BAIDU.COM

    Name Server: NS4.BAIDU.COM

    Name Server: NS7.BAIDU.COM

    DNSSEC: unsigned

    URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/

    >>> Last update of whois database: 2021-07-23T09:26:13Z <<< #最后更新WHOIS數據庫時間

    ……省略部分內容

    Web-based WHOIS: #基于Web的WHOIS信息

    https://domains.markmonitor.com/whois

    If you have a legitimate interest in viewing the non-public WHOIS details, send

    your request and the reasons for your request to whoisrequest@markmonitor.com

    and specify the domain name in the subject line. We will review that request and

    may ask for supporting documentation and explanation.

    The data in MarkMonitor’s WHOIS database is provided for information purposes,

    and to assist persons in obtaining information about or related to a domain

    name’s registration record. While MarkMonitor believes the data to ben accurate,

    the data is provided "as is" with no guarantee or warranties regarding itsaccuracy.

    By submitting a WHOIS query, you agree that you will 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 by email,telephone,or facsimile of mass, unsolicited, commercial advertising, or spam; or

    (2) enable high volume, automated, or electronic processes that send queries,data, or email to MarkMonitor (or its systems) or the domain name contacts (orits systems).

    MarkMonitor.com reserves the right to modify these terms at any time.

    By submitting this query, you agree to abide by this policy.

    MarkMonitor is the Global Leader in Online Brand Protection.

    MarkMonitor Domain Management(TM)

    MarkMonitor Brand Protection(TM)

    MarkMonitor AntiCounterfeiting(TM)

    MarkMonitor AntiPiracy(TM)

    MarkMonitor AntiFraud(TM)

    Professional and Managed Services

    Visit MarkMonitor at https://www.markmonitor.com

    Contact us at +1.8007459229

    In Europe, at +44.02032062220

    從以上輸出信息可以看到獲取到域名baidu.com的相關WHOIS信息。例如,注冊商域名ID為11181110_DOMAIN_COM-VRSN、注冊的WHOIS服務器為whois.markmonitor.com、創建時間為1999-10-11T11:05:17Z等。

    3. 使用DMitry工具

    DMitry工具是用來查詢IP或域名WHOIS信息的。使用該工具查詢WHOIS信息的語法格式如下:

    dmitry -w [domain]

    以上語法中的選項及含義如下:

    -w:對指定的域名實施WHOIS查詢。

    domain:指定查詢的域名。

    使用DMitry工具查詢域名baidu.com的WHOIS信息。執行命令如下:

    root@daxueba:~# dmitry -w baidu.com

    Deepmagic Information Gathering Tool

    "There be some deep magic going on"

    HostIP:123.125.115.110  #主機IP地址

    HostName:baidu.com  #主機名

    Gathered Inic-whois information for baidu.com  #生成的WHOIS信息

    ---------------------------------

    Domain Name: BAIDU.COM #域名

    Registry Domain ID: 11181110_DOMAIN_COM-VRSN #注冊域名ID

    Registrar WHOIS Server: whois.markmonitor.com #注冊WHOIS服務器

    Registrar URL: http://www.markmonitor.com  #注冊者URL

    Updated Date: 2021-07-23T02:36:28Z #更新時間

    Creation Date: 1999-10-11T11:05:17Z  #創建時間

    Registry Expiry Date: 2026-10-11T11:05:17Z #過期時間

    Registrar: MarkMonitor Inc.  #注冊者

    Registrar IANA ID: 292  #注冊者IANA ID

    Registrar Abuse Contact Email: abusecomplaints@markmonitor.com #注冊者濫用郵件聯系人

    Registrar Abuse Contact Phone: +1.2083895740 #注冊者濫用電話號碼

    Domain Status: clientDeleteProhibited https://icann.org/epp#clientDelete

    Prohibited   #域名狀態

    Domain Status: clientTransferProhibited https://icann.org/epp#client

    TransferProhibited

    Domain Status: clientUpdateProhibited https://icann.org/epp#client

    UpdateProhibited

    Domain Status: serverDeleteProhibited https://icann.org/epp#server

    DeleteProhibited

    Domain Status: serverTransferProhibited https://icann.org/epp#server

    TransferProhibited

    Domain Status: serverUpdateProhibited https://icann.org/epp#server

    UpdateProhibited

    Name Server: DNS.BAIDU.COM #域名服務器

    Name Server: NS2.BAIDU.COM

    Name Server: NS3.BAIDU.COM

    Name Server: NS4.BAIDU.COM

    Name Server: NS7.BAIDU.COM

    DNSSEC: unsigned

    URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.

    org/wicf/

    >>> Last update of whois database: 2021-07-23T10:19:04Z <<<     

    #最后更新WHOIS數據庫時間

    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.

    All scans completed, exiting

    從以上輸出信息中可以看到,成功獲取到了域名baidu.com相關的WHOIS信息。

    域名服務器domain
    本作品采用《CC 協議》,轉載必須注明作者和本文鏈接
    近年來,有犯罪分子為了非法牟利,另辟蹊徑,打起了計算機網絡域名技術的主意。普通域名正常成本不超過10元,但不攔截域名可賣到200至600元。網絡域名劫持,可能觸犯非法控制計算機信息系統罪根據刑法第二百八十五條第二款:違反國家規定,對計算機信息系統實施非法控制,情節嚴重的,處三年以下有期徒刑或者拘役,并處或者單處罰金;情節特別嚴重的,處三年以上七年以下有期徒刑,并處罰金。
    域名服務器就是提供IP地址和域名之間的轉換服務服務器
    域名是某個主域的二級域名或者多級域名,在防御措施嚴密情況下無法直接拿下主域,那么就可以采用迂回戰術拿下子域名,然后無限靠近主域。例如:www.xxxxx.com主域不存在漏洞,并且防護措施嚴密,而二級域名 edu.xxxxx.com存在漏洞,并且防護措施松散,那么就可以采用迂回戰術拿下子域名,然后逐步靠近主域。
    tko-subs是一款功能強大的子域名檢測工具,該工具可以利用已失效的DNS記錄檢測和接管目標子域名。該工具具備以下三個功能。 檢測一個目標子域名是否能夠被接管。檢測指向CMS提供商的CNAME是否能夠被接管,檢測指向不存在域名的空CNAME,檢測一個或多個指向域名服務器的錯誤NS記錄。
    在互聯網的世界中,DNS是一種非常重要的存在,它們是域名與IP地址之間的橋梁,用于實現用戶訪問網站。我們在搭建網站時,經常會用到一些DNS工具,以便了解網站的DSN情況。銳成信息特別上線了三款常用的DNS工具,DNS記錄查詢工具、域名被墻檢測工具以及Whois域名信息查詢工具等,只需要在網頁上輸入需要查詢的域名,即可獲得對應的結果,簡單易用,而且在線免費查詢!下面我們就一起來了解一下吧。1、DNS
    顯然不能將所有信息都儲存在一臺域名服務器中。根域名服務器是最高層次的域名服務器。因特網上共有13個不同IP地址的根域名服務器。因此權限域名服務器知道其管轄的域名與IP地址的映射關系。當一個主機發出DNS請求報文時,這個報文就首先被送往該主機的本地域名服務器
    通過主機名,最終得到該主機名對應的IP地址的過程叫做域名解析。地址1.3 DNS 的功能每個 IP 地址都可以有一個主機名,主機名由一個或多個字符串組成,字符串之間用小數點隔開。主機名到 IP 地址映射的兩種方式靜態映射/etc/hosts文件在每臺設備上都有主機到IP的映射關系,只供此設備使用動態映射/etc/resolv.conf文件指通過DNS服務器配置主機到IP的映射關系#?
    WHOIS(讀作Who is,非縮寫)是用來查詢域名的IP及所有者等信息的傳輸協議。簡單說,WHOIS就是一個用來查詢域名是否已經被注冊,以及已經注冊域名的詳細信息的數據庫(如域名所有人、域名注冊商、域名注冊日期和過期日期等)。通過域名Whois服務器查詢,可以查詢域名歸屬者聯系方式,以及注冊和到期時間。本文介紹實施WHOIS信息查詢的方法。
    如今,我們日常生活中每天都使用大量的物聯網設備,比如智能門鎖、地鐵掃碼閘機、早餐店收款播報音箱、汽車充電樁、上班刷臉打卡等,作為 IoT 物聯網領域的開發者,你有想過背后完整的網絡通信過程么?借助全球開發者使用最廣泛的開源抓包軟件 Wireshark,抓取終端設備網卡通信包,一切就一目了然了。你會發現終端設備先做了DNS解析,再建立 MQTT 長連接通道,訂閱業務主題,上報采集
    據2020年上半年中國互聯網網絡安全監測數據分析報告顯示,惡意程序控制服務器、拒絕服務攻擊等網絡攻擊行為有增無減。時至今日,網絡攻擊已經成為影響網絡信息安全、業務信息安全的主要因素之一。網絡攻擊是指利用網絡存在的漏洞和安全缺陷對網絡系統的軟硬件及其系統數據進行攻擊的行為。TCP三次握手由于TCP協議是面向連接的傳輸控制協議,因此DoS攻擊的主要目的就是使用戶主機或網絡無法接收或處理外界請求。
    VSole
    網絡安全專家
      亚洲 欧美 自拍 唯美 另类