Hostname
educaide.ca
Last fetched
educaide.ca has no current public IPv4 resolution in WhisperGraph; WHOIS lists registrar:easydns technologies inc. as the registrar.
Nutrition Label
Resolution chain
educaide.ca has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- registrar:easydns technologies inc.
- Organization
- fonds d'aide a l'education educaide
- Contact emails
Subdomains
2 observed subdomains of educaide.ca.
Web-graph footprint
Distinct hostnames that link to or from educaide.ca in the public web crawl.
Threat posture
History
Mail and authentication
MX records
SPF policy
15 SPF mechanisms authorising senders for educaide.ca.
| Mechanism | Target |
|---|---|
| SPF_A | educaide.ca |
| SPF_A | smtpout.universitas.ca |
| SPF_INCLUDE | cust-spf.exacttarget.com |
| SPF_INCLUDE | ofsys.com |
| SPF_INCLUDE | spf.ca.exclaimer.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 173.242.191.135 |
| SPF_IP | 173.242.191.141 |
| SPF_IP | 205.206.208.234 |
| SPF_IP | 205.206.208.92/32 |
| SPF_IP | 207.102.112.165/32 |
| SPF_IP | 207.102.112.42 |
| SPF_IP | 207.167.199.185 |
| SPF_IP | 207.96.224.0/26 |
| SPF_MX | educaide.ca |
Related pages
Pivot deeper into the graph from educaide.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "educaide.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.