Hostname
gomax.com.ec
Last fetched
gomax.com.ec resolves to 1 IPv4 address operated by AS270049 - MARVICNET CIA LTDA in EC.
Nutrition Label
Resolution chain
gomax.com.ec 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 |
|---|---|---|---|---|
| 131.161.220.251 | 131.161.220.0/24 | AS270049 | AS270049 - MARVICNET CIA LTDA | EC |
WHOIS identity
No WHOIS records are currently associated with gomax.com.ec in WhisperGraph.
Subdomains
8 observed subdomains of gomax.com.ec.
Threat posture
History
Mail and authentication
MX records
- gomax.com.ec
SPF policy
7 SPF mechanisms authorising senders for gomax.com.ec.
| Mechanism | Target |
|---|---|
| SPF_A | gomax.com.ec |
| SPF_INCLUDE | spf-partner.moderntv.eu |
| SPF_IP | 2803:c310:ff01:0:0:0:0:2 |
| SPF_IP | 38.46.218.114 |
| SPF_IP | 66.231.64.2 |
| SPF_IP | 66.231.64.204 |
| SPF_MX | gomax.com.ec |
Related pages
Pivot deeper into the graph from gomax.com.ec.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gomax.com.ec"})-[: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.