Hostname
henrythereed.com
Last fetched
henrythereed.com resolves to 16 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
henrythereed.com resolves to 16 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 3.5.78.246 | 3.5.78.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.81.253 | 3.5.81.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.81.5 | 3.5.81.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.82.253 | 3.5.82.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.84.158 | 3.5.84.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.84.34 | 3.5.84.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.218.177.34 | 52.218.177.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.218.179.91 | 52.218.179.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.218.242.106 | 52.218.242.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.187.67 | 52.92.184.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.192.115 | 52.92.192.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.195.219 | 52.92.192.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.208.243 | 52.92.208.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.230.59 | 52.92.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.236.11 | 52.92.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.251.235 | 52.92.248.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of henrythereed.com owner
- Contact emails
- 44291eaa-342a-496e-a2b5-5accec0ebc17@identity-protect.org
- 454609a2-b6db-4e41-ba2c-9e8b370e26e5@identity-protect.org
- 46ba970b-1d03-4005-a092-d57334f5219b@identity-protect.org
- 6005f566-e9b8-447f-aa18-439269b96b79@identity-protect.org
- 73270829-ef7b-46f2-93a2-c764aa628f12@identity-protect.org
- 7bcbf72f-eb1c-4a02-99cc-3efd8a55c176@identity-protect.org
- 8fb700cf-b2c6-486f-a0c5-1dd11fda7ba1@identity-protect.org
Threat posture
History
Related pages
Pivot deeper into the graph from henrythereed.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "henrythereed.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.