Hostname
oeb.ca
Last fetched
oeb.ca resolves to 1 IPv4 address operated by SUMMACARE-HEALTH-PLAN-ASN - SUMMACARE HEALTH PLAN in CA. WHOIS lists registrar:internic.ca inc. as the registrar.
Nutrition Label
Resolution chain
oeb.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 |
|---|---|---|---|---|
| 150.230.31.196 | 150.230.24.0/21 | AS31898 | SUMMACARE-HEALTH-PLAN-ASN - SUMMACARE HEALTH PLAN | CA |
WHOIS identity
- Registrar
- registrar:internic.ca inc.
- Organization
- —
- Contact emails
- —
Subdomains
20 observed subdomains of oeb.ca.
Showing 18 of 20. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from oeb.ca in the public web crawl.
649 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for oeb.ca.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf-dc47.sapsf.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 107.20.210.250/32 |
| SPF_IP | 204.16.47.155 |
| SPF_IP | 204.89.57.18/32 |
| SPF_IP | 209.10.241.15/32 |
| SPF_IP | 52.1.14.157/32 |
| SPF_IP | 65.61.56.17/32 |
| SPF_MX | oeb.ca |
Related pages
Pivot deeper into the graph from oeb.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "oeb.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.