Hostname
caep.ca
Last fetched
caep.ca resolves to 1 IPv4 address operated by IDNIC-UINSUSKA-AS-ID Universitas Islam Negeri Suska Riau in US. WHOIS lists iana:456 as the registrar.
Nutrition Label
Resolution chain
caep.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 |
|---|---|---|---|---|
| 198.12.210.28 | 198.12.208.0/21 | AS398101 | IDNIC-UINSUSKA-AS-ID Universitas Islam Negeri Suska Riau | US |
WHOIS identity
- Registrar
- iana:456
- Organization
- canadian association of emergency physicians
- Contact emails
Subdomains
8 observed subdomains of caep.ca.
Web-graph footprint
Distinct hostnames that link to or from caep.ca in the public web crawl.
296 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for caep.ca.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.commbrands.com |
| SPF_INCLUDE | spf.ess.ca.barracudanetworks.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 172.255.49.73 |
| SPF_IP | 64.211.221.160/32 |
| SPF_IP | 64.211.221.161/32 |
| SPF_IP | 64.211.221.163/32 |
| SPF_IP | 64.211.221.164/32 |
| SPF_IP | 64.211.221.232/32 |
Related pages
Pivot deeper into the graph from caep.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "caep.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.