Skip to content

Hostname

qa.auth.cbord.com

Last fetched

qa.auth.cbord.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · qa.auth.cbord.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/qa.auth.cbord.com

Resolution chain

qa.auth.cbord.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.160.71.7118.160.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.160.71.7918.160.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.160.71.8018.160.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.160.71.8818.160.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.165.140.3318.165.136.0/21AS16509AMAZON-02 - Amazon.com, Inc.FI
18.165.140.5218.165.136.0/21AS16509AMAZON-02 - Amazon.com, Inc.FI
18.165.140.8418.165.136.0/21AS16509AMAZON-02 - Amazon.com, Inc.FI
18.165.140.9218.165.136.0/21AS16509AMAZON-02 - Amazon.com, Inc.FI

WHOIS identity

No WHOIS records are currently associated with qa.auth.cbord.com in WhisperGraph.

Subdomains

1 observed subdomain of qa.auth.cbord.com.

Threat posture

History

Related pages

Pivot deeper into the graph from qa.auth.cbord.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "qa.auth.cbord.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.