Hostname
authsamples.com
Last fetched
authsamples.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
authsamples.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 |
|---|---|---|---|---|
| 18.154.206.12 | 18.154.200.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.154.206.128 | 18.154.200.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.154.206.47 | 18.154.200.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.154.206.78 | 18.154.200.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.155.173.100 | 18.155.168.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.155.173.11 | 18.155.168.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.155.173.20 | 18.155.168.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.155.173.55 | 18.155.168.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of authsamples.com owner
- Contact emails
- 131a3bc8-f029-44db-822c-e886b0251766@identity-protect.org
- 47c38a9e-6c04-4852-a39a-6fe0d1d366d3@identity-protect.org
- 4b004440-de34-40d4-897e-05219085a2d9@identity-protect.org
- 9164252e-d6d4-43ca-8d71-bb51c3891630@identity-protect.org
- 97703107-25d0-4a8c-95e4-7f7d3de13bc1@identity-protect.org
- d1b9159e-0c03-4f67-bab3-d35e823171eb@identity-protect.org
- owner-12049306@authsamples.com.whoisprivacyservice.org
- owner-157252@authsamples.com.whoisprivacyservice.org
Subdomains
5 observed subdomains of authsamples.com.
Threat posture
History
Related pages
Pivot deeper into the graph from authsamples.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "authsamples.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.