Hostname
gipsi.es
Last fetched
gipsi.es resolves to 2 IPv4 addresses operated by AS16371 in ES.
Nutrition Label
Resolution chain
gipsi.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 |
|---|---|---|---|---|
| 77.240.116.201 | 77.240.112.0/21 | AS16371 | — | ES |
| 77.240.116.202 | 77.240.112.0/21 | AS16371 | — | ES |
WHOIS identity
No WHOIS records are currently associated with gipsi.es in WhisperGraph.
Subdomains
8 observed subdomains of gipsi.es.
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for gipsi.es.
| Mechanism | Target |
|---|---|
| SPF_A | gipsi.es |
| SPF_IP | 77.240.116.201 |
| SPF_IP | 77.240.116.202 |
| SPF_IP | 77.240.116.203 |
| SPF_MX | gipsi.es |
Related pages
Pivot deeper into the graph from gipsi.es.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gipsi.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.