Hostname
ual.es
Last fetched
ual.es resolves to 3 IPv4 addresses operated by AS766 in ES.
Nutrition Label
Resolution chain
ual.es resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 193.147.117.38 | 193.144.0.0/14 | AS766 | — | ES |
| 193.147.117.81 | 193.144.0.0/14 | AS766 | — | ES |
| 193.147.117.33 | 193.144.0.0/14 | AS766 | — | ES |
WHOIS identity
- Registrar
- —
- Organization
- network of university of almeria
- Contact emails
- —
Subdomains
407 observed subdomains of ual.es.
Showing 25 of 407. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ual.es in the public web crawl.
1,500 sites link to this hostname.
1,082 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for ual.es.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 150.214.156.32 |
| SPF_IP | 193.147.117.17 |
| SPF_IP | 193.147.117.30 |
| SPF_IP | 193.147.117.32 |
Related pages
Pivot deeper into the graph from ual.es.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ual.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.