Hostname
mega.io
Last fetched
mega.io resolves to 6 IPv4 addresses operated by SOTO DANIEL MARIO COMPUS INFORMATICA in LU. WHOIS lists iana:1376 as the registrar.
Nutrition Label
Resolution chain
mega.io resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 66.203.124.37 | 66.203.124.0/24 | AS203055 | SOTO DANIEL MARIO COMPUS INFORMATICA | LU |
| 66.203.127.11 | 66.203.126.0/23 | AS205809 | Conecte Telecom | NL |
| 66.203.127.13 | 66.203.126.0/23 | AS205809 | Conecte Telecom | NL |
| 89.44.169.132 | 89.44.169.0/24 | AS203055 | SOTO DANIEL MARIO COMPUS INFORMATICA | LU |
| 89.44.169.134 | 89.44.169.0/24 | AS203055 | SOTO DANIEL MARIO COMPUS INFORMATICA | LU |
| 66.203.127.23 | 66.203.126.0/23 | AS205809 | Conecte Telecom | NL |
WHOIS identity
- Registrar
- iana:1376
- Organization
- mega privacy
- Contact emails
- —
Subdomains
67 observed subdomains of mega.io.
Web-graph footprint
Distinct hostnames that link to or from mega.io in the public web crawl.
1,712 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
Related pages
Pivot deeper into the graph from mega.io.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mega.io"})-[: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.