Skip to content

Hostname

goatapp.ca

Last fetched

goatapp.ca resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN.

Nutrition Label

WHISPER CANON · goatapp.caRouting diversity2.4/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint8.3/10canon.whisper.security/host/goatapp.ca

Resolution chain

goatapp.ca resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
108.159.91.121108.159.88.0/21AS16509AMAZON-02 - Amazon.com, Inc.IN
108.159.91.26108.159.88.0/21AS16509AMAZON-02 - Amazon.com, Inc.IN
108.159.91.44108.159.88.0/21AS16509AMAZON-02 - Amazon.com, Inc.IN
108.159.91.66108.159.88.0/21AS16509AMAZON-02 - Amazon.com, Inc.IN
18.244.60.12018.244.60.0/22AS16509AMAZON-02 - Amazon.com, Inc.KR
18.244.60.3118.244.60.0/22AS16509AMAZON-02 - Amazon.com, Inc.KR
18.244.60.518.244.60.0/22AS16509AMAZON-02 - Amazon.com, Inc.KR
18.244.60.9818.244.60.0/22AS16509AMAZON-02 - Amazon.com, Inc.KR

WHOIS identity

Registrar
Organization
8177201 canada
Contact emails

Subdomains

2 observed subdomains of goatapp.ca.

Threat posture

History

Related pages

Pivot deeper into the graph from goatapp.ca.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "goatapp.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.