Skip to content

Hostname

geocoord-api-dev.bgtdevhub.com

Last fetched

geocoord-api-dev.bgtdevhub.com resolves to 9 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in AU.

Nutrition Label

WHISPER CANON · geocoord-api-dev.bgtdevhub.comRouting diversity3.9/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/geocoord-api-dev.bgtdevhub.com

Resolution chain

geocoord-api-dev.bgtdevhub.com resolves to 9 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.237.243.13013.248.28.0/22AS16509AMAZON-02 - Amazon.com, Inc.AU
13.238.95.16813.248.28.0/22AS16509AMAZON-02 - Amazon.com, Inc.AU
13.239.89.6313.248.28.0/22AS16509AMAZON-02 - Amazon.com, Inc.AU
15.134.95.9915.142.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.AU
3.104.57.2173.108.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.AU
3.104.6.943.108.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.AU
3.24.148.1023.28.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.AU
3.24.9.2233.28.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.AU
52.65.135.24052.74.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.AU

WHOIS identity

No WHOIS records are currently associated with geocoord-api-dev.bgtdevhub.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from geocoord-api-dev.bgtdevhub.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "geocoord-api-dev.bgtdevhub.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.