Skip to content

Hostname

fantasy-first.ca

Last fetched

fantasy-first.ca resolves to 16 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · fantasy-first.caRouting diversity5.7/10Peering density9.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/fantasy-first.ca

Resolution chain

fantasy-first.ca resolves to 16 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
16.15.199.4816.15.192.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.207.2716.15.200.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.182.35.10116.182.32.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
16.182.35.20516.182.32.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
16.182.71.9316.182.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
16.182.73.10116.182.72.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.216.211.2152.216.208.0/20AS16509AMAZON-02 - Amazon.com, Inc.US
52.216.24.24352.216.24.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.216.41.13352.216.32.0/20AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.105.9152.217.104.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.122.20552.217.112.0/20AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.122.5352.217.112.0/20AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.200.552.217.192.0/19AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.200.7752.217.192.0/19AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.48.23552.217.48.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
54.231.172.12554.231.160.0/19AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with fantasy-first.ca in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from fantasy-first.ca.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "fantasy-first.ca"})-[: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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.