Skip to content

Hostname

hooks-fixed.internal.dev.connect.claris.com

Last fetched

hooks-fixed.internal.dev.connect.claris.com resolves to 6 IPv4 addresses operated by APPLE-ENGINEERING - Apple Inc. in US.

Nutrition Label

WHISPER CANON · hooks-fixed.internal.dev.connect.claris.comRouting diversity3.5/10Peering density9.7/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/hooks-fixed.internal.dev.connect.claris.com

Resolution chain

hooks-fixed.internal.dev.connect.claris.com resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
17.33.192.15717.33.192.0/21AS714APPLE-ENGINEERING - Apple Inc.US
17.33.193.17117.33.192.0/21AS714APPLE-ENGINEERING - Apple Inc.US
17.33.194.7917.33.192.0/21AS714APPLE-ENGINEERING - Apple Inc.US
44.235.55.18244.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
52.89.46.18752.88.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US
54.201.220.21054.200.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with hooks-fixed.internal.dev.connect.claris.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from hooks-fixed.internal.dev.connect.claris.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "hooks-fixed.internal.dev.connect.claris.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.