Hostname
interac.ca
Last fetched
interac.ca resolves to 2 IPv4 addresses operated by INCAPSULA - Incapsula Inc in US. WHOIS lists registrar:gandi services inc. as the registrar.
Nutrition Label
Resolution chain
interac.ca resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 45.60.115.208 | 45.60.115.0/24 | AS19551 | INCAPSULA - Incapsula Inc | US |
| 45.60.86.208 | 45.60.86.0/24 | AS19551 | INCAPSULA - Incapsula Inc | US |
WHOIS identity
- Registrar
- registrar:gandi services inc.
- Organization
- interac (tm), interac
- Contact emails
Subdomains
48 observed subdomains of interac.ca.
Showing 25 of 48. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from interac.ca in the public web crawl.
1,574 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for interac.ca.
| Mechanism | Target |
|---|---|
| SPF_A | interac.ca |
| SPF_EXISTS | %{i}._i.%{d}._d.espf.agari.com |
| SPF_INCLUDE | %{d}.ec.spf-protect.agari.com |
| SPF_INCLUDE | _spf.qualtrics.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | spf-002e4f01.pphosted.com |
| SPF_IP | 72.3.137.160 |
| SPF_MX | interac.ca |
Related pages
Pivot deeper into the graph from interac.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "interac.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.