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
Resolution chain
mun.ca resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 134.153.136.231 | 134.153.0.0/16 | AS6579 | MEMORIALU - Memorial University of Newfoundland | CA |
| 134.153.136.231 | 134.153.0.0/16 | AS6579 | MEMORIALU - Memorial University of Newfoundland | CA |
| 134.153.232.61 | 134.153.0.0/16 | AS6579 | MEMORIALU - Memorial University of Newfoundland | CA |
| 134.153.232.61 | 134.153.0.0/16 | AS6579 | MEMORIALU - Memorial University of Newfoundland | CA |
WHOIS identity
- Registrar
- iana:456
- Organization
- memorial university of newfoundland
- Contact emails
Subdomains
27,080 observed subdomains of mun.ca.
Showing 25 of 27,080. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from mun.ca in the public web crawl.
3,979 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for mun.ca.
| Mechanism | Target |
|---|---|
| SPF_REDIRECT | mun.ca.on.autospf.email |
Related pages
Pivot deeper into the graph from mun.ca.
- IP · 134.153.136.231
- ASN · AS6579MEMORIALU - Memorial University of Newfoundland
- Registrar · iana:456
- Country · CA
- Email · gbarrington@mun.ca
- TLD · .ca
- Browse hostnames · mu…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.