Hostname
dphuesca.es
Last fetched
dphuesca.es resolves to 1 IPv4 address operated by AS3352 in ES.
Nutrition Label
Resolution chain
dphuesca.es 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 |
|---|---|---|---|---|
| 194.224.40.52 | 194.224.0.0/16 | AS3352 | — | ES |
WHOIS identity
No WHOIS records are currently associated with dphuesca.es in WhisperGraph.
Subdomains
27 observed subdomains of dphuesca.es.
Showing 25 of 27. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from dphuesca.es in the public web crawl.
748 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for dphuesca.es.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 10.252.0.0/15 |
| SPF_IP | 188.244.81.0/24 |
| SPF_IP | 194.224.40.48/28 |
| SPF_IP | 212.170.255.0/24 |
| SPF_IP | 2a02:9010:1c::/48 |
Related pages
Pivot deeper into the graph from dphuesca.es.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dphuesca.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.