# Online Tools That Help You Analyze a Domain

> A list of tools that can help you analyze whether any information is leaked with your domain.

- Author: Gabriel Koo (AWS Community Builder)
- Published: 2019-07-27
- Topics: domain, security, tools
- HTML: https://gabrielkoo.com/blog/domain-analyze-tools/
- Original canonical URL: 

## [Google](https://www.google.com)

In case you don't know, the you can use a search string like `site:domain.com.tld` to look at the pages that are indexed by Google.

![Google Search for the Site somedomain.com](/assets/img/google-site-somedomain-com.png "Google Search for the Site somedomain.com")

## [WHOIS](https://www.whois.com/whois)

Basically it is a tool for you to check about the **owner** of a domain. Sometimes when people don't protect their own information well (e.g. they didn't purchase the privacy option when they buy the domain), you might even have their home address or phone number shown on the ICANN record.
<https://www.whois.com/whois/somedomain.com>

## [What's my DNS](https://www.whatsmydns.net)

You can know about information like:

* DNS Provider (`NS`)
* Hosting provider of the servers / websites (`A` / `AAAA` / `CNAME`)
* Mail servers (`MX`)
* Any other third-party tool the owner is using, e.g. `TXT` records for Google site verification, search console, etc

![Result for somedomain.com on DNS Checker](/assets/img/dns-checker-somedomain-com.png "Result for somedomain.com on DNS Checker")
