Hostname
ctfs.com
Last fetched
ctfs.com resolves to 1 IPv4 address operated by CANTIRE - Canadian Tire Corporation, LTD in CA. WHOIS lists iana:456 as the registrar.
Nutrition Label
Resolution chain
ctfs.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.194.31.66 | 104.194.31.0/24 | AS396367 | CANTIRE - Canadian Tire Corporation, LTD | CA |
WHOIS identity
- Registrar
- iana:456
- Organization
- canadian tire corporation,
- Contact emails
Subdomains
52 observed subdomains of ctfs.com.
Showing 25 of 52. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ctfs.com in the public web crawl.
122 sites link to this hostname.
21 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for ctfs.com.
| Mechanism | Target |
|---|---|
| SPF_A | mt01.cimondemand.com |
| SPF_INCLUDE | spf.gomoxie.cloud |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 104.194.16.0/22 |
| SPF_IP | 104.194.28.0/22 |
| SPF_IP | 149.72.230.111 |
| SPF_IP | 199.202.144.0/23 |
| SPF_IP | 199.71.113.0/24 |
| SPF_IP | 205.210.17.0/24 |
| SPF_IP | 2620:192::/36 |
Related pages
Pivot deeper into the graph from ctfs.com.
- IP · 104.194.31.66
- ASN · AS396367CANTIRE - Canadian Tire Corporation, LTD
- Registrar · iana:456
- Country · CA
- Email · wn3824ad@webnamesprivacy.ca
- TLD · .com
- Browse hostnames · ct…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ctfs.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.