Skip to content

Hostname

test.proto.rest

Last fetched

test.proto.rest resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in JP.

Nutrition Label

WHISPER CANON · test.proto.restRouting diversity2.4/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.3/10canon.whisper.security/host/test.proto.rest

Resolution chain

test.proto.rest resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.225.158.10513.225.158.0/23AS16509AMAZON-02 - Amazon.com, Inc.JP
13.225.158.12313.225.158.0/23AS16509AMAZON-02 - Amazon.com, Inc.JP
13.225.158.12813.225.158.0/23AS16509AMAZON-02 - Amazon.com, Inc.JP
13.225.158.9113.225.158.0/23AS16509AMAZON-02 - Amazon.com, Inc.JP
18.238.55.1118.238.55.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
18.238.55.6918.238.55.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
18.238.55.7418.238.55.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
18.238.55.8318.238.55.0/24AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with test.proto.rest in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from test.proto.rest.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "test.proto.rest"})-[: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.