Hostname
goodbeast.com
Last fetched
goodbeast.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CL. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
goodbeast.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 3.162.232.33 | 3.162.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CL |
| 3.162.232.36 | 3.162.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CL |
| 3.162.232.40 | 3.162.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CL |
| 3.162.232.47 | 3.162.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CL |
| 54.192.100.37 | 54.192.100.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.192.100.58 | 54.192.100.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.192.100.6 | 54.192.100.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.192.100.7 | 54.192.100.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of goodbeast.com owner
- Contact emails
- admin@dnstinations.com
- a2c411c03f434ba1899ea618ef74f9e4.protect@withheldforprivacy.com
- 60940b75-f00b-425f-b5a8-b23b54d6aa79@identity-protect.org
- 62d0af4f-10af-417a-8900-0b6b2d1c51fb@identity-protect.org
- 64d5a5ba-a71f-4029-afb5-5695a4accf39@identity-protect.org
- 9c79762c-7cfc-475e-bdf2-cbf9ea377758@identity-protect.org
- e699e64f-caba-45fc-87dd-5d547152ffa2@identity-protect.org
Subdomains
1 observed subdomain of goodbeast.com.
| Subdomain |
|---|
| www.goodbeast.com |
Web-graph footprint
Distinct hostnames that link to or from goodbeast.com in the public web crawl.
9 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for goodbeast.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | servers.mcsv.net |
Related pages
Pivot deeper into the graph from goodbeast.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "goodbeast.com"})-[:RESOLVES_TO]->(ip:IPV4)
-[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
-[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20Or query Whisper from your own LLM workflow via the Whisper MCP server.