Hostname
megasa.com
Last fetched
megasa.com resolves to 1 IPv4 address operated by Galicia - Spain in ES. WHOIS lists iana:818 as the registrar.
Nutrition Label
Resolution chain
megasa.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 178.60.58.121 | 178.60.0.0/18 | AS12334 | Galicia - Spain | ES |
WHOIS identity
- Registrar
- iana:818
- Organization
- redacted by privacy
- Contact emails
Subdomains
1 observed subdomain of megasa.com.
| Subdomain |
|---|
| www.megasa.com |
Web-graph footprint
Distinct hostnames that link to or from megasa.com in the public web crawl.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
15 SPF mechanisms authorising senders for megasa.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | mundo-r.com |
| SPF_INCLUDE | spf.hornetsecurity.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 178.60.131.128/29 |
| SPF_IP | 185.77.168.248 |
| SPF_IP | 194.179.44.112/29 |
| SPF_IP | 195.55.102.152/29 |
| SPF_IP | 195.57.125.232/29 |
| SPF_IP | 212.51.32.0/24 |
| SPF_IP | 212.51.62.200/29 |
| SPF_IP | 62.28.81.174 |
| SPF_IP | 62.28.81.242 |
| SPF_IP | 62.48.187.192/29 |
| SPF_IP | 62.48.188.0/29 |
| SPF_MX | megasa.com |
Related pages
Pivot deeper into the graph from megasa.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "megasa.com"})-[: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.