Hostname
davidthomasterry.com
Last fetched
davidthomasterry.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
davidthomasterry.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.79.210 | 3.5.79.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.80.31 | 3.5.80.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.81.207 | 3.5.81.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.81.225 | 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.53 | 3.5.82.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.84.42 | 3.5.84.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.218.153.242 | 52.218.153.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.218.168.146 | 52.218.168.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.218.234.10 | 52.218.234.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.136.19 | 52.92.136.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.145.179 | 52.92.144.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.161.131 | 52.92.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.179.67 | 52.92.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.213.43 | 52.92.208.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.243.3 | 52.92.240.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of davidthomasterry.com owner
- Contact emails
- 26dd28cb-d289-460a-8b13-8b55991389d2@identity-protect.org
- 43e37336-30eb-461e-8ae2-9fb7fbe4916d@identity-protect.org
- 8fc51d52-53d2-4e6c-a1c3-9e2d9b75d140@identity-protect.org
- 9ab7adcd-7038-482d-838a-95556596c36f@identity-protect.org
- d4f1799b-cf3b-4cf4-8cd8-aeac0c5297b0@identity-protect.org
- de85c673-026f-4784-87e8-513987d08196@identity-protect.org
- owner-9898005@davidthomasterry.com.whoisprivacyservice.org
Threat posture
History
Related pages
Pivot deeper into the graph from davidthomasterry.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "davidthomasterry.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.