Hostname
chrisdholt.com
Last fetched
chrisdholt.com resolves to 16 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
chrisdholt.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.76.3 | 3.5.77.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.82.31 | 3.5.83.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.84.3 | 3.5.85.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.84.5 | 3.5.85.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.87.98 | 3.5.88.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.218.232.91 | 52.218.244.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.149.211 | 52.94.0.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.163.11 | 52.94.5.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.164.227 | 52.94.5.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.165.163 | 52.94.5.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.184.187 | 52.94.8.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.192.27 | 52.94.9.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.196.35 | 52.94.9.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.212.35 | 52.94.11.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.226.163 | 52.94.13.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.233.219 | 52.94.14.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- chris holt
- Contact emails
Threat posture
History
Related pages
Pivot deeper into the graph from chrisdholt.com.
- IP · 3.5.76.3
- ASN · AS16509AMAZON-02 - Amazon.com, Inc.
- Registrar · iana:146
- Country · US
- Email · christopher.d.holt@gmail.com
- TLD · .com
- Browse hostnames · ch…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "chrisdholt.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.