Page 1 of 1

.ae domains monitoring

Posted: Wed Jan 13, 2021 7:39 am
by kalyanpabolu
Hello Team,

We want to monitor .ae domains using Nagios XI. We tried using check_domain.php, but it is not working for .ae domains. We are getting "Error running whois" error for them.

The .ae domains license information is located in www.marcaria.com.

Could you please help us to get monitor domain expiration for the same?

Thanks in advance!!

Re: .ae domains monitoring

Posted: Thu Jan 14, 2021 12:38 pm
by vtrac
Hi kalyanpabolu,
I have just tested out the "check_domain.sh" and looks like this called the "whois" command.
However, the "whois" server for the ".ae" domain do not have the Expiration date so there is no way for the "check_domain" to figure out.

As you can see from the picture below of "amazon.ae" ..... no "Date" listed.
ae3.png
Here's an example of "amazon.com", which has expiration date showed:
ae4.png
I also used the URL (below) and also noticed that there is no "Date" of registered or expiration.
http://whois.aeda.ae

Here's the picture of my test, looking up for "amazon.ae":
ae1.png
One thing to keep in mind, if you ran this script too many time, you will be put into the "blacklist" as that has just happened to me. You will be blocked by the network solutions.
ae2.png
So, unless you know for sure of the "whois" server database, there is not much you can do here.

Regards,
Vinh

Re: .ae domains monitoring

Posted: Sun Jan 17, 2021 6:33 am
by kalyanpabolu
Hello,

Thanks for your reply!!

I am aware about the "whois" database. The .ae domains are located in www.marcaria.com.
So is there a way we can get some command or plugin to fetch expiration details from here?

Re: .ae domains monitoring

Posted: Mon Jan 18, 2021 5:42 pm
by vtrac
Hi kalyanpabolu,
The "www.marcaria.com" is not the "whois" database. It is a new domain registration service.

I have looked every where including "godaddy" for the ".ae" whois database, but I could not find one.

If you know of one (.ae whois database), you can use the "-s" option ..... please see example below:

Code: Select all

./check_domain.sh -d amazon.ae -s XXXXXX
The issue here is all the whois database do not show the expiration date for .ae domain.

Regards,
Vinh

Re: .ae domains monitoring

Posted: Tue Jan 19, 2021 2:03 am
by kalyanpabolu
Hello,

I am getting below error:

[root@vmaz-nagiosxi libexec]# ./check_domain.php -d ayuni.ae -s www.marcaria.com
connect: Network is unreachable
Error running whois: [root@vmaz-nagiosxi libexec]#
[root@vmaz-nagiosxi libexec]#
[root@vmaz-nagiosxi libexec]# ping www.marcaria.com
PING d3q7y.x.incapdns.net (149.126.72.104) 56(84) bytes of data.
^C
--- d3q7y.x.incapdns.net ping statistics ---
6 packets transmitted, 0 received, 100% packet loss, time 162ms

[root@vmaz-nagiosxi libexec]#

Re: .ae domains monitoring

Posted: Tue Jan 19, 2021 12:11 pm
by vtrac
Hi kalyanpabolu,
The "www.marcaria.com" is NOT the "whois" database. It is just a NEW domain registration URL.

You go to "www.marcaria.com" if you want to register a new domain.

Regards,
Vinh