Skip to content

Hostname

in-api.guruserv.com

Last fetched

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

Nutrition Label

WHISPER CANON · in-api.guruserv.comRouting diversity3.0/10Peering density9.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/in-api.guruserv.com

Resolution chain

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

IPPrefixASNOperatorCountry
108.138.128.11108.138.128.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
108.138.128.15108.138.128.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
108.138.128.24108.138.128.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
108.138.128.56108.138.128.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
13.33.243.2313.33.240.0/21AS16509AMAZON-02 - Amazon.com, Inc.IE
13.33.243.4713.33.240.0/21AS16509AMAZON-02 - Amazon.com, Inc.IE
13.33.243.5313.33.240.0/21AS16509AMAZON-02 - Amazon.com, Inc.IE
13.33.243.913.33.240.0/21AS16509AMAZON-02 - Amazon.com, Inc.IE
3.174.255.1053.174.254.0/23AS16509AMAZON-02 - Amazon.com, Inc.FR
3.174.255.1273.174.254.0/23AS16509AMAZON-02 - Amazon.com, Inc.FR
3.174.255.213.174.254.0/23AS16509AMAZON-02 - Amazon.com, Inc.FR
3.174.255.993.174.254.0/23AS16509AMAZON-02 - Amazon.com, Inc.FR

WHOIS identity

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

Threat posture

History

Related pages

Pivot deeper into the graph from in-api.guruserv.com.

Cypher and MCP

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

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