Post
Topic
Board Marketplace
Re: Be aware of a possible new exchange SCAM - I need your opinion
by
bob123
on 31/05/2020, 14:28:31 UTC
How to find ip address of any exchange and please give us full details that how can we check that when the exchange damain name buy from go Daddy and any other source too???
It's very good source could be to find scam exchange and this will be helpfull to us find out scam project and scam exchange too.

Finding the ip address is simple, but this doesn't help you much.
However, you can simply ping it:
Code:
ping www.website.com

This works in the linux terminal and the windows command line the same way.


For information about the registry of the website, you can use whois:

Linux:
Code:
whois website.com

Windows:
Code:
whois -v website.com

Or you can even use a website if you don't want to use the command line at all. For example: https://whois.domaintools.com/.