Hostname
caretech-uk.com
Last fetched
caretech-uk.com resolves to 1 IPv4 address operated by AS20940 in US. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
caretech-uk.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.91.71.208 | 104.64.0.0/10 | AS20940 | — | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- caretech community services
- Contact emails
Subdomains
12 observed subdomains of caretech-uk.com.
Web-graph footprint
Distinct hostnames that link to or from caretech-uk.com in the public web crawl.
85 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
12 SPF mechanisms authorising senders for caretech-uk.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.careshield.com |
| SPF_INCLUDE | servers.ebsnd.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 213.143.144.20 |
| SPF_IP | 213.212.96.93/32 |
| SPF_IP | 217.158.88.115 |
| SPF_IP | 37.128.132.100 |
| SPF_IP | 78.31.108.198 |
| SPF_IP | 80.6.91.150/32 |
| SPF_IP | 89.187.86.17 |
| SPF_IP | 94.229.167.29 |
| SPF_IP | 94.229.167.37 |
Related pages
Pivot deeper into the graph from caretech-uk.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "caretech-uk.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.