Hostname
fallguys2d.com
Last fetched
fallguys2d.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE. WHOIS lists iana:292 as the registrar.
Nutrition Label
Resolution chain
fallguys2d.com 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 |
|---|---|---|---|---|
| 13.226.244.118 | 13.226.244.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.226.244.60 | 13.226.244.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.226.244.64 | 13.226.244.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.226.244.77 | 13.226.244.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.171.76.108 | 3.171.76.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.171.76.125 | 3.171.76.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.171.76.55 | 3.171.76.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.171.76.89 | 3.171.76.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.67.13.105 | 18.67.12.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.67.13.17 | 18.67.12.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.67.13.102 | 18.67.12.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.67.13.26 | 18.67.12.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
- Registrar
- iana:292
- Organization
- epic games,
- Contact emails
Threat posture
History
Related pages
Pivot deeper into the graph from fallguys2d.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fallguys2d.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.