Hostname
gebre.cat
Last fetched
gebre.cat resolves to 1 IPv4 address operated by AS203280 in ES. WHOIS lists iana:1600 as the registrar.
Nutrition Label
Resolution chain
gebre.cat 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 |
|---|---|---|---|---|
| 185.140.32.75 | 185.140.32.0/24 | AS203280 | — | ES |
WHOIS identity
- Registrar
- iana:1600
- Organization
- andaina sistemas informaticos
- Contact emails
Subdomains
12 observed subdomains of gebre.cat.
Web-graph footprint
Distinct hostnames that link to or from gebre.cat in the public web crawl.
9 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for gebre.cat.
| Mechanism | Target |
|---|---|
| SPF_A | gebre.cat |
| SPF_IP | 185.140.32.107 |
| SPF_IP | 185.140.32.13 |
| SPF_IP | 185.140.32.69 |
| SPF_IP | 185.140.32.73 |
| SPF_IP | 185.140.32.75 |
| SPF_IP | 185.140.33.6 |
| SPF_IP | 185.140.33.86 |
| SPF_IP | 49.12.225.101 |
| SPF_IP | 62.171.178.117 |
| SPF_IP | 95.216.141.249 |
| SPF_MX | gebre.cat |
Related pages
Pivot deeper into the graph from gebre.cat.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gebre.cat"})-[: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.