Skip to content

Hostname

gistspoken.com

Last fetched

gistspoken.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in HK. WHOIS lists iana:269 as the registrar.

Nutrition Label

WHISPER CANON · gistspoken.comRouting diversity3.0/10Peering density9.3/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency3.3/10Resolver footprint8.3/10canon.whisper.security/host/gistspoken.com

Resolution chain

gistspoken.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.226.69.1213.226.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.HK
13.226.69.2013.226.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.HK
13.226.69.5013.226.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.HK
13.226.69.9613.226.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.HK
18.64.8.1118.64.8.0/22AS16509AMAZON-02 - Amazon.com, Inc.KR
18.64.8.2118.64.8.0/22AS16509AMAZON-02 - Amazon.com, Inc.KR
18.64.8.5118.64.8.0/22AS16509AMAZON-02 - Amazon.com, Inc.KR
18.64.8.8618.64.8.0/22AS16509AMAZON-02 - Amazon.com, Inc.KR
3.174.29.303.174.29.0/24AS16509AMAZON-02 - Amazon.com, Inc.BR
3.174.29.323.174.29.0/24AS16509AMAZON-02 - Amazon.com, Inc.BR
3.174.29.443.174.29.0/24AS16509AMAZON-02 - Amazon.com, Inc.BR
3.174.29.653.174.29.0/24AS16509AMAZON-02 - Amazon.com, Inc.BR

WHOIS identity

Registrar
iana:269
Organization
Contact emails

Threat posture

History

Related pages

Pivot deeper into the graph from gistspoken.com.

Cypher and MCP

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

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

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