Skip to content

Hostname

askgymdev.s3.amazonaws.com

Last fetched

askgymdev.s3.amazonaws.com resolves to 9 IPv4 addresses operated by FORTINET - Fortinet Inc. in US.

Nutrition Label

WHISPER CANON · askgymdev.s3.amazonaws.comRouting diversity4.8/10Peering density9.7/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.3/10canon.whisper.security/host/askgymdev.s3.amazonaws.com

Resolution chain

askgymdev.s3.amazonaws.com resolves to 9 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
208.91.112.55208.91.112.0/24AS40934FORTINET - Fortinet Inc.US
208.91.112.55208.91.112.0/24AS40934FORTINET - Fortinet Inc.CA
3.5.10.1823.5.10.0/24AS14618AMAZON-AES - Amazon.com, Inc.US
3.5.23.1663.5.22.0/23AS14618AMAZON-AES - Amazon.com, Inc.US
52.216.206.15552.216.206.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.216.60.952.216.48.0/20AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.131.16952.217.128.0/19AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.141.24952.217.128.0/19AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.32.11652.217.32.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
54.231.197.13754.231.192.0/19AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with askgymdev.s3.amazonaws.com in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from askgymdev.s3.amazonaws.com in the public web crawl.

Threat posture

History

Related pages

Pivot deeper into the graph from askgymdev.s3.amazonaws.com.

Cypher and MCP

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

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