Hostname
megsa.com.ar
Last fetched
megsa.com.ar resolves to 1 IPv4 address operated by AS136907 in CL.
Nutrition Label
Resolution chain
megsa.com.ar 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 |
|---|---|---|---|---|
| 119.8.147.30 | 119.8.144.0/20 | AS136907 | — | CL |
WHOIS identity
No WHOIS records are currently associated with megsa.com.ar in WhisperGraph.
Subdomains
4 observed subdomains of megsa.com.ar.
Web-graph footprint
Distinct hostnames that link to or from megsa.com.ar in the public web crawl.
7 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for megsa.com.ar.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 119.8.146.173 |
| SPF_IP | 119.8.147.30 |
| SPF_IP | 119.8.150.43 |
| SPF_IP | 119.8.150.55 |
| SPF_IP | 119.8.153.23 |
| SPF_IP | 159.138.116.163 |
| SPF_IP | 159.138.119.48 |
| SPF_IP | 182.160.25.30 |
| SPF_IP | 182.160.26.129 |
| SPF_IP | 182.160.27.247 |
| SPF_IP | 182.160.27.52 |
| SPF_IP | 190.210.223.37 |
| SPF_IP | 200.10.114.146 |
Related pages
Pivot deeper into the graph from megsa.com.ar.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "megsa.com.ar"})-[: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.