한국어

네트워킹

온누리070 플레이스토어 다운로드
    acrobits softphone
     온누리 070 카카오 프러스 친구추가온누리 070 카카오 프러스 친구추가친추
     카카오톡 채팅 상담 카카오톡 채팅 상담카톡
    
     라인상담
     라인으로 공유

     페북공유

   ◎위챗 : speedseoul


  
     PAYPAL
     
     PRICE
     

pixel.gif

    before pay call 0088 from app


https://www.techjunkie.com/whois-windows-command-prompt/


How To WHOIS From a Windows Command Prompt

 Posted by Jamie on August 23, 2018

Have you ever wondered who owns a particular website? Every domain name (such as www.techjunkie.com, www.google.com, or www.microsoft.com) is owned by a person, company, or organization, and when the website owner registers the domain name, their contact information goes into a database which is normally accessible to the public. There are a variety of tools available to search that database, and those tools go by the generic name WHOIS (“who is”). One free online tool is ICANN WHOIS. If you visit that site and search to see who owns the www.microsoft.com domain, this is the result:

Surprise, www.microsoft.com is owned by the Microsoft Corporation. Note that there are three different types of contacts – the actual registrant (which might be a front organization of some sort), the administrative contact, and the technical contact. WHOIS is a very convenient tool for anyone doing Internet-related work, as quite often you will want to know who owns or manages a particular website and the information isn’t always easy to find on the website itself.

Usually when someone wants to look up a domain they use a web tool such as ICANN WHOIS or another free WHOIS service online. However, if you find yourself doing a lot of WHOIS searches from your Windows PC, you can save some time by getting a desktop command line tool that lets you do the searches yourself. This can be handy if, for example, the online tool you normally use is down for maintenance, or if you have a lot of WHOIS searches to perform and are running into problems with web interfaces that think you’re a bot and slow or block your searches.

Microsoft makes a WHOIS tool available as part of the Windows Sysinternals toolkit, a suite of tools for server and network administrators. It is free and will work on any Windows desktop on Vista or higher. You can download the WHOIS tool directly from Microsoft here, then extract the archive into a folder somewhere on your computer. If you plan to use WHOIS frequently, extract the executable file to a directory in your system path so that you can run the tool from wherever your command line happens to be.

RUN WHOIS FROM A WINDOWS COMMAND PROMPT

Once you have the tool there is no need to install anything. It’s a simple executable file with no install process.

  1. Open a Windows command prompt.
  2. Type ‘whois’ (or ‘whois64’ if you have a 64-bit version of Windows) and the website you would like to look up, i.e., ‘whois www.microsoft.com’.
  3. Read the results.

Because this is a text-based service, there will be something of a “wall of text” output from your whois program, but in that listing you will see all the same information as you would see from a web-based search: who owns the domain, when it was registered and who with, when it is due for renewal, who the domain is registered to and all sorts of other information about that domain. All of the data you have to provide when registering a domain is available here.

What does it all mean?

Some of the data included in a WHOIS query is obvious. The registrant name, address, contact email, phone and so on is all self-explanatory. But what about the rest?

  • The Registrar is the company with whom the domain owner registered the domain.
  • The Creation Date is when the domain was first registered.
  • The Expiration Date is when the current domain registration expires.
  • Contact are the administrative contact for the domain. .i.e. the person or people who runs the site.
  • Name Servers are the servers that control DNS for the website.

WHY WOULD YOU NEED TO RUN WHOIS?

There are a few reasons why you might need to run a WHOIS command from a Windows command prompt. Many free WHOIS services try to sell you stuff while you use them and the official ICANN site can get very busy. Plus, if you use it often, it’s better to manage it yourself than depend on someone else.

Why run WHOIS at all? There are a variety of reasons: To see when a domain expires, to see what nameservers are handling DNS, to see who owns a domain so you can lodge a complaint, to contact the owner to see if they want to sell the website and many others. I used to buy and sell domains and would practically live inside WHOIS as I checked out domain ownership and value potential.

For example, say there is a domain name that you really like and want it for yourself. You can run a WHOIS query to find out when it expires. If it is soon, you can mark the date and keep an eye on the domain. If the owner doesn’t renew it you can slip in after the grace period and buy it yourself, or just contact them directly to see if they want to sell it.

