Skip to content

Hostname

api.comprehend-reading.com

Last fetched

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

Nutrition Label

WHISPER CANON · api.comprehend-reading.comRouting diversity4.8/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint6.0/10canon.whisper.security/host/api.comprehend-reading.com

Resolution chain

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

IPPrefixASNOperatorCountry
16.144.113.25416.144.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.US
16.144.127.5616.144.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.US
35.166.67.24435.160.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US
44.237.248.2444.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
44.239.93.16944.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
44.254.83.6244.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
44.255.234.6944.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
52.10.62.20452.10.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US
52.25.220.16852.24.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
52.34.244.12352.32.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
52.37.227.5152.36.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
54.186.225.554.186.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

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

Threat posture

History

Related pages

Pivot deeper into the graph from api.comprehend-reading.com.

Cypher and MCP

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

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