Hostname
grupogodo.com
Last fetched
grupogodo.com resolves to 2 IPv4 addresses operated by AS12479 in ES. WHOIS lists iana:696 as the registrar.
Nutrition Label
Resolution chain
grupogodo.com 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 |
|---|---|---|---|---|
| 88.87.219.203 | 88.87.192.0/19 | AS12479 | — | ES |
| 88.87.219.211 | 88.87.192.0/19 | AS12479 | — | ES |
WHOIS identity
- Registrar
- iana:696
- Organization
- grupo godo de comunicacion, s.a. .
- Contact emails
Subdomains
74 observed subdomains of grupogodo.com.
Showing 25 of 74. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from grupogodo.com in the public web crawl.
88 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for grupogodo.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 18.100.83.30/32 |
| SPF_IP | 18.101.42.148/32 |
| SPF_IP | 213.4.81.241/32 |
| SPF_IP | 213.4.81.242/32 |
| SPF_IP | 213.4.81.243/32 |
| SPF_IP | 88.87.219.0/24 |
| SPF_MX | grupogodo.com |
Related pages
Pivot deeper into the graph from grupogodo.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "grupogodo.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.