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