Hostname
clutch.ca
Last fetched
clutch.ca resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists registrar:go get canada domain registrar ltd. as the registrar.
Nutrition Label
Resolution chain
clutch.ca resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.32.179.102 | 13.32.178.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.32.179.115 | 13.32.178.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.32.179.57 | 13.32.178.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.32.179.9 | 13.32.178.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.160.150.14 | 3.160.148.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.160.150.17 | 3.160.148.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.160.150.87 | 3.160.148.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.160.150.88 | 3.160.148.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.171.139.112 | 3.171.136.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.171.139.118 | 3.171.136.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.171.139.75 | 3.171.136.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.171.139.83 | 3.171.136.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- registrar:go get canada domain registrar ltd.
- Organization
- clutch canada
- Contact emails
Subdomains
24 observed subdomains of clutch.ca.
Web-graph footprint
Distinct hostnames that link to or from clutch.ca in the public web crawl.
131 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for clutch.ca.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | hubspotemail.net |
| SPF_INCLUDE | mail.virtualincentives.com |
| SPF_INCLUDE | sendgrid.net |
Related pages
Pivot deeper into the graph from clutch.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "clutch.ca"})-[: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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.