Skip to content

Hostname

grpc-dev.sanaslt.com

Last fetched

grpc-dev.sanaslt.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
108.159.61.119108.159.56.0/21AS16509AMAZON-02 - Amazon.com, Inc.IN
108.159.61.13108.159.56.0/21AS16509AMAZON-02 - Amazon.com, Inc.IN
108.159.61.39108.159.56.0/21AS16509AMAZON-02 - Amazon.com, Inc.IN
108.159.61.71108.159.56.0/21AS16509AMAZON-02 - Amazon.com, Inc.IN
3.160.77.183.160.76.0/23AS16509AMAZON-02 - Amazon.com, Inc.AE
3.160.77.283.160.76.0/23AS16509AMAZON-02 - Amazon.com, Inc.AE
3.160.77.483.160.76.0/23AS16509AMAZON-02 - Amazon.com, Inc.AE
3.160.77.763.160.76.0/23AS16509AMAZON-02 - Amazon.com, Inc.AE
3.170.152.1043.170.152.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
3.170.152.1183.170.152.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
3.170.152.383.170.152.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
3.170.152.853.170.152.0/22AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with grpc-dev.sanaslt.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from grpc-dev.sanaslt.com.

Cypher and MCP

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

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