Hostname
guifi.net
Last fetched
guifi.net resolves to 2 IPv4 addresses operated by AS49835 in ES. WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
guifi.net 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 |
|---|---|---|---|---|
| 109.69.8.5 | 109.69.8.0/24 | AS49835 | — | ES |
| 185.32.16.59 | 185.32.16.0/24 | AS49835 | — | ES |
WHOIS identity
- Registrar
- iana:48
- Organization
- fundacio guifi.net
- Contact emails
Subdomains
461 observed subdomains of guifi.net.
Showing 25 of 461. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from guifi.net in the public web crawl.
543 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for guifi.net.
| Mechanism | Target |
|---|---|
| SPF_A | guifi.net |
| SPF_A | mail.guifi.net |
| SPF_A | smtp1.guifi.net |
| SPF_A | smtp2.guifi.net |
| SPF_IP | 109.69.8.0/21 |
| SPF_IP | 185.32.16.0/22 |
| SPF_IP | 2a00:1508::/32 |
| SPF_IP | 5.10.200.0/21 |
| SPF_MX | guifi.net |
Related pages
Pivot deeper into the graph from guifi.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "guifi.net"})-[: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.