Hostname
seao.ca
Last fetched
seao.ca resolves to 1 IPv4 address operated by CGINET-01 - CGI Inc. in CA. WHOIS lists registrar:easydns technologies inc. as the registrar.
Nutrition Label
Resolution chain
seao.ca 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 |
|---|---|---|---|---|
| 64.254.23.15 | 64.254.0.0/19 | AS18563 | CGINET-01 - CGI Inc. | CA |
WHOIS identity
- Registrar
- registrar:easydns technologies inc.
- Organization
- medias transcontinental
- Contact emails
- —
Subdomains
4 observed subdomains of seao.ca.
Web-graph footprint
Distinct hostnames that link to or from seao.ca in the public web crawl.
526 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for seao.ca.
| Mechanism | Target |
|---|---|
| SPF_A | cgicloudmr.cgi.com |
| SPF_A | mailout.cwshs.com |
| SPF_A | mailout01.cwshs.com |
| SPF_A | seao.ca |
| SPF_INCLUDE | spf-00131701.pphosted.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 207.107.246.224/29 |
| SPF_IP | 207.134.250.224/29 |
| SPF_IP | 38.127.64.224/29 |
| SPF_IP | 64.254.21.31 |
| SPF_IP | 64.254.23.15 |
| SPF_IP | 64.254.23.16 |
| SPF_IP | 67.22.236.224/29 |
Related pages
Pivot deeper into the graph from seao.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "seao.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.