Hostname
astures.es
Last fetched
astures.es resolves to 1 IPv4 address operated by AS63949 in GB.
Nutrition Label
Resolution chain
astures.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 |
|---|---|---|---|---|
| 139.162.216.32 | 139.162.192.0/19 | AS63949 | — | GB |
WHOIS identity
No WHOIS records are currently associated with astures.es in WhisperGraph.
Subdomains
6 observed subdomains of astures.es.
Web-graph footprint
Distinct hostnames that link to or from astures.es in the public web crawl.
29 sites link to this hostname.
13 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for astures.es.
| Mechanism | Target |
|---|---|
| SPF_A | astures.es |
| SPF_IP | 139.162.216.32 |
| SPF_IP | 172.233.110.103 |
| SPF_IP | 178.79.157.232 |
| SPF_IP | 2a01:7e00:0:0:f03c:91ff:fe61:15dc |
| SPF_IP | 37.59.57.226 |
| SPF_IP | 51.91.105.97 |
| SPF_IP | 82.223.10.26 |
| SPF_MX | astures.es |
Related pages
Pivot deeper into the graph from astures.es.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "astures.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.