Hostname
aws-typescript-app.com
Last fetched
aws-typescript-app.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in AU. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
aws-typescript-app.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.64.50.124 | 18.64.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 18.64.50.44 | 18.64.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 18.64.50.46 | 18.64.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 18.64.50.82 | 18.64.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 3.167.138.23 | 3.167.138.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.167.138.47 | 3.167.138.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.167.138.89 | 3.167.138.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.167.138.98 | 3.167.138.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of aws-typescript-app.com owner
- Contact emails
- 0495aadb-4332-4f99-8696-8ededdd6c631@identity-protect.org
- 1ef29d2a-c9f8-4b6d-97d5-aa47baaaef84@identity-protect.org
- 2a337b16-3f3a-4c85-aa3b-aa728dcda6f3@identity-protect.org
- b72c37ed-a323-424f-a4c9-0ff01b796755@identity-protect.org
- fa682c67-02f8-4074-bd29-b17917294b71@identity-protect.org
- owner-3285653@aws-typescript-app.com.whoisprivacyservice.org
Threat posture
History
Related pages
Pivot deeper into the graph from aws-typescript-app.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aws-typescript-app.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.