Hostname
firstworld.app
Last fetched
firstworld.app resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in SE. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
firstworld.app 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.157.214.24 | 108.158.8.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 108.157.214.37 | 108.158.8.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 108.157.214.39 | 108.158.8.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 108.157.214.76 | 108.158.8.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 18.244.164.112 | 18.244.168.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.244.164.119 | 18.244.168.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.244.164.23 | 18.244.168.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.244.164.67 | 18.244.168.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 54.192.100.21 | 54.192.122.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.192.100.46 | 54.192.122.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.192.100.47 | 54.192.122.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.192.100.67 | 54.192.122.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- contact privacy inc. customer 7151571251
- Contact emails
- —
Subdomains
4 observed subdomains of firstworld.app.
Threat posture
History
Related pages
Pivot deeper into the graph from firstworld.app.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "firstworld.app"})-[: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.