Skip to content

Hostname

ivey.ca

Last fetched

ivey.ca resolves to 1 IPv4 address operated by UWO-AS - University of Western Ontario in CA.

Nutrition Label

WHISPER CANON · ivey.caRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/ivey.ca

Resolution chain

ivey.ca resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
129.100.160.113129.100.128.0/18AS823UWO-AS - University of Western OntarioCA
129.100.160.113129.100.128.0/18AS823UWO-AS - University of Western OntarioCA

WHOIS identity

WHOIS data is temporarily unavailable. Refresh in a moment to retry.

Subdomains

Subdomain count is temporarily unavailable. Refresh in a moment to retry.

Web-graph footprint

Distinct hostnames that link to or from ivey.ca in the public web crawl.

Sample outbound links

Threat posture

History

Mail and authentication

SPF policy

9 SPF mechanisms authorising senders for ivey.ca.

MechanismTarget
SPF_INCLUDE_spf.createsend.com
SPF_INCLUDEa._spf.brightspace.com
SPF_INCLUDEaspmx.pardot.com
SPF_INCLUDEspf.protection.outlook.com
SPF_INCLUDEspf1.formassembly.com
SPF_IP129.100.155.60/31
SPF_IP129.100.160.60/31
SPF_IP129.100.160.81
SPF_IP66.207.199.232/29

Related pages

Pivot deeper into the graph from ivey.ca.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "ivey.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.