Hostname
mega.nz
Last fetched
mega.nz resolves to 2 IPv4 addresses operated by MEGA-LIMITED-AS Mega Limited in LU.
Nutrition Label
Resolution chain
mega.nz 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 |
|---|---|---|---|---|
| 31.216.144.5 | 31.216.144.0/24 | AS203055 | MEGA-LIMITED-AS Mega Limited | LU |
| 31.216.145.5 | 31.216.145.0/24 | AS203055 | MEGA-LIMITED-AS Mega Limited | LU |
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 mega.nz in the public web crawl.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for mega.nz.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 43855380.spf10.hubspotemail.net |
| SPF_IP | 122.56.56.210 |
| SPF_IP | 122.56.56.222 |
| SPF_IP | 2a0b:0e46:1:50::/121 |
| SPF_IP | 31.216.147.132/30 |
| SPF_IP | 31.216.147.136/31 |
| SPF_IP | 31.216.147.231 |
| SPF_IP | 66.203.124.0/28 |
| SPF_IP | 66.203.124.38/28 |
| SPF_IP | 66.203.125.16/30 |
| SPF_IP | 66.203.125.8/29 |
Related pages
Pivot deeper into the graph from mega.nz.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mega.nz"})-[: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.