Hostname
gnet.es
Last fetched
gnet.es resolves to 2 IPv4 addresses operated by AS29231 in ES.
Nutrition Label
Resolution chain
gnet.es 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 |
|---|---|---|---|---|
| 212.4.98.35 | 212.4.96.0/19 | AS29231 | — | ES |
| 212.4.99.65 | 212.4.96.0/19 | AS29231 | — | ES |
WHOIS identity
No WHOIS records are currently associated with gnet.es in WhisperGraph.
Subdomains
66 observed subdomains of gnet.es.
Showing 25 of 66. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from gnet.es in the public web crawl.
5 sites link to this hostname.
26 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
16 SPF mechanisms authorising senders for gnet.es.
| Mechanism | Target |
|---|---|
| SPF_A | gnet.es |
| SPF_A | mail.gnet.es |
| SPF_A | pop3.gnet.es |
| SPF_A | servmail02.gnet.es |
| SPF_A | servweb01.gnet.es |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 212.4.107.10/32 |
| SPF_IP | 212.4.107.146/32 |
| SPF_IP | 212.4.107.16 |
| SPF_IP | 212.4.107.20/32 |
| SPF_IP | 212.4.96.80/32 |
| SPF_IP | 212.4.96.81/32 |
| SPF_IP | 212.4.96.82/32 |
| SPF_IP | 212.4.96.83 |
| SPF_IP | 212.4.98.26/32 |
| SPF_MX | gnet.es |
Related pages
Pivot deeper into the graph from gnet.es.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gnet.es"})-[: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.