Skip to content

Hostname

website.qa.dev-q.com

Last fetched

website.qa.dev-q.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CA.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
13.227.246.4613.227.246.0/24AS16509AMAZON-02 - Amazon.com, Inc.CA
13.227.246.5113.227.246.0/24AS16509AMAZON-02 - Amazon.com, Inc.CA
13.227.246.6113.227.246.0/24AS16509AMAZON-02 - Amazon.com, Inc.CA
13.227.246.8313.227.246.0/24AS16509AMAZON-02 - Amazon.com, Inc.CA
143.204.160.122143.204.160.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
143.204.160.38143.204.160.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
143.204.160.76143.204.160.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
143.204.160.94143.204.160.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.172.226.218.172.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.ES
18.172.226.2418.172.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.ES
18.172.226.3718.172.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.ES
18.172.226.4418.172.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.ES

WHOIS identity

No WHOIS records are currently associated with website.qa.dev-q.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from website.qa.dev-q.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "website.qa.dev-q.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.