Skip to content

Hostname

mun.ca

Last fetched

mun.ca resolves to 2 IPv4 addresses operated by MEMORIALU - Memorial University of Newfoundland in CA. WHOIS lists iana:456 as the registrar.

Nutrition Label

WHISPER CANON · mun.caRouting diversity1.5/10Peering density2.4/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency10.0/10Resolver footprint8.5/10canon.whisper.security/host/mun.ca

Resolution chain

mun.ca resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
134.153.136.231134.153.0.0/16AS6579MEMORIALU - Memorial University of NewfoundlandCA
134.153.136.231134.153.0.0/16AS6579MEMORIALU - Memorial University of NewfoundlandCA
134.153.232.61134.153.0.0/16AS6579MEMORIALU - Memorial University of NewfoundlandCA
134.153.232.61134.153.0.0/16AS6579MEMORIALU - Memorial University of NewfoundlandCA

WHOIS identity

Registrar
iana:456
Organization
memorial university of newfoundland
Contact emails

Subdomains

27,080 observed subdomains of mun.ca.

Web-graph footprint

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

3,979 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for mun.ca.

MechanismTarget
SPF_REDIRECTmun.ca.on.autospf.email

Related pages

Pivot deeper into the graph from mun.ca.

Cypher and MCP

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

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