Hostname
meningitisb.ca
Last fetched
meningitisb.ca resolves to 4 IPv4 addresses operated by AS6762 in IT. WHOIS lists registrar:sn domains inc as the registrar.
Nutrition Label
Resolution chain
meningitisb.ca resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 79.140.95.176 | 79.140.80.0/20 | AS6762 | — | IT |
| 79.140.95.82 | 79.140.80.0/20 | AS6762 | — | IT |
| 80.239.254.33 | 80.239.224.0/19 | AS1299 | — | SE |
| 80.239.254.42 | 80.239.224.0/19 | AS1299 | — | SE |
WHOIS identity
- Registrar
- registrar:sn domains inc
- Organization
- glaxosmithkline
- Contact emails
Subdomains
1 observed subdomain of meningitisb.ca.
| Subdomain |
|---|
| www.meningitisb.ca |
Web-graph footprint
Distinct hostnames that link to or from meningitisb.ca in the public web crawl.
7 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from meningitisb.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "meningitisb.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.