Skip to content

Hostname

api-dev.gsurfnet.com

Last fetched

api-dev.gsurfnet.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
13.35.93.10813.204.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
13.35.93.4713.204.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
13.35.93.4813.204.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
13.35.93.8613.204.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
3.161.104.1173.165.41.0/24AS16509AMAZON-02 - Amazon.com, Inc.OM
3.161.104.1183.165.41.0/24AS16509AMAZON-02 - Amazon.com, Inc.OM
3.161.104.1233.165.41.0/24AS16509AMAZON-02 - Amazon.com, Inc.OM
3.161.104.333.165.41.0/24AS16509AMAZON-02 - Amazon.com, Inc.OM
54.192.151.10554.239.8.0/21AS16509AMAZON-02 - Amazon.com, Inc.IN
54.192.151.4154.239.8.0/21AS16509AMAZON-02 - Amazon.com, Inc.IN
54.192.151.5754.239.8.0/21AS16509AMAZON-02 - Amazon.com, Inc.IN
54.192.151.6254.239.8.0/21AS16509AMAZON-02 - Amazon.com, Inc.IN

WHOIS identity

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

Threat posture

History

Related pages

Pivot deeper into the graph from api-dev.gsurfnet.com.

Cypher and MCP

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

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