Hostname
vandorst.dev
Last fetched
vandorst.dev resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE. WHOIS lists iana:895 as the registrar.
Nutrition Label
Resolution chain
vandorst.dev resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 108.139.210.102 | 108.139.210.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 108.139.210.13 | 108.139.210.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 108.139.210.5 | 108.139.210.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 108.139.210.83 | 108.139.210.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 108.156.245.117 | 108.156.240.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.156.245.20 | 108.156.240.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.156.245.30 | 108.156.240.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.156.245.95 | 108.156.240.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.67.109 | 13.33.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.67.11 | 13.33.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.67.13 | 13.33.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.67.74 | 13.33.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:895
- Organization
- contact privacy inc. customer 1244015326
- Contact emails
- —
Subdomains
1 observed subdomain of vandorst.dev.
| Subdomain |
|---|
| bonzai-api.vandorst.dev |
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for vandorst.dev.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
Related pages
Pivot deeper into the graph from vandorst.dev.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "vandorst.dev"})-[: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.