Hostname
domdavis.com
Last fetched
domdavis.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
domdavis.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.169.149.36 | 3.169.148.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.169.149.37 | 3.169.148.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.169.149.60 | 3.169.148.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.169.149.61 | 3.169.148.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.170.19.108 | 3.170.19.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.170.19.11 | 3.170.19.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.170.19.25 | 3.170.19.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.170.19.40 | 3.170.19.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of domdavis.com owner
- Contact emails
- domdavis.com@proxy.dreamhost.com
- 20ff011d-f221-4ebe-9141-22b5ba720b02@identity-protect.org
- 374e90a4-e223-40ae-84aa-8616ebd1b1d4@identity-protect.org
- 5d7a00b1-93c6-4729-b6de-c604f474b7f4@identity-protect.org
- 7093a7c6-9265-4a8a-8b77-f8959fec9b28@identity-protect.org
- a5d0eb59-b378-426a-a964-52b6555fb87e@identity-protect.org
- c0ce0dfd-cc17-424e-bb3b-aa187195eca4@identity-protect.org
- ff0be59a-fc7d-4ef2-87b4-7cde9dc1d9a5@identity-protect.org
Web-graph footprint
Distinct hostnames that link to or from domdavis.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for domdavis.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
Related pages
Pivot deeper into the graph from domdavis.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "domdavis.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.