Skip to content

Hostname

clhighperformance.com

Last fetched

clhighperformance.com resolves to 8 IPv4 addresses operated by AS64073 in US.

Nutrition Label

WHISPER CANON · clhighperformance.comRouting diversity2.4/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/clhighperformance.com

Resolution chain

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

IPPrefixASNOperatorCountry
18.239.199.1030.0.0.0/0AS64073US
18.239.199.70.0.0.0/0AS64073US
18.239.199.770.0.0.0/0AS64073US
18.239.199.990.0.0.0/0AS64073US
3.170.131.1013.170.131.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.170.131.203.170.131.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.170.131.513.170.131.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.170.131.943.170.131.0/24AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with clhighperformance.com in WhisperGraph.

Subdomains

1 observed subdomain of clhighperformance.com.

Threat posture

History

Related pages

Pivot deeper into the graph from clhighperformance.com.

Cypher and MCP

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

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