Skip to content

Hostname

p.odsyms15.com

Last fetched

p.odsyms15.com resolves to 9 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in JP.

Nutrition Label

WHISPER CANON · p.odsyms15.comRouting diversity4.5/10Peering density9.6/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency0.0/10Resolver footprint8.3/10canon.whisper.security/host/p.odsyms15.com

Resolution chain

p.odsyms15.com resolves to 9 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.159.38.2313.158.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.JP
13.159.45.23713.158.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.JP
18.177.45.10318.176.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.JP
18.178.253.20018.178.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.JP
18.182.99.20118.182.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.JP
35.79.125.17535.72.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.JP
52.68.21.3952.68.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.JP
52.69.153.1452.68.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.JP
54.248.225.154.248.128.0/17AS16509AMAZON-02 - Amazon.com, Inc.JP

WHOIS identity

No WHOIS records are currently associated with p.odsyms15.com in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from p.odsyms15.com in the public web crawl.

334 sites link to this hostname.

4 sites linked to from this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from p.odsyms15.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "p.odsyms15.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.