Another use for WHOIS is that if you’re changing web hosts, checking the nameserver ensures you have set up DNS correctly. This will ensure people typing in the URL will arrive at the correct place – an essential step in moving from one web host to another.

How to WHOIS from a Windows command prompt3

RUNNING WHOIS IN MAC OR LINUX

Of course, it isn’t just Windows users who would ever run WHOIS. Windows users just need to add the specific tool to do it; macOS and Linux have WHOIS built in to the system so they can run it from a fresh install.

RUNNING WHOIS ON A MAC

To run a WHOIS query on a Mac, just do this:

  1. Open Applications, Utilities and Terminal.
  2. Type ‘whois typethedomainnamehere.com’ and hit Enter.

You should see much the same result as in the Windows example above.

RUNNING WHOIS ON LINUX

Running WHOIS on Linux is much the same, as it is also built in.

  1. Open a Terminal as you would normally.
  2. Type ‘whois typethedomainnamehere.com’ and hit Enter.

You will also see the same kind of entry as Windows and Mac users.

Have any special uses for WHOIS? Share them with us below!

조회 수 :
136777
등록일 :
2019.02.16
16:22:45 (*.214.125.21)
엮인글 :
http://webs.co.kr/index.php?document_srl=3318876&act=trackback&key=d40
게시글 주소 :
http://webs.co.kr/index.php?document_srl=3318876
List of Articles
번호 제목 글쓴이 날짜 조회 수
34 a b c class Subnet Mask Cheat Sheet admin 2019-10-16 19870
33 Apple 소프트웨어 제품에서 사용하는 TCP 및 UDP 포트 admin 2019-04-19 27758
» windows linux whois ip domain 도메인 아이피 소유자 확인 명령어 admin 2019-02-16 136777
31 route 및 iptables를 이용한 리눅스 특정 IP 접속 차단하는 법 admin 2018-04-15 21672
30 IPv6와 IPv4의 차이점 기존의 IPv4의 문제점 admin 2018-04-15 18278
29 사례를 통해 알아가는 실전 패킷분석 A 기업의 UDP 트래픽 급증의 원인은 admin 2018-04-15 13437
28 리눅스 linux 현재 사용중인 랜카드 트래픽 대역폭 확인 프로그램 nload admin 2017-11-04 32855
27 whois site ip owner check admin 2015-08-03 19184
26 TCP flag(URG, ACK, PSH, RST, SYN, FIN) admin 2014-04-05 87599
25 ping 핑 에 의한 패킷 전송 10 단계 그림으로 설명 file admin 2014-02-13 35761
24 Cisco - CCNP, CCIE - QoS. Quality Of Service admin 2013-08-29 75135
23 Securing Networks Access List Implementation on Cisco Routers admin 2013-08-02 186926
22 Analyzing High CPU Utilization Issues on Cisco Catalyst 6500 Series admin 2013-08-01 34361
21 ping 설명 ICMP Internet Control Message Protocol 설명 여러가지 admin 2013-05-09 127827
20 네트웍을 공부하려고 하는분 네이버 네트워크 전문가 따라 잡기 카페 admin 2013-04-20 79654
19 List of TCP and UDP port numbers admin 2013-04-16 78027
18 3com tftp damon program 3cdv2r10 file admin 2013-03-17 30888
17 VLAN Tagging - Understanding VLANs Ethernet Frames admin 2013-03-11 97672
16 Cisco Catalyst Fixed Configuration Layer 2 and Layer 3 Switches admin 2013-01-30 51145
15 Quality of Service Guide - QOS admin 2012-01-06 72933
14 IP Precedence, TOS & DSCP admin 2012-01-06 82645
13 [Cisco] NAT Config 해설 admin 2011-12-19 279503
12 트래픽관리를 위한 MRTG 서버구축 admin 2011-12-16 39747
11 Brocade FastIron GS Series manuall file admin 2011-12-16 132557
10 CAT.6 UTP 케이블링 작업 요령 file admin 2011-12-16 39815
9 윈도우에서 특정아이피 차단 설정 하기 admin 2011-12-16 43487
8 GRE Tunnel /VPN admin 2011-12-16 33887
7 VLAN과 TRUNK admin 2011-12-16 31158
6 와룡의 네트워크 카페에서 라우팅 ,스위칭공부 admin 2011-12-16 36218
5 방화벽 자료 admin 2011-12-16 31000