Kategorie: Linux

Whois from the console? Why not!

Not every novice admin knows that he can do much to facilitate the work of verifying if a domain is valid and has not expired or that directs dns records.

Often you have to go to the page specially designed for such domains en, https://www.dns.pl/cgi-bin/whois.pl

But what if you can do it faster and easier from the server console, without rewriting CAPTCHA.

Below a very simple way to install on each server whois.

For Debian / Ubuntu are installing using the command console release:

apt-get install whois

CentOS system

yum install whois

The method of use is also very easy, We issue the following command in the console:

whois nazwadomeny.pl

For example:

whois serwerweb.pl

Below an example of the result:

[root@node ~]# whois serwerweb.pl
[Querying whois.dns.pl]
[whois.dns.pl]

DOMAIN NAME:           serwerweb.pl
registrant type:       individual
nameservers:           ns1.serwerweb.pl. [94.130.246.172]
                       ns2.serwerweb.pl. [94.130.246.172]
created:               2017.11.08 17:34:20
last modified:         2018.02.08 09:39:20
renewal date:          2018.11.08 17:34:20

no option

dnssec:                Unsigned

TECHNICAL CONTACT:
company: H88 S.A.
street: ul. Franklina Roosevelta 22
city: 60-829 Poznań
location: PL
phone:  +48.587327194
fax:  +48.587327196
last modified: 2017.05.23


REGISTRAR:
Consulting Service Sp. z o.o.
ul. Domaniewska 35A lok.1B
02-672 Warszawa
Polska/Poland
+48.221238080
domeny@ConsultingService.pl

WHOIS database responses: http://www.dns.pl/english/opiskomunikatow_en.html

WHOIS displays data with a delay not exceeding 15 minutes in relation to the .pl Registry system
Registrant data available at http://dns.pl/cgi-bin/en_whois.pl

So what can we learn?

virtually everything!

DOMAIN NAME: serwerweb.pl – NAZWA NASZEJ DOMENY
registrant type: individual – TYP NA KOGO ZOSTAŁA ZAREJESTROWANA DOMENA CZY JEST TO OSOBA PRYWATNA CZY FIRMA
nameservers: ns1.serwerweb.pl. [94.130.246.172] – SERWER DNS PRZYPISANY DO DOMENY
ns2.serwerweb.pl. [94.130.246.172] – SERWER DNS PRZYPISANY DO DOMENY
created: 2017.11.08 17:34:20 – KIEDY DOMENA ZOSTAŁA ZAREJESTROWANA
last modified: 2018.02.08 09:39:20 – OSTATNIA MODYFIKACJA W STREFIE DNS, Tumescent LAST CHANGE NP DNS.
renewal date: 2018.11.08 17:34:20 – DATA ODNOWIENIA DOMENY -KIEDY DOMENA WYGASA.

As you can see, we can learn quite a lot of these are the basics that will help us to work.

I described the basic issues, as you can see the full list of what we will get is still about the company that registered the domain, and we will contact Technical recorder.

Linux

Udostępnij
Opublikowane przez
Linux

Recent posts

KeePass2 2.52 w Ubuntu 22.04

The guide below describes how to install KeePass on Ubuntu. Całość wykonamy za pomocą kilku poleceń

2 years temu

Installing Master PDF editor in Ubuntu 22.04

Master PDF Editor is a comprehensive PDF program, which includes many features. Oprócz tworzenia i edycji

2 years temu

iotop - memory monitoring

Iotop jest prostym narzędziem dla systemów Uniksowych umożliwiającym monitorowanie użycia dowolnego nośnika pamięci flash/hdd/ssd w

2 years temu

Run multiple commands in one cron job

You can separate two or more commands with semicolons (;), Semicolon (;): służy do oddzielania

2 years temu

Changing the exif data of a photo in the Linux terminal

Poniższy poradnik opisuje w jaki sposób za pomocą konsoli możemy dokonać edycji danych zdjęcia exif.

2 years temu

Installing Rocket.Chat Server on Rocky Linux 8

The following guide describes how to install Rocket.Chat on Rocky Linux 8 Całość bardzo prosto zainstalujemy

2 years temu