Hostname
checkdave.com
Last fetched
checkdave.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
checkdave.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 |
|---|---|---|---|---|
| 13.225.47.100 | 13.225.46.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.225.47.29 | 13.225.46.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.225.47.78 | 13.225.46.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.225.47.81 | 13.225.46.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.168.86.15 | 3.168.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.168.86.50 | 3.168.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.168.86.67 | 3.168.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.168.86.79 | 3.168.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:468
- Organization
- checkdave
- Contact emails
- davedaniels1@gmail.com
- 2af37f55-bea5-4dad-b5f5-3a962f14ab98@identity-protect.org
- 2b375baf-5322-4c33-9b61-321824ff3638@identity-protect.org
- 57501b46-ceba-4b33-b25c-3c30dc4c6a2d@identity-protect.org
- f58765e0-3626-4abb-8043-b1ec8eef6487@identity-protect.org
- f85d8f71-3109-4a19-b785-5b25faec13d4@identity-protect.org
- f8f3a88b-86a8-4b7f-842b-8641393dddad@identity-protect.org
Threat posture
History
Related pages
Pivot deeper into the graph from checkdave.com.
- IP · 13.225.47.100
- ASN · AS16509AMAZON-02 - Amazon.com, Inc.
- Registrar · iana:468
- Country · US
- Email · davedaniels1@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: "checkdave.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.